/*! 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; }

/* 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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

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

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

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0; }

button {
  background-color: transparent;
  background-image: none; }

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

fieldset {
  margin: 0;
  padding: 0; }

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

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */ }

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e2e8f0;
  /* 2 */ }

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px; }

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid; }

textarea {
  resize: vertical; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #a0aec0; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0; }

input::placeholder,
textarea::placeholder {
  color: #a0aec0; }

button,
[role="button"] {
  cursor: pointer; }

table {
  border-collapse: collapse; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit; }

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit; }

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle; }

/**
 * Constrain images and videos to the parent width and preserve
 * their instrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto; }

.container {
  width: 100%; }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat; }

@media not print {
  .form-checkbox::-ms-check {
    border-width: 1px;
    color: transparent;
    background: inherit;
    border-color: inherit;
    border-radius: inherit; } }

.form-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  color: #4299e1;
  background-color: #fff;
  border-color: #e2e8f0;
  border-width: 1px;
  border-radius: 1rem; }

.form-checkbox:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  border-color: #63b3ed; }

.space-y-reverse > :not(template) ~ :not(template) {
  --space-y-reverse: 1; }

.space-x-reverse > :not(template) ~ :not(template) {
  --space-x-reverse: 1; }

.divide-y-reverse > :not(template) ~ :not(template) {
  --divide-y-reverse: 1; }

.divide-x-reverse > :not(template) ~ :not(template) {
  --divide-x-reverse: 1; }

.divide-solid > :not(template) ~ :not(template) {
  border-style: solid; }

.divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed; }

.divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted; }

.divide-double > :not(template) ~ :not(template) {
  border-style: double; }

.divide-none > :not(template) ~ :not(template) {
  border-style: none; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal; }

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

.bg-fixed {
  background-attachment: fixed; }

.bg-local {
  background-attachment: local; }

.bg-scroll {
  background-attachment: scroll; }

.bg-clip-border {
  background-clip: border-box; }

.bg-clip-padding {
  background-clip: padding-box; }

.bg-clip-content {
  background-clip: content-box; }

.bg-clip-text {
  -webkit-background-clip: text;
  background-clip: text; }

.bg-transparent {
  background-color: transparent; }

.bg-black {
  --bg-opacity: 1;
  background-color: #000;
  background-color: rgba(0, 0, 0, var(--bg-opacity)); }

.bg-white {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity)); }

.bg-gray-100 {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity)); }

.bg-gray-200 {
  --bg-opacity: 1;
  background-color: #edf2f7;
  background-color: rgba(237, 242, 247, var(--bg-opacity)); }

.bg-gray-300 {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity)); }

.bg-gray-600 {
  --bg-opacity: 1;
  background-color: #718096;
  background-color: rgba(113, 128, 150, var(--bg-opacity)); }

.bg-gray-700 {
  --bg-opacity: 1;
  background-color: #4a5568;
  background-color: rgba(74, 85, 104, var(--bg-opacity)); }

.bg-gray-800 {
  --bg-opacity: 1;
  background-color: #2d3748;
  background-color: rgba(45, 55, 72, var(--bg-opacity)); }

.bg-gray-900 {
  --bg-opacity: 1;
  background-color: #1a202c;
  background-color: rgba(26, 32, 44, var(--bg-opacity)); }

.bg-red-200 {
  --bg-opacity: 1;
  background-color: #fed7d7;
  background-color: rgba(254, 215, 215, var(--bg-opacity)); }

.bg-red-400 {
  --bg-opacity: 1;
  background-color: #fc8181;
  background-color: rgba(252, 129, 129, var(--bg-opacity)); }

.bg-red-500 {
  --bg-opacity: 1;
  background-color: #f56565;
  background-color: rgba(245, 101, 101, var(--bg-opacity)); }

.bg-red-600 {
  --bg-opacity: 1;
  background-color: #e53e3e;
  background-color: rgba(229, 62, 62, var(--bg-opacity)); }

.bg-red-700 {
  --bg-opacity: 1;
  background-color: #c53030;
  background-color: rgba(197, 48, 48, var(--bg-opacity)); }

.bg-orange-200 {
  --bg-opacity: 1;
  background-color: #feebc8;
  background-color: rgba(254, 235, 200, var(--bg-opacity)); }

.bg-orange-500 {
  --bg-opacity: 1;
  background-color: #ed8936;
  background-color: rgba(237, 137, 54, var(--bg-opacity)); }

.bg-yellow-500 {
  --bg-opacity: 1;
  background-color: #ecc94b;
  background-color: rgba(236, 201, 75, var(--bg-opacity)); }

.bg-green-200 {
  --bg-opacity: 1;
  background-color: #c6f6d5;
  background-color: rgba(198, 246, 213, var(--bg-opacity)); }

.bg-green-400 {
  --bg-opacity: 1;
  background-color: #68d391;
  background-color: rgba(104, 211, 145, var(--bg-opacity)); }

.bg-green-500 {
  --bg-opacity: 1;
  background-color: #48bb78;
  background-color: rgba(72, 187, 120, var(--bg-opacity)); }

.bg-teal-200 {
  --bg-opacity: 1;
  background-color: #b2f5ea;
  background-color: rgba(178, 245, 234, var(--bg-opacity)); }

.bg-teal-500 {
  --bg-opacity: 1;
  background-color: #38b2ac;
  background-color: rgba(56, 178, 172, var(--bg-opacity)); }

.bg-blue-200 {
  --bg-opacity: 1;
  background-color: #bee3f8;
  background-color: rgba(190, 227, 248, var(--bg-opacity)); }

.bg-blue-400 {
  --bg-opacity: 1;
  background-color: #63b3ed;
  background-color: rgba(99, 179, 237, var(--bg-opacity)); }

.bg-blue-500 {
  --bg-opacity: 1;
  background-color: #4299e1;
  background-color: rgba(66, 153, 225, var(--bg-opacity)); }

.bg-blue-600 {
  --bg-opacity: 1;
  background-color: #3182ce;
  background-color: rgba(49, 130, 206, var(--bg-opacity)); }

.bg-indigo-500 {
  --bg-opacity: 1;
  background-color: #667eea;
  background-color: rgba(102, 126, 234, var(--bg-opacity)); }

.bg-purple-200 {
  --bg-opacity: 1;
  background-color: #e9d8fd;
  background-color: rgba(233, 216, 253, var(--bg-opacity)); }

.bg-purple-500 {
  --bg-opacity: 1;
  background-color: #9f7aea;
  background-color: rgba(159, 122, 234, var(--bg-opacity)); }

.bg-pink-500 {
  --bg-opacity: 1;
  background-color: #ed64a6;
  background-color: rgba(237, 100, 166, var(--bg-opacity)); }

.active\:bg-gray-100:active {
  --bg-opacity: 1;
  background-color: #f7fafc;
  background-color: rgba(247, 250, 252, var(--bg-opacity)); }

.active\:bg-indigo-600:active {
  --bg-opacity: 1;
  background-color: #5a67d8;
  background-color: rgba(90, 103, 216, var(--bg-opacity)); }

.bg-none {
  background-image: none; }

.bg-opacity-50 {
  --bg-opacity: 0.5; }

.bg-center {
  background-position: center; }

.bg-repeat {
  background-repeat: repeat; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.bg-repeat-x {
  background-repeat: repeat-x; }

.bg-repeat-y {
  background-repeat: repeat-y; }

.bg-repeat-round {
  background-repeat: round; }

.bg-repeat-space {
  background-repeat: space; }

.bg-cover {
  background-size: cover; }

.bg-full {
  background-size: 100%; }

.border-collapse {
  border-collapse: collapse; }

.border-separate {
  border-collapse: separate; }

.border-transparent {
  border-color: transparent; }

.border-gray-100 {
  --border-opacity: 1;
  border-color: #f7fafc;
  border-color: rgba(247, 250, 252, var(--border-opacity)); }

.border-gray-200 {
  --border-opacity: 1;
  border-color: #edf2f7;
  border-color: rgba(237, 242, 247, var(--border-opacity)); }

.border-gray-300 {
  --border-opacity: 1;
  border-color: #e2e8f0;
  border-color: rgba(226, 232, 240, var(--border-opacity)); }

.border-gray-400 {
  --border-opacity: 1;
  border-color: #cbd5e0;
  border-color: rgba(203, 213, 224, var(--border-opacity)); }

.border-gray-600 {
  --border-opacity: 1;
  border-color: #718096;
  border-color: rgba(113, 128, 150, var(--border-opacity)); }

.border-gray-700 {
  --border-opacity: 1;
  border-color: #4a5568;
  border-color: rgba(74, 85, 104, var(--border-opacity)); }

.rounded {
  border-radius: 0.25rem; }

.rounded-lg {
  border-radius: 0.5rem; }

.rounded-full {
  border-radius: 9999px; }

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

.border-solid {
  border-style: solid; }

.border-dashed {
  border-style: dashed; }

.border-dotted {
  border-style: dotted; }

.border-double {
  border-style: double; }

.border-none {
  border-style: none; }

.border-0 {
  border-width: 0; }

.border-2 {
  border-width: 2px; }

.border {
  border-width: 1px; }

.border-t-0 {
  border-top-width: 0; }

.border-r-0 {
  border-right-width: 0; }

.border-l-0 {
  border-left-width: 0; }

.border-t {
  border-top-width: 1px; }

.border-b {
  border-bottom-width: 1px; }

.box-border {
  box-sizing: border-box; }

.box-content {
  box-sizing: content-box; }

.cursor-pointer {
  cursor: pointer; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.flex {
  display: flex; }

.inline-flex {
  display: inline-flex; }

.table {
  display: table; }

.table-caption {
  display: table-caption; }

.table-cell {
  display: table-cell; }

.table-column {
  display: table-column; }

.table-column-group {
  display: table-column-group; }

.table-footer-group {
  display: table-footer-group; }

.table-header-group {
  display: table-header-group; }

.table-row-group {
  display: table-row-group; }

.table-row {
  display: table-row; }

.flow-root {
  display: flow-root; }

.grid {
  display: grid; }

.inline-grid {
  display: inline-grid; }

.contents {
  display: contents; }

.hidden {
  display: none; }

.flex-row {
  flex-direction: row; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-col {
  flex-direction: column; }

.flex-col-reverse {
  flex-direction: column-reverse; }

.flex-wrap {
  flex-wrap: wrap; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse; }

.flex-no-wrap {
  flex-wrap: nowrap; }

.place-items-auto {
  place-items: auto; }

.place-items-start {
  place-items: start; }

.place-items-end {
  place-items: end; }

.place-items-center {
  place-items: center; }

.place-items-stretch {
  place-items: stretch; }

.place-content-center {
  place-content: center; }

.place-content-start {
  place-content: start; }

.place-content-end {
  place-content: end; }

.place-content-between {
  place-content: space-between; }

.place-content-around {
  place-content: space-around; }

.place-content-evenly {
  place-content: space-evenly; }

.place-content-stretch {
  place-content: stretch; }

.place-self-auto {
  place-self: auto; }

.place-self-start {
  place-self: start; }

.place-self-end {
  place-self: end; }

.place-self-center {
  place-self: center; }

.place-self-stretch {
  place-self: stretch; }

.items-start {
  align-items: flex-start; }

.items-end {
  align-items: flex-end; }

.items-center {
  align-items: center; }

.items-baseline {
  align-items: baseline; }

.items-stretch {
  align-items: stretch; }

.content-center {
  align-content: center; }

.content-start {
  align-content: flex-start; }

.content-end {
  align-content: flex-end; }

.content-between {
  align-content: space-between; }

.content-around {
  align-content: space-around; }

.content-evenly {
  align-content: space-evenly; }

.self-auto {
  align-self: auto; }

.self-start {
  align-self: flex-start; }

.self-end {
  align-self: flex-end; }

.self-center {
  align-self: center; }

.self-stretch {
  align-self: stretch; }

.justify-items-auto {
  justify-items: auto; }

.justify-items-start {
  justify-items: start; }

.justify-items-end {
  justify-items: end; }

.justify-items-center {
  justify-items: center; }

.justify-items-stretch {
  justify-items: stretch; }

.justify-start {
  justify-content: flex-start; }

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

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.justify-evenly {
  justify-content: space-evenly; }

.justify-self-auto {
  justify-self: auto; }

.justify-self-start {
  justify-self: start; }

.justify-self-end {
  justify-self: end; }

.justify-self-center {
  justify-self: center; }

.justify-self-stretch {
  justify-self: stretch; }

.flex-1 {
  flex: 1 1 0%; }

.flex-auto {
  flex: 1 1 auto; }

.flex-initial {
  flex: 0 1 auto; }

.flex-grow {
  flex-grow: 1; }

.flex-shrink {
  flex-shrink: 1; }

.float-right {
  float: right; }

.float-left {
  float: left; }

.float-none {
  float: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.clear-none {
  clear: none; }

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

.font-normal {
  font-weight: 400; }

.font-medium {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.h-0 {
  height: 0; }

.h-1 {
  height: 0.25rem; }

.h-2 {
  height: 0.5rem; }

.h-5 {
  height: 1.25rem; }

.h-8 {
  height: 2rem; }

.h-10 {
  height: 2.5rem; }

.h-12 {
  height: 3rem; }

.h-16 {
  height: 4rem; }

.h-20 {
  height: 5rem; }

.h-auto {
  height: auto; }

.h-full {
  height: 100%; }

.h-screen {
  height: 100vh; }

.h-95-px {
  height: 95px; }

.h-350-px {
  height: 350px; }

.h-500-px {
  height: 500px; }

.h-600-px {
  height: 600px; }

.text-55 {
  font-size: 55rem; }

.text-xs {
  font-size: 0.75rem; }

.text-sm {
  font-size: 0.875rem; }

.text-base {
  font-size: 1rem; }

.text-lg {
  font-size: 1.125rem; }

.text-xl {
  font-size: 1.25rem; }

.text-2xl {
  font-size: 1.5rem; }

.text-3xl {
  font-size: 1.875rem; }

.text-4xl {
  font-size: 2.25rem; }

.text-5xl {
  font-size: 3rem; }

.text-6xl {
  font-size: 4rem; }

.leading-none {
  line-height: 1; }

.leading-snug {
  line-height: 1.375; }

.leading-normal {
  line-height: 1.5; }

.leading-relaxed {
  line-height: 1.625; }

.list-inside {
  list-style-position: inside; }

.list-outside {
  list-style-position: outside; }

.list-none {
  list-style-type: none; }

.m-1 {
  margin: 0.25rem; }

.m-2 {
  margin: 0.5rem; }

.m-4 {
  margin: 1rem; }

.-m-16 {
  margin: -4rem; }

.-m-24 {
  margin: -6rem; }

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.mt-0 {
  margin-top: 0; }

.mr-0 {
  margin-right: 0; }

.mr-4 {
  margin-right: 1rem; }

.mr-8 {
  margin-right: 2rem; }

.mb-0 {
  margin-bottom: 0; }

.mt-1 {
  margin-top: 0.25rem; }

.mr-1 {
  margin-right: 0.25rem; }

.mb-1 {
  margin-bottom: 0.25rem; }

.ml-1 {
  margin-left: 0.25rem; }

.mt-2 {
  margin-top: 0.5rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.ml-2 {
  margin-left: 0.5rem; }

.mt-3 {
  margin-top: 0.75rem; }

.mr-3 {
  margin-right: 0.75rem; }

.mb-3 {
  margin-bottom: 0.75rem; }

.ml-3 {
  margin-left: 0.75rem; }

.mt-4 {
  margin-top: 1rem; }

.mr-4 {
  margin-right: 1rem; }

.mb-4 {
  margin-bottom: 1rem; }

.mt-5 {
  margin-top: 1.25rem; }

.mb-5 {
  margin-bottom: 1.25rem; }

.mt-6 {
  margin-top: 1.5rem; }

.mb-6 {
  margin-bottom: 1.5rem; }

.mt-8 {
  margin-top: 2rem; }

.mb-8 {
  margin-bottom: 2rem; }

.mt-10 {
  margin-top: 2.5rem; }

.mt-12 {
  margin-top: 3rem; }

.mb-12 {
  margin-bottom: 3rem; }

.mb-16 {
  margin-bottom: 4rem; }

.mt-16 {
  margin-top: 4rem; }

.mt-20 {
  margin-top: 5rem; }

.mt-24 {
  margin-top: 6rem; }

.mb-24 {
  margin-bottom: 6rem; }

.mt-32 {
  margin-top: 8rem; }

.mt-48 {
  margin-top: 12rem; }

.mr-auto {
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

.-ml-4 {
  margin-left: -1rem; }

.ml-4 {
  margin-left: 1rem; }

.ml-8 {
  margin-left: 2rem; }

.-mt-20 {
  margin-top: -5rem; }

.-ml-20 {
  margin-left: -5rem; }

.-mt-24 {
  margin-top: -6rem; }

.-mt-32 {
  margin-top: -8rem; }

.-mt-48 {
  margin-top: -12rem; }

.-mt-64 {
  margin-top: -16rem; }

.last\:mr-0:last-child {
  margin-right: 0; }

.hover\:-mt-4:hover {
  margin-top: -1rem; }

.max-h-860-px {
  max-height: 860px; }

.max-w-sm {
  max-width: 24rem; }

.max-w-full {
  max-width: 100%; }

.max-w-100-px {
  max-width: 100px; }

.max-w-120-px {
  max-width: 120px; }

.max-w-150-px {
  max-width: 150px; }

.max-w-180-px {
  max-width: 180px; }

.max-w-200-px {
  max-width: 200px; }

.max-w-210-px {
  max-width: 210px; }

.max-w-580-px {
  max-width: 580px; }

.min-h-screen {
  min-height: 100vh; }

.min-h-screen-75 {
  min-height: 75vh; }

.min-w-0 {
  min-width: 0; }

.min-w-48 {
  min-width: 12rem; }

.min-w-140-px {
  min-width: 140px; }

.object-contain {
  object-fit: contain; }

.object-cover {
  object-fit: cover; }

.object-fill {
  object-fit: fill; }

.object-none {
  object-fit: none; }

.object-scale-down {
  object-fit: scale-down; }

.opacity-50 {
  opacity: 0.5; }

.opacity-75 {
  opacity: 0.75; }

.opacity-80 {
  opacity: .8; }

.outline-none {
  outline: 0; }

.focus\:outline-none:focus {
  outline: 0; }

.overflow-auto {
  overflow: auto; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

.overflow-x-auto {
  overflow-x: auto; }

.overflow-y-auto {
  overflow-y: auto; }

.overflow-x-hidden {
  overflow-x: hidden; }

.overflow-y-hidden {
  overflow-y: hidden; }

.overflow-x-visible {
  overflow-x: visible; }

.overflow-y-visible {
  overflow-y: visible; }

.overflow-x-scroll {
  overflow-x: scroll; }

.overflow-y-scroll {
  overflow-y: scroll; }

.scrolling-touch {
  -webkit-overflow-scrolling: touch; }

.scrolling-auto {
  -webkit-overflow-scrolling: auto; }

.overscroll-auto {
  -ms-scroll-chaining: chained;
  overscroll-behavior: auto; }

.overscroll-contain {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain; }

.overscroll-none {
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.overscroll-y-auto {
  overscroll-behavior-y: auto; }

.overscroll-y-contain {
  overscroll-behavior-y: contain; }

.overscroll-y-none {
  overscroll-behavior-y: none; }

.overscroll-x-auto {
  overscroll-behavior-x: auto; }

.overscroll-x-contain {
  overscroll-behavior-x: contain; }

.overscroll-x-none {
  overscroll-behavior-x: none; }

.p-1 {
  padding: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.p-3 {
  padding: 0.75rem; }

.p-4 {
  padding: 1rem; }

.p-5 {
  padding: 1.25rem; }

.p-8 {
  padding: 2rem; }

.px-0 {
  padding-left: 0;
  padding-right: 0; }

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem; }

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem; }

.px-16 {
  padding-left: 4.5rem;
  padding-right: 4.5rem; }

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.pt-0 {
  padding-top: 0; }

.pb-0 {
  padding-bottom: 0; }

.pt-1 {
  padding-top: 0.25rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pl-3 {
  padding-left: 0.75rem; }

.pr-4 {
  padding-right: 1rem; }

.pr-8 {
  padding-right: 2rem; }

.pb-4 {
  padding-bottom: 1rem; }

.pl-4 {
  padding-left: 1rem; }

.pt-6 {
  padding-top: 1.5rem; }

.pb-6 {
  padding-bottom: 1.5rem; }

.pt-8 {
  padding-top: 2rem; }

.pb-8 {
  padding-bottom: 2rem; }

.pl-8 {
  padding-left: 2rem; }

.pl-10 {
  padding-left: 2.5rem; }

.pt-12 {
  padding-top: 3rem; }

.pr-12 {
  padding-right: 3rem; }

.pt-16 {
  padding-top: 4rem; }

.pb-16 {
  padding-bottom: 4rem; }

.pt-20 {
  padding-top: 5rem; }

.pb-20 {
  padding-bottom: 5rem; }

.pt-24 {
  padding-top: 6rem; }

.pt-32 {
  padding-top: 8rem; }

.pb-32 {
  padding-bottom: 8rem; }

.pb-40 {
  padding-bottom: 10rem; }

.pt-48 {
  padding-top: 12rem; }

.pb-48 {
  padding-bottom: 12rem; }

.pb-64 {
  padding-bottom: 16rem; }

.placeholder-gray-400::-webkit-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity)); }

.placeholder-gray-400:-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity)); }

.placeholder-gray-400::-ms-input-placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity)); }

.placeholder-gray-400::placeholder {
  --placeholder-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--placeholder-opacity)); }

.pointer-events-none {
  pointer-events: none; }

.pointer-events-auto {
  pointer-events: auto; }

.static {
  position: static; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.sticky {
  position: -webkit-sticky;
  position: sticky; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.top-auto {
  top: auto; }

.bottom-auto {
  bottom: auto; }

.m-auto {
  margin: auto; }

.left-auto {
  left: auto; }

.-right-100 {
  right: -100%; }

.-top-225-px {
  top: -225px; }

.-top-160-px {
  top: -160px; }

.-top-150-px {
  top: -150px; }

.-top-94-px {
  top: -94px; }

.-left-50-px {
  left: -50px; }

.-top-29-px {
  top: -29px; }

.-left-20-px {
  left: -20px; }

.top-25-px {
  top: 25px; }

.left-40-px {
  left: 40px; }

.top-95-px {
  top: 95px; }

.left-145-px {
  left: 145px; }

.left-195-px {
  left: 195px; }

.top-210-px {
  top: 210px; }

.left-260-px {
  left: 260px; }

.resize-none {
  resize: none; }

.resize-y {
  resize: vertical; }

.resize-x {
  resize: horizontal; }

.resize {
  resize: both; }

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); }

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

.shadow-none {
  box-shadow: none; }

.hover\:shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }

.hover\:shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); }

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5); }

.fill-current {
  fill: currentColor; }

.table-auto {
  table-layout: auto; }

.table-fixed {
  table-layout: fixed; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

.text-black {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity)); }

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity)); }

.text-gray-200 {
  --text-opacity: 1;
  color: #edf2f7;
  color: rgba(237, 242, 247, var(--text-opacity)); }

.text-gray-300 {
  --text-opacity: 1;
  color: #e2e8f0;
  color: rgba(226, 232, 240, var(--text-opacity)); }

.text-gray-400 {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity)); }

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity)); }

.text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity)); }

.text-gray-700 {
  --text-opacity: 1;
  color: #4a5568;
  color: rgba(74, 85, 104, var(--text-opacity)); }

.text-gray-800 {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity)); }

.text-gray-900 {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity)); }

.text-red-500 {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity)); }

.text-orange-500 {
  --text-opacity: 1;
  color: #ed8936;
  color: rgba(237, 137, 54, var(--text-opacity)); }

.text-green-500 {
  --text-opacity: 1;
  color: #48bb78;
  color: rgba(72, 187, 120, var(--text-opacity)); }

.text-teal-500 {
  --text-opacity: 1;
  color: #38b2ac;
  color: rgba(56, 178, 172, var(--text-opacity)); }

.text-blue-400 {
  --text-opacity: 1;
  color: #63b3ed;
  color: rgba(99, 179, 237, var(--text-opacity)); }

.text-blue-500 {
  --text-opacity: 1;
  color: #4299e1;
  color: rgba(66, 153, 225, var(--text-opacity)); }

.text-blue-600 {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity)); }

.text-pink-400 {
  --text-opacity: 1;
  color: #f687b3;
  color: rgba(246, 135, 179, var(--text-opacity)); }

.hover\:text-gray-400:hover {
  --text-opacity: 1;
  color: #cbd5e0;
  color: rgba(203, 213, 224, var(--text-opacity)); }

.hover\:text-gray-600:hover {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity)); }

.hover\:text-gray-800:hover {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity)); }

.hover\:text-gray-900:hover {
  --text-opacity: 1;
  color: #1a202c;
  color: rgba(26, 32, 44, var(--text-opacity)); }

.hover\:text-blue-600:hover {
  --text-opacity: 1;
  color: #3182ce;
  color: rgba(49, 130, 206, var(--text-opacity)); }

.italic {
  font-style: italic; }

.not-italic {
  font-style: normal; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.capitalize {
  text-transform: capitalize; }

.normal-case {
  text-transform: none; }

.underline {
  text-decoration: underline; }

.line-through {
  text-decoration: line-through; }

.no-underline {
  text-decoration: none; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto; }

.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions {
  --font-variant-numeric-ordinal: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-slashed-zero: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-figure: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-spacing: var(--tailwind-empty,/*!*/ /*!*/);
  --font-variant-numeric-fraction: var(--tailwind-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--font-variant-numeric-ordinal) var(--font-variant-numeric-slashed-zero) var(--font-variant-numeric-figure) var(--font-variant-numeric-spacing) var(--font-variant-numeric-fraction); }

.normal-nums {
  font-variant-numeric: normal; }

.ordinal {
  --font-variant-numeric-ordinal: ordinal; }

.slashed-zero {
  --font-variant-numeric-slashed-zero: slashed-zero; }

.lining-nums {
  --font-variant-numeric-figure: lining-nums; }

.oldstyle-nums {
  --font-variant-numeric-figure: oldstyle-nums; }

.proportional-nums {
  --font-variant-numeric-spacing: proportional-nums; }

.tabular-nums {
  --font-variant-numeric-spacing: tabular-nums; }

.diagonal-fractions {
  --font-variant-numeric-fraction: diagonal-fractions; }

.stacked-fractions {
  --font-variant-numeric-fraction: stacked-fractions; }

.tracking-wide {
  letter-spacing: 0.025em; }

.select-none {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select-text {
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.select-all {
  -webkit-user-select: all;
  -ms-user-select: all;
  user-select: all; }

.select-auto {
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

.align-text-top {
  vertical-align: text-top; }

.align-text-bottom {
  vertical-align: text-bottom; }

.visible {
  visibility: visible; }

.invisible {
  visibility: hidden; }

.whitespace-normal {
  white-space: normal; }

.whitespace-no-wrap {
  white-space: nowrap; }

.whitespace-pre {
  white-space: pre; }

.whitespace-pre-line {
  white-space: pre-line; }

.whitespace-pre-wrap {
  white-space: pre-wrap; }

.break-normal {
  overflow-wrap: normal;
  word-break: normal; }

.break-words {
  overflow-wrap: break-word; }

.break-all {
  word-break: break-all; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.w-1 {
  width: 0.25rem; }

.w-5 {
  width: 1.25rem; }

.w-8 {
  width: 2rem; }

.w-10 {
  width: 2.5rem; }

.w-12 {
  width: 3rem; }

.w-16 {
  width: 4rem; }

.w-auto {
  width: auto; }

.w-1\/2 {
  width: 50%; }

.w-1\/5 {
  width: 20%; }

.w-4\/5 {
  width: 80%; }

.w-1\/12 {
  width: 8.333333%; }

.w-2\/12 {
  width: 16.666667%; }

.w-20\/12 {
  width: 20%; }

.w-3\/12 {
  width: 25%; }

.w-4\/12 {
  width: 33.333333%; }

.w-5\/12 {
  width: 41.666666%; }

.w-55\/12 {
  width: 45.833333%; }

.w-6\/12 {
  width: 50%; }

.w-7\/12 {
  width: 58.333333%; }

.w-8\/12 {
  width: 66.666667%; }

.w-9\/12 {
  width: 75%; }

.w-10\/12 {
  width: 83.333333%; }

.w-11\/12 {
  width: 91.666666%; }

.w-full {
  width: 100%; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-10 {
  z-index: 10; }

.z-40 {
  z-index: 40; }

.z-50 {
  z-index: 50; }

.grid-flow-row {
  grid-auto-flow: row; }

.grid-flow-col {
  grid-auto-flow: column; }

.grid-flow-row-dense {
  grid-auto-flow: row dense; }

.grid-flow-col-dense {
  grid-auto-flow: column dense; }

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y)); }

.transform-none {
  transform: none; }

.rotate-90 {
  --transform-rotate: 90deg; }

.rotate-180 {
  --transform-rotate: 180deg; }

.transition-all {
  transition-property: all; }

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform; }

.ease-linear {
  transition-timing-function: linear; }

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1); }

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1); }

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }

.duration-150 {
  transition-duration: 150ms; }

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg); } }

@keyframes spin {
  to {
    transform: rotate(360deg); } }

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0; } }

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0; } }

@-webkit-keyframes pulse {
  50% {
    opacity: .5; } }

@keyframes pulse {
  50% {
    opacity: .5; } }

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite; }

@media (min-width: 640px) {
  .sm\:block {
    display: block; }
  .sm\:mt-0 {
    margin-top: 0; }
  .sm\:ml-1 {
    margin-left: 0.25rem; }
  .sm\:mr-2 {
    margin-right: 0.5rem; }
  .sm\:pt-0 {
    padding-top: 0; }
  .sm\:w-6\/12 {
    width: 50%; } }

@media (min-width: 768px) {
  .md\:block {
    display: block; }
  .md\:flex {
    display: flex; }
  .md\:hidden {
    display: none; }
  .md\:flex-row {
    flex-direction: row; }
  .md\:flex-col {
    flex-direction: column; }
  .md\:flex-no-wrap {
    flex-wrap: nowrap; }
  .md\:items-stretch {
    align-items: stretch; }
  .md\:justify-start {
    justify-content: flex-start; }
  .md\:justify-end {
    justify-content: flex-end; }
  .md\:justify-between {
    justify-content: space-between; }
  .md\:mt-0 {
    margin-top: 0; }
  .md\:mt-4 {
    margin-top: 1rem; }
  .md\:mb-4 {
    margin-bottom: 1rem; }
  .md\:mt-40 {
    margin-top: 10rem; }
  .md\:mt-64 {
    margin-top: 16rem; }
  .md\:ml-64 {
    margin-left: 16rem; }
  .md\:min-h-full {
    min-height: 100%; }
  .md\:min-w-full {
    min-width: 100%; }
  .md\:opacity-100 {
    opacity: 1; }
  .md\:overflow-hidden {
    overflow: hidden; }
  .md\:overflow-y-auto {
    overflow-y: auto; }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .md\:pt-0 {
    padding-top: 0; }
  .md\:pb-2 {
    padding-bottom: 0.5rem; }
  .md\:pr-12 {
    padding-right: 3rem; }
  .md\:pt-32 {
    padding-top: 8rem; }
  .md\:fixed {
    position: fixed; }
  .md\:relative {
    position: relative; }
  .md\:top-0 {
    top: 0; }
  .md\:bottom-0 {
    bottom: 0; }
  .md\:left-0 {
    left: 0; }
  .md\:shadow-none {
    box-shadow: none; }
  .md\:text-left {
    text-align: left; }
  .md\:w-64 {
    width: 16rem; }
  .md\:w-4\/12 {
    width: 33.333333%; }
  .md\:w-5\/12 {
    width: 41.666667%; }
  .md\:w-6\/12 {
    width: 50%; }
  .md\:w-8\/12 {
    width: 66.666667%; } }

.bg-transparent {
  background-color: transparent; }

@media (min-width: 1024px) {
  .lg\:bg-transparent {
    background-color: transparent; }
  .lg\:block {
    display: block; }
  .lg\:inline-block {
    display: inline-block; }
  .lg\:flex {
    display: flex; }
  .lg\:hidden {
    display: none; }
  .lg\:flex-row {
    flex-direction: row; }
  .lg\:self-center {
    align-self: center; }
  .lg\:justify-start {
    justify-content: flex-start; }
  .lg\:order-1 {
    order: 1; }
  .lg\:order-2 {
    order: 2; }
  .lg\:order-3 {
    order: 3; }
  .lg\:mb-0 {
    margin-bottom: 0; }
  .lg\:mr-1 {
    margin-right: 0.25rem; }
  .lg\:mr-4 {
    margin-right: 1rem; }
  .lg\:mt-16 {
    margin-top: 4rem; }
  .lg\:ml-auto {
    margin-left: auto; }
  .lg\:-ml-16 {
    margin-left: -4rem; }
  .lg\:-mt-64 {
    margin-top: -16rem; }
  .lg\:p-10 {
    padding: 2.5rem; }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .lg\:pt-0 {
    padding-top: 0; }
  .lg\:pt-4 {
    padding-top: 1rem; }
  .lg\:pt-12 {
    padding-top: 3rem; }
  .lg\:pt-24 {
    padding-top: 6rem; }
  .lg\:pb-64 {
    padding-bottom: 16rem; }
  .lg\:static {
    position: static; }
  .lg\:shadow-none {
    box-shadow: none; }
  .lg\:text-left {
    text-align: left; }
  .lg\:text-right {
    text-align: right; }
  .lg\:text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity)); }
  .lg\:text-gray-300 {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity)); }
  .lg\:hover\:text-gray-300:hover {
    --text-opacity: 1;
    color: #e2e8f0;
    color: rgba(226, 232, 240, var(--text-opacity)); }
  .lg\:w-auto {
    width: auto; }
  .lg\:w-1\/12 {
    width: 8.333333%; }
  .lg\:w-2\/12 {
    width: 16.666667%; }
  .lg\:w-20\/12 {
    width: 20%; }
  .lg\:w-3\/12 {
    width: 25%; }
  .lg\:w-44\/12 {
    width: 30.333333%; }
  .lg\:w-4\/12 {
    width: 33.333333%; }
  .lg\:w-5\/12 {
    width: 41.666666%; }
  .lg\:w-55\/12 {
    width: 45.833333%; }
  .lg\:w-6\/12 {
    width: 50%; }
  .lg\:w-7\/12 {
    width: 58.333333%; }
  .lg\:w-8\/12 {
    width: 66.666667%; }
  .lg\:w-9\/12 {
    width: 75%; }
  .lg\:w-10\/12 {
    width: 83.333333%; }
  .lg\:w-11\/12 {
    width: 91.666666%; } }

@media (min-width: 1280px) {
  .xl\:mb-0 {
    margin-bottom: 0; }
  .xl\:w-3\/12 {
    width: 25%; }
  .xl\:w-4\/12 {
    width: 33.333333%; }
  .xl\:w-6\/12 {
    width: 50%; }
  .xl\:w-8\/12 {
    width: 66.666667%; } }

@charset "UTF-8";
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind screens;
:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

/**
 * Fonts.
 */
@font-face {
  font-family: "Bold";
  src: url(data:font/ttf;base64,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aTIyMTkAAAAAAAAB//8AAgABAAAADAAAAEAAAAACAAgAAwAHAAEACAAIAAIACQB9AAEAfgCAAAIAgQDkAAEA5QDlAAIA5gD8AAEA/QD+AAIABAAAAAIAAAABAAAACgA0AIIAAWxhdG4ACAAKAAFUVVIgABoAAP//AAUAAAABAAIABAAFAAD//wABAAMABmFhbHQAJmZyYWMALmxpZ2EANGxpZ2EAPG9yZG4AQnN1cHMASAAAAAIAAAABAAAAAQACAAAAAgADAAQAAAABAAQAAAABAAUAAAABAAYACgAWAB4AJgA2AD4ARgBWAF4AZgBuAAEAAAABAGAAAwAAAAEAggAGAAAABQCQAMAA6AEQATgABAAAAAEBUAAEAAAAAQFgAAYAAAAFAXABkgG0AdYCAAABAAAAAQIaAAQAAAABAjgABAAAAAECoAABAAAAAQK8AAIAFgAIAOQAewB0AHUAbAB8AGwAfAABAAgAEQAUABUAFgAkADIARABSAAEAEAABAAgAAwDZANoA8gABAAEAEAADAAAABAAWABwAJAAqAAAAAQAAAAcAAQABABMAAQACABIA6AABAAEAEwABAAEAEwADAAAAAwAUABoAIgAAAAEAAAAIAAEAAQATAAEAAgASAOgAAQABABMAAwAAAAMAFAAaACIAAAABAAAABwABAAEAFAABAAIAEgDoAAEAAQAXAAMAAAADABQAGgAiAAAAAQAAAAcAAQABABQAAQACABIA6AABAAEAFQADAAAAAwAUABoAIgAAAAEAAAAHAAEAAQAWAAEAAgASAOgAAQABABcAAQASAAEACAABAAQA/QACAEwAAQABAEkAAQASAAEACAABAAQA/gACAE8AAQABAEkAAwACABYAHAABABAAAAAAAAEAAQBEAAEAAQAUAAEAAQAUAAMAAQAYAAEAEgAAAAEAAAAJAAEAAQBEAAIAAQATABwAAAADAAEAGAABABIAAAABAAAACQABAAEAUgACAAEAEwAcAAAAAwACABoAJAABABQAAAABAAAACQABAAEARAACAAEAEwAcAAAAAQABABEAAwACABoAJAABABQAAAABAAAACQABAAEAUgACAAEAEwAcAAAAAQABABEAAgAUAAcAewB0AHUAbAB8AGwAfAABAAcAFAAVABYAJAAyAEQAUgABAGYAAwAMACYAUAACAAYAEADl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); }

@font-face {
  font-family: "Regular";
  src: url(data:font/ttf;base64,AAEAAAAQAQAABAAAQkFTRT9iT7oAAGlwAAAANEZGVE1NKSpWAABppAAAABxHREVGBDcE3AAAXzQAAABIR1BPU/4rFocAAGM8AAAGNEdTVUJdo2j4AABffAAAA75PUy8yevwQ3AAAAYgAAABgY21hcHbSlU0AAAXkAAACgmdhc3D//wADAABfLAAAAAhnbHlmNiECQwAACmgAAEp0aGVhZNTPnWMAAAEMAAAANmhoZWEHJQOFAAABRAAAACRobXR4Ezcl5QAAAegAAAP6bG9jYdF85GoAAAhoAAACAG1heHABSABFAAABaAAAACBuYW1l+ZBvTQAAVNwAAAfacG9zdNwfL9gAAFy4AAACcQABAAAAAQdsh302tV8PPPUACwPoAAAAALklKUgAAAAAuSUpSP9a/uYEDAOcAAAACAACAAAAAAAAAAEAAAL0/wwAyAQg/1r/WgQMAAEAAAAAAAAAAAAAAAAAAAD+AAEAAAD/AEIABwAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAgHGAlgABQAEAooCWAAAAEsCigJYAAABXgAyARgAAAILBgMCAgMCAgSAAACvQAAgSgAAAAAAAAAAQURCRQAAACD7AgL0/wwAyAOcARoAAAABAAAAAAHUAsQAAAAgAAQB9AAAAAAAAAFNAAABFgAAARYASQIHAJICLAAZAiwAGgNUACUC0gAvARYAZAEWADABFgAYAdAAIwKaAEIBFgAwATwAIwEWAEkBhQAAAiwAIgIsAFQCLAAuAiwALgIsACICLAAiAiwAIwIsACoCLAAvAiwAIwEWAEkBFgAwApoAQgKaAEICmgBCAfQAMAMgACwCwAABAnYAWwLAAC8C5QBLAmMAWwI+AFsDCgAvAuUAWwEWAFsB4gAJAogAWwIHAFsDigBUAxwAWwNAAC8CUQBbA0AALwJjAFsCLAAhAj4ACwLAAE4Cdv/6A8IAAQKI//4CZP/2AlEAIAEWAEgBhQAAARYAIAKaAFAB9AAAAPD/0gIHAC0CYwBEAeIALQJjAC0CLAAoAU0AAQJjACwCLABEAPAANgDw/9oCBwBEAPAASwNUAEQCLABEAlIALQJjAEQCYwAtAXIARAG8ABwBcv//AiwARAH0AAsC9wALAgcABgH0AAsBzwAjAU0AKADeAEgBTQAdApoAYAEWAAABFgBJAiwASAIsAEgCLAAVAiz/+wDeAEgCLAA+APD/1AMgABwBUQAiAfQALwKaAEIBPAAjAyAAHADw/+gBkAAzApoAQgFpABoBaQAYAPAANgIsAEQCWAAzARYASQDwAAUBaQAbAYIAHQH0AC8DQgAhA0IAHwNCABcB9AAgAsAAAQLAAAECwAABAsAAAQLAAAECwAABA8P/+ALAAC8CYwBbAmMAWwJjAFsCYwBbARb/5QEWAEkBFv/mARb/5wLlAAMDHABbA0AALwNAAC8DQAAvA0AALwNAAC8CmgBCA0AALwLAAE4CwABOAsAATgLAAE4CZP/2AlEAWwJjAEQCBwAtAgcALQIHAC0CBwAtAgcALQIHAC0DVAAnAeIALQIsACgCLAAoAiwAKAIsACgA8P/SAPAANgDw/9MA8P/UAlIALQIsAEQCUgAtAlIALQJSAC0CUgAtAlIALQKaAEICUgApAiwARAIsAEQCLABEAiwARAH0AAsCYwBEAfQACwDwAEsCBwATAPD//QPVADoDngAnAiwAIQG8ABwCZP/2AlEAIAHPACMCLP/0APD/0wDw/9MA8P/oAPD/2wDwADoA8AASAPAAGQDw/9AA8P/OAswALgIsAEQCQQAIAfQAAAPoAAABFgA4ARYAOAEWADgCBwBYAgcAWAIHAFgCLAAjAiwAKQH0AEkD6ABlBCAAFAE7ADYBOwA1AKf/WgIsABcB7AAcA+gAIgLMAC4DcwAiAigAKgKJAB4CwAAaAioAFwKaAEIAp/9aARYASQJBACIDDAAyAW8ADwIxACwCMQAyAjEAMwIxADQCQQA2AiwAAQABAAAAAAADAAAAAwAAABwAAQAAAAABfAADAAEAAAAcAAQBYAAAAFQAQAAFABQAfgD/ATEBQgFTAWEBeAF+AZICxwLJAt0DqQO8A8AgFCAaIB4gIiAmIDAgOiBEIKwhEyEiISYhLiICIgYiDyISIhUiGiIeIisiSCJgImUlyvsC//8AAAAgAKABMQFBAVIBYAF4AX0BkgLGAskC2AOpA7wDwCATIBggHCAgICYgMCA5IEQgrCETISIhJiEuIgIiBiIPIhEiFSIZIh4iKyJIImAiZCXK+wH////j/8L/kf+C/3P/Z/9R/03/Ov4H/gb9+P0t/Rv9GODG4MPgwuDB4L7gteCt4KTgPd/X38nfxt+/3uze6d7h3uDe3t7b3tjezN6w3pneltsyBfwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQYAAAEAAAAAAAAAAQIAAAACAAAAAAAAAAAAAAAAAAAAAQAAAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGEAhoeJi5OYnqOipKalp6mrqqytr66wsbO1tLa4t7y7vb7hcmRlaeN4oXBr63Zq+Yia9nP6+2d37vHw2PdsfNaouoFjbvXM+O9tfeRigoWXxcbZ2t7f29y5/MHJ6Onm5/3+4nnd4OWEjIONio+QkY6VlgCUnJ2bws3UcdDR0nrV084AAAAAACYAJgAmACYAQABSAIIAyAEGAU4BWgFyAYoBqAG8AcoB2AHqAfoCLAI+AmYCogK+AugDFAMmA24DmAO2A84D4AP0BAYEQgScBLgE7AUYBUAFVgVqBZQFrAW4BdgF9AYEBiIGOgZaBnoGpAbIBwAHEgcuB0QHZAeAB5gHrgfAB9AH4gf2CAIIEAhICHIIlgjCCOwJDglICWoJggmqCcAJzAn+Ch4KPApoCpQKrgruCxYLOAtKC2oLggukC7oL7gv8DC4MTAxMDGQMlgy8DPQNGg0sDYYNqA3mDiAOOg5KDlgOmA6mDsQO4A8GDz4PTA9uD4gPmg++D9AP7hAKEDoQdBDKEQYRKBFKEXARqhHgEhgSPBKEEqISwBLiExQTKBM8E1QTfBOsE+IUCBQuFFgUlhTQFOoVJhVKFW4VlhXMFeoWDBZGFoQWwhcEF1YXqBf8GE4YjhjAGPIZKBluGYIZlhmuGdYaDBpKGm4akhq6GvYbLhtSG4obshvaHAYcQhxsHJgc1hziHPwdFB08HYAdwh4OHkAeYh6EHroezB7eHuwfBB8YHzwfVh92H4ofvB/eIAYgFCAiIDAgPiBMIGAgdCCIIJ4gvCDOIPYhViFmIXYhhiHGIf4iKCJaIpQiziLuIwYjJCMyI0IjVCN2I9AkBCRaJHwkmCS0JN4lEiU6AAUAAAAAAfQCvAADAAYACQAMAA8AADERIREDEyETFxEBIQsBERMB9Pqq/qzIqv6OAVSqyKoCvP1EAYsA//7U/wH+/dUA/wEs/gIA/wACAEn/+gDNAsQAAwALAAATESMRAjQ2MhYUBiK5YBAnNicnNgLE/ggB+P1dNicnNicAAAAAAgCSAc4BdQLEAAMABwAAEzUzFTM1MxWSTkdOAc729vb2AAAAAgAZAAACEwLEABsAHwAAMzcjNTM3IzUzNzMHMzczBzMVIwczFSMHIzcjBxMjBzNcHF9qFF9qHE8cdBxPHF9qFF9qHE8cdByvdBR0zE6QTszMzMxOkE7MzMwBqpAAAAAAAwAa/6wCBAMYACEAJwAuAAABFTIXByYnFQceAxUUBgcVIzUiJzceARc1LgE1NDY3NRE1DgEVFBcVPgE1NCYBLHxKSC9PAjRBRCF9WzaSSk0WTitebnhUMTuiNERAAxhITUY9AuwBDhouRjFYcQVISGBFJSoC9hheV1JsB0j+ht4IOy5OjegGPzEvMQAFACX/4QMvAuQABwAPABcAHwAjAAASNDYyFhQGIiYUFjI2NCYiADQ2MhYUBiImFBYyNjQmIhMBJwElZ5RnZ5QZOlI6OlIBIGeUZ2eUGTpSOjpSU/5DPAG9AdySaGiSaNpSOjpSOv3OkmhokmjaUjo6UjoBw/0cHwLkAAAAAwAv/+4CyALQABkAJQAwAAAlFyMnDgEjIiY1NDcuATU0NjMyFhUUBxc3MyU0JiMiBhUUFz4CEycOAxUUFjMyAiehgVcvZkRxd6EpKm1QT2iTjFlt/uEwJig2RiIlJyarGyEoE1E0UaWlXjk3eFV+TSxJL05YU01pTZKRtyMpLSYwRhMYNP6KshAWJCwaM0kAAQBkAc4AsgLEAAMAABMVIzWyTgLE9vYAAQAw/2QA/gLcAAsAABMXDgEVFBcHJjU0NsI8Qz2APJJLAtwmarh05LAoxvZ05gAAAQAY/2QA5gLcAAsAABcnPgE1NCc3FhUUBlQ8Qz2APJJLnCZquHTksCjG9nTmAAAAAQAjAVABrQLEAA4AAAEVNxcHFwcnByc3JzcXNQENixWLWDdbWTdZjhWNAsSTL0Mtdyl6eCl1MEEwkwAAAQBCACQCWAI6AAsAABM1MzUzFTMVIxUjNULkTuTkTgEITuTkTuTkAAEAMP98ANYAcgADAAA3ByM31lRSRXL29gAAAAABACMAyAEZARwAAwAAARUjNQEZ9gEcVFQAAAAAAQBJ//oAzQB+AAcAABYiJjQ2MhYUpjYnJzYnBic2Jyc2AAAAAQAA/9QBhQLwAAMAAAkBJwEBhf7BRgFAAtb8/hoDAgACACL/9AIKAtAAEwAfAAATND4DMh4DFRQOAiIuAjcUHgIyPgI1ECAiDCE0WXRZNCEMFTJmjmYyFWAKG0BeQBsK/tgBYjNeZUkvL0llXjM/dHVGRnV0PyxRYjs7YlEsARoAAAAAAQBUAAABbgLEAAYAACERByc3MxEBDoI4xVUCVnhDo/08AAAAAQAuAAAB/gLWABcAADM1ATY1NCYjIgYHJz4BMzIWFRQGDwEhFS4BHE5GNDNFCWgOfV9gf0A76QFkZgEaTEUzPjozCVtdZl4/ZTnhVAAAAAABAC7/9AH+AtYAKQAAPwEeATMyNjU0LgIjNTI2NTQmIyIGByc+ATMyFhUUBgcVHgEVFAYjIiYuZRI6NjlQI0A8KGhNQjUnPxBiG3JJXXxDNkFKiGRVeI4fNTBIOCo4GQlUNjk3PC0lIUFEY144WBACC2RDYWxNAAACACIAAAIUAsQACgAOAAAhNSE1ATMRMxUjFScRIwMBUP7SARp0ZGRgAticYgHG/ixUnPABYv6eAAEAIv/0AfACxAAZAAABFSEHNjMyFhQGIyImJzcWMzI2NTQmIyIHEwHX/uEDIT5jeY9qSXQYYSNgO09dTkhKCALEWrEPgtCCS0QhXE9CS1AlAXUAAAIAI//0AgkCxAARABkAAAEDMzYzMhYVFAYjIiY1NDY3EwIUFjI2NCYiAY6yBCEtVoWKaWaNIiWzmlGEUVGEAsT+7hB0bHF9f2U8WzoBG/5YglJSglIAAAABACoAAAHnAsQABgAAMwEhNSEVAWEBH/6qAb3+5gJwVFL9jgADAC//9AH9AtAAFwAjAC8AAAQiJjU0Njc1LgE1NDYyFhUUBgcVHgEVFAEUFjMyNjU0JiMiBhMyNjU0JicOARUUFgF5xoRLPC1Ceax5Qi08S/6qPDM1Oj4xL0BvPEtMOztMTgx1YkBdEAMMVUROYmJORFUMAxBdQGIBqSxEQS8xPz/+BUk6PkQBAUo4PEcAAAACACMAAAIJAtAAEQAZAAAzEyMGIyImNTQ2MzIWFRQGBwMSNCYiBhQWMp6yBCEtVoWKaWaNIiWzmlGEUVGEARIQdGxxfX9lPFs6/uUBqIJSUoJSAAACAEn/+gDNAeAABwAPAAASIiY0NjIWFAI0NjIWFAYipjYnJzYnhCc2Jyc2AVwnNicnNv6eNicnNicAAAACADD/fADWAd8AAwALAAA3ByM3AjQ2MhYUBiLWVFJFLCc2Jyc2cvb2ARA2Jyc2JwABAEIAKwJYAjQABgAAJRUlNSUVBQJY/eoCFv48eU7bUtxPtgACAEIAuQJYAaQAAwAHAAATIRUhFSEVIUICFv3qAhb96gGkTk9OAAAAAQBCACoCWAIzAAYAABM1BRUFNSVCAhb96gHEAeVO21LcT7YAAgAw//oB1ALWACAAKAAAJSM1ND4BNz4FNTQmIyIGByc+ATMyFhUUDwEOARUGNDYyFhQGIgEyYBEVIQMjChkJCT0tMD4GZg13WFdxKkYgEnMnNicnNsY9JC4ZHwMhCx4THQ4tPT4yClZkY1ZOKkchIyjRNicnNicAAgAs/+4C9ALWAAoAQQAAASIGFRQzMjY1NCY3AwYVFDMyNjU0JiMiBhUUFjMyNjczDgEjIiY1NDYzMhYVFA4CIyImJyMGIyImNTQ2MzIXMzcBpkNORzlQIaNUBR0sT5dvf6esf0l9I08qr2Ge2dqZjscvR1EkGiQBBDxAPkt+YlIZAhAB5W5NUHU+JTM7/usRCBh3TXKEsYOErDUwS1zZnZnZroI9bUcpIh5AWkNookw5AAAAAgABAAACvwLEAAcACwAAMwEzASMnIQcTIQMjAQE4VwEvcEf+r0ZoAQyEAgLE/TyvrwEDAUUAAAADAFsAAAJHAsQADgAXACEAADMRMzIWFRQHFR4BFRQGIwMVMzI2NTQmIwMVMzI+ATU0JiNb9mF2ekBZjWyTgztJOTeXjSM/N1FHAsRaV3MpAgVkR1xpAnDSMzctO/7a9hA6Lj5AAAAAAAEAL//uAqcC1gAbAAABBy4BIyIGFRQWMzI3Fw4DIyIuATU0NjMyFgKYUB5bMnWTkHh1RFELJEFkOGyqVs6jSYYCaD0mK6V7dKBfPQ8iLh1upVum1DgAAAACAEsAAAK2AsQADQAZAAAzETMyHgMVFA4CIwMRMzI2NTQuAyNL91aHUDQTM1+WXId5gKwNJTtmQgLEMUtiWStFfmQ7Amr98Ip+Hz9LOSYAAAEAWwAAAjYCxAALAAAzESEVIRUhFSEVIRVbAcn+lwFQ/rABewLEWtNa41oAAQBbAAACGALEAAkAADMRIRUhFSEVIRFbAb3+owFF/rsCxFreWv7OAAEAL//uArYC1gAaAAABMxEOASMiJjU0NjMyFwcmIyIGFRQWMzI3NSMBuf0ylkSuzdChr1lETnZ3lJ51bEKdAYz+ox4j152f1VxJS6N3eKIlxQAAAAEAWwAAAooCxAALAAAzETMRIREzESMRIRFbYAFvYGD+kQLE/toBJv08AUT+vAAAAAEAWwAAALsCxAADAAAzETMRW2ACxP08AAEACf/uAZgCxAASAAAlETMRFA4DIyImJzcWMzI+AQE4YBwrOjQaTWUOXhJQLTQO6QHb/gYzUC8fC09MFVYyQQABAFsAAAKZAsQADAAAMxEzETMBMwkBIwEjEVtgCAE5hv6qAW2M/rYIAsT+zgEy/rn+gwFi/p4AAAEAWwAAAgACxAAFAAAzETMRIRVbYAFFAsT9lloAAAAAAQBUAAADNgLEAA8AADMRMxMzEzMRIxEjAyMDIxFUj+EE349gAu9A7wICxP3oAhj9PAJG/boCRv26AAAAAQBbAAACwQLEAAsAADMRMwEzETMRIwEjEVt+AYYCYHr+dgICxP26Akb9PAJG/boAAgAv/+4DEQLWAAcADwAABCAmEDYgFhAEMjY0JiIGFAJB/r7Q0AFC0P4Y7pSU7pQS1QE+1dX+wnuj7qOj7gAAAAIAWwAAAjcCxAANABMAADMRMzIeAhQOAisBGQEVMzI0I1v5QV0wFRUwXUGZfpiYAsQkPUBKQD0k/sgCcOTkAAACAC8AAAM2AtYADgAaAAAlFSEiJhA2MzIWFRQGBxUnMjY1NCYjIgYVFBYDNv5omdbSnJbTVkzKc5OWcG6Xk1RUzgE40MyWXZ4jAgagdnGbm292ogACAFsAAAJSAsQADwAVAAAzETMyHgIVFAYHEyMDIxkBFTMyNCNb+UFdMBVgTsl4tGt+mJgCxCQ9QCVGbAn+vQE4/sgCcOTkAAABACH/7gH5AtYAJgAAPwEWMzI2NTQuAzU0PgIzMhcHLgEjIgYVFB4EFRQGIyImIU8yZDVYSGZnSBw3YD2KQk4SQylIQjRNW000jWlHeFBETEA2LDQeKGBMIUM8JlFHHCJDKSo2FyAjUTxkdzEAAAAAAQALAAACMwLEAAcAADMRIzUhFSMR7+QCKOQCalpa/ZYAAAAAAQBO/+4CcgLEAA8AABMzERQWMjY1ETMRFAYiJjVOYFe2V2Cc7JwCxP5OT3t7TwGy/j96m5t6AAAB//oAAAJ8AsQABwAAIQEzEzMTMwEBC/7vb9AC2Gn+6QLE/cACQP08AAAAAAEAAQAAA8ECxAAPAAAzAzMTMxMzEzMTMwMjAyMD0M9knAKnbqcCnGTOZawCqwLE/coCNv3KAjb9PAJC/b4AAAAB//4AAAKKAsQACwAAIwEDMxsBMwMBIwsBAgEB7nu4tnjsAQR+y8wBdAFQ/vABEP6x/osBM/7NAAH/9gAAAm4CxAAIAAAhEQEzGwEzAREBAv70e8HHdf70AS4Blv7JATf+av7SAAAAAAEAIAAAAjECxAAJAAAzNQEhNSEVASEVIAGT/nkB//5vAZdaAhBaWv3wWgAAAQBI/2QA9gLcAAcAABcRMxUjETMVSK5aWpwDeEL9DEIAAAAAAQAA/9QBhQLwAAMAAAUBNwEBP/7BRQFALAMCGvz+AAABACD/ZADOAtwABwAAFzUzESM1MxEgWlqunEIC9EL8iAAAAAABAFABFAJKAsQABgAAGwEzEyMLAVDVUNVTqqoBFAGw/lABYf6fAAAAAQAA/4MB9P+1AAMAABU1IRUB9H0yMgAAAf/SAjQAugLEAAMAABMXIydSaFOVAsSQkAAAAAIALf/0AcwB5gAdACYAABMnNjMyFh0BFBcjJjUjBiMiJjU0NjsBNTQmIyIOARcjIhUUMzI2NXw2SnJjYwRQAwI3b0Vfj3ZCOzYgORTeML1mRUIBaDhGW0PyNSEkJFRMQlZOFCg8FA6YW01SOAAAAAACAET/9AI2AvQAEgAaAAAzETMRMz4BMzIWFRQGIyImJyMVNjI2NCYiBhREWgIYWjNshYVsMVoaAlWOVVWOVQL0/qIlK41sa44rJURIXJJcXJIAAAABAC3/9AHbAeUAFQAAAQcmIyIGFRQWMzI3FwYjIiY1NDYzMgHbRDJERk5VREYtQEJyboqKbnEBmj41YUdEXTVASYptbowAAAACAC3/9AIfAvQAEgAaAAABESM1Iw4BIyImNTQ2MzIWFzMRAjI2NCYiBhQCH1oCGloxbIWFbDNaGALjjlVVjlUC9P0MRCUrjmtsjSslAV79VFySXFySAAAAAgAo//QCBAHmABIAGQAAJSEUFjMyNxcGIyImNTQ2MzIWFSUhLgEjIgYCBP6EX0FIOkRLh26Gi2p0c/6EARwCRUI/VMw8Tkc0YY1sa46TZyg+TFcAAQABAAABTAMAABUAADMRIzUzNTQ2MzIXByYjIgYdATMVIxFnZmZLVyYdChYdLh9rbAGMTmphWwdQCTQ3bU7+dAAAAAACACz/EAIfAeYAHAAmAAABERQGIyInNxYzMjY9ASMOASMiJjc0NjMyFhczNQYiBhUUFjI2NTQCH490jFw9SGFcTwMZWDNoigGFbDFaGgJVjlVUkFQB2v4qbIhVTE1eRkYpK4toa44rJURIXElIV1dISQAAAAEARAAAAegC9AAUAAAzETMRMz4BMzIWFREjETQmIyIGHQFEWgISVDZKYlo9LztJAvT+nSYvW1r+zwEYPztPT/QAAAAAAgA2AAAAugLGAAMACwAAMxEzEQI0NjIWFAYiS1pvJzYnJzYB2v4mAmk2Jyc2JwAAAv/a/xAAugLGABAAGAAAEzMRFA4DIyInNxYzMjY1AjQ2MhYUBiJLWgIQHDopIhgKFg8kHhUnNicnNgHa/eIWHzgjHAlTCC0vAqk2Jyc2JwABAEQAAAH6AvQACgAAMxEzETczBxMjJxVEWsx93fCA3AL0/hjN1/7+9vYAAAEASwAAAKUC9AADAAAzETMRS1oC9P0MAAEARAAAAxAB5gAiAAAzETMVMz4BMzIXPgEzMhURIxE0LgIjIhURIzU0JiMiBh0BRFQCCVY5Zi4WUy20WggUKx95Wig8NEcB2kobO1gqLtL+7AEIHi0pFo/+/fhNTVBM9gAAAAABAEQAAAHoAeYAFAAAMxEzFTM+ATMyFhURIxE0JiMiBh0BRFoCElQ2SmJaPS87SQHaSSYvW1r+zwEYPztPT/QAAgAt//QCJQHmAAcADwAAEhQWMjY0JiICNDYyFhQGIo1VjlVVjrWS1JKS1AE2klxcklz+89CRkdCRAAAAAgBE/uYCNgHmABIAGgAAExEzFTM+ATMyFhUUBiMiJicjERIiBhQWMjY0RFoCGloxbIWFbDNaGALjjlVVjlX+5gL0RCUrjmtsjSsl/qICrFySXFySAAAAAAIALf8cAh8B5gASABoAAAERIxEjDgEjIiY1NDYzMhYXMzUGIgYUFjI2NAIfWgIYWjNshYVsMVoaAlWOVVWOVQHa/UIBKCUrjWxrjislREhcklxckgAAAAABAEQAAAFWAeYADwAAMxEzFTM+ATMyFwcmIyIdAURaAhFQLRYSBBoSiAHaSSUwBmEHmO4AAQAc//QBkwHmAC0AAAEHJiMiBhUUHgQXHgEVFAYjIiYnNxYzMjY1NC4FIy4DNTQ2MzIBhkYmOyEuDhAhESYDQ0dxTz1YIkQ4OyY6BxIOHQwgAiIsLRZrSXMBmDUvHBkOFg0MBQcBEDw+S0omLjg4Hx0LEw4JCQQHCBEeLyFGTAAB////9AFFAl8AGgAAARUjFRQeAjMyNxUGIyIuAz0BIzUzNTMVAUKBAwseGCkXHDUoOBwPAmhoWgHaTtcbGyYRDlIQFRoyIh73ToWFAAAAAAEARP/0AegB2gAUAAABESM1Iw4BIyImNREzERQWMzI2PQEB6FoCElQ2SmJaPS87SQHa/iZJJi9bWgEx/ug/O09P9AAAAQALAAAB6QHaAAYAADMDMxsBMwPMwWiOiGC6Adr+lQFr/iYAAQALAAAC7AHaAA8AADMDMxMzEzMTMxMzAyMDIwOnnGVrAnFfeAJmX5lbfQJxAdr+ngFi/p4BYv4mAWL+ngAAAAEABgAAAgEB2gALAAAzNyczFzczBxcjJwcGwKh0c3FtosB0jIz93aio3f3HxwAAAAEAC/8QAekB2gASAAAXAzMTMxMzAw4BIyInNxYzMjY30MVojQKGYeEcQkQwIAsbGyclEAMB3f6OAXL9wEhCDVILJSkAAQAjAAABrAHaAAkAADM1ASE1IRUBIRUjAQ3+/AFy/vEBHVEBO05Q/sROAAABACj/ZAEwAtwAJAAAARUjIh0BFgYHFR4DBxUUFjsBFSMiJj0BLgEjNTI2NzU0NjMBMC0zAjocCxkeEwEYGy1LKj8CLyMjLwJAKQLcSFeXPUEHAwEOHTYkliQySE5LhjY/Tj82njxHAAEASP8GAJYC7gADAAATMxEjSE5OAu78GAAAAAABAB3/ZAElAtwAJAAAFzUzMj0BJjY3NS4DNzU0JisBNTMyFh0BFBYzFSIGHQEUBiMdLTMCOhwLGR4TARgbLUsqPzEjIzFAKZxIV5c9QQcDAQ4dNiSWJDJITkuGNUBOQDWePEcAAQBgAOQCOgF6ABAAAAEXBiMiJiMiByc2MzIXFjMyAhIoNEwomB4wJCg0UStGSBs0AXo+WEhIPlgkJQAAAgBJ/yIAzQHsAAMACwAAFxEzERIUBiImNDYyXWAQJzYnJzbeAfj+CAKjNicnNicAAgBI/7IB/QIoABcAHQAAARE2NxcGBxUjNS4BNTQ2NzUzFRYXBy4BAxEOARQWAVY/Kzs5bDZidnRkNms8QRQ3UTxCRAGY/qoCMjpACEJCCotkZYYOQkIFRzsYIP6rAVYJYIBiAAEASAAAAjMC0AAYAAABFSMVMxUhNTM1IzUzNTQ2MhcHJiMiBh0BAbCi9v5EZmBgdNBBPTIwOkwBkEj0VFT0SGRdfz5GME5STAAAAAACABUAYgIXAmQAGQAhAAATNxc2MzIXNxcHFhQHFwcnBiMiJwcnNyY0NxYUFjI2NCYiFTkxRlFTRDE5MTExMTkxQVZSRTE5MTExHWmUaWmUAis4MDExMDgxQ6hDMTkxMTExOTFDqENNlGlplGkAAAAAAf/7AAACMQLEABgAADM1IzUzNScjNTMDMxsBMwMzFSMHFTMVIxXsq6sRmnK4ZLO5Zrp0mhGrq7pCNRxCATX+xAE8/stCHDVCugAAAAIASP9RAJYCowADAAcAABMzESMVMxEjSE5OTk4Co/6ilv6iAAIAPv9wAe4C1gArAD8AAAEHJiciBhUUHgMVFAcWFRQGIyImJzcWMzI2NTQuAzU0NyY1NDYzMhYDJwYVFB4GHwE+ATU0LgEB41QYTSo5PVZXPVNBfFZGbBpXGmIqOz1WVz1iUHpRO2WKT0oGBhAJFwgcAk0ZIx0cAnIuPAIoJiAyJSpKMlcsLE1RWjw9KU4sKxwvJitDK2cwLUlMWDL+xiYdMgsUDxAIDgQNASUPMBkXJhIAAAL/1AJSARwCygAJABMAAAIyFhUUBiImNTQ2MhYVFAYiJjU0BjAmIzYj8jAmIzYjAsohGBskJBsYISEYGyQkGxgAAAAAAwAc/+4DBALWAAcAHwAnAAA2EDYgFhAGIAEzDgEjIiY1NDYzMhYXIyYjIgYVFBYzMgAUFjI2NCYiHNoBNNra/swBCk0QY0dnd3NoTGUMTRVaRkhOQlv+cLP+s7P+yAE02tr+zNoBMEhVfWdpe09KUVFJRFoBGP6zs/6zAAIAIgGjATQC0AAbACcAAAEjNScGIyImNTQ+AzsBNTQmIyIHJzYzMhYVByMiDgIVFDMyNjUBNEICGEwsPhwlPCodDCQgNSQjMEtPOEICHiMyGTwpKQGpLAEzLSkcKRQMAgoUHCEtKjUuPQIIFxIkJR8AAAAAAgAvABsBxQHLAAUACwAANyc3FwcfASc3FwcXwZKRPnV2iJKRPnV2G9jYKa+vKdjYKa+vAAEAQgCNAlgBpAAFAAABESM1ITUCWE7+OAGk/unJTgAAAQAjAMgBGQEcAAMAAAEVIzUBGfYBHFRUAAAAAAQAHP/uAwQC1gAMABYAHgAmAAAlETMyFRQGBxcjJyMVERUzMj4BNC4BBwAQNiAWEAYgAhQWMjY0JiIBAaSWOC5vUmo5OR8kIiIlHv6U2gE02tr+zJiz/rOz/pABqYA1Oga0rq4BZ3cFHDYcBQH+0QE02tr+zNoB8/6zs/6zAAAAAf/oAlgBCAKaAAMAAAEVITUBCP7gAppCQgAAAAIAMwGmAV0C0AAHAA8AABI0NjIWFAYiJhQWMjY0JiIzV3xXV3wVMUQxMUQB/npYWHpYuEYwMEYwAAAAAAIAQgAzAlgCLAALAA8AABM1MzUzFTMVIxUjNQM1IRVC5E7k5E7kAhYBO06jo06Wlv74Tk4AAAAAAQAaASEBTwLQABYAABM1NzY1NCYjIgYHJz4BMzIWFRQPATMVGrMtJRwdJQJUBVNAQlNHjdUBIUygKSAaHiAbBjk+Pjo/PXlCAAAAAAEAGAEbAVEC0AAlAAATNTMyPgE0JiMiByc+ATMyFhUUBgcVHgEVFAYjIic3FjMyNjU0B4wSGyMcJB00EVMOUDY/VCokKi9aQYIcUxA7IC1mAd1CBhswHi0ULS47NSM1CAIFOSk6QmMUNSQcQgIAAAABADYCNAEeAsQAAwAAEzczBzZogJUCNJCQAAAAAQBE/xwB6AHaABUAABcRMxEUFjMyNj0BMxEjNSMOASMiJxVEWj0vO0laWgISVDYuJOQCvv7oPztPT/T+JkkmLxLqAAABADP/ggIQAsQADQAABREiJjU0NjsBESMRIxEBBFt2emr5TnB+AbxqT2Fs/L4DAP0AAAAAAQBJAO0AzQFxAAcAABI0NjIWFAYiSSc2Jyc2ARQ2Jyc2JwAAAQAF/xwA6wAAABUAABc3FjMyNjU0JgcnNzMHMzYWFRQGIyIFEyUpFyZCHBU9MSwdJTdLMjrNKA8TFyILDBJXPQEmIzEuAAAAAQAbASEA4gLQAAYAABMRByc3MxGaVSqARwEhAWdILmL+UQAAAgAdAaMBZQLQAAcADwAAEjIWFAYiJjQ2IgYUFjI2NHaWWVmWWdBYMDBYMALQU4hSUogXMVQwMFQAAAAAAgAvABsBxQHLAAUACwAAARcHJzcvARcHJzcnATOSkT51doiSkT51dgHL2Ngpr68p2Ngpr68AAAAEACH/4AMhAuQACgAOABIAGQAAITUjNRMzETMVIxUnNSMHBQEXAQMRByc3MxECocS3Tz4+SAJ0/nMBtzz+STRVKoBHXjoBF/7xQl6gu7ugAuQg/RwBQQFnSC5i/lEAAAADAB//4AMjAuQABgAdACEAABMRByc3MxEBNTc2NTQmIyIGByc+ATMyFhUUDwEzFSEBFwGeVSqARwEIsy0lHB0lAlQFU0BCU0eN1f1pAbc8/kkBIQFnSC5i/lH+30ygKCEaHiAbBjk+Pjo/PXlCAuQg/RwAAAQAF//gAzUC5AAKAA4AEgA4AAAhNSM1EzMRMxUjFSc1IwcFARcBAzUzMj4BNCYjIgcnPgEzMhYVFAYHFR4BFRQGIyInNxYzMjY1NAcCtcS3Tz4+QgJ0/oEBtzz+SXESGyMcJB00EVMOUDY/VCokKi9aQYIcUxA7IC1mXjoBF/7xQl6gu7ugAuQg/RwB/UIGGzAeLRQtLjs1IzUIAgU5KTpCYxQ1JBxCAgAAAAACACD/EAHEAewAIAAoAAATMxUUDgEHDgUVFBYzMjY3Fw4BIyImNTQ/AT4BNTYUBiImNDYywmARFSEDIwoZCQk9LTA+BmYNd1hXcSpGIBJzJzYnJzYBID0kLhkfAyELHhMdDi09PjIKVmRjVk4qRyEjKNE2Jyc2JwADAAEAAAK/A3wABwALAA8AADMBMwEjJyEHEyEDIwMXIycBAThXAS9wR/6vRmgBDIQCJWhTlQLE/TyvrwEDAUUBNJCQAAMAAQAAAr8DfAAHAAsADwAAMwEzASMnIQcTIQMjJzczBwEBOFcBL3BH/q9GaAEMhAJBaICVAsT9PK+vAQMBRaSQkAAAAwABAAACvwN8AAcACwASAAAzATMBIychBxMhAyM3IycHIzczAQE4VwEvcEf+r0ZoAQyEAqZbSkpbcGoCxP08r68BAwFFpGBgkAAAAAMAAQAAAr8DZAAHAAsAIgAAMwEzASMnIQcTIQMjJyM+ATMyFx4DMzI3Mw4BIyInJiMiAQE4VwEvcEf+r0ZoAQyEAncwBzUpHDgFEQoPByQNMAcuKRw1LxMhAsT9PK+vAQMBRbArPRcCCAQDLCw8FRMAAAAABAABAAACvwOCAAcACwAVAB8AADMBMwEjJyEHEyEDIwIyFhUUBiImNTQ2MhYVFAYiJjU0AQE4VwEvcEf+r0ZoAQyEAn0wJiM2I/IwJiM2IwLE/TyvrwEDAUUBOiEYGyQkGxghIRgbJCQbGAAABAABAAACvwOcAAcACwAWACAAADMBMwEjJyEHEyEDIyY0NjMyFgcWBiMiNzQmIgYVFBYyNgEBOFcBL3BH/q9GaAEMhAJlPSkqPQEBPSopZSQwJCQwJALE/TyvrwEDAUXIUjo5KSo5YhghIRgXISEAAAL/+AAAA5YCxAAPABMAACMBIRUhFSEVIRUhFSE1IQcTMxEjCAHKAcj+2QEV/usBM/5t/tBlmfwTAsRa01rjWqysAQYBZAAAAAEAL/8cAqcC1gAxAAABBy4BIyIGFRQWMzI3Fw4DIyInBzM2FhUUBiMiJzcWMzI2NTQmByc3LgE1NDYzMhYCmFAeWzJ1k5B4dURRCyRBZDgIBSAdJTdLMjovEyYoFyZCHBU0iajOo0mGAmg9Jiule3SgXz0PIi4dASwBJiMxLhcoDxMXIgsMEkoV1ICm1DgAAAIAWwAAAjYDfAALAA8AADMRIRUhFSEVIRUhFQEXIydbAcn+lwFQ/rABe/7WaFOVAsRa01rjWgN8kJAAAAIAWwAAAjYDfAALAA8AADMRIRUhFSEVIRUhFQE3MwdbAcn+lwFQ/rABe/66aICVAsRa01rjWgLskJAAAAIAWwAAAjYDfAALABIAADMRIRUhFSEVIRUhFQMjJwcjNzNbAcn+lwFQ/rABe19bSkpbcGoCxFrTWuNaAuxgYJAAAAAAAwBbAAACNgOCAAsAFQAfAAAzESEVIRUhFSEVIRUAMhYVFAYiJjU0NjIWFRQGIiY1NFsByf6XAVD+sAF7/n4wJiM2I/IwJiM2IwLEWtNa41oDgiEYGyQkGxghIRgbJCQbGAAAAAL/5QAAAM0DfAADAAcAADMRMxEDFyMnW2BWaFOVAsT9PAN8kJAAAAACAEkAAAExA3wAAwAHAAAzETMRAzczB1tgcmiAlQLE/TwC7JCQAAAAAv/mAAABMAN8AAMACgAAMxEzERMjJwcjNzNbYHVbSkpbcGoCxP08AuxgYJAAAAAAA//nAAABLwOCAAMADQAXAAAzETMRAjIWFRQGIiY1NDYyFhUUBiImNTRbYK4wJiM2I/IwJiM2IwLE/TwDgiEYGyQkGxghIRgbJCQbGAAAAAACAAMAAAK2AsQAEQAhAAAzESM1MxEzMh4DFRQOAiMDFTMyNjU0LgMrARUzFUtISPdWh1A0EzNfllyHeYCsDSU7ZkKQ6gFQQgEyMUtiWStFfmQ7AVD2in4fP0s5JthCAAACAFsAAALBA2QACwAiAAAzETMBMxEzESMBIxETIz4BMzIXHgMzMjczDgEjIicmIyJbfgGGAmB6/nYCWzAHNSkcOAURCg8HJA0wBy4pHDUwEiECxP26Akb9PAJG/boC+Cs9FwIIBAMsLDwVEwADAC//7gMRA3wABwAPABMAAAQgJhA2IBYQBDI2NCYiBhQTFyMnAkH+vtDQAULQ/hjulJTulOVoU5US1QE+1dX+wnuj7qOj7gKRkJAAAwAv/+4DEQN8AAcADwATAAAEICYQNiAWEAQyNjQmIgYUEzczBwJB/r7Q0AFC0P4Y7pSU7pTJaICVEtUBPtXV/sJ7o+6jo+4CAZCQAAMAL//uAxEDfAAHAA8AFgAABCAmEDYgFhAEMjY0JiIGFAEjJwcjNzMCQf6+0NABQtD+GO6UlO6UAbBbSkpbcGoS1QE+1dX+wnuj7qOj7gIBYGCQAAMAL//uAxEDZAAHAA8AJgAABCAmEDYgFhAEMjY0JiIGFBMjPgEzMhceAzMyNzMOASMiJyYjIgJB/r7Q0AFC0P4Y7pSU7pSTMAc1KRw4BREKDwckDTAHLikcNS8TIRLVAT7V1f7Ce6Puo6PuAg0rPRcCCAQDLCw8FRMAAAAEAC//7gMRA4IABwAPABkAIwAABCAmEDYgFhAEMjY0JiIGFBIyFhUUBiImNTQ2MhYVFAYiJjU0AkH+vtDQAULQ/hjulJTulI0wJiM2I/IwJiM2IxLVAT7V1f7Ce6Puo6PuApchGBskJBsYISEYGyQkGxgAAAEAQgAkAlgCOgALAAA/ASc3FzcXBxcHJwdE0tQ31NU21NQ409Nc09Q31NQ31NQ31NQAAAADAC//4gMRAuQABwAPACMAAAkBFjMyNjU0CQEmIyIGFRQDJzcmNTQ2MzIXNxcHFhUUBiMiJwJt/olIYneU/iQBdkZfd5QzK1Vd0KGEYlMqU2HQoYhiAhz+Zzujd2z+3wGXOKN3aP7oJl1olZ/VTFomWmebn9VPAAACAE7/7gJyA3wADwATAAATMxEUFjI2NREzERQGIiY1ExcjJ05gV7ZXYJzsnOxoU5UCxP5OT3t7TwGy/j96m5t6AnmQkAAAAAACAE7/7gJyA3wADwATAAATMxEUFjI2NREzERQGIiY1EzczB05gV7ZXYJzsnNBogJUCxP5OT3t7TwGy/j96m5t6AemQkAAAAAACAE7/7gJyA3wADwAWAAATMxEUFjI2NREzERQGIiY1ASMnByM3M05gV7ZXYJzsnAG3W0pKW3BqAsT+Tk97e08Bsv4/epubegHpYGCQAAAAAAMATv/uAnIDggAPABkAIwAAEzMRFBYyNjURMxEUBiImNRIyFhUUBiImNTQ2MhYVFAYiJjU0TmBXtldgnOyclDAmIzYj8jAmIzYjAsT+Tk97e08Bsv4/epubegJ/IRgbJCQbGCEhGBskJBsYAAL/9gAAAm4DfAAIAAwAACERATMbATMBEQM3MwcBAv70e8HHdf70cmiAlQEuAZb+yQE3/mr+0gLskJAAAAIAWwAAAjcCxAAPABUAADMRMxUzMh4CFA4CKwEVERUzMjQjW2CZQV0wFRUwXUGZfpiYAsSRJD1ASkA9JKcB3+TkAAAAAQBE//QCKwMAACoAADMRND4CMzIWFRQGBxUeARUUBiMiJzUWMzI2NTQmKwE1MzI2NTQmIyIVEUQTLlxEV3Q7NERmh2slIhobS1lhTQ4QMz5CLoIB/TpWSyhgVTxQDwIKa11qfglRBlNJTE9UOzI4NKT9+AADAC3/9AHMAsQAHQAmACoAABMnNjMyFh0BFBcjJjUjBiMiJjU0NjsBNTQmIyIOARcjIhUUMzI2NQMXIyd8NkpyY2MEUAMCN29FX492Qjs2IDkU3jC9ZkVClmhTlQFoOEZbQ/I1ISQkVExCVk4UKDwUDphbTVI4Af6QkAAAAwAt//QBzALEAB0AJgAqAAATJzYzMhYdARQXIyY1IwYjIiY1NDY7ATU0JiMiDgEXIyIVFDMyNjUDNzMHfDZKcmNjBFADAjdvRV+PdkI7NiA5FN4wvWZFQrJogJUBaDhGW0PyNSEkJFRMQlZOFCg8FA6YW01SOAFukJAAAAMALf/0AcwCxAAdACYALQAAEyc2MzIWHQEUFyMmNSMGIyImNTQ2OwE1NCYjIg4BFyMiFRQzMjY1EyMnByM3M3w2SnJjYwRQAwI3b0Vfj3ZCOzYgORTeML1mRUI1W0pKW3BqAWg4RltD8jUhJCRUTEJWThQoPBQOmFtNUjgBbmBgkAAAAAMALf/0AcwCrAAdACYAOgAAEyc2MzIWHQEUFyMmNSMGIyImNTQ2OwE1NCYjIg4BFyMiFRQzMjY1AyM+ATMyFxYzMjczDgEjIicmIyJ8NkpyY2MEUAMCN29FX492Qjs2IDkU3jC9ZkVC6DAHNSkcOCoMJA0wBy4pHDUvEyEBaDhGW0PyNSEkJFRMQlZOFCg8FA6YW01SOAF6Kz0XESwsPBUTAAAABAAt//QBzALKAB0AJgAwADoAABMnNjMyFh0BFBcjJjUjBiMiJjU0NjsBNTQmIyIOARcjIhUUMzI2NQIyFhUUBiImNTQ2MhYVFAYiJjU0fDZKcmNjBFADAjdvRV+PdkI7NiA5FN4wvWZFQu4wJiM2I/IwJiM2IwFoOEZbQ/I1ISQkVExCVk4UKDwUDphbTVI4AgQhGBskJBsYISEYGyQkGxgAAAAEAC3/9AHMAu4AHQAmADEAOwAAEyc2MzIWHQEUFyMmNSMGIyImNTQ2OwE1NCYjIg4BFyMiFRQzMjY1AjQ2MzIWBxYGIyI3NCYiBhUUFjI2fDZKcmNjBFADAjdvRV+PdkI7NiA5FN4wvWZFQtY9KSo9AQE9KillJDAkJDAkAWg4RltD8jUhJCRUTEJWThQoPBQOmFtNUjgBnFI6OSkqOWIYISEYFyEhAAADACf/7gMtAeYAKQAzADkAACUVIRQWMzI3Fw4BIyInBiMiJjU0PgE7ATU0JiMiByc2MzIXNjMyHgMFIyIVFBYzMjY1NyEmIyIGAy3+n01CUSpJK10+gDlHe1pdPlI1jD84Q0M4TXB4MkNjNFEvHgv+S45jOik6VFQBAQR6PUb2KjxUSzcyMGFhWz41QhYPNUY2OUVMTCM0RDpFRSIvSz1WhEsAAAEALf8cAdsB5QAqAAABByYjIgYVFBYzMjcXBg8BMzYWFRQGIyInNxYzMjY1NCYHJzcuATU0NjMyAdtEMkRGTlVERi1AP20kHSU3SzI6LxMlKRcmQhwVN15zim5xAZo+NWFHRF01QEYCMgEmIzEuFygPExciCwwSTwuFY26MAAAAAwAo//QCBALEABIAGQAdAAAlIRQWMzI3FwYjIiY1NDYzMhYVJSEuASMiBhMXIycCBP6EX0FIOkRLh26Gi2p0c/6EARwCRUI/VGhoU5XMPE5HNGGNbGuOk2coPkxXAX2QkAAAAAMAKP/0AgQCxAASABkAHQAAJSEUFjMyNxcGIyImNTQ2MzIWFSUhLgEjIgY/ATMHAgT+hF9BSDpES4duhotqdHP+hAEcAkVCP1RMaICVzDxORzRhjWxrjpNnKD5MV+2QkAAAAAADACj/9AIEAsQAEgAZACAAACUhFBYzMjcXBiMiJjU0NjMyFhUlIS4BIyIGJSMnByM3MwIE/oRfQUg6REuHboaLanRz/oQBHAJFQj9UATNbSkpbcGrMPE5HNGGNbGuOk2coPkxX7WBgkAAAAAAEACj/9AIEAsoAEgAZACMALQAAJSEUFjMyNxcGIyImNTQ2MzIWFSUhLgEjIgYSMhYVFAYiJjU0NjIWFRQGIiY1NAIE/oRfQUg6REuHboaLanRz/oQBHAJFQj9UEDAmIzYj8jAmIzYjzDxORzRhjWxrjpNnKD5MVwGDIRgbJCQbGCEhGBskJBsYAAAAAAL/0gAAALoCxAADAAcAADMRMxEDFyMnS1pTaFOVAdr+JgLEkJAAAAACADYAAAEeAsQAAwAHAAAzETMRAzczB0tab2iAlQHa/iYCNJCQAAAAAv/TAAABHQLEAAMACgAAMxEzERMjJwcjNzNLWnhbSkpbcGoB2v4mAjRgYJAAAAAAA//UAAABHALKAAMADQAXAAAzETMRAjIWFRQGIiY1NDYyFhUUBiImNTRLWqswJiM2I/IwJiM2IwHa/iYCyiEYGyQkGxghIRgbJCQbGAAAAAACAC3/9AIlAw4AGAAgAAABFwceARUUBiMiJjQ2MzIXNyYnByc3JzcXAhQWMjY0JiIBpzRwWGKGdmqSkmpSKwIwYGsvalVPWa5VjlVVjgL0LDdeumyAmZHQkTICVl40LjVHLk7+dpJcXJJcAAACAEQAAAHoAqwAFAArAAAzETMVMz4BMzIWFREjETQmIyIGHQERIz4BMzIXHgMzMjczDgEjIicmIyJEWgISVDZKYlo9LztJMAc1KRw4BREKDwckDTAHLikcNTASIQHaSSYvW1r+zwEYPztPT/QCQCs9FwIIBAMsLDwVEwAAAwAt//QCJQLEAAcADwATAAASFBYyNjQmIgI0NjIWFAYiExcjJ41VjlVVjrWS1JKS1ERoU5UBNpJcXJJc/vPQkZHQkQLQkJAAAwAt//QCJQLEAAcADwATAAASFBYyNjQmIgI0NjIWFAYiEzczB41VjlVVjrWS1JKS1ChogJUBNpJcXJJc/vPQkZHQkQJAkJAAAwAt//QCJQLEAAcADwAWAAASFBYyNjQmIgI0NjIWFAYiASMnByM3M41VjlVVjrWS1JKS1AEPW0pKW3BqATaSXFySXP7z0JGR0JECQGBgkAADAC3/9AIlAqwABwAPACYAABIUFjI2NCYiAjQ2MhYUBiIDIz4BMzIXHgMzMjczDgEjIicmIyKNVY5VVY61ktSSktQOMAc1KRw4BREKDwckDTAHLikdNDASIQE2klxcklz+89CRkdCRAkwrPRcCCAQDLCw8FRMAAAAEAC3/9AIlAsoABwAPABkAIwAAEhQWMjY0JiICNDYyFhQGIgIyFhUUBiImNTQ2MhYVFAYiJjU0jVWOVVWOtZLUkpLUFDAmIzYj8jAmIzYjATaSXFySXP7z0JGR0JEC1iEYGyQkGxghIRgbJCQbGAAAAwBCAEQCWAIYAAMACwATAAATIRUhNjQ2MhYUBiICNDYyFhQGIkICFv3qySc2Jyc2Jyc2Jyc2AVVOtDYnJzYn/tc2Jyc2JwAAAwAp/+ACOgH3AAcAGwAjAAA/ASYjIgYVFAcnNyY1NDYzMhc3FwcWFRQGIyInAQcWMzI2NTSr5Ck9R1U/JUM/kmpeREskSzaSalRCARzfJDVHVYfoI1xJPdAkRERhaJE6SyRMQ1dokTEBIeMbXEk0AAIARP/0AegCxAAUABgAAAERIzUjDgEjIiY1ETMRFBYzMjY9AScXIycB6FoCElQ2SmJaPS87SZ5oU5UB2v4mSSYvW1oBMf7oPztPT/TqkJAAAgBE//QB6ALEABQAGAAAAREjNSMOASMiJjURMxEUFjMyNj0BJzczBwHoWgISVDZKYlo9LztJumiAlQHa/iZJJi9bWgEx/ug/O09P9FqQkAACAET/9AHoAsQAFAAbAAABESM1Iw4BIyImNREzERQWMzI2PQE3IycHIzczAehaAhJUNkpiWj0vO0ktW0pKW3BqAdr+JkkmL1taATH+6D87T0/0WmBgkAAAAwBE//QB6ALKABQAHgAoAAABESM1Iw4BIyImNREzERQWMzI2PQEmMhYVFAYiJjU0NjIWFRQGIiY1NAHoWgISVDZKYlo9LztJ9jAmIzYj8jAmIzYjAdr+JkkmL1taATH+6D87T0/08CEYGyQkGxghIRgbJCQbGAAAAgAL/xAB6QLEABIAFgAAFwMzEzMTMwMOASMiJzcWMzI2NxM3MwfQxWiNAoZh4RxCRDAgCxsbJyUQBWiAlQMB3f6OAXL9wEhCDVILJSkCgpCQAAAAAgBE/xwCNgL0ABIAGgAAFxEzETM+ATMyFhUUBiMiJicjERIyNjQmIgYURFoCGFozbIWFbDFaGgJVjlVVjlXkA9j+oiUrjWxrjisl/tgBLFySXFySAAAAAAMAC/8QAekCygASABwAJgAAFwMzEzMTMwMOASMiJzcWMzI2NwIyFhUUBiImNTQ2MhYVFAYiJjU00MVojQKGYeEcQkQwIAsbGyclEDcwJiM2I/IwJiM2IwMB3f6OAXL9wEhCDVILJSkDGCEYGyQkGxghIRgbJCQbGAAAAAABAEsAAAClAdoAAwAAMxEzEUtaAdr+JgABABMAAAIAAsQADQAAMzUHNTcRMxE3FQcVIRVbSEhg2NgBRdE/WT4Bm/64vFm7yloAAAAAAf/9AAAA8wL0AAsAADMRBzU3ETMRNxUHEUtOTlpOTgEqTlpOAXD+6k1aTf58AAAAAgA6AAADmwLEABAAGQAAJRUhIiY1NDYzIRUhFSEVIRUjESMiBhUUFjMDm/44wNnbvgG8/toBFP7sYD2Nn52PWlrEnqLAWtNa4wIQmHB1kwADACf/9AN3AeYAHAAjAC4AACUXBiMiJw4CIyImNTQ2MzIXNjMyFh0BIRQWMzInIS4BIyIGBzQmIgYVFBYzMjYDGkpEg4k5EiJXOHCBiW16RkV2ZXr+mUhHUN8BBwJDPDtLWkyUT01EVEqHMWJcGCEjjG1sjVtbhGosOlDSN1NZWEdkYEtJYmEAAgAh/+4B+QN8ACYALQAAPwEWMzI2NTQuAzU0PgIzMhcHLgEjIgYVFB4EFRQGIyImEyczFzczByFPMmQ1WEhmZ0gcN2A9ikJOEkMpSEI0TVtNNI1pR3idcFdOSltwUERMQDYsNB4oYEwhQzwmUUccIkMpKjYXICNRPGR3MQLNkGBgkAAAAgAc//QBkwLEAC0ANAAAAQcmIyIGFRQeBBceARUUBiMiJic3FjMyNjU0LgUjLgM1NDYzMi8BMxc3MwcBhkYmOyEuDhAhESYDQ0dxTz1YIkQ4OyY6BxIOHQwgAiIsLRZrSXOucFdOSltwAZg1LxwZDhYNDAUHARA8PktKJi44OB8dCxMOCQkEBwgRHi8hRkxOkGBgkAAAAAAD//YAAAJuA4IACAASABwAACERATMbATMBEQIyFhUUBiImNTQ2MhYVFAYiJjU0AQL+9HvBx3X+9K4wJiM2I/IwJiM2IwEuAZb+yQE3/mr+0gOCIRgbJCQbGCEhGBskJBsYAAAAAgAgAAACMQN8AAkAEAAAMzUBITUhFQEhFQEnMxc3MwcgAZP+eQH//m8Bl/7DcFdOSltwWgIQWlr98FoC7JBgYJAAAAACACMAAAGsAsQACQAQAAAzNQEhNSEVASEVAyczFzczByMBDf78AXL+8QEd+XBXTkpbcFEBO05Q/sROAjSQYGCQAAAAAAH/9P9wAhMC0AAhAAABFSMDDgEjIic3FjMyPgI3EyM1Mzc+ATMyFwcmIyIGDwEBwYZJC1U9LzImIBYVHRAIAz9sehsOUzhJLCgXIx0vCRMBqUj+kDtGGUcMEB4ZEgFESI1FVRhLDzA0bwAAAAH/0wI0AR0CxAAGAAABIycHIzczAR1bSkpbcGoCNGBgkAAAAAH/0wI0AR0CxAAGAAATJzMXNzMHQ3BXTkpbcAI0kGBgkAAAAAH/6AJYAQgCmgADAAABFSE1AQj+4AKaQkIAAAAB/9sCNAEVAr4ACwAAAzMeATI2NzMOASImJTcGOVA5BjUEVYhVAr4kJCQkQ0dHAAABADoCUgC2AsoACQAAEiImNTQ2MhYVFJM2IyYwJgJSJBsYISEYGwAAAgASAikA3wLuAAoAFAAAEjQ2MzIWBxYGIyI3NCYiBhUUFjI2Ej0pKj0BAT0qKWUkMCQkMCQCYlI6OSkqOWIYISEYFyEhAAAAAQAZ/yMA1wAHAA4AAB8BBiMiJic0NzMGFRYzMsEWJzQpOQFdNksELRmOLCMtKEZJSDUrAAH/0AJAASACrAATAAARIz4BMzIXFjMyNzMOASMiJyYjIjAHNSkcOCoMJA0wBy4pHDUvEyECQCs9FxEsLDwVEwAC/84CNAFeAsQAAwAHAAADNzMHMzczBzJof5VXaH+VAjSQkJCQAAAAAQAuAAACnALMACIAADc1LgE1NDYzMhYVFAYHFTMVIzU+ATUuAiMiBhUUFhcVIzXBOkurgoOiTjiU9T1TAS1gQV91VTv2RwM1nmGRvcSFZKQxA0c1KKRxRHpTnXdqqyU1RwAAAAEARP8cAegB2gAVAAAXETMRFBYzMjY9ATMRIzUjDgEjIicVRFo9LztJWloCElQ2LiTkAr7+6D87T0/0/iZJJi8S6gAAAQAIAAACLwIOABYAAAEjERQXIyY1ESMGAgcjNhI3IgcnNjMhAidODlQRqwUpGlQbKANNHw0raQGTAcP+0l04H28BNWr+60RQAQxnDDodAAABAAAAzAH0ARoAAwAAARUhNQH0/gwBGk5OAAAAAQAAAMwD6AEaAAMAAAEVITUD6PwYARpOTgAAAAEAOAHOAN4CxAADAAATNzMHOFRSRQHO9vYAAAABADgBzgDeAsQAAwAAEwcjN95UUkUCxPb2AAAAAQA4/3wA3gByAAMAADcHIzfeVFJFcvb2AAAAAAIAWAHOAa8CxAADAAcAABMHIzchByM3/kVhVAEDRWFUAsT29vb2AAACAFgBzgGvAsQAAwAHAAATByM3IQcjN/5UUkUBElRSRQLE9vb29gAAAgBY/3wBrwByAAMABwAANwcjNyEHIzf+VFJFARJUUkVy9vb29gAAAAEAI/+CAgkCxAALAAAXESM1MzUzFTMVIxHpxsZaxsZ+AilOy8tO/dcAAAAAAQAp/4ICAwLEABMAABc1IzUzESM1MzUzFTMVIxEzFSMV6cDAwMBawMDAwH7ATgEyTrS0Tv7OTsAAAAAAAQBJALEBqwITAAcAABI0NjIWFAYiSWeUZ2eUARiUZ2eUZwAAAwBl//oDgwB+AAcADwAXAAAWIiY0NjIWFAQiJjQ2MhYUBCImNDYyFhTCNicnNicBJjYnJzYnASY2Jyc2JwYnNicnNicnNicnNicnNicnNgAHABT/4QQMAuQACQATAB0AJwAxADsAPwAABCImNTQ2MzIWFAYyNjQmIyIGFRQlNDYzMhYUBiImFjI2NCYjIgYVFAA0NjIWFRQGIyImFBYzMjY1NCYiJQEnAQI+hl9fQ0RfyEo2NSYlNQEmX0NEX2CGX31KNjUmJTX9BV6IX19EQxc1JSY1NUwBxv5FPgG9El9EQ19fhhg2SjU1JSYmQ19fhmBfFzZKNTUlJgF/iF5fQ0RfyUw1NSYlNT79Gx8C5AABADYAGwEGAcsABQAANyc3FwcXyJKRPnV2G9jYKa+vAAEANQAbAQUBywAFAAA3JzcnNxd0PnV2PpIbKa+vKdgAAf9a/+ABTQLkAAMAAAkBJwEBTf5JPAG3AsT9HCAC5AABABf/9AINAtAAKgAAATcmIyIGByMHMwYdARQXIwczFjMyNjcnBiMiJiczNyMmPQE0NyE3ITYzMgH4FTxYZpIbORVCAwEuE0gm1DheHDExTEpQDdsR8gEEAQ8R/uwri1UCYUskeHVDISUbEAhB8i8lMTtTVUEHEBkqH0OgAAAAAAIAHP/5AdUDCgAbACMAACUXBiMiJic1BgcnNjcRNDYzMhYVFAcVHgEzMjYDFTY1NCMiBgGuJ0N8UlIFNQMZSAhcRD5BzAE7LSpF2JJEIC6eJIFlUQ0rAzE+CAEPf3deSaXJJEpJOAGj0KJ4ZlQAAAACACIBKAOGAsQABwAXAAATESM1IRUjETMRMxMzEzMRIxEjAyMDIxGefAFGfMt3bwNvd04CeD94AgEoAVpCQv6mAZz+xAE8/mQBWP6oAVj+qAAAAAABAC4AAAKcAswAIgAANzUuATU0NjMyFhUUBgcVMxUjNT4BNS4CIyIGFRQWFxUjNcE6S6uCg6JOOJT1PVMBLWBBX3VVO/ZHAzWeYZG9xIVkpDEDRzUopHFEelOdd2qrJTVHAAAAAgAi//UDTwLQABcAJgAAASEiHQEUFxYzMjY3Mw4BIyImEDYzMhYVJzU0JyYjIgcGHQEUMyEyA0/9bgUIaZBNiDE7OKpgqO7uqKnulQpqjY9pCQUB+QQBWAXHDAtsQThBTNYBLtfWmBDIDgpoawsOxAcAAAACACr/+AH2AxkAGQAmAAATJzYzMhYVFAYjIiY1NDYzMhYXMzY1NCYjIhMzMjY3LgEjIgYVFBZmHEhibJaLfl1mfFk7VREBAWpNSVMBQFcKDEsyO1RBAqBAOca4u+iNXnSPPR8LH3ui/XCSZSVDcE5HWgAAAAIAHgAAAmoC0wAFAA8AADM1EzMTFSUhAy4BJyMOAQce9mXx/g0Bl4kHMgcEBS4HOQKa/Wc6RwFuF4sZFX8XAAABABr/nwKlAsEACwAAASMRIxEhESMRIzUhAqVrVv72VWsCiwJy/S0C0/0tAtNPAAABABf/nwIUAsEADQAABSE1AQM1IRUhFRMDFSECFP4DAQf8AeP+lOf8AZBhOQFXAVU9SgT+yf64BAAAAAABAEIBCAJYAVYAAwAAEyEVIUICFv3qAVZOAAAAAf9a/+ABTQLkAAMAAAkBJwEBTf5JPAG3AsT9HCAC5AABAEkA7QDNAXEABwAAEjQ2MhYUBiJJJzYnJzYBFDYnJzYnAAABACL/awJCA0gAEAAAAQMjAwcnNxMeARczPgI3EwJC3kqeShCQegIOAgEBBQYCtwNI/CMBzxwzOf6VCzYMCRkiCgMoAAMAMgCBAtkBwgAaAC4APgAAARUUBiMiJicOAiMiJjU0NjMyFhc2NzYzMhYFMzI+BjcuAiMiBhUUFiUjIg4DBx4BMzI2NTQmAtlcPy5UNSEtSCc+WltENFYvOhoxNkFT/fgBCxgTFw4YCRkDHx8/IS41OwGbARMkJBYjBDVBJSw1NwElAUhbOD8mLCVcQ0ZcPTlAEyNXtQYHEQoYChsDJyMnQDAsPdkOHRUoBD0wQSkzPAAAAAEAD/9bAV0DYAAgAAABByYjIgcGFRQSFRQHBiMiJzcWMzI3NjU0AjU0Njc2MzIBXQ0PFSESIA4qIUkmHg4bEhwSIA4ZHiY+IANTPQoYKIpO/qxViEQ4ED8MFyqAVgFZUFVlHykAAAAAAgAsAIkCAwG4AB0AOgAAARcGIyImJyYjIgYHJz4BMzIeAhceBTMyNh8BBiMiJicmIyIGByc+ATMyHgIXHgQzMjYB4SIyUBwvKTshHywXIxdJKxEkEyQDBRcJEwwQCR0qFyIyUBwvKTshICoYIxdJKxElEyMDBBwLFhIKHSoBtx5iExciJiQdLTUKCBUBAw0FCQMDJIgeYRMXIiYlHi01CgkTAgIQBgkDJAAAAAEAMgArAf4CEAATAAABBzMVIwczFSEHJzcjNTM3IzUhNwGRLJmuQvD++zUrLJOpQeoBADQB/WA2kTZ1E2I2kTZzAAAAAgAzAAIB/gJgAAcACwAALQE1JRUFFQUXITUhAfv+PQHD/nYBigP+NQHLYuI64kG8Ar6hOAAAAAACADQAAgH9AmAABwALAAATBRUFNSU1JQEhNSE5AcP+PQGK/nYBxP43AckCYOI64kG9Ar394zgAAAIANv/SAgsC7wAFABMAAAEDIwMTMxMDJicjBgcDExYXMzY3AgvJRsbJRniJDgQDDAiHiQ4DBA0FAWD+cgGOAY/+bwERJRImEf7z/uwkESoKAAAAAAMAAQAAAfYDAAADAAsAIQAAIREzEQI0NjIWFAYiAREjNTM1NDYzMhcHJiMiBh0BMxUjEQGGWm4nNicnNv7OZmZLVyYdChYdLh9rbAHa/iYCaDYnJzYn/b8BjE5qYVsHUAk0N21O/nQAAgABAAAB4QMAAAMAGQAAIREzESERIzUzNTQ2MzIXByYjIgYdATMVIxEBh1r+hmZmS1cmHQoWHS4fa2wC9P0MAYxOamFbB1AJNDdtTv50AAAAABoBPgABAAAAAAAAAJYBLgABAAAAAAABABcB9QABAAAAAAACAAcCHQABAAAAAAADAB0CYQABAAAAAAAEABICpQABAAAAAAAFADQDIgABAAAAAAAGABIDfQABAAAAAAAHAJwEygABAAAAAAAJAA8FhwABAAAAAAALABkFywABAAAAAAAOACQGLwABAAAAAAAQAA0GcAABAAAAAAARAAkGkgADAAEECQAAASwAAAADAAEECQABAC4BxQADAAEECQACAA4CDQADAAEECQADADoCJQADAAEECQAEACQCfwADAAEECQAFAGgCuAADAAEECQAGACQDVwADAAEECQAHATgDkAADAAEECQAJAB4FZwADAAEECQALADIFlwADAAEECQAOAEgF5QADAAEECQAQABoGVAADAAEECQARABIGfgBDAG8AcAB5AHIAaQBnAGgAdAAgAKkAIAAxADkAOAA5ACwAIAAxADkAOQA1ACwAIAAyADAAMAAyACAAQQBkAG8AYgBlACAAUwB5AHMAdABlAG0AcwAgAEkAbgBjAG8AcgBwAG8AcgBhAHQAZQBkAC4AIAAgAEEAbABsACAAUgBpAGcAaAB0AHMAIABSAGUAcwBlAHIAdgBlAGQALgAgAKkAIAAxADkAOAAxACwAIAAxADkAOQA1ACwAIAAyADAAMAAyACAASABlAGkAZABlAGwAYgBlAHIAZwBlAHIAIABEAHIAdQBjAGsAbQBhAHMAYwBoAGkAbgBlAG4AIABBAEcALgAgAEEAbABsACAAcgBpAGcAaAB0AHMAIAByAGUAcwBlAHIAdgBlAGQALgAAQ29weXJpZ2h0IKkgMTk4OSwgMTk5NSwgMjAwMiBBZG9iZSBTeXN0ZW1zIEluY29ycG9yYXRlZC4gIEFsbCBSaWdodHMgUmVzZXJ2ZWQuIKkgMTk4MSwgMTk5NSwgMjAwMiBIZWlkZWxiZXJnZXIgRHJ1Y2ttYXNjaGluZW4gQUcuIEFsbCByaWdodHMgcmVzZXJ2ZWQuAABBAHYAZQBuAGkAcgAgAEwAVAAgAFMAdABkACAANgA1ACAATQBlAGQAaQB1AG0AAEF2ZW5pciBMVCBTdGQgNjUgTWVkaXVtAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAAAxAC4AMAAyADkAOwBBAEQAQgBFADsAQQB2AGUAbgBpAHIATABUAFMAdABkAC0ATQBlAGQAaQB1AG0AADEuMDI5O0FEQkU7QXZlbmlyTFRTdGQtTWVkaXVtAABBAHYAZQBuAGkAcgBMAFQAUwB0AGQALQBNAGUAZABpAHUAbQAAQXZlbmlyTFRTdGQtTWVkaXVtAABPAFQARgAgADEALgAwADIAOQA7AFAAUwAgADAAMAAxAC4AMAAwADEAOwBDAG8AcgBlACAAMQAuADAALgAzADMAOwBtAGEAawBlAG8AdABmAC4AbABpAGIAMQAuADQALgAxADUAOAA1AABPVEYgMS4wMjk7UFMgMDAxLjAwMTtDb3JlIDEuMC4zMzttYWtlb3RmLmxpYjEuNC4xNTg1AABBAHYAZQBuAGkAcgBMAFQAUwB0AGQALQBNAGUAZABpAHUAbQAAQXZlbmlyTFRTdGQtTWVkaXVtAABBAHYAZQBuAGkAcgAgAGkAcwAgAGEAIAB0AHIAYQBkAGUAbQBhAHIAawAgAG8AZgAgAEgAZQBpAGQAZQBsAGIAZQByAGcAZQByACAARAByAHUAYwBrAG0AYQBzAGMAaABpAG4AZQBuACAAQQBHACwAIABlAHgAYwBsAHUAcwBpAHYAZQBsAHkAIABsAGkAYwBlAG4AcwBlAGQAIAB0AGgAcgBvAHUAZwBoACAATABpAG4AbwB0AHkAcABlACAATABpAGIAcgBhAHIAeQAgAEcAbQBiAEgALAAgAGEAbgBkACAAbQBhAHkAIABiAGUAIAByAGUAZwBpAHMAdABlAHIAZQBkACAAaQBuACAAYwBlAHIAdABhAGkAbgAgAGoAdQByAGkAcwBkAGkAYwB0AGkAbwBuAHMALgAAQXZlbmlyIGlzIGEgdHJhZGVtYXJrIG9mIEhlaWRlbGJlcmdlciBEcnVja21hc2NoaW5lbiBBRywgZXhjbHVzaXZlbHkgbGljZW5zZWQgdGhyb3VnaCBMaW5vdHlwZSBMaWJyYXJ5IEdtYkgsIGFuZCBtYXkgYmUgcmVnaXN0ZXJlZCBpbiBjZXJ0YWluIGp1cmlzZGljdGlvbnMuAABBAGQAcgBpAGEAbgAgAEYAcgB1AHQAaQBnAGUAcgAAQWRyaWFuIEZydXRpZ2VyAABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBkAG8AYgBlAC4AYwBvAG0ALwB0AHkAcABlAABodHRwOi8vd3d3LmFkb2JlLmNvbS90eXBlAABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBkAG8AYgBlAC4AYwBvAG0ALwB0AHkAcABlAC8AbABlAGcAYQBsAC4AaAB0AG0AbAAAaHR0cDovL3d3dy5hZG9iZS5jb20vdHlwZS9sZWdhbC5odG1sAABBAHYAZQBuAGkAcgAgAEwAVAAgAFMAdABkAABBdmVuaXIgTFQgU3RkAAA2ADUAIABNAGUAZABpAHUAbQAANjUgTWVkaXVtAAAAAAIAAAAAAAD/gwAyAAAAAAAAAAAAAAAAAAAAAAAAAAAA/wAAAAEAAgADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPABAAEQASABMAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAkACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgA/AEAAQQBCAEMARABFAEYARwBIAEkASgBLAEwATQBOAE8AUABRAFIAUwBUAFUAVgBXAFgAWQBaAFsAXABdAF4AXwBgAGEBAgCjAIQAhQC9AJYA6ACGAI4AiwCdAKkApAEDAIoA2gCDAJMA8gDzAI0AlwCIAMMA3gDxAJ4AqgD1APQA9gCiAK0AyQDHAK4AYgBjAJAAZADLAGUAyADKAM8AzADNAM4A6QBmANMA0ADRAK8AZwDwAJEA1gDUANUAaADrAO0AiQBqAGkAawBtAGwAbgCgAG8AcQBwAHIAcwB1AHQAdgB3AOoAeAB6AHkAewB9AHwAuAChAH8AfgCAAIEA7ADuALoA1wDiAOMAsACxAOQA5QC7AOYA5wCmANgA4QEEANsA3ADdAOAA2QDfAQUBBgCbALIAswC2ALcAxAC0ALUAxQCCAMIAhwCrAMYAvgC/ALwBBwEIAIwAnwEJAJgAqACaAJkA7wEKAQsApQCSAJwApwCPAJQAlQC5AMAAwQd1bmkwMEEwB3VuaTAwQUQHdW5pMDJDOQd1bmkwM0E5B3VuaTAzQkMERXVybwlhZmlpNjEyODkJZXN0aW1hdGVkB3VuaTIyMTUHdW5pMjIxOQAAAAAAAAH//wACAAEAAAAMAAAAQAAAAAIACAADAAcAAQAIAAgAAgAJAH0AAQB+AIAAAgCBAOQAAQDlAOUAAgDmAPwAAQD9AP4AAgAEAAAAAgAAAAEAAAAKADQAggABbGF0bgAIAAoAAVRVUiAAGgAA//8ABQAAAAEAAgAEAAUAAP//AAEAAwAGYWFsdAAmZnJhYwAubGlnYQA0bGlnYQA8b3JkbgBCc3VwcwBIAAAAAgAAAAEAAAABAAIAAAACAAMABAAAAAEABAAAAAEABQAAAAEABgAKABYAHgAmADYAPgBGAFYAXgBmAG4AAQAAAAEAYAADAAAAAQCCAAYAAAAFAJAAwADoARABOAAEAAAAAQFQAAQAAAABAWAABgAAAAUBcAGSAbQB1gIAAAEAAAABAhoABAAAAAECOAAEAAAAAQKgAAEAAAABArwAAgAWAAgA5AB7AHQAdQBsAHwAbAB8AAEACAARABQAFQAWACQAMgBEAFIAAQAQAAEACAADANkA2gDyAAEAAQAQAAMAAAAEABYAHAAkACoAAAABAAAABwABAAEAEwABAAIAEgDoAAEAAQATAAEAAQATAAMAAAADABQAGgAiAAAAAQAAAAgAAQABABMAAQACABIA6AABAAEAEwADAAAAAwAUABoAIgAAAAEAAAAHAAEAAQAUAAEAAgASAOgAAQABABcAAwAAAAMAFAAaACIAAAABAAAABwABAAEAFAABAAIAEgDoAAEAAQAVAAMAAAADABQAGgAiAAAAAQAAAAcAAQABABYAAQACABIA6AABAAEAFwABABIAAQAIAAEABAD9AAIATAABAAEASQABABIAAQAIAAEABAD+AAIATwABAAEASQADAAIAFgAcAAEAEAAAAAAAAQABAEQAAQABABQAAQABABQAAwABABgAAQASAAAAAQAAAAkAAQABAEQAAgABABMAHAAAAAMAAQAYAAEAEgAAAAEAAAAJAAEAAQBSAAIAAQATABwAAAADAAIAGgAkAAEAFAAAAAEAAAAJAAEAAQBEAAIAAQATABwAAAABAAEAEQADAAIAGgAkAAEAFAAAAAEAAAAJAAEAAQBSAAIAAQATABwAAAABAAEAEQACABQABwB7AHQAdQBsAHwAbAB8AAEABwAUABUAFgAkADIARABSAAEAZgADAAwAJgBQAAIABgAQAOUABAASABMAEwDlAAQA6AATABMABAAKABIAGgAiAH4AAwASABcAfgADAOgAFwB/AAMAEgAVAH8AAwDoABUAAgAGAA4AgAADABIAFwCAAAMA6AAXAAEAAwATABQAFgABAB4AAQAIAAIABgAOAAgAAwASABMACAADAOgAEwABAAEAEwACAAoAAgBsAHwAAQACAEQAUgAAAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAA//8AAQAAAAFrZXJuAAgAAAABAAAAAQAEAAIAAAACAAoAxAABAKoABAAAAAYAFgBIAIIAlACeAKQADACi/8gApP/IAKX/yACm/+QAp//IAKr/rQCs/60Arf/IALT/yAC4/8gAvv/NAMj/5AAOAEwAAACi/+QApP/kAKX/5ACm/+QAp//kAKr/5ACs/+QArf/kAK4AAACvAAAAsAAEALb/1wC4/+QABACm/90ArP/dALj/3QC+//IAAgC4/60Avv/IAAEA2/+bAAEA3P+bAAEABgA3ADkAOgA8ANsA3AACBQQABAAAA3YD8gAPAB0AAP+k/+7/0v/u/+j/7v+2/7YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAS/+4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8n/Y/9jAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+kAAD/pAAA/8n/2/+R/5EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/tv9N/00AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/pP+k/+7/7v/u/+7/7v/u/8kAAAAAAAAAAAAAAAAAAAAAAAAAAP/uAAAAAAAAAAAAAP/uAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/kQAA/5EAAAAAAAD/pP+R/5H/kQAA/5EAAP+RAAD/f/+R/6T/kf+b/5H/kQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/tv+2AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/7gAAAAAAAP/S/3//fwAAAAD/yQAA/8kAAP/J/8n/2wAA/9v/0v/S/+4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/J/8kAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/+j/pv+mAAAAAP/RAAD/0QAAAAD/0f/uAAD/7v/u/+4AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/7b/tgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/JAAAAAAAAAAAAAAAAAAD/tv91/3UAAAAA/5EAAP+R/6T/kf+kAAAAAP+2/6T/pP/b/7YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/7YAAAAAAAAAAAAA/+4AAgAUACkAKQACAC8ALwADADMAMwAEADUANQAGADcANwAHADkAOQAJADoAOgALADwAPAANAEkASQABAFUAVQAFAFkAWQAIAFoAWgAKAFwAXAAMAJ8AnwANAL8AvwAMAMEAwQAMAMMAwwADAMkAyQANANwA3AAOAP0A/gABAAIALQAPAA8ACwAQABAAEwARABEADAAdAB0AGAAeAB4AGQAkACQACgA3ADcAAQA5ADkAAwA6ADoABQA8ADwABwBEAEQAFABGAEYADQBHAEcADgBIAEgADwBJAEkACQBKAEoAEABMAEwAGgBSAFIAEQBTAFMAGwBUAFQAEgBVAFUAFQBWAFYAFgBXAFcAHABYAFgAFwBZAFkAAgBaAFoABABcAFwABgCCAIgACgCfAJ8ABwChAKEACQCiAKgAFACpAKkADQCqAK0ADwCuALEAGgC0ALgAEQC6ALoAEQC7AL4AFwC/AL8ABgDBAMEABgDCAMIADgDGAMYAEQDIAMgAFgDJAMkABwDcANwACAD9AP4ACQABABwAJAApAC8AMwA1ADcAOQA6ADwASQBVAFkAWgBcAIIAgwCEAIUAhgCHAJ8AvwDBAMMAyQDcAP0A/gABAAAACAAAAAQADgACaWRlb3JvbW4AAWxhdG4ACAAGAAAAAAABAAIACAAMAAH/VgABAAAAAAABAAAAANre18UAAAAAuSUpSAAAAAC5JSlI); }

@font-face {
  font-family: "Light";
  src: url(data:font/ttf;base64,AAEAAAAQAQAABAAAQkFTRT9iT7oAAGnAAAAANEZGVE1MS/ppAABp9AAAABxHREVGBDcE3AAAX5QAAABIR1BPU/3yFgMAAGOcAAAGJEdTVUJdo2j4AABf3AAAA75PUy8yebAO2AAAAYgAAABgY21hcHbSlU0AAAXkAAACgmdhc3D//wADAABfjAAAAAhnbHlmdl5oUAAACmgAAErkaGVhZNSqnUkAAAEMAAAANmhoZWEHAANMAAABRAAAACRobXR4BaAtFwAAAegAAAP6bG9jYeys/5wAAAhoAAACAG1heHABSABFAAABaAAAACBuYW1lu6zy4AAAVUwAAAfLcG9zdNwfL9gAAF0YAAACcQABAAAAAQdsbO+A/F8PPPUACwPoAAAAALklKScAAAAAuSUpJ/9Z/wYD6AOkAAAACAACAAAAAAAAAAEAAAL0/wwAyAPo/1n/WQPoAAEAAAAAAAAAAAAAAAAAAAD+AAEAAAD/AEIABwAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAgG7ASwABQAEAooCWAAAAEsCigJYAAABXgAyARgAAAILBAICAgMCAgSAAACvQAAgSgAAAAAAAAAAQURCRQAAACD7AgL0/wwAyAOkAPoAAAABAAAAAAHUAsQAAAAgAAQB9AAAAAAAAAFNAAABBAAAAXIAiQIIAKECCAANAggAIQMvACYCwAA7AQQAZAEEADoBBAAMAbwAJgKaAE4BBAAyAU0AKwEEAFIBcgAJAggAGgIIAF8CCAApAggAKQIIABcCCAApAggAHAIIACkCCAApAggAHAEEAFIBBAAyApoAUgKaAE4CmgBSAc8ALwMgACwCrQAFAnYAYQLAADMC5QBYAlEAYQIsAGEDCgAzAtIAYQEEAGEB4gAHAmMAYQH0AGEDeQBaAwoAYQNCADMCPgBhA0IAMwJRAGECLAA1Aj4ADAKsAFQCUf/9A7AABQJjAAECPv/6AiwAFwEEAEoBcgAFAQQAJAKaAFIB9AAAAPD/+gIHADsCYwBDAeEANgJjADYCLAA2ASgAEgJjADwCLABQAPAASwDw/+IB4QBQAPAAWgNUAEsCLABLAlIANgJjAEMCYwA2AU0ASwGqABwBTQAOAiwASwHPAA8CwAAPAeEABgHPAA8BqgAbAU0AQgDeAFcBTQA7ApoAZwEEAAABcgCJAggANAIIADoCCAALAggAAADeAFcCCABAAPD/6QMgABwBUQAiAeEAPwKaAE4BTQArAyAAHADw//QBkAA4ApoATgFSABcBUgAbAPAAPgIsAEsCWAA8AQQAUgDwACEBUgBDAYIAIgHhAEcDCgAkAwoAHAMKABQBzwAlAq0ABQKtAAUCrQAFAq0ABQKtAAUCrQAFA57/+wLAADMCUQBhAlEAYQJRAGECUQBhAQQABAEEAEgBBP/zAQT/8wLlAAoDCgBhA0IAMwNCADMDQgAzA0IAMwNCADMCmgBkA0IAMwKsAFQCrABUAqwAVAKsAFQCPv/6Aj4AYQJRAFACBwA7AgcAOwIHADsCBwA7AgcAOwIHADsDVAA2AeEANgIsADYCLAA2AiwANgIsADYA8P/6APAAPgDw/+kA8P/pAlIANgIsAEsCUgA2AlIANgJSADYCUgA2AlIANgKaAE4CUgAnAiwASwIsAEsCLABLAiwASwHPAA8CYwBDAc8ADwDwAFoB9AAZAPAABgOwADsDiwAsAiwANQGqABwCPv/6AiwAFwGqABsCCP/wAPD/6QDw/+YA8P/0APD/6ADwAEsA8AAbAPAACgDw/9wA8P/1AqQAMQIsAEsCEgALAfQAAAPoAAABBAA+AQQAPgEEAD4CCABpAggAaQIIAGkCCAAmAggAJgH0AEkD6AB3A9UAGgE7AD8BOwBHAKj/WQIIABABxAAeA94AVAKkADEDcwAiAf0AKgJdAB8CjAAaAgkAFgKaAE4AqP9ZAQQAUgIbACEC6wAxAU8ADQIZACwCGQAxAhkAMQIZADICGwA1AgcAEgASAAAAAAADAAAAAwAAABwAAQAAAAABfAADAAEAAAAcAAQBYAAAAFQAQAAFABQAfgD/ATEBQgFTAWEBeAF+AZICxwLJAt0DqQO8A8AgFCAaIB4gIiAmIDAgOiBEIKwhEyEiISYhLiICIgYiDyISIhUiGiIeIisiSCJgImUlyvsC//8AAAAgAKABMQFBAVIBYAF4AX0BkgLGAskC2AOpA7wDwCATIBggHCAgICYgMCA5IEQgrCETISIhJiEuIgIiBiIPIhEiFSIZIh4iKyJIImAiZCXK+wH////j/8L/kf+C/3P/Z/9R/03/Ov4H/gb9+P0t/Rv9GODG4MPgwuDB4L7gteCt4KTgPd/X38nfxt+/3uze6d7h3uDe3t7b3tjezN6w3pneltsyBfwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQYAAAEAAAAAAAAAAQIAAAACAAAAAAAAAAAAAAAAAAAAAQAAAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGEAhoeJi5OYnqOipKalp6mrqqytr66wsbO1tLa4t7y7vb7hcmRlaeN4oXBr63Zq+Yia9nP6+2d37vHw2PdsfNaouoFjbvXM+O9tfeRigoWXxcbZ2t7f29y5/MHJ6Onm5/3+4nnd4OWEjIONio+QkY6VlgCUnJ2bws3UcdDR0nrV084AAAAAACYAJgAmACYAQABSAIIA0AEOAWYBcgGMAaYBxAHYAeYB8gIEAhQCTgJgAowCxALgAwwDOgNOA5ADvAPaA/IEBgQaBCwEYAS6BNYFEgU4BWAFeAWMBbQFzAXYBfYGEgYiBkAGWAZ6BpwGyAbwByQHNgdgB3QHlAewB8YH3AfuB/4IEAgkCDAIPgh2CKIIxAjwCSAJQAl4CZYJrgnUCeoJ9gouClIKcAqcCsgK6AsYCzoLXgtwC5ALqAvKC+AMEgwgDFAMcgxyDIoMvAzkDRwNQg1UDaQNwg4EDjoOVA5kDnAOsg7ADuAO/A8mD1wPag+SD6wPvg/mD/gQGhA2EGYQpBD2ESwRThFwEZYRzhIAEjYSXBKkEsIS4BMCEzATRBNYE3ATlBPGE/oUIhRKFHYUshTqFQQVPhVuFZ4V0hYSFjAWVBaOFs4XDhdSF6YX9hhKGKIY5hkeGVYZkhnYGewaABoYGjwadBqyGtYa+hsiG1objhu0G+4cGhxGHHYcshzaHQYdPh1KHWQdfB2wHfYeNh5yHqAewh7kHxIfJB82H0QfXh9wH5Ifrh/OH+IgEiA6IGIgbiB6IIggliCkILggzCDgIPYhFCEmIU4hoiGyIcQh1CIUIkwidCKkIt4jGCM4I1AjbiN8I4wjniO+JBYkSCSWJLYk0iTuJRglTCVyAAUAAAAAAfQCvAADAAYACQAMAA8AADERIREDEyETFxEBIQsBERMB9Pqq/qzIqv6OAVSqyKoCvP1EAYsA//7U/wH+/dUA/wEs/gIA/wACAIn/+gDpAsQAAwALAAATESMRAjQ2MhYUBiLXPBIcKBwcKALE/fYCCv1SKBwcKBwAAAAAAgChAeABZwLEAAMABwAAEzUzFTM1MxWhPE48AeDk5OTkAAAAAgANAAAB+wLEABsAHwAAMzcjNTM3IzUzNzMHMzczBzMVIwczFSMHIzcjBxM3IwdbHmxzFmxzHjQfix80H2xzFWxzHjQeix6wFYoV5TCcMOPj4+MwnDDl5eUBFZycAAAAAwAh/7EB3wMTAAYADgAxAAABET4BNTQvAREOARUUFhcTNSImJzceARcRJy4BNTQ2NzUzFTIXBy4BIxEXHgEVFAYHFQEZOUtZWzJGNDMROG4iORhMK0dBMnJIMHo/NxdGJUY1S3VRATr+8AJRPFAhZgEKCUk2MTkS/htDNzInKDACASIaGGEvT2wHQ0NZKCMo/uYYE1hIUmoFQwAABQAm/94DCQLmAAcADwAXAB8AIwAAEjQ2MhYUBiImFBYyNjQmIgA0NjIWFAYiJhQWMjY0JiIJARcBJmWOZWWOL0ViRUViARBljmVlji9FYkVFYv5yAcgu/jcB3Y5lZY5l3mRERGRE/b+OZWWOZd5kRERkRP7kAuwc/RQAAAMAO//uArIC1gAgAC8AOwAAARc3MwcXIycOASMiJjU0PgI3LgI1NDYzMhYVFA4CAyIGFRQeARc+AzU0JhMnDgQVFBYzMgE7rGZEgKFZai5oRlx8GDgpKRsdHmhKQV8YNigvLT4dGRYdIC8WOGjEGRsrFhFcRGEBhLa44qlyPkFyXCc/NR0ZISZDHkpXVEIkOi8ZAQA4LBc5HxoPEyUsGyo1/f3MDxIiHiwYQlIAAAAAAQBkAeAAoALEAAMAABM1MxVkPAHg5OQAAQA6/2QA+ALcAAwAABMXDgEVFBcHLgE1NDbFMz9Dgi9FSkkC3CBP4G3Qzh5f6nN36QAAAAEADP9kAMoC3AAMAAAXJz4BNTQnNx4BFRQGPzM/Q4IvRUpJnCBP4G3Qzh5f6nN36QAAAAABACYBZgGWAsQADgAAExU3FwcXBycHJzcnNxc195APkFslXlkoW5IOkwLEmDAwL3odfX0dejItMJgAAAABAE4AMAJMAi4ACwAAEzUzNTMVMxUjFSM1Tucw5+cwARcw5+cw5+cAAQAy/3YAugBaAAMAABc3MwcyQkZNiuTkAAAAAAEAKwDSASIBCAADAAA3NTMVK/fSNjYAAAEAUv/6ALIAWgAHAAA2NDYyFhQGIlIcKBwcKBYoHBwoHAAAAAEACf/cAW0C6AADAAAXARcBCQEwNP7REgL6Ev0GAAAAAgAa//QB7gLQABMAJwAAEjQ+AzIeAxQOAyIuAjYUHgMyPgM0LgMiDgIaCh8xV3JXMR8KCh8xV3JXMR84BhUiQFZAIhUGBhUiQFZAIhUBLmhcZkgwMEhmXGhcZkgwMEhmt05IW0EtLUFbSE5IW0EtLUFbAAABAF8AAAFBAsQABwAAIREjByc3MxEBBQGAJa8zAnBpLo/9PAABACkAAAHfAtAAGwAAMzUBPgI1NCYjIgYHJz4BMzIWFRQOAg8BIRUpAQofIyNPPjZNC0YRclRVdxYyJiTdAXRGARkhKkkjPEhANAdQU2JTJ0dFKiXjNgAAAQAp//QB3wLQACcAAD8BHgEzMjY1NCYrATUzMjY1NCYjIgYHJzYzMhYVFAYHFR4BFRQGIyIpQRRHOkxSb0waHkFdSDsrRxQ5OIdWb0I8Q1RyaaV/FTU1V0NJSTxDQzlJLCcgaV5YO1kQAgxlRFhzAAIAFwAAAfECxAAKAA4AACE1ITUBMxEzFSMVJxEjAwFJ/s4BG1NsbDwC+q5HAc/+IDau5AGe/mIAAQAp//QB3wLEABoAAAEVIQc2MzIWFRQGIyInNx4BMzI2NTQmIyIHEwHD/twDJ0BjeYtXlT8+ElUvOWdnS0dFBgLENuEUiGJreHgfKThbTk1rMAFpAAAAAAIAHP/0AewCxAARABsAAAEDMzYzMhYVFAYiJjU0PgE3ExIiBhUUFjI2NTQBacECJEVee4PKgxgUFcAsimFclFwCxP7IHn5cYHx8YCJLJSMBP/6yYUVKXFxKRQAAAQApAAABuwLEAAYAAAEVASMBITUBu/7mQwEf/qwCxDb9cgKONgAAAAMAKf/0Ad8C0AAXACEAKwAAEzQ2MhYVFAYHFR4BFRQGIiY1NDY3NS4BNxQWMjY1NCYiBgMUFjI2NTQmIgZCbqhuPzJBSXy+fElBMj9CSHBISW5JGVWIVViCWAIYUmZmUjNbDgEOZkJec3NeQmYOAQ5bMzZMTDY6SEj+c0FaWkFFVlYAAAIAHAAAAewC0AARABsAADMTIwYjIiY1NDYyFhUUDgEHAwIyNjU0JiIGFRSfwQIkRV57g8qDGBQVwCyKYVyUXAE4Hn5cYHx8YCJLJSP+wQFOYUVKXFxKRQACAFL/+gCyAdQABwAPAAASNDYyFhQGIgI0NjIWFAYiUhwoHBwoHBwoHBwoAZAoHBwoHP6iKBwcKBwAAAACADL/dgC6AdQAAwALAAAXNzMHAjQ2MhYUBiIyQkZNGxwoHBwoiuTkAhooHBwoHAABAFIALQJIAjEABgAAARUNARUlNQJI/kABwP4KAjEy0NAy6jAAAAAAAgBOAM8CTAGPAAMABwAAEzUhFQU1IRVOAf7+AgH+AV8wMJAwMAAAAAEAUgAtAkgCMQAGAAA3NS0BNQUVUgHA/kAB9i0y0NAy6jAAAAIAL//6AaoC1gAbACMAADc1ND4DNTQmIyIGByc+ATMyFhUUDgMdAQY0NjIWFAYizCAuLiA/NjNFC0ENa0tRZyEwMCFNHCgcHCi6VCU8LCw8JDZDPzUIS1dcUC5HLio9JkCkKBwcKBwAAgAs/+4C9ALWAAsAQQAAExQWMzI2NTQjIg4BJQMGFRQzMjY1NCYjIgYVFBYzMjY3Mw4BIyImNTQ2MzIWFRQGIyImNSMOASMiJjU0NjMyFzM3/i4mQmdRMFErAXBhCxo1bap0hri8hEqNJzotrF+h1debksSSWBsjAhZHJEFGhGhSGAIYARgqNZtIZk5r3P7eIQ8anlNtj8GChr9KOlJi2J2c16yAea4jIBsoVD9wslNAAAAAAgAFAAACqALEAAcACgAAMwEzASMnIQclCwEFATVEASpKTf6JUAGvoKUCxP08vLz4AYT+fAAAAAADAGEAAAIwAsQAEwAdACgAADMRMzIeAhUUBgcVHgEVFA4CIwMVMzI+AjU0IwMRMzI+AjU0JiNhzC5IRydCPUZYLUxLKaCJMEUhDZqSlzdMIw5kRgLEDiZOOThPDAIFX0o6UikRAoj2GCclE3/+zv7mGy0qFklJAAABADP/7gKoAtYAFQAAJRcGIyImEDYzMhcHLgEjIgYQFjMyNgJyNl6poc3NoZ1XNiBmOIikpIg6dJgpgdEBRtFvLS8xsf7ysTgAAAAAAgBYAAACsgLEABEAGQAAMxEzMh4FFA4FIwMRMzI2ECYjWNtLe046HREDAxEdOk57S5mIlbm5lQLEIzRJQUknIidJQUk0IwKI/bSUASSUAAABAGEAAAIiAsQACwAAMxEhFSEVIRUhESEVYQGx/pEBWP6oAX8CxDz8PP7sPAAAAAABAGEAAAIJAsQACQAAMxEhFSEVIRUhEWEBqP6aAU3+swLEPPw8/rAAAQAz/+4CqQLWABgAAAERBiMiJhA2MzIXBy4BIyIGEBYzMjc1IzUCqXCYoc3NoZ5hMCB1OoikpIh/R6oBfv6wQNEBRtFiMicxsf7ysSruPAABAGEAAAJxAsQACwAAMxEzESERMxEjESERYUIBjEJC/nQCxP7IATj9PAFQ/rAAAAABAGEAAACjAsQAAwAAMxEzEWFCAsT9PAABAAf/7gGBAsQAEAAAAREUDgMjIiYnNxYzMjURAYEFFidMNEtdEEIYXoACxP4MIDJELCBNRAxhlgIEAAABAGEAAAJvAsQADAAAMxEzETMBMwkBIwEjEWFCBgFXW/6aAXpf/pkGAsT+yAE4/rz+gAFu/pIAAAEAYQAAAe0CxAAFAAAzETMRIRVhQgFKAsT9eDwAAAAAAQBaAAADHwLEAA4AADMRMwkBMxEjESMBIwEjEVpjAQIBAl5CAv7yHf7uAgLE/a4CUv08AnD9kAJw/ZAAAQBhAAACqQLEAAsAADMRMwEzETMRIwEjEWFVAa8CQlX+UQICxP2UAmz9PAJs/ZQAAgAz/+4DDwLWAAcADwAANhA2IBYQBiACEBYgNhAmIDPNAULNzf6+i6QBEKSk/vC/AUbR0f660QH7/vKxsQEOsQAAAAACAGEAAAIRAsQADAAVAAAzETMyHgIVFAYrARkBFTMyNjU0JiNhzClLRip7WpmWQFZaQALEEidNNVte/rACiPw8QUA/AAIAMwAAAy0C1gAOABkAACUVISImNTQ2IBYVFAYHFQEUFjMyNjU0JiAGAy3+epjcxgFCxmFQ/iWshIKYnv7ynjw8zJ+dzs6dYa4eAgEvf7CyfYSrqwAAAAACAGEAAAIwAsQACwAXAAATFTMyPgI0LgIjAxEzMhUUBxMjAyMRo4wxRiEODiFGMc66/LXOS8d7Aoj8GSknKicpGf14AsS6nxf+rAFQ/rAAAAEANf/uAfcC1gAkAAA/ARYzMjY1NC4ENTQ2MzIXByYjIgYVFB4FFRQGIyI1PzVtRFs2UV9RNoRffUQ5MlhEWyhBTU5BKIFbmlkqWUw/LjwaIiVVP1poWSlGRkArOh8XGyhLNlxrAAAAAQAMAAACMgLEAAcAADMRIzUhFSMR/vICJvICiDw8/XgAAAAAAQBU/+4CWALEABkAAAERFA4CIi4CNREzERQeAzI+AzURAlgbOmeMZzobQggZKEheSCgZCALE/ks7ZFMvL1NkOwG1/lwiPUUxISExRT0iAaQAAAAAAf/9AAACVALEAAYAACEBMxsBMwEBBf74R+TmRv7zAsT9kwJt/TwAAAEABQAAA6sCxAAPAAAzAzMTMxMzEzMTMwMjAyMD085EsAKzVLMCsETOUbMCswLE/Y0Cc/2NAnP9PAJ2/YoAAAABAAEAAAJiAsQACwAAMwEDMxsBMwMBIwsBAQEK8k7MyU/wAQdS4OABdAFQ/uABIP6w/owBQP7AAAH/+gAAAkQCxAAIAAAzEQEzGwEzARH+/vxP1ttK/vwBMQGT/rABUP5t/s8AAQAXAAACFQLEAAkAADM1ASE1IRUBIRUXAZ7+aAHt/l8BrDQCVDw2/a48AAABAEr/ZADgAtwABwAAExUjETMVIxHgWlqWAtww/OgwA3gAAAABAAX/3AFpAugAAwAAEwEHATkBMDX+0QLo/QYSAvoAAAEAJP9kALoC3AAHAAAXNTMRIzUzESRaWpacMAMYMPyIAAAAAAEAUgEAAkgCxAAGAAAbATMTIwsBUuQu5DjDwgEAAcT+PAGO/nIAAAABAAD/gwH0/7UAAwAAFTUhFQH0fTIyAAAB//oCNACyAsQAAwAAExcjJ0poMoYCxJCQAAAAAgA7//QBwAHaABsAJgAAARUUFyMmNSMGIyImNTQhMzU0JiMiByc+ATMyFgcjIgYVFBYzMjY1AbcJOAYCMnBDYAEARkc7UD0jIGEvV2E2QlVzQClYSQEzcX5EIilXRUSbHDk3NCkeI1KgMTcoLltEAAIAQ//0Ai0C9AARABsAADMRMxEzPgEzMhYUBiMiJicjFQIUFjMyNjQmIyJDPAIaZzhqiYlqOGcaAgZwUVNkZFNRAvT+iS0widSJMC1RATWcb22gbQAAAAABADb/9AHVAdoAEwAAJRcGIyImNDYzMhcHJiMiBhQWMzIBpS5DZ2qJiWplRzA5Q1NkZFNIaiZQidSJUCQ+baBtAAAAAAIANv/0AiAC9AARABsAACE1Iw4BIyImNDYzMhYXMxEzESY0JiMiBhQWMzIB5AIaZzhqiYlqOGcaAjw2cFFTZGRTUVEtMInUiTAtAXf9DJmcb22gbQAAAAACADb/9AH2AdoAFQAeAAAlFwYjIiY1NDYyFh0BIRQeAzMyNiUhNCYjIg4CAbwsQoZpgYLKdP58CRklQCguV/7MAUheQi1HIxF8JWOIbGiKgVcqESkxKBsttz5YJzcsAAABABIAAAFBAwAAFAAAMxEjNTM1NDYzMhcHJiMiHQEzFSMRcmBgVDYqGwwUIlFsbAGYNpdRSgw0CnuBNv5oAAAAAgA8/xACIAHaABwAJAAAAREUDgMjIiYnNxYzMj0BIwYjIiY0NjMyFzM1EjQmIgYUFjICICIyRjwgRnwjLz54ugI5dmaRkWZ2OQICa5hra5gBzv5QQmQ5JAs0LSxX1EBai8SLWk7+05hra5hrAAAAAAEAUAAAAdwC9AASAAAzETMRMz4BMzIVESMRNCMiBh0BUDwCE1U2sDx0RloC9P6JKDXH/u0BEJRiW+cAAAIASwAAAKUCsgADAAsAADMRMxECNDYyFhQGIlo8SxomGhomAc7+MgJyJhoaJhoAAAL/4v8QAKUCsgANABUAABMRFAYjIic3FjMyNjURJjQ2MhYUBiKWOUsYGAkVESwdDxomGhomAc794U5RCTUINS8CJKQmGhomGgAAAAABAFAAAAHkAvQACgAAMxEzETczBwUjJxVQPORY7gEKW/0C9P4I0dP69PQAAAEAWgAAAJYC9AADAAAzETMRWjwC9P0MAAEASwAAAwQB2gAnAAAzETQmNTMWFzM+ATMyFhc+ATMyFREjETQjIg4CFREjETQmIyIGHQFQBTwCAgMTVTYwSxAVVTOwPHQnOh4NPDEvRloBTBJlC0kIKDUyMjEzx/7tARCUHzI0G/78ARZCTGJb5wABAEsAAAHcAdoAFgAAMxE0JjUzFhczPgEzMhURIxE0IyIGHQFQBTwCAgMTVTawPHRGWgFMEmULSQgoNcf+7QEQlGJb5wAAAAACADb/9AIcAdoABwAPAAA2NDYyFhQGIgIUFjI2NCYiNonUiYnUTWSmZGSmfdSJidSJAUOgbW2gbQAAAAACAEP/HAItAdoAEQAbAAAXETMVMz4BMzIWFAYjIiYnIxECFBYzMjY0JiMiQzwCGmc4aomJajhnGgIGcFFTZGRTUeQCslEtMInUiTAt/ssCGZxvbaBtAAAAAgA2/xwCIAHaABEAGwAABREjDgEjIiY0NjMyFhczNTMRAjQmIyIGFBYzMgHkAhpnOGqJiWo4ZxoCPDZwUVNkZFNR5AE1LTCJ1IkwLVH9TgF9nG9toG0AAAEASwAAAUEB2gASAAAzETQmNTMWFzYzMhcHJiMiBh0BUAU8AgI0Xw8UBwwLS0wBTBJlC0kIXQU7BFpI/AAAAAABABz/9AF9AdoAIAAAPwEeATI2NTQuAzU0NjMyFwcmIyIGFB4DFRQGIyIcNRJKVEA4UVE4Xz93LDYkSSQ+OFFROGFGhVIkJCgvJiMlEBU4MT9GVyBBKEQjDxQ7NERLAAABAA7/9AE3AlMAFQAAARUjERQWMzI3FwYjIiY1ESM1MzUzFQEyhCIeHyUFLCI9OmRkPAHONv7THyIQNhBCNQEtNoWFAAEAS//0AdwBzgAWAAABERQWFSMmJyMOASMiNREzERQzMjY9AQHXBTwCAgMTVTawPHRGWgHO/rQSZQtJCCg1xwET/vCUYlvnAAEADwAAAcABzgAGAAAzAzMbATMDzL1EmpY9tgHO/nMBjf4yAAEADwAAArEBzgAPAAAzAzMTMxMzEzMTMwMjAyMDoJFCcAKBOYkCbTyIPooCgQHO/n0Bg/59AYP+MgF6/oYAAAABAAYAAAHbAc4ACwAAMzcnMxc3MwcXIycHBsClTYB/S6PGTqGe+tSvr9T60dEAAAABAA//EAHAAc4AEAAAAQMGIyInNxYzMjY/AQMzGwEBwO4mWRkiBiURHSIOKrxDmZUBzv2jYQk4CyojawHQ/nsBhQAAAAEAGwAAAY8BzgAJAAAzNQEhNSEVASEVGwEV/vkBWv7sASAkAXQ2JP6MNgAAAQBC/2QBEgLcACMAAAEVIyIGHQEUDgEHFR4CHQEUFjsBFSMiJj0BNCM1Mj0BNDYzARIXHRofHQoLHB8aHRcyKi5GRi4qAtwwOCqNL0wcBQIGHEsvjik4MEE4kpkwmpE5QAAAAAEAV/8GAIcC7gADAAATMxEjVzAwAu78GAAAAAABADv/ZAELAtwAIwAAFzUzMjY9ATQ+ATc1LgI9ATQmKwE1MzIWHQEUMxUiHQEUBiM7Fx0aHx0KCxwfGh0XMiouRkYuKpwwOCqNL0wcBQIGHEsvjik4MEE4kpkwmpE5QAABAGcA8gIzAWwAEwAAARcGIyInJiMiBgcnNjMyFxYzMjYCESIrUiBTSBobKBUiL04gU0gaGygBbCBaJCAjISBaJCAjAAIAif8iAOkB7AADAAsAABcRMxESFAYiJjQ2Mps8EhwoHBwo3gIK/fYCrigcHCgcAAIANP+vAdQCHwAGAB0AACURDgEVFBYTETY3FwYHFSM1LgE1NDY3NTMVFhcHJgEAQ01PcUMxLj9jMFtxclowX0UwMi8BcgppRUNqAWb+iAM9Jk0DRUgNh15dhA1IRwFNJDcAAAABADoAAAIEAtAAGwAAMzUzESM1MzU0PgIzMhcHJiMiBh0BMxUjETMVOmlfXxcvVTdPQCgyOEVIpaX1NgEgNnUkRT8nODAyXDZ8Nv7gNgAAAAIACwBpAf0CWwAXACEAAD8BJjQ3JzcXNjIXNxcHFhQHFwcnBiInBzcUFjI2NTQmIgYOOTw8OSI5RaxFOSI5PDw5IjlFrEU5F3CacG+cb443QbhBNyU4NTU4JTdBuEE3JTg1NTj5T3FxT1BwcAAAAAABAAAAAAIIAsQAGAAAMzUjNTM1JyM1MwMzGwEzAzMVIwcVMxUjFeOqqgmhhr9EwMNBv4ahCaqqtDBNEDABU/6oAVj+rTAQTTC0AAAAAgBX/1EAhwKjAAMABwAAEzMRIxUzESNXMDAwMAKj/qKW/qIAAgBA/3AByALWAAsANwAANxc+ATU0LwEGFRQWAzcWMzI2NTQuAzU0NyY1NDYzMhYXByYjIgYVFB4DFRQHFhUUBiMiJtRmHi5KS2EhcT0iYDFIPVhYPWpSb0s2WBI6HUwwRTtVVTtZS25MQmfjNBAzHTsnKSA/IiT+8x5aNC0lNyYsSzNULTJNSVQuMCJEMy4jNSYrSTFTMSxPTVo8AAAAAAL/6QJcAQcCvAAHAA8AAAI0NjIWFAYiNjQ2MhYUBiIXHCgcHCiiHCgcHCgCeCgcHCgcHCgcHCgcAAAAAAMAHP/uAwQC1gAXAB8AJwAAASMuASciBhQWMzI2NzMOASMiJjQ2MzIWABA2IBYQBiACEBYgNhAmIAJSNgpENEpXV0o0Rgg2CWdJZHJyZEln/dPaATTa2v7MpLoBCLq6/vgBrys8AWiaaDwsSFCAyoBQ/tEBNNra/szaAfj++Lq6AQi6AAIAIgGoAS8C0AAaACQAABMzNS4BIyIHJzYzMhYdARQXIyYnIwYjIiY1NBcjIhUUFjMyNjW6QAIjLjMrGjBTPTsFMQICAiBILz/YJoIsHDAwAloJIiEjJicyO1BFIAYoNCgpYSo1ERg3IAAAAAIAPwAiAZoBuAAFAAsAADcnNxcHHwEnNxcHF8iJiSp0dnqJiSp0diLLyx2usBvLyx2usAABAE4AhgJMAY8ABQAAJTUhNSERAhz+MgH+htkw/vcAAAEAKwDSASIBCAADAAA3NTMVK/fSNjYAAAQAHP/uAwQC1gAMABcAHwAnAAABFSMRMzIWFRQHFyMvARUzMj4CNTQmIwAQNiAWEAYgAhAWIDYQJiABPzalR0BsgD2ATUUcIikUOCj+fdoBNNra/sykugEIurr++AFJvAGtPDtnE7y8wZEEDSAZJiH+vgE02tr+zNoB+P74uroBCLoAAAH/9AJeAPwCjgADAAATFSE1/P74Ao4wMAAAAAACADgBsAFYAtAACQARAAAAIiY1NDYyFhUUBjI2NCYiBhQBBHhUVHhUuFA4OFA4AbBUPTxTUzw9JDhQODhQAAAAAgBOADACTAIuAAsADwAAEzUzNTMVMxUjFSM1AzUhFU7kMOrqMOAB9gFHMLe3MLe3/ukwMAAAAAABABcBIQE7AtAAGQAAEzU3PgI1NCYjIgcnPgEzMhYVFA4BDwEzFResFxYULSdCFDMMUi07TR4fH3/cASErqBcYKBYcIzsENTI7Mh48IR55MAAAAAABABsBGwE3AtAAJAAAEzUzMjY1NCYjIgcnNjMyFhUUBgcVHgEVFAYjIic3FjMyNjU0I38XJToqIzoeJy5ROEsuJCszUj9pIi8XRSI5cQHoMCUmGiMyGUk8MCI1DAIGPCk3QlkSOy4eUQAAAAABAD4CNAD2AsQAAwAAEzczBz5oUIYCNJCQAAAAAQBL/xwB3AHOABgAAAERFBYVIyYnIw4BIyInFSMRMxEUMzI2PQEB1wU8AgIDE1U2Sis7PHRGWgHO/rQSZQtJCCg1Jv4Csv7wlGJb5wAAAAABADz/ggH+AsQADQAABREiJjU0NjsBESMRIxEBC1d4dWrjPHt+AcFvTl5m/L4DEvzuAAAAAQBSAQ4AsgFuAAcAABI0NjIWFAYiUhwoHBwoASooHBwoHAAAAQAh/ygA8AAAABgAADMHFzYzMhYVFAYjIic3FjMyNjQmIyIHJzerLwINEiMwRCwyLQ4hKxcoIhYXFRA/QAIHJiIqKxUgERYqFQgPWAAAAAABAEMBIQDnAsoABgAAExEHJzczEbFVGW42ASEBc0IiVv5XAAACACIBqAFgAtAACgAUAAASNDYzMhYVFAYjIiYUFjI2NTQmIyIiV0dGWltFRyc+YEA+Mi8B+oRSUUNBU79WPz4sLjwAAAIARwAiAaIBuAAFAAsAABMXByc3JzcXByc3J3OJiSp0dtKJiSp0dgG4y8sdrrAby8sdrrAAAAAABAAk/94C5gLmAAoADgAVABkAACE1IzUTMxEzFSMVJzUjByURByc3MxEDARcBAnC+uTtAQDYChv6qVRluNlUByC7+N2YtARX+7jBmlsrKiwFzQiJW/lf+2QLsHP0UAAAAAwAc/94C7gLmAAYACgAkAAATEQcnNzMRAwEXASU1Nz4CNTQmIyIHJz4BMzIWFRQOAQ8BMxWKVRluNlYByC7+NwEzrBcWFC0nQhQzDFItO00eHx9/3AEhAXNCIlb+V/7ZAuwc/RQiK6gXGCgWHCM7BDUyOzIePCEeeTAAAAQAFP/eAvYC5gAKAA4AMgA2AAAhNSM1EzMRMxUjFSc1IwcBNTM2NTQmIyIHJzYzMhYVFAYHFR4BFRQGIyInNxYzMjY1NCMTARcBAoC+uTtAQDgChv6DF18qIzoeJy5ROEsuJCszUj9pIzAXRSI5cRwByC7+N2YtARX+7jBmlsrKAVIwB0QaIzIZSTwwIjUMAgY8KTdCWRI7Lh5R/hIC7Bz9FAAAAgAl/xABoAHsABsAIwAAARUUDgMVFBYzMjY3Fw4BIyImNTQ+Az0BNhQGIiY0NjIBAyAuLiA/NjNFC0ENa0tRZyEwMCFNHCgcHCgBLFQlPCwsPCQ2Qz81CEtXXFAuRy4qPSZApCgcHCgcAAAAAwAFAAACqAOAAAcACgAOAAAzATMBIychByULARMXIycFATVEASpKTf6JUAGvoKV1aDKGAsT9PLy8+AGE/nwCiJCQAAADAAUAAAKoA4AABwAKAA4AADMBMwEjJyEHJQsBEzczBwUBNUQBKkpN/olQAa+gpWloUIYCxP08vLz4AYT+fAH4kJAAAAMABQAAAqgDgAAHAAoAEQAAMwEzASMnIQclCwETNzMXIycHBQE1RAEqSk3+iVABr6ClFGxGbEFRUQLE/Ty8vPgBhP58AfiQkGxsAAADAAUAAAKoA2cABwAKAB8AADMBMwEjJyEHJQsBEyM2NzYzMhcWMzI3MwYHBiMiJiMiBQE1RAEqSk3+iVABr6ClKyQFFhkmGzAuESYKJAUTFyUXaA4nAsT9PLy8+AGE/nwCCSgcIhkXMCobITAAAAAABAAFAAACqAN4AAcACgASABoAADMBMwEjJyEHJQsBEjQ2MhYUBiI2NDYyFhQGIgUBNUQBKkpN/olQAa+gpRQcKBwcKKIcKBwcKALE/Ty8vPgBhP58AjwoHBwoHBwoHBwoHAAAAAQABQAAAqgDpAAHAAoAFQAfAAAzATMBIychByULARI0NjMyFhUUBiMiNjQmIyIGFBYzMgUBNUQBKkpN/olQAa+gpUY3JyY2NiYnXyAZGCEhGBkCxP08vLz4AYT+fAImTjg6JiU5RjIiIzIhAAL/+wAAA2MCxAAPABMAACMBIRUhFSEVIREhFSE1IQclESMBBQHNAZP+2wEU/uwBLf6R/sh7AbMM/vsCxDz8PP7sPLy8+AGQ/nAAAAABADP/KAKoAtYAMAAAJRcGIyInBxc2MzIWFRQGIyInNxYzMjY0JiMiByc3LgE1NDYzMhcHLgEjIgYQFjMyNgJyNl6pEgkiAg0SIzBELDItDiErFygiFhcVEDaJqM2hnVc2IGY4iKSkiDp0mCmBAS8CByYiKisVIBEWKhUID0sTypKj0W8tLzGx/vKxOAAAAAACAGEAAAIiA4AACwAPAAAzESEVIRUhFSERIRUBFyMnYQGx/pEBWP6oAX/+2WgyhgLEPPw8/uw8A4CQkAACAGEAAAIiA4AACwAPAAAzESEVIRUhFSERIRUBNzMHYQGx/pEBWP6oAX/+zWhQhgLEPPw8/uw8AvCQkAACAGEAAAIiA4AACwASAAAzESEVIRUhFSERIRUBNzMXIycHYQGx/pEBWP6oAX/+eGxGbEFRUQLEPPw8/uw8AvCQkGxsAAMAYQAAAiIDeAALABMAGwAAMxEhFSEVIRUhESEVADQ2MhYUBiI2NDYyFhQGImEBsf6RAVj+qAF//ngcKBwcKKIcKBwcKALEPPw8/uw8AzQoHBwoHBwoHBwoHAAAAgAEAAAAvAOAAAMABwAAMxEzEQMXIydhQk9oMoYCxP08A4CQkAAAAAIASAAAAQADgAADAAcAADMRMxEDNzMHYUJbaFCGAsT9PALwkJAAAAAC//MAAAERA4AAAwAKAAAzETMRAzczFyMnB2FCsGxGbEFRUQLE/TwC8JCQbGwAAAAD//MAAAERA3gAAwALABMAADMRMxECNDYyFhQGIjY0NjIWFAYiYUKwHCgcHCiiHCgcHCgCxP08AzQoHBwoHBwoHBwoHAAAAAACAAoAAAKyAsQACwAhAAATFSEVIREzMjYQJiMDESM1MxEzMh4FFA4FI5oBAv7+iJW5uZXKTk7bS3tOOh0RAwMRHTpOe0sCiPw2/uaUASSU/XgBVjYBOCM0SUFJJyInSUFJNCMAAgBhAAACqQNnAAsAIAAAMxEzATMRMxEjASMREyM2NzYzMhcWMzI3MwYHBiMiJiMiYVUBrwJCVf5RAmokBRYaJRswLhEmCiQFExclF2gOJwLE/ZQCbP08Amz9lAMBKBwiGRcwKhshMAADADP/7gMPA4AABwAPABMAADYQNiAWEAYgAhAWIDYQJiA3FyMnM80BQs3N/r6LpAEQpKT+8FpoMoa/AUbR0f660QH7/vKxsQEOseaQkAAAAAMAM//uAw8DgAAHAA8AEwAANhA2IBYQBiACEBYgNhAmID8BMwczzQFCzc3+voukARCkpP7wTmhQhr8BRtHR/rrRAfv+8rGxAQ6xVpCQAAAAAwAz/+4DDwOAAAcADwAWAAA2EDYgFhAGIAIQFiA2ECYgJzczFyMnBzPNAULNzf6+i6QBEKSk/vAHbEZsQVFRvwFG0dH+utEB+/7ysbEBDrFWkJBsbAAAAAMAM//uAw8DZwAHAA8AJAAANhA2IBYQBiACEBYgNhAmIDcjNjc2MzIXFjMyNzMGBwYjIiYjIjPNAULNzf6+i6QBEKSk/vAQJAUWGiUbMC4RJgokBRMXJRdoDie/AUbR0f660QH7/vKxsQEOsWcoHCIZFzAqGyEwAAQAM//uAw8DeAAHAA8AFwAfAAA2EDYgFhAGIAIQFiA2ECYgJjQ2MhYUBiI2NDYyFhQGIjPNAULNzf6+i6QBEKSk/vAHHCgcHCiiHCgcHCi/AUbR0f660QH7/vKxsQEOsZooHBwoHBwoHBwoHAAAAAABAGQARwI2AhcACwAAExc3FwcXBycHJzcniMbHIcfGIsXHI8jGAhfGxiLGxiLHxyLGxgAAAwAz/+4DDwLYABMAGwAjAAA/ASY1NDYzMhc3FwcWFRQGIyInBzcBJiMiBhUUCQEWMzI2NTRETF3NoYliSiJLYs2hjmFLVQGlT3GIpAIN/lpOd4ikD1Jmm6PRT1EfUWefo9FTUaAByUGxh38BVv42RbGHgwACAFT/7gJYA4AAGQAdAAABERQOAiIuAjURMxEUHgMyPgM1EScXIycCWBs6Z4xnOhtCCBkoSF5IKBkI7mgyhgLE/ks7ZFMvL1NkOwG1/lwiPUUxISExRT0iAaS8kJAAAAACAFT/7gJYA4AAGQAdAAABERQOAiIuAjURMxEUHgMyPgM1ESc3MwcCWBs6Z4xnOhtCCBkoSF5IKBkI+mhQhgLE/ks7ZFMvL1NkOwG1/lwiPUUxISExRT0iAaQskJAAAAACAFT/7gJYA4AAGQAgAAABERQOAiIuAjURMxEUHgMyPgM1ESU3MxcjJwcCWBs6Z4xnOhtCCBkoSF5IKBkI/rFsRmxBUVECxP5LO2RTLy9TZDsBtf5cIj1FMSEhMUU9IgGkLJCQbGwAAAMAVP/uAlgDeAAZACEAKQAAAREUDgIiLgI1ETMRFB4DMj4DNREkNDYyFhQGIjY0NjIWFAYiAlgbOmeMZzobQggZKEheSCgZCP6xHCgcHCiiHCgcHCgCxP5LO2RTLy9TZDsBtf5cIj1FMSEhMUU9IgGkcCgcHCgcHCgcHCgcAAAAAv/6AAACRAOAAAgADAAAMxEBMxsBMwERAzczB/7+/E/W20r+/FtoUIYBMQGT/rABUP5t/s8C8JCQAAAAAgBhAAACEQLEAA4AFwAAMxEzFTMyHgIVFAYrARURFTMyNjU0JiNhQYspS0Yqe1qZlkBWWkACxJwSJ001W160Aez8PEFAPwAAAQBQ//oCGAMAACgAAAE1MzI2NTQmIyIGFREjETQ2MzIWFRQGBxUWFRQGIyInNRYzMjY1NCYjAQoPPEtIOk1FPG9kUWg2LZ+JbhsUFh9RZG1QAZQ2Rjs9QmlU/fMCFmmBX1Q6Ug4CHrZqeQU6CV5OWV8AAAADADv/9AHAAsQAGwAmACoAAAEVFBcjJjUjBiMiJjU0ITM1NCYjIgcnPgEzMhYHIyIGFRQWMzI2NQMXIycBtwk4BgIycENgAQBGRztQPSMgYS9XYTZCVXNAKVhJq2gyhgEzcX5EIilXRUSbHDk3NCkeI1KgMTcoLltEAfuQkAAAAAMAO//0AcACxAAbACYAKgAAARUUFyMmNSMGIyImNTQhMzU0JiMiByc+ATMyFgcjIgYVFBYzMjY1AzczBwG3CTgGAjJwQ2ABAEZHO1A9IyBhL1dhNkJVc0ApWEm3aFCGATNxfkQiKVdFRJscOTc0KR4jUqAxNyguW0QBa5CQAAAAAwA7//QBwALEABsAJgAtAAABFRQXIyY1IwYjIiY1NCEzNTQmIyIHJz4BMzIWByMiBhUUFjMyNjUBNzMXIycHAbcJOAYCMnBDYAEARkc7UD0jIGEvV2E2QlVzQClYSf70bEZsQVFRATNxfkQiKVdFRJscOTc0KR4jUqAxNyguW0QBa5CQbGwAAAMAO//0AcACqwAbACYAOgAAARUUFyMmNSMGIyImNTQhMzU0JiMiByc+ATMyFgcjIgYVFBYzMjY1AyM2NzYzMhcWMzI3Mw4BIyImIyIBtwk4BgIycENgAQBGRztQPSMgYS9XYTZCVXNAKVhJ9SQFFhkmGzAuESYKJAUqJRdoDicBM3F+RCIpV0VEmxw5NzQpHiNSoDE3KC5bRAF8KBwiGRcwKjwwAAAAAAQAO//0AcACvAAbACYALgA2AAABFRQXIyY1IwYjIiY1NCEzNTQmIyIHJz4BMzIWByMiBhUUFjMyNjUANDYyFhQGIjY0NjIWFAYiAbcJOAYCMnBDYAEARkc7UD0jIGEvV2E2QlVzQClYSf70HCgcHCiiHCgcHCgBM3F+RCIpV0VEmxw5NzQpHiNSoDE3KC5bRAGvKBwcKBwcKBwcKBwAAAAEADv/9AHAAugAGwAmADEAOwAAARUUFyMmNSMGIyImNTQhMzU0JiMiByc+ATMyFgcjIgYVFBYzMjY1AjQ2MzIWFRQGIyI2NCYjIgYUFjMyAbcJOAYCMnBDYAEARkc7UD0jIGEvV2E2QlVzQClYSdo3JyY2NiYnXyAZGCEhGBkBM3F+RCIpV0VEmxw5NzQpHiNSoDE3KC5bRAGZTjg6JiU5RjIiIzIhAAADADb/9AMoAdoAKQA1ADwAAAE1NCMiByc+ATMyFhc+ATMyFh0BIQYWMzI3Fw4BIyInBiMiJjU0PgIzFyMiDgIVFBYzMjY3IS4BIyIGAYiOUD0jIGEvQ1gZGV4yW3b+nANVTlYvLydXQIcvNpVDYBIsXkNzdTJFHgxAKVhVPAEoAUlJQ1IBDgmNNCkeIyw0LTNvcCNKZEoiMytyckVEGi0uHDYTHhoNKC5hg0NTVwAAAAEANv8oAdUB2gAuAAAlFwYjIicHFzYzMhYVFAYjIic3FjMyNjQmIyIHJzcuATU0NjMyFwcmIyIGFBYzMgGlLkNnCQUmAg0SIzBELDItDiErFygiFhcVEDlXa4lqZUcwOUNTZGRTSGomUAE1AgcmIiorFSARFioVCA9RDoNdaolQJD5toG0AAAADADb/9AH2AsQAFQAeACIAACUXBiMiJjU0NjIWHQEhFB4DMzI2JSE0JiMiDgITFyMnAbwsQoZpgYLKdP58CRklQCguV/7MAUheQi1HIxF2aDKGfCVjiGxoioFXKhEpMSgbLbc+WCc3LAGqkJAAAAAAAwA2//QB9gLEABUAHgAiAAAlFwYjIiY1NDYyFh0BIRQeAzMyNiUhNCYjIg4CEzczBwG8LEKGaYGCynT+fAkZJUAoLlf+zAFIXkItRyMRamhQhnwlY4hsaIqBVyoRKTEoGy23PlgnNywBGpCQAAAAAAMANv/0AfYCxAAVAB4AJQAAJRcGIyImNTQ2MhYdASEUHgMzMjYlITQmIyIOAhM3MxcjJwcBvCxChmmBgsp0/nwJGSVAKC5X/swBSF5CLUcjERVsRmxBUVF8JWOIbGiKgVcqESkxKBsttz5YJzcsARqQkGxsAAAAAAQANv/0AfYCvAAVAB4AJgAuAAAlFwYjIiY1NDYyFh0BIRQeAzMyNiUhNCYjIg4CEjQ2MhYUBiI2NDYyFhQGIgG8LEKGaYGCynT+fAkZJUAoLlf+zAFIXkItRyMRFRwoHBwoohwoHBwofCVjiGxoioFXKhEpMSgbLbc+WCc3LAFeKBwcKBwcKBwcKBwAAv/6AAAAsgLEAAMABwAAMxEzEQMXIydaPExoMoYBzv4yAsSQkAAAAAIAPgAAAPYCxAADAAcAADMRMxEDNzMHWjxYaFCGAc7+MgI0kJAAAAAC/+kAAAEHAsQAAwAKAAAzETMRAzczFyMnB1o8rWxGbEFRUQHO/jICNJCQbGwAAAAD/+kAAAEHArwAAwALABMAADMRMxECNDYyFhQGIjY0NjIWFAYiWjytHCgcHCiiHCgcHCgBzv4yAngoHBwoHBwoHBwoHAAAAAACADb/9AIcAwAAGQAhAAATNyYnNxYXNxcHFhUUBiMiJjQ2MzIXNyYnBwIUFjI2NCYilWg4JjQ4J2gkasiHbGqJiWpYPQJHWmtCZKZkZKYCXDgzGx4pJzgeObfae5GJ1Ik3An5ROf78oG1toG0AAAAAAgBLAAAB3AKrABYAKgAAMxE0JjUzFhczPgEzMhURIxE0IyIGHQETIzY3NjMyFxYzMjczDgEjIiYjIlAFPAICAxNVNrA8dEZaEiQFFhkmGzAuESYKJAUqJRdoDicBTBJlC0kIKDXH/u0BEJRiW+cCRSgcIhkXMCo8MAAAAAMANv/0AhwCxAAHAA8AEwAANjQ2MhYUBiICFBYyNjQmIhMXIyc2idSJidRNZKZkZKYlaDKGfdSJidSJAUOgbW2gbQEgkJAAAAMANv/0AhwCxAAHAA8AEwAANjQ2MhYUBiICFBYyNjQmIj8BMwc2idSJidRNZKZkZKYZaFCGfdSJidSJAUOgbW2gbZCQkAAAAAMANv/0AhwCxAAHAA8AFgAANjQ2MhYUBiICFBYyNjQmIic3MxcjJwc2idSJidRNZKZkZKY8bEZsQVFRfdSJidSJAUOgbW2gbZCQkGxsAAAAAwA2//QCHAKrAAcADwAjAAA2NDYyFhQGIgIUFjI2NCYiJyM2NzYzMhcWMzI3Mw4BIyImIyI2idSJidRNZKZkZKYlJAUWGiUbMC4RJgokBSolF2gOJ33UiYnUiQFDoG1toG2hKBwiGRcwKjwwAAAAAAQANv/0AhwCvAAHAA8AFwAfAAA2NDYyFhQGIgIUFjI2NCYiJjQ2MhYUBiI2NDYyFhQGIjaJ1ImJ1E1kpmRkpjwcKBwcKKIcKBwcKH3UiYnUiQFDoG1toG3UKBwcKBwcKBwcKBwAAAAAAwBOAGICTAH8AAMACwAUAAATNSEVJDQ2MhYUBiICNDY3MhYUBiJOAf7+zh4qHh4qHh4VFR4eKgEXMDCdKh4eKh7+6iodAR4qHgAAAAMAJ//lAisB6wATABsAIwAAPwEmNTQ2MzIXNxcHFhUUBiMiJwc3ASYjIgYVFCUBFjMyNjU0J0Y3iWpbQkUgRziJal5ARE8BBzBEU2QBSf75LkdTZAJHQF5qiTVGHUdAYGqJNkWOAQkobVBFu/72KW1QSAAAAgBL//QB3ALEABYAGgAAAREUFhUjJicjDgEjIjURMxEUMzI2PQEnFyMnAdcFPAICAxNVNrA8dEZas2gyhgHO/rQSZQtJCCg1xwET/vCUYlvn9pCQAAAAAAIAS//0AdwCxAAWABoAAAERFBYVIyYnIw4BIyI1ETMRFDMyNj0BJzczBwHXBTwCAgMTVTawPHRGWr9oUIYBzv60EmULSQgoNccBE/7wlGJb52aQkAAAAAACAEv/9AHcAsQAFgAdAAABERQWFSMmJyMOASMiNREzERQzMjY9ASU3MxcjJwcB1wU8AgIDE1U2sDx0Rlr+7GxGbEFRUQHO/rQSZQtJCCg1xwET/vCUYlvnZpCQbGwAAAADAEv/9AHcArwAFgAeACYAAAERFBYVIyYnIw4BIyI1ETMRFDMyNj0BJDQ2MhYUBiI2NDYyFhQGIgHXBTwCAgMTVTawPHRGWv7sHCgcHCiiHCgcHCgBzv60EmULSQgoNccBE/7wlGJb56ooHBwoHBwoHBwoHAAAAAACAA//EAHAAsQAEAAUAAABAwYjIic3FjMyNj8BAzMbASc3MwcBwO4mWRkiBiURHSIOKrxDmZXSaFCGAc79o2EJOAsqI2sB0P57AYVmkJAAAAIAQ/8cAi0C9AARABsAABcRMxEzPgEzMhYUBiMiJicjEQIUFjMyNjQmIyJDPAIaZzhqiYlqOGcaAgZwUVNkZFNR5APY/oktMInUiTAt/ssCGZxvbaBtAAADAA//EAHAArwAEAAYACAAAAEDBiMiJzcWMzI2PwEDMxsBJDQ2MhYUBiI2NDYyFhQGIgHA7iZZGSIGJREdIg4qvEOZlf7ZHCgcHCiiHCgcHCgBzv2jYQk4CyojawHQ/nsBhaooHBwoHBwoHBwoHAAAAQBaAAAAlgHOAAMAADMRMxFaPAHO/jIAAQAZAAAB7QLEAA0AADM1BzU3ETMRNxUHFSEVYUhIQtjYAUrnQEE/AZ3+mr0+veQ8AAAAAAEABgAAAOoC9AALAAAzEQc1NxEzETcVBxFaVFQ8VFQBRFVDVQFt/s9WQ1X+fwAAAAIAOwAAA3UCxAARACAAAAERIRUhIiY1ND4BMyEVIRUhFQERIyIOAxUUHgMzAkUBMP4ok89wrGYBsP7YARf+p04rVlI/JipBU08lAVD+7DzGnHClTTz8PP7sAkwVL0NjPD9nQS0SAAAAAwAs//QDXwHaAAYAJAAsAAABIS4BIyIGBSEGFjMyNxcOASMiJyMOASMiJjQ2MzIXPgEzMhYVJBQWMjY0JiIB+wEoAUlJQ1IBZP6cA1VOVi8vJ1dAhy8CHGhDY4ODY4o9FFtGW3b9CV+aXl6aAQ5DU1d1SmRKIjMrcjc7itKKczBDb3A5mnBtoG0AAAACADX/7gH3A4AAJAArAAA/ARYzMjY1NC4ENTQ2MzIXByYjIgYVFB4FFRQGIyIBByMnMxc3NT81bURbNlFfUTaEX31EOTJYRFsoQU1OQSiBW5oBIGpGbT5TVlkqWUw/LjwaIiVVP1poWSlGRkArOh8XGyhLNlxrA5KQkHJyAAAAAAIAHP/0AX0CxAAgACcAAD8BHgEyNjU0LgM1NDYzMhcHJiMiBhQeAxUUBiMiAQcjJzMXNxw1EkpUQDhRUThfP3csNiRJJD44UVE4YUaFAQ9qRm0+U1ZSJCQoLyYjJRAVODE/RlcgQShEIw8UOzRESwLQkJBycgAAAAP/+gAAAkQDeAAIABAAGAAAMxEBMxsBMwERAjQ2MhYUBiI2NDYyFhQGIv7+/E/W20r+/LAcKBwcKKIcKBwcKAExAZP+sAFQ/m3+zwM0KBwcKBwcKBwcKBwAAAAAAgAXAAACFQOAAAkAEAAAMzUBITUhFQEhFQMHIyczFzcXAZ7+aAHt/l8BrHRqRm0+U1Y0AlQ8Nv2uPAOAkJBycgAAAAACABsAAAGPAsQACQAQAAAzNQEhNSEVASEVAwcjJzMXNxsBFf75AVr+7AEgL2pGbT5TViQBdDYk/ow2AsSQkHJyAAAAAAH/8P9wAekC0AAcAAABFSMDBiMiJzcWMzI2NxMjNTM3NjMyFwcmIyIPAQGLdUgYdzIdHhUgJicKQGx1HRt0MSkgHhxCER0BozD+eXwYLxE2OQFeMJqTHi0VWp0AAf/pAjQBBwLEAAYAAAM3MxcjJwcXbEZsQVFRAjSQkGxsAAAAAf/mAjQBAwLEAAYAAAEHIyczFzcBA2pGbT5TVgLEkJBycgAAAf/0Al4A/AKOAAMAABMVITX8/vgCjjAwAAAAAAH/6AJGAQgCxAAMAAADMx4BMzI2NzMOASImGCoGNSktMQoqB094TwLEJycjKztDQwAAAAABAEsCXACrArwABwAAEjQ2MhYUBiJLHCgcHCgCeCgcHCgcAAACABsCKgDVAugACgAUAAASNDYzMhYVFAYjIjY0JiMiBhQWMzIbNycmNjYmJ18gGRghIRgZAmJOODomJTlGMiIjMiEAAAEACv8oALsAAAAPAAAfAQYjIiY1NDczDgEVFDMyqBMkMSkzWC0bLisikSYhLCZBRRVCIi8AAAAAAf/cAkUBFAKrABMAABEjNjc2MzIXFjMyNzMOASMiJiMiJAUWGSYbMC4RJgokBSolF2gOJwJFKBwiGRcwKjwwAAL/9QI0AT8CxAADAAcAAAM3MwczNzMHC2hQhmBoUIYCNJCQkJAAAAABADEAAAJxAswAIQAANzUuATU0NjIWFRQGBxUzFSM1PgE1NC4BIyIGFRQWFxUjNcE5Sp/wl003kds+VS1lQ2J5VzzbMgM3qGaYusGNaq0yAzIlLrBvR4Neqn9puCslMgABAEv/HAHcAc4AGAAAAREUFhUjJicjDgEjIicVIxEzERQzMjY9AQHXBTwCAgMTVTZKKzs8dEZaAc7+tBJlC0kIKDUm/gKy/vCUYlvnAAAAAAEACwAAAfwCDAAWAAABIxEUFyMmNREjBgIHIzYSNyIHJzYzIQH2TQ45D7QFKhk5GygDRyMLKVkBbwHY/rllLBxvAU1y/t1DTQEZcg0oGQAAAQAAANIB9AEIAAMAAD0BIRUB9NI2NgAAAQAAANID6AEIAAMAAD0BIRUD6NI2NgAAAQA+AeAAxgLEAAMAABMHIzfGQEhMAsTk5AAAAAEAPgHgAMYCxAADAAATNzMHPj9JTQHg5OQAAAABAD7/dgDGAFoAAwAAFzczBz4/SU2K5OQAAAAAAgBpAeABnwLEAAMABwAAEwcjNzMHIzfxP0lN6T9JTQLE5OTk5AAAAAIAaQHgAZ8CxAADAAcAAAE3MwcjNzMHARc/SU3pP0lNAeDk5OTkAAACAGn/dgGfAFoAAwAHAAAFNzMHIzczBwEXP0lN6T9JTYrk5OTkAAAAAQAm/4IB4gLEAAsAABcRIzUzNTMVMxUjEebAwDzAwH4CSzDHxzD9tQAAAAABACb/ggHiAsQAEwAAFzUjNTMRIzUzNTMVMxUjETMVIxXmwMDAwDzAwMDAfscwAVQwx8cw/qwwxwAAAAABAEkAsQGrAhMABwAAEjQ2MhYUBiJJZ5RnZ5QBGJRnZ5RnAAADAHf/+gNxAFoABwAPABcAADY0NjIWFAYiJDQ2MhYUBiIkNDYyFhQGInccKBwcKAExHCgcHCgBMRwoHBwoFigcHCgcHCgcHCgcHCgcHCgcAAcAGv/eA7sC5gAHAA8AFwAfACcALwAzAAAkNDYyFhQGIiYUFjI2NCYiFjQ2MhYUBiImFBYyNjQmIgA0NjIWFAYiJhQWMjY0JiIDARcBATJaflpafio+Vj4+Vulaflpafio9WD09WP0kWn5aWn4qPlY+PlZGAcgu/jdOflpaflrEVj4+Vj6oflpaflrEVj4+Vj4BAn5aWn5axFY+PlY+/VoC7Bz9FAAAAAEAPwAiAPQBuAAFAAA3JzcXBxfIiYkqdHYiy8sdrrAAAQBHACIA/AG4AAUAABMXByc3J3OJiSp0dgG4y8sdrrAAAAAAAf9Z/94BTwLmAAMAAAcBFwGnAcgu/jcGAuwc/RQAAAABABD/9AHrAtAAKgAAJQ4BIyImJyM3MyY1NDcjNzM+ATMyFwcmIyIGByEHIQYVFBczByMWMzI2NwHrGWAzYHURSA03AgRHDz8Yh1hQPhI8OEtiEwEPDP72BALqDNkciylFE08nNIN8LyYWHTAvgXUfOCFhXy8hLxUkL8woHwAAAAIAHv/5AawDCgAbACMAACUXBiMiJic1BgcnNjcRNDYzMhYVFAcVHgEzMjYDFTY1NCMiBgGOHjxuTUoCDikUNRZROjc6xQE8MCpC2ZtIITKHGHZsVw4LJSQvFwEafm5XRqzKIVpUOAHD7rKEcFoAAAACAFQBKAOKAsQABwAWAAATESM1IRUjETMRMxsBMxEjESMDIwMjEdmFAUCFz1aCgVM2Ao4gjgIBKAFsMDD+lAGc/rgBSP5kAWn+lwFp/pcAAAEAMQAAAnECzAAhAAA3NS4BNTQ2MhYVFAYHFTMVIzU+ATU0LgEjIgYVFBYXFSM1wTlKn/CXTTeR2z5VLWVDYnlXPNsyAzeoZpi6wY1qrTIDMiUusG9Hg16qf2m4KyUyAAIAIv/1A08C0AAXACYAAAEhIh0BFBcWMzI2NzMOASMiJhA2MzIWFSc1NCcmIyIHBh0BFDMhMgNP/W4FCGmQTYgxOziqYKju7qip7pUKao2PaQkFAfkEAVgFxwwLbEE4QUzWAS7X1pgQyA4KaGsLDsQHAAAAAgAq//kBzAMWABkAJgAAEyc2MzIWFRQGIyImNTQ2MzIWFzM2NTQmIyITMzI2Ny4BIyIGFRQWYBZAWWCJfXRVXHhROlMRAQFqS0hKAURbCw5OND5ZRAK0LDbBurzmhWBykD4hDCGKrP1HnnUqR3pVUWQAAAACAB8AAAI/AtUABQAPAAAzNRMzExUlIQMuAScjDgEHH/BC7v4bAaaRBzEHBAUuBysCqv1XLDEBnRWKGxZ/FwAAAQAa/58CcgLBAAsAAAEjESMRIREjESM1IQJyaDn+6TlnAlgCi/0UAuz9FALsNgAAAQAW/58B8wLBAA0AAAUhNQEDNSEVIRUTAxUhAfP+IwEF+QHB/pDr/QGSYSkBZgFqKTME/q3+pAQAAAAAAQBOARcCTAFHAAMAABM1IRVOAf4BFzAwAAAAAAH/Wf/eAU8C5gADAAAHARcBpwHILv43BgLsHP0UAAAAAQBSAQ4AsgFuAAcAABI0NjIWFAYiUhwoHBwoASooHBwoHAAAAQAh/2YCFwNFAA4AAAEDIwMHJzcTFhczPgE3EwIX0TabRw16fg0DAQEJArQDRfwhAd0aJi7+gDYTCDENA0sAAAMAMQCQAroBuAAbAC0APAAAARUUBiMiJicOAyMiJjU0NjMyFhc2NzYzHgEFMzI+BDcuAiMiBhUeASUjIg4CBx4BMzI2NTQmArpXOyxNOBoeMTMcO1NVQDFTMDwcLTE+TP4LAQ8gFyENIwMfIUEhLTUBOgGUARczHDEEOUAkLTY4ASYBQlM2PR0dJxJVPUFVPThCFB8BULALDB0OJAQmIydCLi092hsZNAQ+MEEqNDsAAQAN/2EBPgNbAB8AAAEHJiMiBwYVFBIVFAcGIyInNxYzMjc2NTQCNTQ3NjMyAT4MDxMeEyINKx46IxcMGBIbEyEMMiA0HgNNKgsYKo5O/pxRjEEtECwMGSuHUQFqTZw1JgAAAAIALACXAesBqAAbADMAAAEXBiMiJicmIyIGByc2MzIeAhceBDMyNh8BBiMiJicmIyIGByc2MzIeAhcWMzI2AdEaLE0aLig6IB8sFRwuVBAkEiMDBBwKFRMKHCoVGi1MGiwqOSEfLBUcLlQQJBEmATwgHCoBpxVbEhchJiMVWwoJFAICDwUIAyN5FlsSFyInIxVcCggVASIjAAAAAAEAMQA9AecB/wATAAABBzMVIwczFSMHJzcjNTM3IzUzNwF6LJmqQuz8NCEtkqNC5fUzAfBhKY8ochBiKI8pcAACADEAEwHnAkkABwALAAAtATUlFQUVBRchNSEB5P5TAa3+gAGAA/5KAbZm3CvcM70CvoYqAAAAAAIAMgATAeYCSQAHAAsAABMFFQU1JTUlASE1ITgBrf5TAX/+gQGu/kwBtAJJ3CvcM70Cvv39KgAAAgA1/9cB5gLqAAUAEwAAAQMjAxMzEwMmJyMGBwMTFhczNjcB5sExv8ExiI8JCQIHDI2PDQQDBgsBYP53AYkBiv51ASMVHxsZ/uD+2x0VGRkAAAAAAwASAAABvAMAAAMACwAgAAAhETMRAjQ2MhYUBiIBESM1MzU0NjMyFwcmIyIdATMVIxEBcTxLGiYaGib+9mBgVDYqGwwUIlFsbAHO/jICciYaGiYa/agBmDaXUUoMNAp7gTb+aAAAAAACABIAAAGtAwAAFAAYAAAzESM1MzU0NjMyFwcmIyIdATMVIxEzETMRcmBgVDYqGwwUIlFsbMM8AZg2l1FKDDQKe4E2/mgC9P0MAAAAAAAaAT4AAQAAAAAAAACWAS4AAQAAAAAAAQAWAfMAAQAAAAAAAgAHAhoAAQAAAAAAAwAcAlwAAQAAAAAABAARAp0AAQAAAAAABQA0AxkAAQAAAAAABgARA3IAAQAAAAAABwCcBL4AAQAAAAAACQAPBXsAAQAAAAAACwAZBb8AAQAAAAAADgAkBiMAAQAAAAAAEAANBmQAAQAAAAAAEQAIBoQAAwABBAkAAAEsAAAAAwABBAkAAQAsAcUAAwABBAkAAgAOAgoAAwABBAkAAwA4AiIAAwABBAkABAAiAnkAAwABBAkABQBoAq8AAwABBAkABgAiA04AAwABBAkABwE4A4QAAwABBAkACQAeBVsAAwABBAkACwAyBYsAAwABBAkADgBIBdkAAwABBAkAEAAaBkgAAwABBAkAEQAQBnIAQwBvAHAAeQByAGkAZwBoAHQAIACpACAAMQA5ADgAOQAsACAAMQA5ADkANQAsACAAMgAwADAAMgAgAEEAZABvAGIAZQAgAFMAeQBzAHQAZQBtAHMAIABJAG4AYwBvAHIAcABvAHIAYQB0AGUAZAAuACAAIABBAGwAbAAgAFIAaQBnAGgAdABzACAAUgBlAHMAZQByAHYAZQBkAC4AIACpACAAMQA5ADgAMQAsACAAMQA5ADkANQAsACAAMgAwADAAMgAgAEgAZQBpAGQAZQBsAGIAZQByAGcAZQByACAARAByAHUAYwBrAG0AYQBzAGMAaABpAG4AZQBuACAAQQBHAC4AIABBAGwAbAAgAHIAaQBnAGgAdABzACAAcgBlAHMAZQByAHYAZQBkAC4AAENvcHlyaWdodCCpIDE5ODksIDE5OTUsIDIwMDIgQWRvYmUgU3lzdGVtcyBJbmNvcnBvcmF0ZWQuICBBbGwgUmlnaHRzIFJlc2VydmVkLiCpIDE5ODEsIDE5OTUsIDIwMDIgSGVpZGVsYmVyZ2VyIERydWNrbWFzY2hpbmVuIEFHLiBBbGwgcmlnaHRzIHJlc2VydmVkLgAAQQB2AGUAbgBpAHIAIABMAFQAIABTAHQAZAAgADMANQAgAEwAaQBnAGgAdAAAQXZlbmlyIExUIFN0ZCAzNSBMaWdodAAAUgBlAGcAdQBsAGEAcgAAUmVndWxhcgAAMQAuADAAMgA5ADsAQQBEAEIARQA7AEEAdgBlAG4AaQByAEwAVABTAHQAZAAtAEwAaQBnAGgAdAAAMS4wMjk7QURCRTtBdmVuaXJMVFN0ZC1MaWdodAAAQQB2AGUAbgBpAHIATABUAFMAdABkAC0ATABpAGcAaAB0AABBdmVuaXJMVFN0ZC1MaWdodAAATwBUAEYAIAAxAC4AMAAyADkAOwBQAFMAIAAwADAAMQAuADAAMAAxADsAQwBvAHIAZQAgADEALgAwAC4AMwAzADsAbQBhAGsAZQBvAHQAZgAuAGwAaQBiADEALgA0AC4AMQA1ADgANQAAT1RGIDEuMDI5O1BTIDAwMS4wMDE7Q29yZSAxLjAuMzM7bWFrZW90Zi5saWIxLjQuMTU4NQAAQQB2AGUAbgBpAHIATABUAFMAdABkAC0ATABpAGcAaAB0AABBdmVuaXJMVFN0ZC1MaWdodAAAQQB2AGUAbgBpAHIAIABpAHMAIABhACAAdAByAGEAZABlAG0AYQByAGsAIABvAGYAIABIAGUAaQBkAGUAbABiAGUAcgBnAGUAcgAgAEQAcgB1AGMAawBtAGEAcwBjAGgAaQBuAGUAbgAgAEEARwAsACAAZQB4AGMAbAB1AHMAaQB2AGUAbAB5ACAAbABpAGMAZQBuAHMAZQBkACAAdABoAHIAbwB1AGcAaAAgAEwAaQBuAG8AdAB5AHAAZQAgAEwAaQBiAHIAYQByAHkAIABHAG0AYgBIACwAIABhAG4AZAAgAG0AYQB5ACAAYgBlACAAcgBlAGcAaQBzAHQAZQByAGUAZAAgAGkAbgAgAGMAZQByAHQAYQBpAG4AIABqAHUAcgBpAHMAZABpAGMAdABpAG8AbgBzAC4AAEF2ZW5pciBpcyBhIHRyYWRlbWFyayBvZiBIZWlkZWxiZXJnZXIgRHJ1Y2ttYXNjaGluZW4gQUcsIGV4Y2x1c2l2ZWx5IGxpY2Vuc2VkIHRocm91Z2ggTGlub3R5cGUgTGlicmFyeSBHbWJILCBhbmQgbWF5IGJlIHJlZ2lzdGVyZWQgaW4gY2VydGFpbiBqdXJpc2RpY3Rpb25zLgAAQQBkAHIAaQBhAG4AIABGAHIAdQB0AGkAZwBlAHIAAEFkcmlhbiBGcnV0aWdlcgAAaAB0AHQAcAA6AC8ALwB3AHcAdwAuAGEAZABvAGIAZQAuAGMAbwBtAC8AdAB5AHAAZQAAaHR0cDovL3d3dy5hZG9iZS5jb20vdHlwZQAAaAB0AHQAcAA6AC8ALwB3AHcAdwAuAGEAZABvAGIAZQAuAGMAbwBtAC8AdAB5AHAAZQAvAGwAZQBnAGEAbAAuAGgAdABtAGwAAGh0dHA6Ly93d3cuYWRvYmUuY29tL3R5cGUvbGVnYWwuaHRtbAAAQQB2AGUAbgBpAHIAIABMAFQAIABTAHQAZAAAQXZlbmlyIExUIFN0ZAAAMwA1ACAATABpAGcAaAB0AAAzNSBMaWdodAAAAAIAAAAAAAD/gwAyAAAAAAAAAAAAAAAAAAAAAAAAAAAA/wAAAAEAAgADAAQABQAGAAcACAAJAAoACwAMAA0ADgAPABAAEQASABMAFAAVABYAFwAYABkAGgAbABwAHQAeAB8AIAAhACIAIwAkACUAJgAnACgAKQAqACsALAAtAC4ALwAwADEAMgAzADQANQA2ADcAOAA5ADoAOwA8AD0APgA/AEAAQQBCAEMARABFAEYARwBIAEkASgBLAEwATQBOAE8AUABRAFIAUwBUAFUAVgBXAFgAWQBaAFsAXABdAF4AXwBgAGEBAgCjAIQAhQC9AJYA6ACGAI4AiwCdAKkApAEDAIoA2gCDAJMA8gDzAI0AlwCIAMMA3gDxAJ4AqgD1APQA9gCiAK0AyQDHAK4AYgBjAJAAZADLAGUAyADKAM8AzADNAM4A6QBmANMA0ADRAK8AZwDwAJEA1gDUANUAaADrAO0AiQBqAGkAawBtAGwAbgCgAG8AcQBwAHIAcwB1AHQAdgB3AOoAeAB6AHkAewB9AHwAuAChAH8AfgCAAIEA7ADuALoA1wDiAOMAsACxAOQA5QC7AOYA5wCmANgA4QEEANsA3ADdAOAA2QDfAQUBBgCbALIAswC2ALcAxAC0ALUAxQCCAMIAhwCrAMYAvgC/ALwBBwEIAIwAnwEJAJgAqACaAJkA7wEKAQsApQCSAJwApwCPAJQAlQC5AMAAwQd1bmkwMEEwB3VuaTAwQUQHdW5pMDJDOQd1bmkwM0E5B3VuaTAzQkMERXVybwlhZmlpNjEyODkJZXN0aW1hdGVkB3VuaTIyMTUHdW5pMjIxOQAAAAAAAAH//wACAAEAAAAMAAAAQAAAAAIACAADAAcAAQAIAAgAAgAJAH0AAQB+AIAAAgCBAOQAAQDlAOUAAgDmAPwAAQD9AP4AAgAEAAAAAgAAAAEAAAAKADQAggABbGF0bgAIAAoAAVRVUiAAGgAA//8ABQAAAAEAAgAEAAUAAP//AAEAAwAGYWFsdAAmZnJhYwAubGlnYQA0bGlnYQA8b3JkbgBCc3VwcwBIAAAAAgAAAAEAAAABAAIAAAACAAMABAAAAAEABAAAAAEABQAAAAEABgAKABYAHgAmADYAPgBGAFYAXgBmAG4AAQAAAAEAYAADAAAAAQCCAAYAAAAFAJAAwADoARABOAAEAAAAAQFQAAQAAAABAWAABgAAAAUBcAGSAbQB1gIAAAEAAAABAhoABAAAAAECOAAEAAAAAQKgAAEAAAABArwAAgAWAAgA5AB7AHQAdQBsAHwAbAB8AAEACAARABQAFQAWACQAMgBEAFIAAQAQAAEACAADANkA2gDyAAEAAQAQAAMAAAAEABYAHAAkACoAAAABAAAABwABAAEAEwABAAIAEgDoAAEAAQATAAEAAQATAAMAAAADABQAGgAiAAAAAQAAAAgAAQABABMAAQACABIA6AABAAEAEwADAAAAAwAUABoAIgAAAAEAAAAHAAEAAQAUAAEAAgASAOgAAQABABcAAwAAAAMAFAAaACIAAAABAAAABwABAAEAFAABAAIAEgDoAAEAAQAVAAMAAAADABQAGgAiAAAAAQAAAAcAAQABABYAAQACABIA6AABAAEAFwABABIAAQAIAAEABAD9AAIATAABAAEASQABABIAAQAIAAEABAD+AAIATwABAAEASQADAAIAFgAcAAEAEAAAAAAAAQABAEQAAQABABQAAQABABQAAwABABgAAQASAAAAAQAAAAkAAQABAEQAAgABABMAHAAAAAMAAQAYAAEAEgAAAAEAAAAJAAEAAQBSAAIAAQATABwAAAADAAIAGgAkAAEAFAAAAAEAAAAJAAEAAQBEAAIAAQATABwAAAABAAEAEQADAAIAGgAkAAEAFAAAAAEAAAAJAAEAAQBSAAIAAQATABwAAAABAAEAEQACABQABwB7AHQAdQBsAHwAbAB8AAEABwAUABUAFgAkADIARABSAAEAZgADAAwAJgBQAAIABgAQAOUABAASABMAEwDlAAQA6AATABMABAAKABIAGgAiAH4AAwASABcAfgADAOgAFwB/AAMAEgAVAH8AAwDoABUAAgAGAA4AgAADABIAFwCAAAMA6AAXAAEAAwATABQAFgABAB4AAQAIAAIABgAOAAgAAwASABMACAADAOgAEwABAAEAEwACAAoAAgBsAHwAAQACAEQAUgAAAAEAAAAKAB4ALAABbGF0bgAIAAQAAAAA//8AAQAAAAFrZXJuAAgAAAABAAAAAQAEAAIAAAACAAoAtAABAJoABAAAAAYAFgBIAHIAhACOAJQADACi/8gApP/IAKX/yACm/+QAp//IAKr/rQCs/60Arf/IALT/yAC4/8gAvv/SAMj/5AAKAKL/5ACk/+QApf/kAKb/5ACn/+QAqv/kAKz/5ACt/+QAtv/XALj/5AAEAKb/5ACs//IAuP/yAL7/8gACALj/uwC+/8gAAQDb/6kAAQDc/6kAAQAGADcAOQA6ADwA2wDcAAIFBAAEAAADdgPyAA8AHQAA/7z/7v/O/+7/+//u/7b/qgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABL/7gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/yf9//38AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/6QAAP+kAAD/yf/b/5H/kQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+2/2f/ZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+k/6T/7v/u/+7/7v/u/+7/yQAAAAAAAAAAAAAAAAAAAAAAAAAAAAYAAAAGAAAABgAY//MAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+RAAD/kQAAAAAAAP+8/5H/kf+RAAD/kQAA/5EAAP9//5EAGP+k/5H/pP+R/5EAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+2/7YAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP/uAAAAAAAA/8n/f/9/AAAAAP/JAAD/yQAA/8n/yQAG/9sAAP/b/8r/ygAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8n/yQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/7v+2/7YAAAAA/+4AAP/uAAAAAP/bABj/7gAA/+7/7v/uAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD/pP+kAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA/8kAAAAAAAAAAAAAAAAAAP+2/4X/nQAAAAD/pAAA/6T/pP+R/6T/+QAAAAD/tv+k/6T/tgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+RAAAAAAAAAAD/3AACABQAKQApAAIALwAvAAMAMwAzAAQANQA1AAYANwA3AAcAOQA5AAkAOgA6AAsAPAA8AA0ASQBJAAEAVQBVAAUAWQBZAAgAWgBaAAoAXABcAAwAnwCfAA0AvwC/AAwAwQDBAAwAwwDDAAMAyQDJAA0A3ADcAA4A/QD+AAEAAgAtAA8ADwALABAAEAATABEAEQAMAB0AHQAZAB4AHgAaACQAJAAKADcANwABADkAOQADADoAOgAFADwAPAAHAEQARAAUAEYARgANAEcARwAOAEgASAAPAEkASQAJAEoASgAQAEwATAAVAFIAUgARAFMAUwAbAFQAVAASAFUAVQAWAFYAVgAXAFcAVwAcAFgAWAAYAFkAWQACAFoAWgAEAFwAXAAGAIIAiAAKAJ8AnwAHAKEAoQAJAKIAqAAUAKkAqQANAKoArQAPAK4AsQAVALQAuAARALoAugARALsAvgAYAL8AvwAGAMEAwQAGAMIAwgAOAMYAxgARAMgAyAAXAMkAyQAHANwA3AAIAP0A/gAJAAEAHAAkACkALwAzADUANwA5ADoAPABJAFUAWQBaAFwAggCDAIQAhQCGAIcAnwC/AMEAwwDJANwA/QD+AAEAAAAIAAAABAAOAAJpZGVvcm9tbgABbGF0bgAIAAYAAAAAAAEAAgAIAAwAAf9WAAEAAAAAAAEAAAAA2gGoGgAAAAC5JSknAAAAALklKSc=); }

body {
  font-family: "Regular"; }

.containerBody {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex: 1 1 auto;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  min-width: 1150px; }

/**
 * Login styles.
 */
.box-login {
  background: rgba(255, 255, 255, 0.85) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0F0E0E62;
  border-radius: 30px !important; }

.txtAlignLeft {
  text-align: left;
  margin-right: 20px; }

.infoEventView {
  right: 2px;
  position: relative;
  text-align: right;
  float: right;
  min-width: 53px;
  margin-left: auto; }

smart-scheduler-timeline-cell-min-height {
  min-height: 100px !important; }

smart-scheduler[view-type=month] .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale)[today] > div:not([class]) {
  width: 16px !important;
  font-size: 11px !important;
  height: 16px !important; }

.smart-scheduler-tooltip .smart-scheduler-event {
  display: flex !important; }

.btnConnect {
  background-color: #2699FB;
  border-radius: 15px;
  color: #fff;
  left: -16px;
  top: -13px;
  width: 121px;
  position: absolute;
  height: 36px;
  padding: 5px;
  margin: 10px; }

.fontBold {
  font-family: "bold" !important; }

.iconCloseFilter {
  width: 5px;
  height: 5px;
  filter: invert(93%) sepia(34%) saturate(25%) hue-rotate(171deg) brightness(105%) contrast(67%);
  font-size: 3px !important;
  color: azure !important;
  margin-left: 0px !important; }

.txtDetailQuestion {
  color: #2699FB;
  text-decoration: underline;
  font-size: 14px; }

.txtDetailQuestion2 {
  font-size: 14px; }

.backgroundLinear {
  width: 100%;
  z-index: 49;
  padding: 0rem 5rem; }

.w-80 {
  width: 80%; }

.h-fit {
  height: fit-content; }

@media only screen and (max-width: 900px) {
  .backgroundLinear {
    margin-left: 0px;
    width: 100%;
    z-index: 49;
    padding: 0rem; }
  .containLogin {
    background-color: #fff;
    padding: 30px !important;
    margin: 0rem 1rem !important;
    border-radius: 20px; } }

@media (min-width: 900px) and (max-width: 1260px) {
  .backgroundLinear {
    margin-left: 0px;
    width: 100%;
    z-index: 49;
    padding: 0rem; }
  .containLogin {
    background-color: #fff;
    padding: 3rem 6rem !important;
    margin: 0rem 5rem !important;
    border-radius: 20px; } }

.iconCloseFilter .MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 17px !important;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none; }

mgt-login {
  position: absolute;
  left: 42px;
  width: 0px;
  height: 0px;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1;
  color: #fff, !important;
  font-family: "Regular" !important; }

:host .login-button:hover, mgt-login .login-button:hover {
  color: var(--button-color--hover, #0078d4);
  --color: var(--button-color--hover, #0078d4);
  background-color: var(--button-background-color--hover, var(--background-color--hover, #edebe9));
  --color-sub1: var(--button-color--hover, #0078d4);
  border-radius: 4px;
  background-color: aquamarine; }

.linkAddress {
  text-decoration: underline;
  color: #2699FB; }

.smart-scheduler-event.event {
  height: 30px !important; }

.smart-scheduler-tooltip .smart-scheduler-event:before {
  content: '';
  width: 12px !important;
  height: 11px !important;
  margin-top: 5px !important;
  display: flex;
  background: var(--smart-scheduler-event-background);
  justify-content: center;
  align-items: center;
  pointer-events: none;
  box-sizing: border-box;
  border-radius: 50%;
  padding: var(--smart-scheduler-event-content-padding); }

.smart-scheduler-tooltip .smart-scheduler-event-button {
  display: none !important; }

.background-login {
  background-size: cover;
  height: 100%;
  display: block;
  overflow: auto;
  background-position: center center; }

.btn-login {
  background: transparent linear-gradient(172deg, var(--primary-color) 0%, var(--primary-color) 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.btn-login-user {
  background: #00ACEC;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px !important;
  opacity: 1; }

.boxSignOut .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  margin-top: 56px !important;
  top: 0px !important;
  right: 0px;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  width: 270px;
  left: auto !important;
  border: 1px solid transparent !important;
  border-radius: 0px 0px 15px 15px !important; }

.txtNameUser {
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: "Bold";
  font-size: 1rem;
  letter-spacing: 1px; }

.hrStyle {
  border-bottom: 3.1px solid #fff; }

.txtRolUser {
  margin-left: 1rem;
  margin-right: 1rem;
  font-family: "Light";
  font-size: 0.85rem;
  letter-spacing: 0.9px;
  margin-top: -3px; }

.txtSignOutMenu {
  line-height: 3rem;
  font-size: 0.8rem !important; }

.MuiToolbar-gutters {
  padding-left: 10px !important;
  padding-right: 24px !important; }

.logo-signOut {
  background-repeat: no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px; }

.w-16px {
  width: 20px; }

.txt-welcome {
  color: #00ACEC;
  font-family: "Bold";
  letter-spacing: 0px; }

.txt-color-secundary {
  color: #00ACEC;
  font-family: Bold; }

.txt-login {
  font-family: "Light";
  letter-spacing: 0px; }

.wLogoApp {
  width: 220px; }

.wLogo2x {
  width: 105px; }

.containLogin {
  background-color: #fff;
  padding: 3rem 6rem;
  margin: 3rem 30vh 0 30vh;
  border-radius: 40px; }

.txt-fileds {
  font-family: "Regular";
  letter-spacing: 0px;
  color: #4A484D; }

.tect-black {
  color: #675F5F; }

.txt-politics {
  text-align: left;
  font-family: "Regular";
  text-decoration: underline;
  letter-spacing: 0px;
  color: #56D5F4; }

.logo-language {
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  margin-left: 1rem;
  height: 25px; }

.notificationBell3 {
  margin-left: 13px;
  margin-top: -20px;
  position: absolute;
  /* right: 0px; */
  background-color: #D32030;
  font-size: 10px;
  color: white;
  display: inline;
  padding: 2px 6px;
  width: 17px;
  height: 17px;
  border-radius: 20px; }

.notificationBell4 {
  margin-left: 13px;
  margin-top: -20px;
  position: absolute;
  background-color: #D32030;
  font-size: 9px;
  color: white;
  font-family: 'Regular';
  display: inline;
  padding: 4px 5px;
  width: 21px;
  height: 21px;
  border-radius: 20px; }

.logo-notes {
  background-repeat: no-repeat;
  width: 25px;
  height: 25px; }

.logoCampana {
  width: 18px;
  margin-top: -25px;
  margin-left: 10px; }

.logo-language-notification {
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px; }

.colorMobile {
  filter: invert(53%) sepia(23%) saturate(6157%) hue-rotate(189deg) brightness(94%) contrast(89%); }

.logo-language-menu {
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px; }

.logo-search {
  background-repeat: no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px; }

.logo-searchp {
  background-repeat: no-repeat;
  background-size: cover;
  width: 17px;
  height: 17px; }

.txt-logo {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #fff;
  opacity: 1; }

.boldTxt {
  font-family: "Bold"; }

.information__contentSimilarHv {
  height: 100%;
  width: 100%; }

.information__contentSimilarHv, .information__content__page {
  position: relative;
  text-align: justify;
  background-color: #fff;
  border-radius: 15px; }

.btnDeleteProfile .MuiSvgIcon-root {
  height: 1rem !important;
  color: #2699FB !important; }

.btnDeleteProfile {
  padding: 1px !important;
  margin-left: 4px !important; }

.editEmailP {
  position: absolute;
  right: 4.2rem; }

.information__containerSimilarHv {
  position: fixed;
  display: flex;
  height: 180px;
  justify-content: center;
  width: 100%;
  align-items: center;
  bottom: 0;
  left: 0;
  z-index: 1300; }

@media (min-width: 1024px) {
  .box-logo {
    position: fixed;
    top: 70%;
    left: 4%;
    width: 40%;
    right: 11%; } }

@media (max-width: 1023px) {
  .box-logo {
    position: relative;
    top: 20%;
    margin-bottom: 5rem;
    left: 10%;
    width: 80%;
    right: 10%; } }

i.far.fa-eye {
  position: absolute;
  top: 2.8rem;
  right: 2%;
  color: #9b9393; }

i.far.fa-eye-slash {
  position: absolute;
  top: 2.8rem;
  right: 2%;
  color: #9b9393; }

.event-content-wrapper2 img {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 7px;
  margin-left: 2px;
  filter: contrast(0.5); }

.smart-scheduler-tooltip .smart-scheduler-event .smart-scheduler-event-content > div {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  width: 100%;
  align-self: flex-start; }

.event-content-wrapper2 label {
  margin-left: 20px;
  color: #675F5F !important;
  font-family: "bold" !important; }

label.smart-scheduler-event-label.event-content-wrapper3 {
  font-family: 'Bold'; }

.event-content-wrapper3 {
  margin-left: 20px;
  color: #675F5F !important; }

.rightInfo1 {
  right: 47px; }

.rightInfo2 {
  right: 46px; }

i.fas.fa-exclamation-circle {
  position: absolute;
  right: -1.3rem;
  color: #338ADF; }

i.fas.fa-exclamation-circleFilter {
  right: -1.3rem;
  color: #56D5F4; }

.absoluteProgress {
  display: flex;
  top: 24%;
  left: 44%;
  margin: auto;
  position: absolute; }

.absoluteProgressEvents {
  display: flex;
  top: 8%;
  left: 31%;
  margin: auto;
  position: absolute; }

i.fas.fa-exclamation-circleVacant {
  position: absolute;
  color: #56D5F4; }

i.fas.fa-exclamation-circle.profileOverlay {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem;
  margin-top: 0.3rem; }

i.fas.fa-exclamation-circle.profileOverlay2 {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem;
  margin-top: 0.8rem; }

i.fas.fa-exclamation-circleFilter {
  position: relative !important;
  color: #56D5F4;
  left: 5px; }

.topExclamacion {
  top: 2.8rem !important; }

/**
 * Register styles.
 */
.logo-linkedin {
  width: 45px;
  height: 45px; }

.logo-elempleo {
  width: 53px;
  height: 43px; }

.box-ln {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #56D5F4;
  border-radius: 9px !important; }

.alertValidationForm {
  color: #FF0215;
  font-size: 0.75rem;
  font-family: "Regular"; }

.tooltip-inner {
  padding: 1rem;
  position: absolute;
  border-radius: 15px;
  right: -1rem;
  top: 1.52rem;
  width: 16rem;
  font-size: 0.7rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #56D5F4;
  opacity: 1; }

.newInner .tooltip-inner {
  padding: 1rem;
  position: absolute;
  border-radius: 15px;
  right: -3rem !important;
  top: 1.52rem;
  width: 16rem;
  font-size: 0.7rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #56D5F4;
  opacity: 1; }

/**
 * Recover password styles.
 */
/**
 * Dashboard.
 */
.container-left {
  margin-left: 126px;
  margin-top: 57px;
  display: flex;
  min-width: 1240px;
  position: relative;
  width: calc(100vw - 126px);
  height: calc(100vh - 57px);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - var(--header-height)); }

.pr0 .MuiToolbar-gutters {
  padding-right: 0px !important; }

.container-left2 {
  display: flex;
  min-width: 1150px;
  position: relative; }

.MuiPaper-elevation4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0), 0px 4px 5px 0px rgba(0, 0, 0, 0), 0px 1px 10px 0px rgba(0, 0, 0, 0) !important; }

.MuiAppBar-positionStatic {
  position: fixed !important;
  top: 0px !important; }

.sidebarPrincipal.sidenav---sidenav---_2tBP {
  background: var(--primary-color) !important;
  overflow-x: auto;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: calc(100vh - var(--header-height));
  display: flex; }

.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47 > .sidenav---navitem---9uL5T {
  color: #675F5F !important;
  padding: 0 20px 0 58px !important;
  line-height: 28px; }

.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47.sidenav---selected---1EK3y > .sidenav---navitem---9uL5T::before {
  content: " ";
  width: 2px;
  height: 20px;
  left: 10px;
  top: 4px;
  position: absolute;
  border-left: 2px var(--primary-color) solid !important; }

.sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47:first-child {
  margin: 0 24px;
  line-height: 26px !important;
  margin-top: 10px !important;
  border-bottom: 1px #ccc solid;
  font-size: 14px;
  font-weight: normal; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAAABHNCSVQICAgIfAhkiAAAAJxJREFUGFdjNO59fIHxP8P7P8w8gRcKBT8w4AAGXU8MmJn/rWf4z7iR0aT38QEGBgZ7hv8MF/4w8zhi0wjVsJ+RgVHg/3+GiYwG/e8FmP99OcDIwKCPTSOqhv8Lz5bIJTCCXINLIzYNIPVgTdg0MvxnKPzP9H89xEkQG2Bq4ZowNEJVoGtAsQmbjdg0YNUE02zS/djhTKksKGQxAAA6Z2lti1NDAQAAAABJRU5ErkJggg==) white no-repeat calc(100% - 10px) !important; }

#selectDocs {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABAUlEQVRIS+2SwQ3CMAxFAxN0FNiAbkAngJ64wiRw5VQ6ASPABrABjMAI/B/bSIiEpOKG8iQrTuL4y3ZcoVAo/BerxaKCTXSbTc6bsa4xLjQk2so2DWI7LHxzkpMwKWFjjURL9aNoTDKOpIQb2ENc1yHxTP0PcDfHwmoJ32zEDTPSNYomPMrOJ6z3fX+VrYAYzpStrfyBxJzVD5IUJtpCq+YOmyKx7wTuKHaDmWiLu4P6UbKECQQobPNjxbW4vlL7xTuIfm2xkS1MIM6Ws/WEVbHK1x6irfpJcn+1wcQ2X1ZvojzLqtQYVDEJzPRt5rkMrdipAOfLldYMFS0UCoUfcO4J8hpKdp/qxYUAAAAASUVORK5CYII=) #F2F0F0 no-repeat calc(100% - 10px) !important; }

.sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navicon---3gCRo, .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navtext---1AE_f {
  color: white !important; }

.sidebarPrincipal.sidenav---sidenav---_2tBP {
  position: fixed !important;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1006;
  min-width: 126px !important;
  background: #db3d44;
  transition: min-width 0.2s ease 0s; }

.sidebarSubmenuRole {
  width: 126px !important; }

.iconPrincipal {
  font-size: 1.75em;
  width: 20px;
  margin: auto;
  margin-top: 13px; }

.iconPrincipal2 {
  font-size: 1.75em;
  width: 20px;
  margin-top: 13px; }

.sidebarPrincipal .iconPrincipal {
  font-size: 1.75em;
  width: 25px;
  margin: auto;
  margin-top: 18px; }

.sidebarPrincipal {
  display: block;
  margin-left: 0px;
  margin-top: 57px; }

.sidebarPrincipal .iconPrincipalGroup {
  font-size: 1.75em;
  width: 30px;
  margin: auto;
  margin-top: 18px; }

.iconPrincipalEvents {
  font-size: 1.75em;
  width: 27px;
  margin: auto;
  margin-top: 10px; }

.topBar {
  margin-top: 0px; }

.iconoSecundario {
  position: absolute;
  font-size: 1.75em;
  width: 13px;
  margin-left: -24px;
  margin-top: 0.6rem; }

.txtWhiteSpace {
  margin-left: 5px;
  line-height: 15px;
  margin-right: 5px;
  text-align: center;
  font-size: 0.8rem !important;
  white-space: pre-wrap;
  margin-top: 6px; }

.white-spaceP {
  white-space: pre-wrap; }

.textAlignCenter {
  text-align: center; }

.sidenav---sidenav-toggle---1KRjR .sidenav---icon-bar---u1f02 {
  display: block;
  width: 20px;
  height: 2px;
  margin: 0 auto;
  background-color: var(--primary-color) !important;
  border-radius: 1px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  transition: all 0.15s;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70); }

.sidebarSubmenuDashboard .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T {
  position: relative;
  display: block;
  line-height: 49px !important;
  height: 63px !important;
  white-space: nowrap;
  font-size: 0.8rem !important;
  text-decoration: none;
  color: #fff;
  background-color: #F0F0F0 !important;
  font-size: 14px;
  cursor: pointer; }

.sidebarSubmenuDashboard .sidenav---sidenav-nav---3tvij.sidenav---expanded---1KdUL {
  margin-top: 4rem;
  background-color: #2699FB; }

.sidebarSubmenu .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T {
  position: relative;
  display: block;
  line-height: 49px !important;
  height: 63px !important;
  white-space: nowrap;
  font-size: 0.8rem !important;
  text-decoration: none;
  color: #fff;
  background-color: #F0F0F0 !important;
  font-size: 14px;
  cursor: pointer; }

.sidebarSubmenu .sidenav---sidenav-nav---3tvij.sidenav---expanded---1KdUL {
  margin-top: 1rem;
  margin-left: 0rem !important; }

.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47 > .sidenav---navitem---9uL5T {
  color: #f9dcdd;
  padding: 0 14px 0 20px;
  line-height: 45px !important; }

.colorRedName {
  color: red !important; }

.sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47:nth-child(2) {
  margin-top: 0px !important; }

.sidebarSubmenu .iconPrincipal {
  width: 27px;
  margin-top: 10px !important; }

.sidebarSubmenuDashboard .iconPrincipal {
  width: 35px;
  margin-top: 7px !important; }

.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47::before {
  content: " ";
  width: 100%;
  height: 33px !important;
  position: absolute;
  top: 0;
  z-index: -1; }

.dashboardSidebar.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL {
  min-width: 196px !important; }

.sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47.sidenav---selected---1EK3y > .sidenav---navitem---9uL5T > .sidenav---navtext---1AE_f {
  color: #fff !important;
  font-weight: 100 !important;
  background: none;
  cursor: default; }

.sidenav---sidenav-subnav---1EN61 {
  min-width: 200px;
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 0;
  color: white !important;
  background: var(--primary-color) !important;
  border: 1px var(--primary-color) solid !important;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) !important; }

.sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47 > .sidenav---navitem---9uL5T {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 13px;
  line-height: 30px;
  padding: 0 28px !important;
  cursor: pointer; }

.sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47 > .sidenav---navitem---9uL5T:hover {
  background: var(--primary-color) !important; }

.sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u > .sidenav---navitem---9uL5T .sidenav---navtext---1AE_f {
  color: var(--primary-color) !important; }

.sidebarSubmenuDashboard .sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u > .sidenav---navitem---9uL5T .sidenav---navtext---1AE_f {
  color: #fff !important; }

.sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u.sidenav---expandable---3_dr7.sidenav---expanded---1KdUL > .sidenav---navitem---9uL5T .sidenav---navtext---1AE_f {
  color: var(--primary-color) !important; }

.sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u.sidenav---expandable---3_dr7 > .sidenav---navitem---9uL5T .sidenav---navtext---1AE_f {
  color: var(--primary-color) !important; }

.sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u.sidenav---expandable---3_dr7 > .sidenav---navitem---9uL5T .sidenav---navtext---1AE_f .marginArrow {
  color: var(--primary-color) !important; }

.sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u.sidenav---expandable---3_dr7.sidenav---expanded---1KdUL > .sidenav---navitem---9uL5T .sidenav---navtext---1AE_f .marginArrow {
  color: var(--primary-color) !important; }

.sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-.sidenav---highlighted---oUx9u.sidenav---expanded---1KdUL > .sidenav---navitem---9uL5T::after, .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-:hover.sidenav---highlighted---oUx9u.sidenav---expanded---1KdUL > .sidenav---navitem---9uL5T::after {
  background: var(--primary-color) !important;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25); }

.sidenav---sidenav---_2tBP {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999 !important;
  background: #db3d44;
  -webkit-transition: min-width 0.2s;
  -moz-transition: min-width 0.2s;
  -o-transition: min-width 0.2s;
  -ms-transition: min-width 0.2s;
  transition: min-width 0.2s; }

.sidebarSubmenu .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navicon---3gCRo, .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navtext---1AE_f {
  color: #675F5F !important; }

.sidebarSubmenu .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-.sidenav---highlighted---oUx9u.sidenav---expanded---1KdUL > .sidenav---navitem---9uL5T::after, .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-:hover.sidenav---highlighted---oUx9u.sidenav---expanded---1KdUL > .sidenav---navitem---9uL5T::after {
  background: #fff !important; }

.sidebarSubmenu .sidenav---sidenav-subnav---1EN61 {
  background: #fff !important;
  border: 0px #F0F0F0 solid !important;
  background-color: #F0F0F0 !important;
  color: #675F5F !important; }

.sidebarSubmenu .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47 > .sidenav---navitem---9uL5T:hover {
  background: #fff !important;
  color: #675F5F !important;
  background-color: transparent !important; }

.sidebarSubmenu .sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47 > .sidenav---navitem---9uL5T {
  color: #675F5F !important;
  padding: 0 14px 0 20px;
  line-height: 33px !important; }

.sidebarSubmenuDashboard .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navicon---3gCRo, .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navtext---1AE_f {
  color: #000 !important;
  font-family: "Bold" !important; }

.sidebarSubmenuDashboard .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-.sidenav---highlighted---oUx9u.sidenav---expanded---1KdUL > .sidenav---navitem---9uL5T::after, .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-:hover.sidenav---highlighted---oUx9u.sidenav---expanded---1KdUL > .sidenav---navitem---9uL5T::after {
  background-color: #fff !important; }

.sidebarSubmenuDashboard .sidenav---sidenav-subnav---1EN61 {
  background: #fff !important;
  border: 1px #F0F0F0 solid !important;
  background-color: #F0F0F0 !important; }

.sidebarSubmenuDashboard .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47 > .sidenav---navitem---9uL5T:hover {
  background: #fff !important;
  background-color: #F0F0F0 !important; }

.sidebarSubmenuDashboard .sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47 > .sidenav---navitem---9uL5T {
  padding: 0 14px 0 20px;
  line-height: 33px !important; }

.sidebarPrincipal .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T {
  position: relative;
  display: block;
  line-height: 80px;
  height: 80px;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer; }

.sidebarPrincipal .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navicon---3gCRo {
  display: block;
  float: left;
  width: 100%;
  height: 80px;
  margin-right: -6px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  line-height: 50px;
  text-align: center; }

.panel-heading.collapsed .fa-chevron-down,
.panel-heading .fa-chevron-right {
  display: none; }

.panel-heading.collapsed .fa-chevron-right,
.panel-heading .fa-chevron-down {
  display: inline-block; }

i.fa {
  cursor: pointer; }

.collapsed ~ .panel-body {
  padding: 0; }

.marginArrow {
  margin-top: 18px;
  margin-left: 5px;
  font-size: 13px;
  position: absolute;
  color: white; }

.sidenav---sidenav-subnavitem---1cD47 .marginArrow {
  display: none; }

.sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navicon---3gCRo > *, .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navtext---1AE_f > * {
  color: #fff !important; }

.sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navicon---3gCRo {
  opacity: 1 !important; }

.sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-.sidenav---highlighted---oUx9u.sidenav---selected---1EK3y.sidenav---expanded---1KdUL > .sidenav---navitem---9uL5T::after, .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-:hover.sidenav---highlighted---oUx9u.sidenav---selected---1EK3y.sidenav---expanded---1KdUL > .sidenav---navitem---9uL5T::after {
  background: #fff !important; }

.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47 > .sidenav---navitem---9uL5T {
  color: #f9dcdd;
  padding: 0 14px 0 20px;
  font-size: 0.8rem; }

.sidebarSubmenu .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navicon---3gCRo > *, .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T .sidenav---navtext---1AE_f > * {
  color: #000 !important; }

.sidebarSubmenu {
  z-index: 1000 !important;
  display: block !important;
  position: sticky !important;
  background-color: #F0F0F0 !important;
  box-shadow: 0px 0px 6px #00000029;
  height: calc(100vh - 57px); }

.MuiBackdrop-root {
  backdrop-filter: blur(7px) !important;
  background-color: rgba(170, 160, 160, 0.23) !important; }

.swal2-container.swal2-shown {
  backdrop-filter: blur(7px) !important;
  background-color: rgba(170, 160, 160, 0.23) !important; }

.sidebarSubmenuDashboard {
  z-index: 1000 !important;
  display: block !important;
  position: sticky !important;
  background-color: #F0F0F0 !important;
  box-shadow: 0px 9px 6px #00000029;
  height: calc(100vh - 57px); }

.MuiAppBar-colorPrimary {
  color: #fff;
  background-color: var(--primary-color) !important; }

.MuiToolbar-regular {
  min-height: 57px !important; }

.txtPaginationTags .MuiToolbar-regular {
  min-height: 37px !important; }

button:focus {
  outline: 0 !important; }

a:focus {
  outline: 0 !important; }

.sidenav---selected---1EK3y p {
  color: #000; }

.sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u p.txtWhiteSpace {
  color: #00ACEC !important;
  font-weight: 600; }

.containCandidatesY {
  height: 100%;
  padding: 0px 10px 0px 10px; }

.sidebarSubmenu .sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u img.iconPrincipal {
  filter: invert(71%) sepia(56%) saturate(6499%) hue-rotate(163deg) brightness(98%) contrast(101%) !important; }

.sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u img.iconPrincipal {
  filter: invert(45%) sepia(56%) saturate(6499%) hue-rotate(163deg) brightness(98%) contrast(101%) !important; }

.sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u img.iconPrincipalEvents {
  filter: invert(74%) sepia(100%) saturate(0%) hue-rotate(189deg) brightness(126%) contrast(92%) !important; }

.sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u img.iconPrincipalGroup {
  filter: invert(45%) sepia(75%) saturate(1863%) hue-rotate(189deg) brightness(97%) contrast(84%) !important; }

.sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-.sidenav---highlighted---oUx9u > .sidenav---navitem---9uL5T::after, .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-:hover.sidenav---highlighted---oUx9u > .sidenav---navitem---9uL5T::after {
  background: transparent !important;
  opacity: 1 !important; }

.sidebarSubmenuDashboard .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ-.sidenav---highlighted---oUx9u > .sidenav---navitem---9uL5T {
  background-color: #00ACEC !important; }

.checkIcon {
  position: relative;
  right: -14px;
  top: -12px; }

.containerFilters0 {
  overflow: auto;
  height: calc(100vh - 260px); }

.w-17px {
  width: 17px;
  height: 17px; }

.trashImg {
  height: 1.5rem;
  width: 1.5rem; }

.containerFilters1 {
  overflow: auto;
  height: calc(100vh - 350px); }

.containerFilters2 {
  overflow: auto;
  height: calc(100vh - 375px); }

.fontSizeTxtMd {
  font-size: 0.9rem; }

.MuiInputBase-input {
  font-size: 0.8rem !important; }

hr {
  border-top: 0px;
  border-bottom: 0.1px solid #c2c2c2;
  margin: 0.5rem 1rem 0.5rem 1rem !important; }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
  padding-right: 0px !important; }

.tooltip-pop {
  position: relative;
  top: -2rem; }

.tooltip-pop1 {
  position: relative;
  top: 0.2rem; }

.tooltip-pop2 {
  position: relative;
  top: 1.2rem;
  left: -2rem; }

.closeIconSearch {
  color: #9ba3a3;
  margin-right: 8px !important;
  font-size: 15px !important; }

.closeIconSearch2 {
  color: #9ba3a3;
  margin-top: 7px;
  position: absolute;
  margin-left: -23px !important;
  font-size: 15px !important; }

.tooltip {
  z-index: 11510 !important; }

.MuiMenuItem-root {
  width: auto;
  overflow: hidden;
  font-size: 1rem;
  box-sizing: border-box;
  min-height: 48px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding-top: 6px;
  white-space: break-spaces !important;
  letter-spacing: 0.00938em;
  padding-bottom: 6px; }

.MuiListItem-gutters {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  line-height: 17px !important;
  margin-left: 1rem;
  margin-right: 1rem; }

.MuiPopover-paper {
  outline: 0;
  border: 1px solid black;
  position: absolute;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 17px !important;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto; }

.sidenav---sidenav-navitem---uwIJ-.sidenav---selected---1EK3y.sidenav---highlighted---oUx9u p.colorTextAdmin2 {
  color: #fff;
  background-color: var(--primary-color) !important;
  font-weight: 700;
  font-family: "regular"; }

.sidebarSubmenuRole .sidenav---sidenav-nav---3tvij > .sidenav---sidenav-navitem---uwIJ- > .sidenav---navitem---9uL5T {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer; }

.sidebarSubmenuRole {
  display: block !important;
  position: sticky !important;
  background-color: #fff !important;
  box-shadow: 0px 9px 6px #00000029;
  height: calc(100vh - 57px); }

.heightAutFilter0 {
  height: calc(100vh - 57px) !important; }

.heightAutFilter1 {
  height: calc(100vh - 150px) !important; }

.heightAutFilter2 {
  height: calc(100vh - 174px) !important; }

.sidebarSubmenuRole .sidenav---sidenav-nav---3tvij.sidenav---expanded---1KdUL {
  margin-top: 0rem !important; }

.textLabel {
  font-family: "Regular";
  font-size: 0.9rem; }

.btnClosePopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnClosePopupBlue .MuiSvgIcon-root {
  color: var(--primary-color);
  font-size: 1.25rem !important; }

.txtStepsMember {
  font-size: 0.9rem;
  margin: auto;
  font-family: 'Regular'; }

.titleCaracterist1 {
  text-align: left;
  font-family: "Bold";
  font-size: 0.91rem;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.colorSidebarRole {
  background: #ffffff !important;
  box-shadow: 0px 9px 6px #00000029;
  border: 1px solid #C2C2C2; }

.colorSidebarCandidate {
  background: #ffffff !important;
  box-shadow: 0px 9px 6px #00000029;
  background-color: #F0F0F0 !important;
  border-right: 1px solid #C2C2C2; }

.fa-exchange-alt:before {
  content: "\F362";
  margin-top: -1px;
  position: absolute;
  filter: invert(44%) sepia(3%) saturate(977%) hue-rotate(314deg) brightness(82%) contrast(89%); }

.colorTextAdmin2 {
  color: #675F5F; }

.text-btn {
  font-family: "Regular";
  letter-spacing: 0px;
  color: #4A484D;
  opacity: 1;
  font-size: 0.75rem !important; }

.linkRole {
  text-align: left;
  letter-spacing: 0px;
  color: #2699FB;
  cursor: default; }

.icon-btn-add3 {
  position: absolute;
  margin-top: -11px;
  margin-left: -6.4px;
  font-size: 1.5rem; }

.bg-white-panel {
  background-color: #FFFFFF;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 30px !important;
  border: 1px solid #C2C2C2; }

.bgPanel {
  background-color: #FFFFFF;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 20px !important; }

.selectProfileCandidate {
  width: 8rem !important;
  margin-right: 1rem;
  height: 2.7rem;
  margin-left: 0.3rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 12px; }

.quillsPoint .ql-toolbar.ql-snow {
  border: 1px solid #000000 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quillsPoint .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #000000 !important;
  border-left: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important; }

.listFormsNews1 .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Bold' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.listFormsNews1 .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.listFormsNews1 .listFormsNews2 .MuiListItem-gutters {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.quillsPoint .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.selectProfileCandidate2 {
  margin-right: 1rem;
  height: 2.7rem;
  width: 8rem !important; }

.boxWhiteFilter {
  box-shadow: 0px 3px 6px #00000029;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 10px;
  height: 45px; }

.container-moreCandidate {
  background: #F2F3F4 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  margin-top: 0.4rem;
  border: 1px solid #2699FB; }

.fontSizeMore {
  font-size: 1rem !important; }

.MuiAvatar-root {
  width: 33px !important;
  height: 33px !important;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 1;
  user-select: none;
  border-radius: 50%;
  justify-content: center; }

.btn-addLanguage {
  border-radius: 17px;
  font-size: 0.75rem;
  width: 29px;
  height: 29px;
  /* margin: 0.2rem; */
  background: #ffffff 0% 0% no-repeat padding-box;
  cursor: pointer;
  color: #2699FB;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #2699FB; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.containerEdit {
  padding-bottom: 6px; }

.containerDashboard {
  padding-left: 21rem; }

.containerTittle {
  inline-size: max-content !important;
  display: inline; }

.indexRole {
  padding-right: 1rem;
  padding-left: 1rem; }

.containerTransition {
  z-index: 10000 !important;
  background-color: white !important; }

.containerTransition2 {
  z-index: 10000 !important;
  background-color: transparent !important; }

.reportActive {
  font-size: 0.9rem;
  cursor: pointer; }

.reportActive2 {
  font-size: 0.9rem;
  text-decoration: underline; }

.zindex10000 {
  z-index: 10000 !important; }

.zindex1 {
  z-index: 1 !important; }

/*Vacancies*/
.MuiTab-textColorPrimary.Mui-selected {
  color: var(--primary-color) !important;
  font-family: "Bold"; }

.MuiTabs-indicator {
  border: 3px solid var(--primary-color) !important;
  background-color: var(--primary-color) !important; }

.MuiTab-wrapper {
  font-family: "Bold";
  flex-direction: row !important; }

.MuiButtonBase-root.MuiButton-outlined {
  border: 1px solid #2699FB;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 12px 12px 12px 12px; }

.fontSizeTxtMd2 {
  font-size: 0.9rem;
  border-radius: 29px; }

.MuiBox-root {
  padding: 20px !important; }

.TableCandidates .MuiBox-root {
  padding: 0px !important; }

.btn-blue-principal {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 25px 10px 25px;
  border-radius: 8px !important;
  opacity: 1; }

.MuiTab-labelIcon {
  min-height: 56px !important; }

/*styles table*/
tr.MuiTableRow-root.MuiTableRow-head {
  background-color: var(--primary-color);
  color: #fff; }

.MuiTableCell-head {
  color: #fff !important;
  font-weight: 500;
  line-height: 1.5rem; }

.MuiTableSortLabel-root.MuiTableSortLabel-active {
  color: White !important; }

.MuiTableCell-root .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: var(--primary-color);
  font-size: 0.6rem;
  width: 26px !important;
  height: 26px !important; }

.MuiTableCell-root {
  border: 0px solid #fff !important; }

.MuiTableContainer-root {
  width: 100%;
  border-radius: 17px !important;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border-left: 1px solid #C2C2C2;
  border-right: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  box-shadow: 0px 9px 8px #0000000f;
  /* border-top: 0px solid #C2C2C2; */
  overflow-x: auto; }

.MuiPaper-root {
  box-shadow: 0px 2px 1px -1px rgba(255, 255, 255, 0), 0px 1px 1px 0px rgba(0, 0, 0, 0), 0px 1px 3px 0px rgba(0, 0, 0, 0) !important; }

.txtTableItems {
  margin-left: 25px;
  margin-top: 22px;
  margin-bottom: 15px; }

.txtTableItems:hover {
  cursor: pointer;
  text-decoration: underline; }

.MuiTableSortLabel-root:hover {
  color: #fff !important; }

.MuiCheckbox-colorSecondary.Mui-checked {
  color: #2699FB !important; }

tr.MuiTableRow-root.MuiTableRow-hover.Mui-selected {
  background-color: #9e9e9e38 !important; }

.MuiIconButton-colorSecondary:hover {
  background-color: rgba(154, 205, 255, 0.3) !important; }

.btnBackEditedEmail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 11px;
  max-height: 2rem;
  padding: 5px 12px 5px 12px;
  font-size: 0.9rem;
  opacity: 1; }

.createEvacuation {
  width: 100%;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 25px; }

/* complementary data*/
.MuiPickersToolbar-toolbar {
  background-color: var(--primary-color) !important; }

.MuiPickersDay-daySelected {
  background-color: var(--primary-color) !important; }

.MuiButton-label {
  color: #2699FB !important; }

.borderEvaluation {
  border: 1px solid #d7d1d17a; }

.btnBackEditedEvaluation {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  opacity: 1;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Bold";
  font-weight: 500;
  margin-left: 1.5rem; }

.inputEvaluation {
  padding-left: 7px !important; }

.MuiInput-underline:before {
  border-bottom: 2px solid transparent !important; }

.MuiInput-underline:after {
  border-bottom: 2px solid #FFFFFF !important; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important; }

.letterSelect {
  font-size: 0.875rem !important;
  font-family: inherit !important; }

/*Tab candidate*/
.indexRole2 {
  width: inherit;
  padding-right: 7.5rem;
  padding-left: 2rem; }

.MuiCheckbox-root {
  color: rgba(29, 28, 28, 0.18) !important; }

.MuiTableSortLabel-root.MuiTableSortLabel-active.MuiTableSortLabel-root.MuiTableSortLabel-active .MuiTableSortLabel-icon {
  color: white !important;
  opacity: 1; }

.MuiTablePagination-actions {
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 10px;
  border-radius: 12px;
  margin-left: 10px !important; }

.MuiTablePagination-actions .MuiIconButton-root:nth-child(1) {
  background-color: transparent;
  border-right: 1px solid #9acdff;
  border-radius: 0px; }

.MuiTablePagination-actions .MuiIconButton-root {
  color: #2699FB !important;
  background-color: transparent;
  padding: 5px !important; }

.MuiTablePagination-actions .MuiIconButton-root.Mui-disabled {
  color: #c2c2c2 !important;
  background-color: transparent; }

.MuiTablePagination-actions svg.MuiSvgIcon-root {
  font-size: 1.5rem !important;
  width: 1em !important; }

.MuiTablePagination-caption {
  flex-shrink: 0;
  font-family: "Regular" !important;
  font-weight: 100 !important; }

.imgLogin {
  width: 500px;
  position: absolute;
  margin-left: 40px; }

.txtPaginationColor {
  color: #2699FB;
  font-family: 'Bold'; }

.marginTopBox {
  margin-top: 0.6rem; }

#viewSkill {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAABFElEQVQoU5WQzU4CMRSFT6d0MAgbFKI7ExNc+Cy4NuF9lIdwxWu4JbwBIWAkQRMzClH8HZg6He8dCg6ZuvBLOp2c3pPTHpEQ+Cee3XPMPmP7l8dpel8YNC7ucN4JrLLNn0m+FPhYum/uNHlitaSgj4ONyVAf605i2tgE62E921faXm8Son09R7nopXOGzvtBhJISOKkraAN8k3hYKeCyWV0l3T/HuJlqjJ4iDGndzjQKdKIpcvC41jUmL5o0m8RGHmQkDb9Re2dXAU4PfHRadcxDQ1fmJInKjvx90/G+StdRVaFR8xFRiqIG93ZlqrPGBmZjysLX4nx+hwuniUe/IoOy766cq8xhqP/uOEweXrVVsiTJDxCvprdzw2IkAAAAAElFTkSuQmCC) white no-repeat calc(100% - 10px) !important; }

#viewProfesions {
  background: #FFFFFF !important;
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
  width: auto !important; }

.img-login-background {
  background: url(/_next/static/images/img-login-f6dcb63b15809c001777e828197cd651.jpg) !important;
  background-size: cover !important;
  z-index: 10 !important;
  display: block !important;
  overflow: hidden;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  position: fixed !important;
  height: 100vh; }

.txtShared {
  text-align: left;
  font-family: "Bold";
  color: #675F5F;
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  opacity: 1; }

.txtLinkVacant {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  font-size: 0.9rem;
  color: #675F5F;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #bdb1b1;
  padding-bottom: 3px;
  margin-right: 3.5rem;
  opacity: 1; }

.boxSidebarVacant {
  border-top: 1px solid #9e9999;
  margin-left: -16px;
  padding-left: 1rem;
  padding-bottom: 3rem; }

.textStudies {
  margin-bottom: 1.2rem; }

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 10600 !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  background-color: transparent;
  -webkit-overflow-scrolling: touch; }

.titlePopup .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.titlePopup1 .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.titlePopup1.MuiDialogTitle-root {
  padding: 20px 20px 20px 20px !important; }

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem; }

.contentPopup .MuiPaper-rounded {
  border-radius: 28px; }

.btnClosePopup.MuiIconButton-root {
  padding: 0px !important; }

.btnClosePopup .MuiSvgIcon-root {
  color: var(--primary-color);
  font-size: 1.25rem !important; }

.iconCandidates.MuiSvgIcon-root {
  margin: auto !important;
  position: absolute;
  /* padding-right: 0rem !important; */
  right: 15px;
  top: 10px; }

.iconCandidates2.MuiSvgIcon-root {
  margin: auto !important;
  position: absolute;
  /* padding-right: 0rem !important; */
  right: 15px;
  top: 6px; }

.contentInfoPopUp.MuiDialogContent-root {
  padding: 0px 20px 0px 20px; }

.textCancelPopup {
  text-align: left;
  font-family: "Bold";
  font-size: 13px;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.titlePopup {
  margin-left: auto;
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.titlePopup1 {
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.contentPage .MuiTablePagination-selectRoot {
  margin-right: 10px !important; }

.btn-addVacant {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 25px 10px 25px;
  border-radius: 8px !important;
  opacity: 1; }

.btn-searchCandidate {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 7px 15px;
  border-radius: 8px !important;
  opacity: 1; }
  .btn-searchCandidate:disabled {
    background: #929292 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #929292;
    padding: 7px 15px;
    border-radius: 8px !important;
    opacity: 1;
    color: #ffffff; }

.MuiTab-root {
  padding: 6px 12px;
  min-width: 150px !important;
  overflow: hidden;
  position: relative;
  font-size: 0.875rem;
  max-width: 264px;
  box-sizing: border-box;
  min-height: 48px;
  text-align: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  white-space: normal;
  letter-spacing: 0.02857em;
  text-transform: capitalize !important; }

.contentRegisterCompany {
  overflow-y: auto;
  max-height: 35rem; }

.emptyTagsSearch2 {
  font-family: 'Bold';
  color: #675F5F;
  padding: 8rem;
  border-radius: 15px;
  display: block;
  background-color: #FFFFFF;
  text-align: center;
  /* padding: 1rem; */ }

.txtSearchRecent {
  font-size: 1rem;
  color: #675F5F;
  font-family: 'Regular';
  padding: 1rem; }

.pSearch {
  padding: 1rem 0rem; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "URL:" !important; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Guardar" !important;
  padding-right: 0px; }

.ql-snow .ql-tooltip::before {
  content: "Visitar URL:" !important;
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Editar" !important;
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Eliminar" !important;
  margin-left: 8px; }

.ql-snow .ql-tooltip input:focus-visible {
  outline: transparent !important; }

.marginNote {
  max-width: 275px !important; }

.containerLeader1 {
  position: relative;
  margin-top: 20px;
  width: 194px;
  height: 194px;
  border-radius: 50%;
  border: 2px solid #1592E6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff; }

.txtDetailExamRed {
  padding: 10px;
  font-family: "Regular";
  color: #f44336;
  font-size: 14px; }

.cardBrigades {
  background-color: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  height: 11.6rem;
  text-align: center; }

.containerLeader1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.marginTable3 {
  margin-left: 2rem; }

.mtable {
  padding: 10px !important; }

.filterMargin {
  margin-left: 260px; }

#nombreTable {
  margin-left: 2rem !important; }

.PaginationRisk.MuiTablePagination-root {
  display: flex !important;
  justify-content: center !important; }

.progress-bar-container {
  width: 100%;
  background-color: #d3d3d3;
  /* Color de fondo más claro */
  border-radius: 10px;
  overflow: hidden;
  height: 20px; }

.w-40 {
  width: 40px; }

.containerFiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }

.btn-upload-all2 {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  padding: 7px 11px 7px 5px;
  border-radius: 8px !important;
  opacity: 1;
  width: 11rem;
  text-align: center; }

.progress-bar2 {
  height: 100%;
  background-color: #4caf50;
  /* Color de la barra de progreso */
  width: 0;
  transition: width 0.5s ease-in-out;
  /* Transición suave */ }

.textDescriptionForm2 {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textListFile {
  font-family: "Regular";
  color: #2699FB;
  text-align: left;
  text-decoration: underline; }

.txtNewTitleMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.txtNewTitleMember2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  font-size: 18px;
  color: #000000;
  opacity: 1; }

.createCardRisk {
  width: 100%;
  padding: 0.25rem 1rem 1rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.PaginationRisk .MuiTablePagination-toolbar {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border: 1px solid #2699FB !important;
  border-radius: 22px !important;
  opacity: 1 !important; }

.boxSearchEmailResult {
  background-color: #fff;
  padding: 5px; }

.noFoundText {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 40px;
  opacity: 1;
  padding: 3rem;
  text-align: center; }

.imgAvatarAll {
  border-radius: 30px; }

.divSearchGeneral {
  overflow-y: auto;
  max-height: 500px;
  margin-left: 2ch;
  position: absolute;
  z-index: 999 !important;
  min-width: 41.6ch;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid var(--primary-color);
  border-radius: 0px 0px 10px 10px;
  opacity: 1; }

.ml-32 {
  margin-left: 3.2rem; }

.mtb-auto {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0.5rem; }

.spinSearch {
  margin-top: 0.6rem;
  margin-right: 0.6rem !important; }

.spinSearchCandidates {
  color: var(--primary-color) !important;
  position: absolute !important;
  /* padding-right: 0rem !important; */
  right: 15px !important;
  top: 10px !important; }

.spinSearchCandidates2 {
  color: var(--primary-color) !important;
  position: absolute !important;
  /* padding-right: 0rem !important; */
  right: 15px !important;
  top: 6px !important; }

.divSearchGeneralItem {
  height: 50px; }

.divSearchGeneralItem:hover {
  background-color: #E2E2E2; }

.divSearchGeneralItem:hover .txtNameCandidate {
  text-decoration: underline; }

.divSearchGeneral::-webkit-scrollbar {
  width: 10px; }

.divSearchGeneral::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0px 10px 10px 0px; }

.circleStateJobActive {
  width: 13px;
  height: 12px;
  border-radius: 20px;
  background-color: #11E303;
  margin-top: 7px; }

.divisionGroupSearch {
  border: 1px solid #e1e1e1;
  margin-bottom: 5px;
  margin-top: 5px; }

#watermark {
  display: none !important; }

.btn-addFile:disabled {
  background: #C2C2C2 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 7px 15px 7px 15px;
  border-radius: 8px !important;
  opacity: 1;
  margin-left: auto;
  margin-right: auto !important; }

html {
  font-size: 14.5px !important; }

.br-3px {
  margin-top: -3px; }

.circleStateJobActive2 {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #11E303;
  margin-top: 7px; }

.circleStateJob {
  width: 13px;
  height: 12px;
  border-radius: 20px;
  border: 1px solid #707070;
  background-color: #fff;
  margin-top: 7px; }

.divSearchGeneral::-webkit-scrollbar-thumb {
  background-color: #E2E2E2;
  border-radius: 10px; }

.txtNameCandidate {
  color: #675F5F;
  font-weight: 700;
  font-size: 13px; }

.txtBold {
  font-family: "Bold" !important; }

.txtEmailCandidate {
  color: #675F5F;
  font-size: 0.8rem; }

.mb-auto {
  margin-bottom: auto; }

.mt-auto {
  margin-top: auto; }

.txtSearchEmpty {
  color: #675F5F;
  font-weight: 700;
  font-size: 0.9rem; }

.txtSearchSecundary {
  color: #675F5F;
  font-size: 0.8rem; }

.imgSearchCandidates {
  margin-bottom: 4px; }

em {
  font-weight: 600; }

.index20 {
  z-index: 20; }

.slick-slider {
  width: 90%; }

.candidateSuggested .slick-slider {
  width: 130vh; }

.slick-next {
  right: 20px !important; }

.slick-next:before {
  content: "\276F" !important; }

.slick-prev {
  left: 20px !important;
  z-index: 1 !important; }

.slick-prev:before {
  content: "\276E" !important; }

.slick-prev:before,
.slick-next:before {
  font-size: 36px !important;
  color: black !important; }

.slick-dots li {
  margin: 0 !important; }

.slick-dots li button:before {
  font-size: 10px !important;
  color: var(--primary-color) !important;
  opacity: 1 !important; }

.slick-dots li.slick-active button:before {
  color: var(--primary-color) !important; }

.slick-dots.blue-dark-slide-dots li,
.slick-dots.blue-dark-slide-dots--small li {
  margin: 0 10px !important;
  width: 15px;
  height: 15px; }

.slick-dots.blue-dark-slide-dots li button::before,
.slick-dots.blue-dark-slide-dots--small li button::before {
  border: 1px solid var(--primary-color);
  box-shadow: 0px 3px 6px #0000007e;
  border-radius: 100%;
  margin: 0 10px 0 auto;
  background-color: white;
  color: white !important; }

.slick-dots.blue-dark-slide-dots--small li button::before {
  width: 15px;
  height: 15px; }

.slick-dots.blue-dark-slide-dots li.slick-active button::before,
.slick-dots.blue-dark-slide-dots--small li.slick-active button::before {
  background-color: var(--primary-color);
  color: var(--primary-color) !important; }

@screen desktop {
  .slick-dots.blue-dark-slide-dots.hidden-desktop__dot,
  .slick-dots.blue-dark-slide-dots--small.hidden-desktop__dot {
    display: none !important; } }

.blue-light-big-arrows-customertestimo .slick-next::before {
  height: 60px;
  color: #2699FB !important;
  width: 60px;
  right: -69px;
  top: -10px;
  position: absolute; }

.marginSubmenu {
  margin-left: 2rem;
  margin-right: 2rem; }

.blue-light-big-arrows-customertestimo .slick-prev::before {
  height: 60px;
  color: #2699FB !important;
  width: 60px;
  right: 32px;
  top: -10px;
  position: absolute; }

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 1 !important; }

.notificationBell {
  position: absolute;
  right: 0px;
  background-color: #D32030;
  font-size: 11px;
  color: white;
  display: inline;
  padding: 3px 5px;
  border-radius: 20px; }

.notificationBell2 {
  position: absolute;
  right: 0px;
  background-color: #D32030;
  font-size: 11px;
  color: white;
  display: inline;
  padding: 3px 8px;
  border-radius: 20px; }

.cookieMargin {
  margin-top: 3rem; }

.containerReportHv {
  background-color: #FFF2CC;
  height: 56px;
  color: #675F5F;
  font-weight: 700;
  padding: 18px;
  border-radius: 10px;
  margin: auto; }

.txtBlue {
  color: #2699FB; }

.imgInfob {
  width: 25px;
  height: 31px;
  margin-top: -5px;
  margin-left: 15px; }

.imgReportOk {
  margin-left: 10px;
  width: 25px;
  height: 17px; }

.imgInfoa {
  width: 30px;
  height: 38px;
  margin-top: -7px;
  margin-right: 9px; }

.containerReportHv2 {
  background-color: #52D510;
  height: 56px;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  padding: 18px;
  border-radius: 10px;
  margin: auto; }

.colorSecundary {
  background-color: #FFFFFF !important; }

.colorPrimary {
  background-color: #EDEDED !important; }

.textButtonSecundary {
  background-color: #FFFFFF;
  color: #675F5F;
  font-family: "Bold";
  word-spacing: 0.5rem; }

.textButtonPrimary {
  background-color: #EDEDED;
  color: #675F5F;
  font-family: "Bold";
  word-spacing: 0.5rem; }

.contentAttachHash {
  margin-top: 5rem;
  margin-bottom: 4rem; }

.sidenav---sidenav-subnavitem---1cD47.sidenav---selected---1EK3y {
  background-color: var(--primary-color);
  color: #fff !important; }

.itemsTagsFilter {
  height: 1.5rem;
  padding: 5px 0px 5px 5px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 5px; }

.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47:hover > .sidenav---navitem---9uL5T {
  color: #000 !important; }

.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47 > .sidenav---navitem---9uL5T {
  color: #000 !important; }

.buttonCancel {
  font-family: "Bold";
  color: #ffffff;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 13px;
  background-color: #6B849E; }

.buttonSave {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 13px;
  font-family: "Bold";
  background: #2699FB 0% 0% no-repeat padding-box; }
  .buttonSave:disabled {
    border: 1px solid #2699FB;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 13px;
    font-family: "Bold";
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.buttonContinue {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 13px;
  font-family: "Bold";
  background: #2699FB 0% 0% no-repeat padding-box; }
  .buttonContinue:disabled {
    border: 1px solid #2699FB;
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 13px;
    font-family: "Bold";
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.viewXlsx {
  color: #675F5F;
  text-align: center;
  margin: 3rem;
  font-family: 'Regular';
  font-size: 1rem; }

.avatarCompany {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0.75rem;
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  border: 1px solid var(--primary-color) !important;
  font-size: smaller !important; }

.menuDocument {
  width: 60px;
  margin-top: 1rem; }

.menuDocument1 {
  width: 60px; }

.overflow-autoSidebar {
  overflow: auto !important; }

.overflow-autoSidebarY {
  overflow-y: auto !important;
  overflow-x: hidden !important; }

.buttonBackPopup {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 13px;
  font-family: "Bold";
  background: var(--primary-color) 0% 0% no-repeat padding-box; }
  .buttonBackPopup:disabled {
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 13px;
    font-family: "Bold";
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.titleSelect {
  text-decoration: underline;
  font-family: 'Bold';
  color: #1592E6;
  cursor: pointer; }

.titleNotSelect {
  font-family: 'Bold';
  cursor: pointer; }

.containerSection {
  height: fit-content;
  height: -moz-max-content;
  margin: 2rem;
  opacity: 1;
  height: max-content; }

.titleDescalification {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #675F5F; }

.grid-rows-3 {
  grid-template-columns: auto auto auto; }

.divArrayFamily {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 10px;
  width: auto;
  padding: 5px 10px;
  font-size: 13px; }

.btnClosePopupBlack .MuiSvgIcon-root {
  color: #000;
  font-size: 1rem !important; }

.btnClosePopupBlack.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.gap-4 {
  gap: 1rem; }

.grid-flow-col {
  grid-auto-flow: column; }

.w-100 {
  width: 100px; }

.r-4 {
  right: 1rem; }

.colorSecundaryApp {
  color: #1592E6; }

.colorGrayApp {
  color: #707070; }

#AvatarMembers {
  background-color: #9ac8f3 !important; }

.react-datepicker-wrapper {
  width: 100% !important; }

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  background-color: #FFFFFF !important; }

.react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header {
  color: #348DE3 !important; }

.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover, .react-datepicker__month-text--selected:hover, .react-datepicker__month-text--in-selecting-range:hover, .react-datepicker__month-text--in-range:hover, .react-datepicker__quarter-text--selected:hover, .react-datepicker__quarter-text--in-selecting-range:hover, .react-datepicker__quarter-text--in-range:hover, .react-datepicker__year-text--selected:hover, .react-datepicker__year-text--in-selecting-range:hover, .react-datepicker__year-text--in-range:hover {
  background-color: #348DE3 !important; }

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
  background-color: #348DE3 !important; }

.react-datepicker {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border: 1px solid #348DE3 !important;
  border-radius: 17px !important;
  opacity: 1 !important; }

.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-bottom: 1px solid #348DE3 !important;
  border-top-left-radius: 17px !important;
  border-top-right-radius: 17px !important; }

.react-datepicker__navigation {
  filter: invert(8%) sepia(61%) saturate(6477%) hue-rotate(163deg) brightness(103%) contrast(93%) !important; }

.react-datepicker__input-container .react-datepicker__calendar-icon {
  filter: invert(53%) sepia(23%) saturate(6157%) hue-rotate(189deg) brightness(94%) contrast(89%) !important;
  margin-top: 0.25rem; }

.input-upload2 {
  background: #E4E4E4 0% 0% no-repeat padding-box;
  width: 95%;
  height: 2.25rem;
  box-shadow: 0 0 0 3px #dbe0e400 !important; }

.btnCleanFile2 {
  color: #C2C2C2; }

.pt-t {
  padding-top: 1rem; }

.react-datepicker__view-calendar-icon input {
  padding: 10px 10px 10px 25px !important; }

.contentDetailRequest {
  padding: 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.containActions {
  margin-left: auto;
  display: table; }

.logoCompany {
  width: 6rem; }

#SelectEducation {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAANCAYAAABCZ/VdAAAABHNCSVQICAgIfAhkiAAAAN1JREFUOE+dkcENwjAMRdMJYAPuXOgIZQTOIAGDINgAMQFFDMAKPXKEDRiBEfi/qiUriuMSS/8QN3n/261CCDvoDH2hFfSCSqvGwwc0hdbVAJ0MNBosCw0aBSauI/wDzVTUEgNOf43GvRPOUTpI0vOOrIh9r1LgNx5tCGelDNjfQ22GboEbBhS4GBC0iGCWQRZMhobzzL/MVXgGLjgFH2NwwqVjNB133K9C9+Pk8s2agFMRoisJtpJ7Bhp8w4ErSpaVfIxBFuwl12laHLaq4YL/gfPuAZpDT+hirUL3f53jMuXzkwyMAAAAAElFTkSuQmCC) white no-repeat calc(100% - 10px) !important; }

.borderFieldForm {
  border: 1px solid #675F5F !important;
  border-radius: 18px; }

.bottomNewTalent {
  text-align: end; }

.NoTalent {
  margin-top: 2rem;
  margin-left: 4rem;
  margin-right: 4rem; }

.marginOrganigrama {
  margin-right: 17rem !important; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.styleIconHelp {
  height: 1.25rem;
  margin-right: 1rem; }

.sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47.sidenav---selected---1EK3y > .sidenav---navitem---9uL5T > .sidenav---navtext---1AE_f {
  white-space: nowrap !important; }

.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL .sidenav---sidenav-subnav---1EN61 > .sidenav---sidenav-subnavitem---1cD47 > .sidenav---navitem---9uL5T {
  white-space: nowrap !important; }

.logoWhite {
  width: 63px; }

.datas.sidenav---sidenav---_2tBP.sidenav---expanded---1KdUL {
  min-width: 265px !important; }

.stileSearchTalent {
  width: 28%;
  margin-top: auto; }

.selectCollaborator {
  cursor: pointer; }

.selectCollaborator:hover {
  text-decoration: underline; }

.rs-steps {
  min-height: 40px; }

.rs-steps-item {
  padding-left: 30px;
  position: relative;
  overflow: hidden; }

.rs-steps-item-icon-wrapper {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 17px;
  line-height: 2;
  color: #8e8e93;
  position: absolute;
  /* top: -2px; */
  left: 0; }

.rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) {
  background: #D8D8D8 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  color: #675F5F;
  border-radius: 50%; }

.rs-steps-item-status-finish .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) .rs-steps-item-icon,
.rs-steps-item-status-error .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) .rs-steps-item-icon {
  border-color: #3498ff;
  border-radius: 30px;
  background: #3498ff;
  color: #fff; }

.rs-steps-item-status-finish .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) .rs-steps-item-icon::before,
.rs-steps-item-status-error .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) .rs-steps-item-icon::before {
  font-family: 'rsuite-icon-font';
  font-style: normal;
  line-height: 1;
  width: 28px;
  height: 28px;
  font-size: 12px;
  line-height: 2.33333333;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0; }

.rs-steps-item-status-finish .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) {
  border-color: #3498ff;
  color: #fff; }

.rs-steps-item-status-error .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) {
  border-color: #f44336;
  color: #fff; }

.rs-steps-item-status-error .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) .rs-steps-item-icon::before {
  content: '\F00D';
  color: #f44336; }

.rs-steps-item-status-process .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) {
  border-color: #3498ff;
  background: #3498ff;
  color: #fff; }

.rs-steps-item-status-finish .rs-steps-item-icon-wrapper,
.rs-steps-item-status-process .rs-steps-item-icon-wrapper {
  color: #3498ff; }

.rs-steps-item-status-error .rs-steps-item-icon-wrapper {
  color: #f44336; }

.rs-steps-item-icon-wrapper > .rs-steps-item-icon {
  width: 100%;
  display: block;
  text-align: center; }

.rs-steps-item-icon-wrapper > .rs-steps-item-icon .rs-icon {
  vertical-align: middle; }

.rs-steps-item-content {
  color: #8e8e93;
  display: inline-block;
  position: relative;
  width: 100%; }

.rs-steps-item-status-process .rs-steps-item-content {
  color: #575757; }

.rs-steps-item-status-error .rs-steps-item-content {
  color: #f44336; }

.rs-steps-item-title {
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  min-height: 16px;
  padding-right: 10px;
  display: inline-block; }

.rs-steps-item-title:empty {
  padding-right: 0; }

.rs-steps-item-description {
  margin-top: 12px; }

.rs-steps-item-tail,
.rs-steps-item-title::after {
  position: absolute;
  border-color: #c5c6c7; }

.rs-steps-item-status-process .rs-steps-item-tail,
.rs-steps-item-status-process .rs-steps-item-title::after {
  border-color: #c5c6c7; }

.rs-steps-item-status-finish .rs-steps-item-tail,
.rs-steps-item-status-finish .rs-steps-item-title::after {
  border-color: #3498ff; }

.rs-steps-next-error .rs-steps-item-tail,
.rs-steps-next-error .rs-steps-item-title::after {
  border-color: #f44336; }

.rs-steps-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.rs-steps-horizontal .rs-steps-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 30px; }

.rs-steps-horizontal .rs-steps-item:last-child {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.rs-steps-horizontal .rs-steps-item:last-child .rs-steps-item-title::after {
  display: none; }

.rs-steps-horizontal .rs-steps-item:not(:first-child) {
  padding-left: 50px; }

.rs-steps-horizontal .rs-steps-item:not(:first-child) .rs-steps-item-icon-wrapper {
  left: 0px; }

.rs-steps-horizontal .rs-steps-item-content {
  height: 30px; }

.rs-steps-horizontal .rs-steps-item-title::after {
  content: '';
  top: 15px;
  left: 6px;
  width: 9999px;
  border-top-width: 1px;
  border-top-style: solid; }

.rs-steps-vertical .rs-steps-item {
  padding-bottom: 20px; }

.rs-steps-vertical .rs-steps-item:not(:first-child) {
  margin-top: 10px; }

.rs-steps-vertical .rs-steps-item:last-child .rs-steps-item-tail {
  display: none; }

.rs-steps-vertical .rs-steps-item-tail {
  top: 40px;
  bottom: 0;
  left: 15px;
  border-left-width: 1px;
  border-left-style: solid; }

.rs-steps-small {
  min-height: 24px; }

.rs-steps-small.rs-steps-horizontal .rs-steps-item {
  min-height: 24px; }

.rs-steps-small.rs-steps-horizontal .rs-steps-item:not(:first-child) {
  padding-left: 44px; }

.rs-steps-small.rs-steps-vertical .rs-steps-item-tail {
  left: 12px; }

.rs-steps-small.rs-steps-horizontal .rs-steps-item-title::after {
  top: 12px; }

.rs-steps-small .rs-steps-item {
  padding-left: 34px; }

.rs-steps-small .rs-steps-item-icon-wrapper {
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 1.57142857; }

.rs-steps-small .rs-steps-item-title {
  font-size: 14px;
  line-height: 1.71428571; }

.rs-steps-small .rs-steps-item-description {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.66666667; }

.rs-steps-small .rs-steps-item-status-finish .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) .rs-steps-item-icon::before,
.rs-steps-small .rs-steps-item-status-error .rs-steps-item-icon-wrapper:not(.rs-steps-item-custom-icon) .rs-steps-item-icon::before {
  width: 22px;
  height: 22px;
  line-height: 1.83333333; }



/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.contentAllCookie {
  background: #00ACEC 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  width: -webkit-fill-available;
  padding-left: 2rem;
  padding-right: 1rem;
  height: 8rem; }

.textCookie {
  text-align: left;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  font-size: 1rem;
  margin-right: 3rem; }

.buttonAccept {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #4A484D;
  border-radius: 10px;
  opacity: 1;
  color: #4A484D;
  width: 14rem;
  height: 3rem;
  font-size: 0.9rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 4rem; }

.btnCloseCookies2.MuiIconButton-edgeStart {
  padding-top: 11px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important; }

.btnCloseCookie {
  color: #FFFFFF !important; }

.divCloseCookies {
  text-align: end;
  height: 30px !important; }

.textPolitics {
  font-weight: bold;
  text-decoration: underline; }

.cookiePopup .MuiDialog-paper {
  background-color: transparent !important;
  margin-top: auto !important; }

.cookiePopup .MuiBackdrop-root {
  background-color: transparent !important; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.privacy__close-container {
  height: 7vh;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  right: 0;
  width: 100%; }

.privacy__span-close:after {
  --text-opacity:1;
  color: var(--primary-color);
  color: rgba(4, 50, 98, var(--text-opacity));
  font-size: 1.25rem;
  content: " \2715"; }

@media (min-width: 0px) {
  .privacy__container {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    background-color: rgba(162, 162, 162, 0.377);
    top: 0;
    z-index: 2001; }
  .privacy__content {
    height: 80%;
    width: 80%;
    overflow-y: scroll; }
  .privacy__content, .privacy__content__page {
    position: relative;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: justify;
    background-color: #fff;
    border-radius: 15px; }
  .privacy__content__page {
    margin-top: 10rem;
    margin-bottom: 5rem; }
  .privacy__span-close {
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
    cursor: pointer;
    margin-left: 100%; }
  .privacy__title {
    font-family: "Regular";
    margin-top: 4rem;
    text-align: center; }
  .privacy__subtitle, .privacy__title {
    --text-opacity:1;
    color: #00a1ed;
    color: rgba(0, 161, 237, var(--text-opacity)); }
  .privacy__subtitle, .privacy__text {
    font-family: "Regular"; }
  .privacy__text {
    font-size: .5rem; } }

@media (min-width: 481px) {
  .privacy__title {
    font-size: .9rem; }
  .privacy__text {
    font-size: .75rem; }
  .privacy__span-close {
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
    cursor: pointer;
    margin-left: 100%; } }

@media (min-width: 768px) {
  .privacy__content, .privacy__content__page {
    padding-left: 3rem;
    padding-right: 3rem; }
  .privacy__title {
    font-size: 2rem; }
  .privacy__text {
    font-size: .9rem; }
  .privacy__span-close {
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
    cursor: pointer;
    margin-left: 100%; } }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.box {
  background: rgba(255, 255, 255, 0.85) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #0F0E0E62;
  border-radius: 30px !important; }
  .box .text-welcome {
    font-family: "Regular";
    letter-spacing: 0px;
    color: #4A484D; }
  .box .alertValidation {
    color: #FF0215;
    font-size: 0.75rem;
    font-family: "Regular"; }
  .box .button-recover {
    background: transparent linear-gradient(172deg, var(--primary-color) 0%, var(--primary-color) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px !important;
    opacity: 1; }
  .box .checkbox-politics {
    box-shadow: 0px 3px 6px #00000029 !important;
    border: 1px solid #4A484D !important;
    border-radius: 10px !important;
    opacity: 1 !important; }
  .box_container-captcha {
    margin-top: 1rem;
    left: 0;
    height: 30%;
    font-family: sans-serif;
    text-align: center; }
  .box .alertRecaptcha {
    width: max-content; }
  .box .button-login {
    background: transparent linear-gradient(172deg, var(--primary-color) 0%, var(--primary-color) 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px !important;
    opacity: 1; }

.marginCookie {
  margin-top: 7rem; }

.container-captcha {
  margin-top: 1rem;
  left: 0;
  height: 30%;
  font-family: sans-serif;
  text-align: center; }

i.fas.fa-exclamation-circle.alertPassword {
  position: absolute;
  top: 2.8rem;
  right: -1.3rem; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefitsMap {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 20px; }

.textAdminBenefits {
  font-size: 14px;
  font-family: "Regular";
  color: #FFFFFF;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggestedB {
  border-radius: 21px;
  min-width: 200px;
  margin: 1rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeB {
  width: 1.25rem;
  height: 1rem;
  margin-left: auto; }

.SectionBenfits {
  padding-top: 2rem;
  padding-right: 8rem; }

.divTitle {
  width: 100%;
  justify-content: space-between; }

.titleSectionBnefits {
  margin-left: 2.5rem; }

.titleBenefitsSection {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textListBenefits2 {
  font-family: "Regular";
  color: #000000;
  text-align: left !important; }

.marginOption {
  margin-left: 5rem; }

.checkbox-politicsCreate {
  box-shadow: 0px 3px 6px #00000029 !important;
  border: 1px solid #4A484D !important;
  border-radius: 0px !important;
  opacity: 1 !important; }

.borderFieldFormBenefits {
  border: 1px solid #675F5F !important;
  border-radius: 0px;
  width: 5rem;
  height: 2rem;
  margin-left: 1rem; }

.styleMenu {
  overflow: scroll;
  max-height: calc(100vh - 343px);
  margin-top: 1rem;
  width: 100%;
  overflow-x: hidden; }

.imgPointB {
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem; }

.fontTitleResume {
  font-size: smaller; }

.iconHelpList {
  margin-right: 4rem; }

.iconHelpB {
  width: 15px;
  height: 15px; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefitsMap {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 20px; }

.textAdminBenefits {
  font-size: 14px;
  font-family: "Regular";
  color: #FFFFFF;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggestedB {
  border-radius: 21px;
  min-width: 200px;
  margin: 1rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeB {
  width: 1.25rem;
  height: 1rem;
  margin-left: auto; }

.SectionCommunique {
  padding-top: 2rem;
  padding-right: 3rem; }

.SectionCommunique2 {
  padding-top: 2rem;
  padding-right: 5rem; }

.divTitle {
  width: 100%;
  justify-content: space-between; }

.titleSectionBnefits {
  margin-left: 2.5rem; }

.titleBenefitsSection {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textListBenefits2 {
  font-family: "Regular";
  color: #000000;
  text-align: left !important; }

.marginOption {
  margin-left: 5rem; }

.checkbox-politicsCreate {
  box-shadow: 0px 3px 6px #00000029 !important;
  border: 1px solid #4A484D !important;
  border-radius: 0px !important;
  opacity: 1 !important; }

.borderFieldFormBenefits {
  border: 1px solid #675F5F !important;
  border-radius: 0px;
  width: 5rem;
  height: 2rem;
  margin-left: 1rem; }

.styleMenuCommu {
  overflow: scroll;
  max-height: calc(100vh - 394px);
  margin-top: 1rem;
  width: 100%;
  overflow-x: hidden; }

.imgPointB {
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem; }

.fontTitleResume {
  font-size: smaller; }

.iconHelpList {
  margin-right: 4rem; }

.iconHelpB {
  width: 15px;
  height: 15px; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentInfoBirthday {
  margin-top: 2rem;
  margin-bottom: auto;
  padding: 1rem 2rem 3rem 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px;
  margin-right: auto; }

.borderBlackCheck {
  border: 1px solid #000000; }

.contentAdvertencia {
  padding: 1rem;
  background-color: #E4E4E4;
  border: 1px solid #4A484D;
  color: #000000;
  border-radius: 15px; }

.textAdvertencia {
  font-family: "Bold"; }

i.fas.fa-exclamation-circle.titleBirthday {
  position: unset !important;
  margin-left: 0.5rem;
  margin-top: 1.3rem; }

.contentBottomAdd {
  width: fit-content; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.menuMoreEvaluator .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  border: 1px solid #348DE3 !important;
  box-shadow: 0px 0px 0px #00000029 !important; }

.menuMoreEvaluator .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  position: absolute;
  margin-top: 2.5rem !important; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImgB {
  display: block;
  position: relative; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 3rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.createBenefits {
  width: 100%;
  margin: 2rem;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 30px; }

.borderBlackB {
  border: 1px solid #000000;
  border-radius: 15px !important; }

.listBenefitsSection {
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 25px;
  min-width: 45rem !important; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsBenefitList {
  margin-left: 2rem;
  margin-right: 0.5rem;
  cursor: pointer;
  margin-top: -4px; }

.quills .ql-toolbar.ql-snow {
  border: 1px solid #C2C2C2 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quills .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #C2C2C2 !important;
  border-left: 1px solid #C2C2C2 !important;
  border-bottom: 1px solid #C2C2C2 !important; }

.quills .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.inputOtherSelect {
  border: 1px solid #000000;
  border-radius: 10px;
  height: 3rem; }

.titleListBenefits {
  color: var(--primary-color);
  font-family: "Bold"; }

.widthImageLink {
  width: 50%; }

.selectFilterOrder {
  color: #000000;
  font-family: "Bold"; }

.marginCommunique {
  margin-right: 3rem; }

.menuMoreEvaluator .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  border: 1px solid #348DE3 !important;
  box-shadow: 0px 0px 0px #00000029 !important; }

.menuMoreEvaluator .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  position: absolute;
  margin-top: 2.5rem !important; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefitsMap {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 20px; }

.textAdminBenefits {
  font-size: 14px;
  font-family: "Regular";
  color: #FFFFFF;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggestedB {
  border-radius: 21px;
  min-width: 200px;
  margin: 1rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeB {
  width: 1.25rem;
  height: 1rem;
  margin-left: auto; }

.SectionBenfits {
  padding-top: 2rem;
  padding-right: 8rem; }

.divTitle {
  width: 100%;
  justify-content: space-between; }

.titleSectionBnefits {
  margin-left: 2.5rem; }

.titleBenefitsSection {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textListBenefits2 {
  font-family: "Regular";
  color: #000000;
  text-align: left !important; }

.marginOption {
  margin-left: 5rem; }

.checkbox-politicsCreate {
  box-shadow: 0px 3px 6px #00000029 !important;
  border: 1px solid #4A484D !important;
  border-radius: 0px !important;
  opacity: 1 !important; }

.borderFieldFormBenefits {
  border: 1px solid #675F5F !important;
  border-radius: 0px;
  width: 5rem;
  height: 2rem;
  margin-left: 1rem; }

.styleMenu {
  overflow: scroll;
  max-height: calc(100vh - 343px);
  margin-top: 1rem;
  width: 100%;
  overflow-x: hidden; }

.imgPointB {
  width: 1rem;
  height: 1rem;
  margin-left: 0.3rem; }

.fontTitleResume {
  font-size: smaller; }

.iconHelpList {
  margin-right: 4rem; }

.iconHelpB {
  width: 15px;
  height: 15px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.m-8 {
  margin: 2rem; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews1 .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Bold' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.overflow-autoSidebar {
  overflow: auto !important; }

.listFormsNews1 .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0 !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.titleCaracteristP {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.txtAlignCenter {
  width: 25%;
  text-align: center; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.boxImageProfile {
  width: 150px;
  height: 179px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 34px;
  opacity: 1;
  padding: 2rem 1rem; }

.w-1\/3 {
  width: 33.333333%; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.dateCompletionForm {
  text-align: left;
  display: flex;
  margin-left: auto;
  font-family: "Bold";
  font-size: 15px;
  letter-spacing: 0px;
  color: #00ACEC;
  opacity: 1; }

.titleMap {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  font-size: 30px;
  font-family: "Bold";
  opacity: 1; }

.txtDetailExam2 {
  font-size: 14px;
  white-space: nowrap;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.iconPointsMap {
  width: 30px;
  height: 30px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

i.fas.fa-exclamation-circle {
  position: absolute;
  right: -1.3rem;
  color: #338ADF; }

i.fas.fa-exclamation-circle.infoRecomenda {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem;
  margin-top: 0.3rem; }

i.fas.fa-exclamation-circle.infoRecomenda {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem; }

.iconHelpB {
  width: 15px;
  height: 15px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.vacant {
  background: #fff;
  border-radius: 15px;
  padding: 15px 20px;
  margin-top: 20px;
  border: 1px solid #348de3; }
  .vacant:last-child {
    margin-bottom: 1.8rem; }
  .vacant__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .35rem;
    cursor: pointer; }
  .vacant__info {
    display: flex;
    border-bottom: 1px solid #E9E5E5;
    cursor: pointer; }
  .vacant__info img {
    margin-right: 2px; }
  .vacant .button-actions {
    color: #675F5F;
    border: 1px solid #348de3;
    padding: 4px 13px;
    margin-left: .85rem;
    border-radius: 0.35rem;
    transition: all linear .1s;
    box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.6);
    font-size: 0.85rem; }
    .vacant .button-actions-invert {
      font-size: 1rem;
      border: 1px solid transparent;
      box-shadow: none; }
      .vacant .button-actions-invert:hover {
        border: 1px solid #348de3; }
      .vacant .button-actions-invert i {
        color: #348de3;
        margin-right: 7px;
        font-size: 14px; }
  .vacant .header-title {
    font-weight: bold;
    color: #675F5F;
    font-family: "Bold"; }
  .vacant .options-select .MuiSelect-select.MuiSelect-select {
    padding: 8px 10px;
    font-size: 15px !important;
    color: #675F5F; }
    .vacant .options-select .MuiSelect-select.MuiSelect-select:focus {
      background: transparent; }

.MuiMenu-list {
  padding: 10px 16px !important; }
  .MuiMenu-list li.MuiListItem-root {
    font-size: 13px;
    border-bottom: 1px solid #E9E5E5;
    padding: 5px !important; }
    .MuiMenu-list li.MuiListItem-root:last-child {
      border-bottom: none; }
    .MuiMenu-list li.MuiListItem-root.Mui-disabled {
      color: #675F5F;
      font-weight: 700;
      font-size: 17px;
      opacity: 1;
      border: none; }
    .MuiMenu-list li.MuiListItem-root:hover, .MuiMenu-list li.MuiListItem-root.Mui-selected {
      background: transparent !important; }

.color-publicado {
  color: #37F114; }

.color-cerrado {
  color: #ffc107; }

.color-posted {
  color: #37F114; }

.color-closed {
  color: #ffc107; }

.color-borrador {
  font-weight: normal; }

.color-draft {
  color: gray; }

.color-eliminado {
  color: #F62323; }

.menuMoreVacancy {
  max-height: 300px;
  width: 380px; }
  .menuMoreVacancy .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    left: auto !important;
    right: 38px !important;
    position: inherit;
    margin-top: 2.7rem !important;
    border: 1px solid #348DE3 !important;
    box-shadow: 0px 0px 0px #00000029 !important; }

.menuMore .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  border: 1px solid #348DE3 !important;
  box-shadow: 0px 0px 0px #00000029 !important; }

.menuMore {
  max-height: 300px;
  width: 380px; }
  .menuMore .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    position: inherit;
    margin-top: 3.5rem !important; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular";
  font-weight: 700 !important; }

.btn-close-deleteVideo {
  left: 35%;
  right: 20%; }

.btn-close-vacancies {
  left: 35%;
  right: 20%; }

.btn-close-vacancies.MuiIconButton-root {
  color: #348DE3 !important; }

.text-deleteReferences {
  height: 2rem; }

.textAddSoft {
  color: #819FAA;
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
  font-family: "Regular" !important; }

.btn-deleteRerences2 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.title-popup-description {
  color: #043262;
  font-family: "Regular";
  margin-left: 1rem !important; }

.btn-close-deleteReferences {
  left: 24%;
  right: 20%; }

.titleMenuFollow {
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 17px; }

.textMenuFollow {
  color: #675F5F;
  font-family: "Regular";
  letter-spacing: 0px;
  text-align: left;
  font-size: 13px; }

.textConfirmDuplicate {
  margin-left: auto;
  color: #675F5F;
  font-family: "Regular";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1rem; }

.btn-confirm-duplicateGroup {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #00ACEC;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0rem !important; }

.btn-back-duplicateGroup {
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-bottom: 0rem !important;
  color: #675F5F; }

.btn-close-duplicate {
  transform: matrix(0, 1, -1, 0, 0, 0);
  border: 3px solid #043262;
  opacity: 1;
  filter: invert(78%) sepia(31%) saturate(3979%) hue-rotate(180deg) brightness(99%) contrast(98%); }

.PopupDuplicate2 .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 55px;
  opacity: 1;
  max-width: 504px !important; }

.PopupDuplicateGroups .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 55px;
  opacity: 1;
  max-width: 504px !important;
  padding: 1rem !important; }

.contentDeleteGroup.MuiDialogContent-root {
  padding: 8px 6px !important;
  overflow-y: unset  !important; }

.PopupDeleteGroup .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 55px;
  opacity: 1;
  max-width: 504px !important;
  height: 21rem !important;
  padding: 1rem !important; }

.titleConfirmationDuplicate.MuiDialogTitle-root {
  padding: 23px 17px 7px 13px; }

.btn-close-duplicate.MuiIconButton-root {
  padding: 14px 12px 8px 2px; }

.btnCloseX.MuiSvgIcon-root {
  font-size: 1.5rem !important; }

.dialogDeleteVacancies .MuiDialog-paperWidthSm {
  padding: 1rem !important;
  box-shadow: 0px 6px 20px #00000029 !important;
  border-radius: 30px !important; }

.titleDeleteStudy .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-weight: 700;
  font-size: 1.4rem; }

.textDelete {
  color: #4A484D;
  font-size: 0.8rem;
  font-family: "Regular" !important; }

.btnCancelDeleteVacant {
  color: #675F5F !important;
  opacity: 1; }

.btn-acceptVacant {
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.contentDialogVacant.MuiDialogContent-root {
  padding: 0px 24px; }

.btnAgreeRestore {
  width: 10rem;
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelDelete {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.btnRestore.MuiIconButton-edgeStart {
  color: #348DE3; }

.contentPopupArchived .MuiDialog-paperWidthSm {
  border-radius: 2rem !important; }

.button-actions {
  color: #675F5F;
  padding: 4px 13px;
  text-decoration: underline;
  transition: all linear .1s;
  box-shadow: -1px 3px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.6);
  font-size: 0.85rem; }
  .button-actions-invert {
    font-size: 1rem;
    box-shadow: none; }
    .button-actions-invert i {
      color: #348de3;
      margin-right: 7px;
      font-size: 14px; }

.title-popup-DeleteGroup {
  color: #043262;
  font-family: "Regular";
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: auto !important;
  margin-right: 2rem !important; }

.dialogDeleteGroup .MuiDialog-paperWidthSm {
  padding: 0.5rem !important;
  height: 291px !important; }

.textDeleteGroup {
  color: #4A484D;
  font-size: medium;
  font-family: "Regular" !important; }

.colorTitleArchived {
  color: var(--primary-color) !important; }

.marginTextConfirm {
  margin-left: 1.5rem !important; }

.marginTextConfirm2 {
  margin-left: 0.75rem !important; }

.contentTalentDelete.MuiDialogContent-root {
  height: 5rem !important; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoEliminatedSearch {
  margin: auto;
  padding: 6rem 0rem 6rem 0rem;
  margin-top: 2rem;
  background-color: #EDEDED;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.tittleNoEliminated {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.btnAgreeRestore {
  width: 10rem;
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelDelete {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.btnRestore.MuiIconButton-edgeStart {
  color: #348DE3; }

.contentPopupRestore .MuiDialog-paperWidthSm {
  border-radius: 2rem !important; }

.backgroundVacant {
  background-attachment: fixed;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

.txtTitlePrincipal {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 18px;
  margin-right: 0.5rem; }

.txtSecondCreate {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 13px;
  margin-right: 0.5rem; }

.flowRoot {
  display: flow-root; }

.containerTopVacant {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 9px 6px #00000029;
  opacity: 1;
  padding: 1rem; }

.textCreate {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.contentForm {
  background: #fff;
  border-radius: 15px;
  padding: 15px 20px;
  margin-top: 20px;
  border: 1px solid #348de3;
  margin-left: 5rem;
  margin-right: 5rem; }

.inputCreateGrup {
  width: inherit;
  border-bottom: 0.1px solid #c2c2c2 !important;
  padding-left: 0.5rem; }

.textTitle {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.inputCodigo {
  width: 19rem;
  border-bottom: 0.1px solid #c2c2c2 !important;
  padding-left: 0.5rem; }

.titleCreate {
  justify-content: end;
  margin-left: 5rem;
  margin-right: 5rem;
  margin-top: 1rem; }

.titleCreate2 {
  justify-content: end;
  margin-left: 5rem;
  margin-right: 5rem;
  margin-top: 4rem; }

.buttomCreate {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  padding: 7px 25px 10px 25px;
  border-radius: 8px !important;
  opacity: 1; }

.fieldDescription {
  margin-bottom: 1rem;
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.textMember {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.contentFormCreate {
  height: max-content;
  margin-bottom: 4rem !important; }

.avatarMember {
  width: 40px !important;
  height: 40px !important;
  background-color: #043262 !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
  margin-left: 0rem !important;
  margin-right: 1rem !important; }

.avatarMember.MuiAvatar-root {
  font-size: 1rem !important; }

.hrStyle {
  margin: 0.5rem 0.2rem 0.5rem 0.2rem !important;
  border-bottom: 0.1px solid #c2c2c2 !important; }

.buttomAddMember {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 11px;
  opacity: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding: 6px; }

.iconAddMember {
  letter-spacing: 0px;
  color: #348DE3;
  opacity: 1;
  font-weight: bold; }

.letterCreate .ql-toolbar.ql-snow {
  background: #F1F1F1 0% 0% no-repeat padding-box;
  border: 1px solid #F1F1F1;
  opacity: 1; }

.letterCreate .ql-toolbar.ql-snow + .ql-container.ql-snow {
  height: 13rem;
  border: 4px solid #F1F1F1;
  opacity: 1; }

.imgArrow {
  margin-left: auto;
  width: 2rem;
  height: 2rem;
  margin-top: 0.5rem; }

.contentImg {
  height: max-content !important; }

.widthTitle {
  width: 100% !important; }

.widthCode {
  width: 30% !important; }

.btnQuitMember .MuiSvgIcon-root {
  color: #675F5F;
  width: 1.5rem;
  height: 1.5rem; }

.contentButtom {
  background-color: #FFFFFF !important;
  color: #675F5F; }

.btnCleanCode.MuiIconButton-root {
  padding: 0rem !important;
  width: 1rem !important;
  height: 1rem !important; }

.btnCleanCode .MuiSvgIcon-root {
  width: 1rem !important;
  height: 1rem !important; }

.txtGroupItem {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 0.9rem;
  padding: 0rem 1rem 0rem 1rem; }

.txtGroupItemDefault {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 0.9rem;
  padding: 0rem 1rem 0rem 0.3rem; }

.imgEditGroup {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.25rem;
  margin-right: 0.5rem; }

.bottomPlus {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 11px;
  opacity: 1; }

.menuMoreAccion {
  max-height: 300px;
  width: 380px; }
  .menuMoreAccion .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    left: auto !important;
    right: 88px !important;
    position: inherit;
    margin-top: 2.5rem !important;
    border: 1px solid #348DE3 !important;
    box-shadow: 0px 0px 0px #00000029 !important; }

.containerEditBlue {
  border-bottom: 4px solid #348DE3; }

.filterImage {
  filter: invert(45%) sepia(81%) saturate(1291%) hue-rotate(188deg) brightness(93%) contrast(90%); }

.txtVacantItemBlue {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #348DE3 !important;
  opacity: 1;
  font-size: 0.9rem;
  padding: 0rem 1rem 0rem 0.3rem; }

.borderTxt {
  border-bottom: 3px solid #348DE3;
  padding-bottom: 2px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.m-8 {
  margin: 2rem; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews1 .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Bold' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.listFormsNews1 .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.listFormsNews1 .listFormsNews2 .MuiListItem-gutters {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.overflow-autoSidebar {
  overflow: auto !important; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0 !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.titleCaracteristP {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.txtAlignCenter {
  width: 25%;
  text-align: center; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.boxImageProfile {
  width: 150px;
  height: 179px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 34px;
  opacity: 1;
  padding: 2rem 1rem; }

.w-1\/3 {
  width: 33.333333%; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.m-8 {
  margin: 2rem; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Regular' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.listFormsNews .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0 !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.titleCaracteristP1 {
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.titleCaracteristP4 {
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 13px; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.txtAlignCenter {
  width: 25%;
  text-align: center; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.boxImageProfile {
  width: 150px;
  height: 179px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 34px;
  opacity: 1;
  padding: 2rem 1rem; }

.w-1\/3 {
  width: 33.333333%; }


:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.m-8 {
  margin: 2rem; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Regular' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.listFormsNews .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0 !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.titleCaracteristP {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.txtAlignCenter {
  width: 25%;
  text-align: center; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.phoneRegister {
  box-shadow: 0px 3px 6px #00000029;
  height: 3rem; }

.phoneRegister .PhoneInputCountry {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: var(--PhoneInputCountrySelect-marginRight); }

.phoneRegister .PhoneInputCountrySelectArrow {
  display: block;
  content: '';
  width: 0.6rem;
  height: 0.53rem;
  border-style: solid;
  border-color: #56D5F4;
  border-top-width: 0;
  border-bottom-width: 1px !important;
  border-left-width: 0;
  border-right-width: 1px !important;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  -webkit-transform: rotate(50deg) !important;
  transform: rotate(50deg);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: 0.45;
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
  margin-left: 0.5rem;
  margin-bottom: 0.25rem; }

.phoneRegister .PhoneInputCountryIconImg {
  width: 2rem;
  height: 2rem;
  display: block; }

.phoneRegister .PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 3rem;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer; }

.phoneRegister .PhoneInputInput {
  width: inherit;
  margin-left: 0.5rem;
  padding-left: 0.25rem; }

.phoneRegister .PhoneInput--focus {
  border: 0px solid transparent !important; }

.phoneRegister .PhoneInputInput:focus-visible {
  outline: none !important; }

.boxImageProfile {
  width: 150px;
  height: 179px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 34px;
  opacity: 1;
  padding: 2rem 1rem; }

.w-1\/3 {
  width: 33.333333%; }

.dateUnlink {
  padding: 0.5rem !important; }

.caledateUnlinkndarDate .MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  color: var(--primary-color) !important;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentImgReport {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.backgroundReport {
  background-attachment: fixed;
  background-color: #E4E4E4;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

.imgProfileRow {
  height: 16px !important;
  border-radius: 30px; }

.imgProfileRowTra {
  height: 13px !important;
  border-radius: 30px; }

.imgProfileRow2 {
  height: 68px !important;
  border-radius: 30px; }

.textNameProfile {
  margin-left: 0.75rem;
  margin-top: 0.25rem;
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.avatarName {
  width: 43px !important;
  height: 43px !important;
  margin-top: 0.75rem;
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarName.MuiAvatar-root {
  font-size: 1rem !important; }

.textInfo {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-left: 1rem; }

.marginInfo {
  margin-top: auto; }

.titleTab {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  margin-top: 2rem;
  opacity: 1; }

.borderTitle {
  border-bottom: 1px #C2C2C2 solid; }

.borderTitle2 {
  border-bottom: 3px #2699FB solid; }

.textEmail {
  margin-top: 0.5rem;
  font-size: 14px; }

.contentProveedor {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px; }

.textProvedor {
  margin-left: 3rem;
  margin-top: 1rem; }

.textNameProfile2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  width: 6rem; }

.textActive {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #2699FB;
  opacity: 1;
  margin-left: 1.5rem; }

.contentActive {
  margin-left: auto;
  margin-top: auto;
  margin-right: 2rem; }

.contentBottoms {
  margin-right: 1rem;
  height: 2rem;
  margin-left: 1rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 6px; }

.bottomSettings {
  width: 8rem; }

.bottomSettings2 {
  width: 12rem; }

.contetnUpload {
  height: 1rem; }

.buttomUpload {
  margin-left: 8rem; }

.nameUpload {
  margin-left: 9rem;
  color: #5C5555;
  font-size: 14px; }

.borderTitle3 {
  width: 6rem; }

.contentCalendarMember {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box; }

.tittleNoCalendar {
  color: #675F5F;
  font-family: "Bold";
  font-size: 20px;
  text-align: center;
  margin-top: 1rem; }

.btnSicronizar {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 10px 10px 10px;
  border-radius: 8px !important;
  opacity: 1;
  right: 1rem;
  top: 1rem;
  margin-left: auto !important;
  margin-right: auto !important; }

.contentImgCalendar {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 4rem; }

.imgBottomSync {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem; }

.menuMoreEvents {
  max-height: 300px;
  width: 380px; }
  .menuMoreEvents .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    width: fit-content !important;
    right: 38px !important;
    position: inherit;
    margin-top: 2.7rem !important;
    border: 1px solid #2699FB !important;
    box-shadow: 0px 0px 0px #00000029 !important; }

.imgOptionsSync {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular";
  font-weight: 700 !important; }

.btnFollow {
  display: inline-flex;
  margin-right: 0.25rem; }

.textConect {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-left: 15px;
  text-align: left; }

.textPrivate {
  margin-top: 1.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.titlePrivate {
  color: #675F5F;
  font-family: "Bold";
  font-size: 17px;
  text-align: center;
  margin-top: 1.1rem;
  margin-left: 0.5rem; }

.btnCloseConect.MuiIconButton-edgeStart {
  color: #2699FB; }

.textListEvents {
  margin-top: 0.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.textListAdvertencia {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 14px !important;
  margin-left: 0.5rem; }

.btnAgreeConect {
  width: 14rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelConect {
  width: auto !important;
  color: #675F5F !important;
  opacity: 1;
  margin-right: 5rem !important; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important;
  font-weight: 700 !important; }

.dialogDeleteDocument .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteStudy .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left !important;
  letter-spacing: 0px !important;
  color: #675F5F !important;
  opacity: 1;
  font-weight: 700 !important;
  font-size: 1.4rem !important; }

.colorTitle {
  color: #675F5F !important; }

.title-popup-Document {
  color: var(--primary-color) !important;
  font-family: "Bold" !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-Document .MuiDialogContent-root {
  flex: 1 1 auto !important;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; }

.title-popup-Document .MuiIconButton-root {
  flex: 0 0 auto !important;
  color: rgba(0, 0, 0, 0.54) !important;
  padding: 12px 0px 12px 0px !important;
  overflow: visible !important;
  font-size: 1.5rem !important;
  text-align: center !important;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
  border-radius: 50% !important; }

.btnDeleteStudy {
  left: 14% !important;
  right: 20% !important; }

.btnDeleteStudy.MuiIconButton-edgeStart {
  color: #2699FB !important; }

.contentAddressDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteReferences {
  height: 2rem !important; }

.textDelete {
  color: #4A484D !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important; }

.btnCancelDelete {
  width: 10rem !important;
  color: #675F5F !important;
  opacity: 1; }

.btnAgreeDelete {
  width: 10rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.txtLinkButton {
  color: var(--primary-color);
  text-decoration: underline; }

.textBasicData {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.marginText {
  margin-right: 8rem; }

.textDate {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1; }

.borderFieldEducation {
  border: 1px solid #675F5F !important;
  border-radius: 18px; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.containerLeader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.containerLeader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #1592e6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff; }

.titlePopupChangePassword .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-weight: 700;
  font-size: 1.4rem; }

.btn-saveStudies {
  float: right;
  width: 94% !important; }

.MuiDialog-paperWidthSm {
  max-width: 600px;
  border-radius: 30px !important;
  padding: 1.5rem; }

.btnSendStudy {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Regular";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box; }
  .btnSendStudy:disabled {
    border: 0px solid #675F5F;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.ContentPopupPrincipal.MuiDialogContent-root {
  padding: 10px 0px 0px 0px !important;
  overflow-y: unset !important;
  max-width: 48rem !important; }

.btnClosePopupStudy.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 17rem !important; }

.btnClosePopupStudy .MuiSvgIcon-root {
  color: #675F5F;
  font-size: 1.25rem !important; }

.dialogAppliedStudies .MuiPaper-root.MuiDialog-paper.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm.MuiPaper-elevation24.MuiPaper-rounded {
  overflow-y: unset !important;
  max-height: calc(100% - 64px) !important; }

.contentDate .MuiFormControl-root {
  height: 2.75rem !important;
  padding-top: 0.5rem !important;
  padding-left: 0.75rem !important;
  max-width: 19rem !important; }

.contentDateMenu .MuiFormControl-root {
  height: 2.75rem !important;
  padding-top: 0.5rem !important;
  padding-left: 0.75rem !important;
  max-width: 19rem !important; }

.alertValidationForm {
  color: #FF0215;
  font-size: 0.75rem;
  font-family: "Regular"; }

.txt-description {
  text-align: left;
  letter-spacing: 0px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #675F5F; }

.padd-div-des {
  padding: 8px; }

.containerTextDescription {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 22px; }

.overflowAuto {
  overflow: auto; }

.boxStyleChangePassword {
  background: #F7F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 25px;
  padding: 20px 10px;
  min-width: 550px; }

i.fas.fa-exclamation-circleCP {
  position: relative !important;
  right: -0.5rem !important;
  color: #56D5F4;
  margin-top: 1.1rem; }

.webkit-box {
  display: -webkit-box; }

.txtDataUser {
  text-align: left;
  font-family: 'Regular';
  letter-spacing: 0px;
  font-size: 0.9rem;
  color: #4A484D;
  opacity: 1; }

i.far.fa-eye.two {
  position: absolute;
  top: 1rem !important;
  right: 4%;
  color: #9b9393; }

i.far.fa-eye-slash.two {
  position: absolute;
  top: 1rem !important;
  right: 4%;
  color: #9b9393; }

.btn-changeP {
  width: 20px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: -0.25rem; }

.titlePopupChangePassword.MuiDialogTitle-root {
  padding: 0px !important; }

.btn-deleteA {
  width: 20px;
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem; }

.title-popup-delete {
  color: #043262;
  font-family: "Regular"; }

.btnCancelDelete {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.btnAgreeDelete {
  width: 10rem;
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.btnClosePopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnClosePopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.boxDetailUser {
  background: #E2E2E2 0% 0% no-repeat padding-box;
  border: 1px solid #043262;
  border-radius: 35px;
  width: fit-content; }

.textDelete {
  color: #232525;
  font-size: 0.9rem;
  font-family: "Regular" !important; }

.titleConfiguration {
  text-align: left;
  margin-left: 4rem;
  margin-top: 5rem;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #348DE3;
  opacity: 1;
  margin-bottom: 1.5%; }

.titleChangePassword {
  text-align: left;
  margin-top: 3rem;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #348DE3;
  opacity: 1;
  margin-bottom: 1rem; }

.ml-20 {
  margin-left: 4rem; }

.fa-question-circle {
  font-size: 0.7rem !important;
  color: #348de3 !important; }

.btnBack {
  text-decoration: underline;
  font-family: "Regular";
  color: #348DE3;
  opacity: 1;
  font-size: 1rem; }

.ml-icon {
  margin-top: 3.2rem;
  margin-left: 1rem; }

.avatarMemberChangePassword {
  width: 40px !important;
  height: 40px !important;
  background-color: #043262 !important;
  color: #FFFFFF !important;
  margin-left: 0rem !important;
  margin-right: 0rem !important; }

.avatarMemberChangePassword.MuiAvatar-root {
  font-size: 1rem !important; }

.textTitleCP {
  text-align: left;
  letter-spacing: 0px;
  font-weight: 700;
  color: #675F5F; }

.textEmailCP {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 0.8rem; }

.contentPopupGroup .MuiDialog-paperWidthSm {
  padding: 0rem !important; }

.contentPopupGroup .MuiPaper-rounded {
  border-radius: 25px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.titlePopupChangePassword .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-weight: 700;
  font-size: 1.4rem; }

.btn-saveStudies {
  float: right;
  width: 94% !important; }

.MuiDialog-paperWidthSm {
  border-radius: 30px !important;
  padding: 1.5rem; }

.btnSendStudy {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Regular";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box; }
  .btnSendStudy:disabled {
    border: 0px solid #675F5F;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.ContentPopupPrincipalProfile.MuiDialogContent-root {
  padding: 0px 0px 0px 0px !important;
  overflow-x: hidden !important; }

.btnClosePopupStudy.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 17rem !important; }

.btnClosePopupStudy .MuiSvgIcon-root {
  color: #675F5F;
  font-size: 1.25rem !important; }

.dialogEditProfile .MuiPaper-root.MuiDialog-paper.MuiDialog-paperScrollPaper.MuiDialog-paperWidthSm.MuiPaper-elevation24.MuiPaper-rounded {
  max-height: calc(100% - 64px) !important;
  max-width: 640px !important; }

.contentDate .MuiFormControl-root {
  height: 2.75rem !important;
  padding-top: 0.5rem !important;
  padding-left: 0.75rem !important;
  max-width: 19rem !important; }

.contentDateMenu .MuiFormControl-root {
  height: 2.75rem !important;
  padding-top: 0.5rem !important;
  padding-left: 0.75rem !important;
  max-width: 19rem !important; }

.alertValidationForm {
  color: #FF0215;
  font-size: 0.75rem;
  font-family: "Regular"; }

.txt-description {
  text-align: left;
  letter-spacing: 0px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #675F5F; }

.padd-div-des {
  padding: 8px; }

.containerTextDescription {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 22px; }

.overflowAuto {
  overflow: auto; }

.boxStyleChangePassword {
  background: #F7F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 25px;
  padding: 20px 10px;
  min-width: 550px; }

i.fas.fa-exclamation-circleCP {
  position: relative !important;
  right: -0.5rem !important;
  color: #56D5F4;
  margin-top: 1.1rem; }

.webkit-box {
  display: -webkit-box; }

.txtDataUser {
  text-align: left;
  font-family: 'Regular';
  letter-spacing: 0px;
  font-size: 0.9rem;
  color: #4A484D;
  opacity: 1; }

i.far.fa-eye.two {
  position: absolute;
  top: 1rem !important;
  right: 4%;
  color: #9b9393; }

i.far.fa-eye-slash.two {
  position: absolute;
  top: 1rem !important;
  right: 4%;
  color: #9b9393; }

.btn-changeP {
  width: 20px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: -0.25rem; }

.titlePopupChangePassword.MuiDialogTitle-root {
  padding: 0px !important; }

.btn-deleteA {
  width: 20px;
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  margin-right: 0.5rem; }

.title-popup-delete {
  color: #043262;
  font-family: "Regular"; }

.btnCancelDelete {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.textAlertFile {
  width: 100% !important;
  color: #675F5F !important;
  opacity: 1;
  font-size: small;
  margin-top: 0.75rem; }

.btnAgreeDelete {
  width: 10rem;
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.btnClosePopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnClosePopupBlue .MuiSvgIcon-root {
  color: var(--primary-color);
  font-size: 1.25rem !important; }

.boxDetailUser {
  background: #E2E2E2 0% 0% no-repeat padding-box;
  border: 1px solid #043262;
  border-radius: 35px;
  width: fit-content; }

.textDelete {
  color: #232525;
  font-size: 0.9rem;
  font-family: "Regular" !important; }

.titleConfiguration {
  text-align: left;
  margin-left: 4rem;
  margin-top: 5rem;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #348DE3;
  opacity: 1;
  margin-bottom: 1.5%; }

.titleChangePassword {
  text-align: left;
  margin-top: 3rem;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #348DE3;
  opacity: 1;
  margin-bottom: 1rem; }

.ml-20 {
  margin-left: 4rem; }

.fa-question-circle {
  font-size: 0.7rem !important;
  color: #348de3 !important; }

.btnBack {
  text-decoration: underline;
  font-family: "Regular";
  color: #348DE3;
  opacity: 1;
  font-size: 1rem; }

.ml-icon {
  margin-top: 3.2rem;
  margin-left: 1rem; }

.avatarMemberChangePassword {
  width: 40px !important;
  height: 40px !important;
  background-color: #043262 !important;
  color: #FFFFFF !important;
  margin-left: 0rem !important;
  margin-right: 0rem !important; }

.avatarMemberChangePassword.MuiAvatar-root {
  font-size: 1rem !important; }

.textTitleCP {
  text-align: left;
  letter-spacing: 0px;
  font-weight: 700;
  color: #675F5F; }

.textEmailCP {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 0.8rem; }

.phoneRegister {
  box-shadow: 0px 3px 6px #00000029;
  height: 3rem; }

.phoneRegister .PhoneInputCountry {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: var(--PhoneInputCountrySelect-marginRight); }

.phoneRegister .PhoneInputCountrySelectArrow {
  display: block;
  content: '';
  width: 0.6rem;
  height: 0.53rem;
  border-style: solid;
  border-color: #56D5F4;
  border-top-width: 0;
  border-bottom-width: 1px !important;
  border-left-width: 0;
  border-right-width: 1px !important;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  -webkit-transform: rotate(50deg) !important;
  transform: rotate(50deg);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: 0.45;
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
  margin-left: 0.5rem;
  margin-bottom: 0.25rem; }

.phoneRegister .PhoneInputCountryIconImg {
  width: 2rem;
  height: 2rem;
  display: block; }

.phoneRegister .PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 3rem;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer; }

.phoneRegister .PhoneInputInput {
  width: inherit;
  margin-left: 0.5rem;
  padding-left: 0.25rem; }

.phoneRegister .PhoneInput--focus {
  border: 0px solid transparent !important; }

.phoneRegister .PhoneInputInput:focus-visible {
  outline: none !important; }

.btnUpPhoto {
  margin-left: 8rem !important;
  margin-right: 1rem !important;
  height: 2rem !important;
  margin-left: 1rem !important;
  background: #E2E2E2 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border: 1px solid #348DE3 !important;
  border-radius: 6px !important;
  color: #5C5555 !important;
  border-radius: 25px !important; }

.contetnUpload {
  height: 1rem; }

.buttomUpload {
  margin-left: 8rem; }

.nameUpload {
  margin-left: 9rem;
  color: #5C5555;
  font-size: 14px; }

.widthWorkExpFieldCompany {
  border-radius: 15px !important; }

.contentViewImg {
  width: 22rem;
  border: 1px solid black;
  margin-left: auto;
  height: 7rem;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
  background-color: #e9e7e7; }

.imgNoFileUpload {
  height: 4rem; }

.contentTextNoFile {
  width: 100% !important;
  color: #675F5F !important;
  opacity: 1;
  font-size: small;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.contentImgPreview {
  width: -webkit-fill-available;
  height: -webkit-fill-available; }

.imgTrashFile {
  height: 1.5rem;
  width: 1.5rem;
  margin-top: 0.75rem !important; }

.boxStyleChangePasswordCompany {
  background: #F7F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 7px;
  padding: 20px 10px;
  min-width: 550px;
  max-height: 400px;
  overflow: auto; }

.contentNameFile {
  width: 76%;
  margin-left: 8rem; }

.titleDescalification {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #675F5F; }

.txtDescalification {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Light';
  color: #675F5F; }

.optionDescalification {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #675F5F;
  font-size: 0.9rem; }

.containerOption {
  background: #F8F6F6 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  padding: 1rem;
  margin: 1rem 0rem 1rem 0rem;
  display: flow-root; }

.containerDescalification {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #C2C2C2;
  border-radius: 31px;
  height: fit-content !important;
  margin: 2rem;
  opacity: 1; }

.btnAddReason {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #348DE3;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 25px; }

.btnAddEmail {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  color: #fff;
  padding: 5px 12px 5px 12px;
  border-radius: 11px;
  font-size: 0.9rem;
  opacity: 1; }

.widthSaveBtn {
  width: 37px;
  height: 21px; }

.btnBackEditedEmail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 11px;
  padding: 5px 12px 5px 12px;
  color: #675F5F;
  font-size: 0.9rem;
  opacity: 1; }

.btnBackEditedEmail2 {
  border-radius: 11px;
  padding: 5px 12px 5px 12px;
  color: #675F5F;
  font-size: 0.9rem;
  opacity: 1; }

.listReasons {
  padding: 1.5rem 2rem 1.5rem 2rem; }

.boxMarginReason {
  padding: 0rem 20px 0em 20px; }

.boxMarginReason2 {
  margin: 1rem 2rem 1em 2rem; }

.btnAssign {
  margin: 2.5rem 2rem 1.5rem 2rem; }

.btnActionReason {
  margin: 0rem 2rem 0rem 2rem; }

.containerAddReason {
  background-color: #F0F0F0; }

.txtReason {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F; }

.inputReason {
  padding: 1rem;
  border-radius: 5px; }

.hrOptions {
  border-bottom: 3px solid #E2E2E2;
  padding-bottom: 1rem; }

.btn-cv {
  width: 20px;
  height: 20px; }

.btn-add-reason {
  margin-top: 2px;
  margin-left: 0.5rem;
  width: 20px;
  height: 20px;
  filter: invert(49%) sepia(87%) saturate(2196%) hue-rotate(189deg) brightness(93%) contrast(91%); }

.btn-action-reason {
  margin-left: 0.5rem;
  width: 20px;
  height: 20px;
  filter: invert(40%) sepia(13%) saturate(167%) hue-rotate(314deg) brightness(94%) contrast(102%); }

.justifyContentCenter {
  justify-content: center; }

.txtSaveAndCreate {
  font-family: "Bold"; }

.btnCleanEmail2 {
  font-family: "Bold";
  filter: invert(49%) sepia(87%) saturate(2196%) hue-rotate(189deg) brightness(93%) contrast(91%); }

.txtRolePermissions {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 0.9rem;
  font-family: 'Bold';
  font-weight: 600;
  text-transform: uppercase; }

.txtRolePermissionsSub {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 0.8rem;
  font-family: 'bold' !important;
  font-weight: 600; }

.txtRolePermissionsDes {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 0.8rem;
  font-family: 'Regular'; }

.textAdminRole {
  margin-top: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 14px;
  color: #675F5F;
  font-family: "Light"; }

.fontText {
  font-family: "Light"; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.containerMoreAdmin {
  background: #F2F3F4 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #348DE3; }

.textAdminDashboard {
  margin-top: 0.5rem;
  font-size: 14px;
  color: #675F5F;
  font-family: "Light"; }

.colorTextAdmin {
  color: #675F5F;
  font-size: 0.8rem; }

.buttonAdd2 {
  padding: 0.2rem !important; }

.menuAdminRole {
  margin-top: 38px;
  margin-right: 65px; }

.menuAdminRole {
  margin-left: -0.8rem; }
  .menuAdminRole .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    border: 1px solid #348DE3 !important;
    box-shadow: 0px 0px 0px #00000029 !important; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Bold";
  font-weight: 700 !important; }

.positionBtnRole {
  right: 30px;
  top: 20px; }

.buttonSavePermissions {
  background: #348DE3 0% 0% no-repeat padding-box;
  border: 1px solid #348DE3;
  padding: 7px 20px 7px 20px !important;
  font-size: 0.8rem;
  padding: 10px 25px 10px 25px;
  border-radius: 8px !important;
  opacity: 1; }
  .buttonSavePermissions:disabled {
    border: 0px solid #675F5F;
    opacity: 1;
    font-size: 0.8rem;
    font-family: "Bold";
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #8f8383; }

.iconBtnMoreAdmin {
  position: absolute;
  margin-top: -17px;
  margin-left: -8.9px;
  font-size: 1.5rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImgB {
  display: block;
  position: relative; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.createBenefits {
  width: 100%;
  margin: 2rem;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 30px; }

.borderBlack {
  border: 1px solid #000000;
  border-radius: 25px !important; }

.listBenefitsSection {
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 25px;
  min-width: 45rem !important; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsBenefitList {
  margin-left: 2rem;
  margin-right: 0.5rem;
  cursor: pointer;
  margin-top: -4px; }

.quills .ql-toolbar.ql-snow {
  border: 1px solid #C2C2C2 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quills .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #C2C2C2 !important;
  border-left: 1px solid #C2C2C2 !important;
  border-bottom: 1px solid #C2C2C2 !important; }

.quills .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.inputOtherSelect {
  border: 1px solid #000000;
  border-radius: 10px;
  height: 3rem; }

.titleListBenefits {
  color: var(--primary-color);
  font-family: "Bold"; }

.widthImageLink {
  width: 50%; }

.selectFilterOrder {
  color: #000000;
  font-family: "Bold"; }

.tittleFormsCreates {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.contentFormsAvailable {
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.borderBlackCheck {
  border: 1px solid #000000; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-size: 14px;
  font-family: "Regular";
  color: #FFFFFF;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.textSubtitleDuplicate {
  color: #819FAA;
  font-size: 0.9rem;
  font-family: "Regular" !important; }

.sectionDuplicateVacant {
  background-color: transparent !important;
  border-radius: 19px;
  padding: 1rem 0.5rem 0rem 0rem !important; }

.sectionSearch {
  border-bottom: 1px solid #c2c2c2; }

.sectionSearchSecundary {
  border-bottom: 1px solid #e2e2e2; }

.textDuplicate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 15px;
  margin-left: 0.25rem; }

.selectTitle {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold";
  font-size: 16px; }

.selectTitleOption {
  height: 2rem;
  background: #F2F0F0 0% 0% no-repeat padding-box;
  width: 7rem !important; }

.titleSection {
  border-bottom: 6px solid #2699FB; }

.contentList {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  overflow: auto;
  max-height: 345px; }

.color-publicado-popup {
  color: #56EA19;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.checkVacant {
  margin-top: 1rem !important; }

.infoVacant {
  border-bottom: 3px solid #E2E2E2; }

.textNameVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold"; }

.textCountryVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: 12px; }

.buttonFormVacant {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Regular";
  font-weight: 500;
  background: #2699FB 0% 0% no-repeat padding-box;
  margin-left: 1rem; }
  .buttonFormVacant:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #2699FB;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.txtNewTag {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1; }

.txtNewTagLoad {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.divWordTag {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 19px;
  opacity: 1;
  margin: 0rem 1rem 1rem 1rem;
  padding: 1rem; }

.colorAddTagTxt {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #2699FB; }

.colorAddItemTag {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #675F5F;
  opacity: 1; }

.tagBox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #043262;
  border-radius: 5px;
  margin: 1rem 1rem 0.5rem 0rem; }

.deleteTag {
  top: -1px;
  font-size: 20px;
  left: 5px;
  margin-right: 4px;
  position: relative;
  color: #c2c2c2; }

.deleteWordIcon {
  color: #757373;
  font-size: 19px;
  font-weight: 700;
  margin-left: auto; }

.btn-confirm-delete {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #00ACEC;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-left: 0rem !important;
  margin-right: 1rem;
  margin-bottom: 2rem; }
  .btn-confirm-delete:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 0px solid #675F5F;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    background: #DADADA 0% 0% no-repeat padding-box !important;
    color: #675F5F;
    margin-left: 0rem !important;
    margin-right: 1rem;
    margin-bottom: 2rem; }

.btn-back-duplicate {
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-bottom: 2rem;
  color: #675F5F; }

.textConfirmDuplicate {
  margin-left: auto;
  color: #675F5F;
  font-family: "Regular";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1rem; }

.titlePopupTags {
  margin-left: 1.5rem;
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.PopupDeleteMember .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 25px;
  opacity: 1;
  max-width: 504px !important;
  padding: 0rem !important; }

.PopupDeleteTag .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 55px;
  opacity: 1;
  max-width: 504px !important;
  padding: 0rem !important; }

.PopupDeleteSource .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 55px;
  opacity: 1;
  max-width: 504px !important;
  padding: 0rem !important; }

.sectionDuplicateVacantContent {
  background-color: #F5F5F5 !important;
  border-radius: 19px;
  padding: 1rem;
  max-height: 360px !important; }

.sectionSearch {
  border-bottom: 2px solid #348DE3; }

.textDuplicate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 15px;
  margin-left: 0.25rem; }

.selectTitle {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold";
  font-size: 16px; }

.selectTitleOption {
  height: 2rem;
  background: #F2F0F0 0% 0% no-repeat padding-box;
  width: 7rem !important; }

.titleSection {
  border-bottom: 6px solid #348DE3; }

.contentListDuplicateVacante {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  overflow: auto !important;
  max-height: 220px !important; }

.checkVacant {
  margin-top: 1rem !important; }

.infoVacant {
  border-bottom: 3px solid #E2E2E2; }

.textNameVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold"; }

.textCountryVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: 12px; }

.buttonFormGroup {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Bold";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box;
  margin-left: 1.5rem;
  height: 2rem;
  padding: 0px 24px 0px 24px; }
  .buttonFormGroup:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #348DE3;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1.5rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F;
    height: 2rem;
    padding: 0px 24px 0px 24px; }

.txtNameDocument {
  font-size: 13px; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.txtLoadDetail {
  font-size: 13px; }

.txtLoadDetailSelect {
  font-size: 13px;
  text-decoration: underline;
  color: #348DE3; }

.titlePopupDuplicateVacante {
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.titlePopupDuplicateVacante .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.buttomCloseMember.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 5rem !important; }

.buttomCloseMember .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.contentDuplicatePopUp.MuiDialogContent-root {
  padding: 0px 20px 0px 20px; }

.iconAddMember {
  letter-spacing: 0px;
  color: #348DE3;
  opacity: 1;
  font-weight: bold; }

.buttomAddInvited {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 11px;
  opacity: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  margin-left: 1rem; }

.clearButtonMember {
  color: #bbbaba;
  font-size: 15px !important; }

.contentPopupGroup .MuiDialog-paperWidthSm {
  padding: 0rem !important; }

.contentPopupGroup .MuiPaper-rounded {
  border-radius: 25px; }

.fontCancel {
  font-size: smaller; }

.clearButtonMemberInterviews {
  color: #bbbaba;
  font-size: 15px !important;
  margin-left: 120px !important; }

.m-auto-item {
  margin: auto 1rem auto auto; }

.selectTag {
  margin-right: 1rem;
  width: 2.9rem;
  -webkit-appearance: none;
  appearance: none; }

.w-20px {
  width: 17px; }

.w-17px {
  height: 18px;
  width: 17px; }

.emptyTags {
  font-family: 'Bold';
  color: #675F5F;
  margin: 5rem;
  display: block;
  text-align: center;
  padding: 1rem; }

.hiddenPagination .MuiInputBase-root.MuiTablePagination-input.MuiTablePagination-selectRoot {
  display: none; }

.hiddenPagination .MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters p:nth-child(2) {
  display: none; }

.hiddenPagination2 .MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters p:nth-child(1) {
  display: none; }

.hiddenPagination2 .MuiInputBase-root.MuiTablePagination-input.MuiTablePagination-selectRoot {
  margin-right: 0px; }

.selectContent {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 17px;
  opacity: 1;
  width: 82px;
  margin-right: 1rem;
  margin-left: 1rem; }

.clearButtonSource {
  color: #bbbaba;
  font-size: 15px !important;
  margin-right: 10px !important; }

.emptyTagsSearch {
  font-family: 'Bold';
  color: #675F5F;
  padding: 8rem;
  border-radius: 15px;
  display: block;
  background-color: #dee4e4a1;
  text-align: center;
  /* padding: 1rem; */ }

.noneOption {
  display: none !important; }

.countSelected {
  font-size: 0.9rem;
  margin: auto; }

.selectTag .MuiSelect-select:focus {
  background-color: transparent !important; }

.MuiPopover-paper {
  outline: 0;
  border: 1px solid black;
  position: absolute;
  box-shadow: 0px 3px 6px #00000029 !important;
  border: 0px solid #2699FB !important;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border-radius: 11px;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto; }

.paper-items {
  color: #707070 !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important; }

.line-paper {
  border-bottom: 3px solid #E2E2E2 !important; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.m-8 {
  margin: 2rem; }

.iconPointsMap {
  width: 30px;
  height: 30px; }

.dateCompletionForm {
  text-align: left;
  display: flex;
  margin-left: auto;
  font-family: "Bold";
  font-size: 15px;
  letter-spacing: 0px;
  color: #00ACEC;
  opacity: 1; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews1 .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Bold' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.overflow-autoSidebar {
  overflow: auto !important; }

.listFormsNews1 .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0 !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.titleCaracteristP {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.txtAlignCenter {
  width: 25%;
  text-align: center; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.boxImageProfile {
  width: 150px;
  height: 179px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 34px;
  opacity: 1;
  padding: 2rem 1rem; }

.w-1\/3 {
  width: 33.333333%; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.m-8 {
  margin: 2rem; }

.iconPointsMap {
  width: 30px;
  height: 30px; }

.dateCompletionForm {
  text-align: left;
  display: flex;
  margin-left: auto;
  font-family: "Bold";
  font-size: 15px;
  letter-spacing: 0px;
  color: #00ACEC;
  opacity: 1; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews1 .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Bold' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.overflow-autoSidebar {
  overflow: auto !important; }

.listFormsNews1 .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0 !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.titleCaracteristP {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.txtAlignCenter {
  width: 25%;
  text-align: center; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.boxImageProfile {
  width: 150px;
  height: 179px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 34px;
  opacity: 1;
  padding: 2rem 1rem; }

.w-1\/3 {
  width: 33.333333%; }

.btnCancelDelete {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.contentPopupGroup .MuiDialog-paperWidthSm {
  padding: 0rem !important; }

.contentPopupGroup .MuiPaper-rounded {
  border-radius: 25px; }

.textDelete {
  color: #4A484D;
  font-size: 0.8rem;
  font-family: "Regular" !important; }

.btnDeleteStudy {
  left: 14% !important;
  right: 20% !important; }

.btnDeleteStudy.MuiIconButton-edgeStart {
  color: #2699FB !important; }

.title-popup-Document {
  color: var(--primary-color) !important;
  font-family: "Bold" !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-Document .MuiDialogContent-root {
  flex: 1 1 auto !important;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; }

.title-popup-Document .MuiIconButton-root {
  flex: 0 0 auto !important;
  color: rgba(0, 0, 0, 0.54) !important;
  padding: 12px 0px 12px 0px !important;
  overflow: visible !important;
  font-size: 1.5rem !important;
  text-align: center !important;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
  border-radius: 50% !important; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.flex-important {
  display: flex !important; }

.btnBackEditedEmail2 {
  border-radius: 11px;
  padding: 5px 12px 5px 12px;
  color: #675F5F;
  font-size: 0.9rem;
  opacity: 1; }

.w30 {
  width: 30px; }

.selectMap {
  border: 2px solid #707070;
  border-radius: 25px; }

.transformH {
  transform: scaleX(-1); }

.inputReason {
  padding: 1rem;
  border-radius: 5px; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.createQuestions {
  width: 100%;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.createCardRisk {
  width: 100%;
  padding: 0.25rem 1rem 1rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.listBenefits {
  width: 100%;
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 45px; }

.contentBottomAdd {
  width: fit-content; }

.borderFieldInfo {
  border: 1px solid #000000 !important;
  border-radius: 10px;
  padding: 0.75rem; }

.textPoint {
  color: #000000 !important; }

.textListFile {
  font-family: "Regular";
  color: #2699FB;
  text-align: left;
  text-decoration: underline; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsBenefit {
  margin-left: auto;
  margin-right: 3rem;
  cursor: pointer; }

.quillsPoint .ql-toolbar.ql-snow {
  border: 1px solid #000000 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quillsPoint .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #000000 !important;
  border-left: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important; }

.quillsPoint .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.imagesCardRiks {
  height: 1.5rem; }

.imagesCardRiks2 {
  height: 1rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.newTest .ql-toolbar.ql-snow {
  border: 0px solid #ccc !important; }

.newTest .ql-container.ql-snow {
  border: 0px solid #ccc !important; }

.newTest {
  margin-top: 1rem; }

.textNote {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0.25rem; }

.ml45 {
  margin-left: 1.5rem; }

.mr-45 {
  margin-right: 1.5rem; }

.tagsTest {
  margin-right: 0.3rem;
  height: auto;
  font-size: 0.8rem;
  margin-bottom: 5px;
  padding: 5px 10px 5px 10px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 5px;
  margin-left: 0.5rem; }

.textPoint {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1; }

.textTagsNote {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.textEvaluation {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 11px; }

.textEvaluationRed {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #CF1414;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 11px; }

.textEvaluation2 {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 10px; }

.btnConfirmAdd {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-bottom: 2rem;
  width: 17rem; }

.btnBackTest {
  opacity: 1;
  padding: 10px 0px 10px 0px;
  border-radius: 15px;
  margin-bottom: 2rem;
  color: #675F5F;
  font-weight: 700;
  margin-right: 2rem; }

.marginBottom {
  margin-left: 15rem; }

.contentAllTestE {
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 25px; }

.avatarEvaluationAll {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: #00ACEC !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarEvaluationAll.MuiAvatar-root {
  font-size: 0.75rem !important; }

.trashEvaluation {
  height: 1.5rem; }

.textPointEvaluation {
  text-align: left;
  min-width: 20px;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  font-size: 13px; }

.contentPoint {
  border-right: 1px solid var(--primary-color);
  padding-right: 1rem; }

.textMessageEvaluation {
  width: 100%;
  margin-top: 0.5rem;
  border-top: 1px solid #F7F5F5; }

.textMessageEvaluation2 {
  color: #707070;
  margin-top: 0.5rem;
  font-size: 0.9rem; }

.pencilEvaluation {
  height: 1.4rem;
  margin-top: 0.1rem;
  margin-right: 0.2rem; }

.contentFaces {
  height: 25px; }

.contetnGhrapic .CircularProgressbar {
  height: 8rem;
  width: 8rem; }

.textPorcent {
  padding-left: 2rem;
  padding-right: 2rem;
  color: var(--primary-color);
  text-align: center; }

.porcentTest {
  color: var(--primary-color) !important;
  font-size: 1.75rem !important; }

.cicleTest.CircularProgressbar .CircularProgressbar-path {
  stroke: var(--primary-color) !important;
  width: 8rem; }

.contentBorderGhrapic {
  padding-right: 1rem;
  margin: auto; }

.progress-bar {
  width: 12rem;
  background-color: #d9d4d4;
  border-radius: 30px;
  padding: 3px;
  margin: 5px 0; }

.progress-bar--fill {
  height: 13px;
  color: white;
  background-color: #56EA19;
  border-radius: 30px; }

.textPercent {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 11px; }

.progress-bar--fill2 {
  height: 13px;
  color: white;
  background-color: #FFBD0C;
  border-radius: 30px; }

.progress-bar--fill3 {
  height: 13px;
  color: white;
  background-color: #4BBA1D;
  border-radius: 30px; }

.progress-bar--fill4 {
  height: 13px;
  color: white;
  background-color: #F62323;
  border-radius: 30px; }

div .contentProgresBar:last-child {
  border-bottom: 0px solid #C2C2C2 !important; }

.contentProgresBar {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 0.5rem; }

.dialogDeleteTest .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteTest .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-weight: 700;
  font-size: 1.4rem; }

.colorTitleTest {
  color: #675F5F !important; }

.title-popup-test {
  color: var(--primary-color);
  font-family: "Regular";
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-test .MuiDialogContent-root {
  flex: 1 1 auto;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.title-popup-test .MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px 0px 12px 0px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%; }

.btnDeleteTest {
  left: 14%;
  right: 20%; }

.btnDeleteTest.MuiIconButton-edgeStart {
  color: #348DE3; }

.titleMap {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  font-size: 30px;
  font-family: "Bold";
  opacity: 1; }

.contentTestDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteTest {
  height: 2rem; }

.textDeleteEva {
  color: #4A484D;
  font-size: 0.8rem;
  font-family: "Regular" !important; }

.btnCancelDeleteTest {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.btn-deleteTest2 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.btnAgreeDeleteTest {
  width: 10rem;
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.iconMoreMembers {
  margin-right: 0.25rem; }

.fontSizeMoreMemers {
  font-size: 1rem !important; }

.fontSizeMoreMemers.MuiIconButton-root {
  padding: 0rem !important;
  margin-right: 0.25rem !important; }

.btnMoreMembers {
  border-radius: 17px;
  font-size: 0.75rem;
  width: 29px;
  height: 29px;
  background: #ffffff 0% 0% no-repeat padding-box;
  cursor: pointer;
  color: #348DE3;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #348DE3; }

.iconBtnMoreMembers {
  position: absolute;
  margin-top: -17px;
  margin-left: -8.9px;
  font-size: 1.5rem; }

.contenDataEstadistics {
  border-left: 1px solid #DCDBDB;
  padding-left: 1rem; }

.titleHistorial {
  font-size: 12px;
  margin-left: 1rem;
  color: #675F5F; }

.textRange {
  color: #675F5F;
  font-family: "Bold";
  margin-left: 0.5rem;
  margin-top: 0.25rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.m-8 {
  margin: 2rem; }

.iconPointsMap {
  width: 30px;
  height: 30px; }

.dateCompletionForm {
  text-align: left;
  display: flex;
  margin-left: auto;
  font-family: "Bold";
  font-size: 15px;
  letter-spacing: 0px;
  color: #00ACEC;
  opacity: 1; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews1 .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Bold' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.overflow-autoSidebar {
  overflow: auto !important; }

.listFormsNews1 .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0 !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.titleCaracteristP {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.txtAlignCenter {
  width: 25%;
  text-align: center; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.boxImageProfile {
  width: 150px;
  height: 179px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 34px;
  opacity: 1;
  padding: 2rem 1rem; }

.w-1\/3 {
  width: 33.333333%; }

.contectFiltreYear {
  width: 20% !important;
  border: 1px solid #00ACEC !important;
  border-radius: 1rem;
  text-align: center;
  font-family: "bold"; }

i.fas.fa-exclamation-circle.infoFilter {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem;
  margin-top: 0.6rem; }

i.fas.fa-exclamation-circle.infoFilter {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.75rem; }

.borderBlack {
  border: 1px solid #000000;
  border-radius: 25px !important; }

.textAreaBenefit {
  resize: none; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.contentAllTestEValuation {
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 60px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem; }

.textTableCriteria {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.disabledTextArea {
  color: #000000;
  border-color: #F0F0F0;
  background-color: #F0F0F0;
  border-radius: 25px; }

.pencilEditPlan {
  width: 1.5rem; }

.btn-required {
  color: #ec4343 !important; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentInfoOrga {
  margin: auto;
  padding: 0rem 3rem 9rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.menuMoreFiles .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  border: 1px solid #348DE3 !important;
  box-shadow: 0px 0px 0px #00000029 !important; }

.textMenuItem2 {
  background-color: #FFFFFF !important; }

.menuMoreFiles .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  margin-left: -5rem;
  position: absolute;
  margin-top: 2.5rem !important; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleOrganizationChart {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: left; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.textOrganization {
  font-family: "Regular";
  font-size: 16px;
  text-align: left; }

.textAdjunto {
  color: #348DE3;
  text-decoration: underline; }

.textFileAdjunto {
  color: #000000; }

.textSecond {
  color: #000000;
  text-decoration: underline; }

.textAdjOption {
  margin-left: 10rem; }

.tittleURL {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.inputVideo {
  width: 70%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.btnCleanVideo.MuiIconButton-root {
  padding: 7px !important;
  margin-left: 1rem; }

.contentInfoOrg2 {
  margin: auto;
  padding: 1rem 2rem 2rem 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.btnCleanFile .MuiSvgIcon-root {
  width: 0.75em !important;
  height: 0.75em !important; }

.btnSize {
  font-size: small !important; }

.btnsaveGrey {
  border: 0px solid #675F5F;
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 13px;
  font-family: "Bold";
  background: #8b8a8a 0% 0% no-repeat padding-box;
  color: #FFFFFF; }

.title-popup-file {
  text-align: left;
  font-family: "Bold";
  font-size: inherit;
  letter-spacing: 0px;
  color: #675F5F; }

.title-popup-file-time {
  text-align: left;
  font-family: 'Light';
  font-size: 0.8rem;
  letter-spacing: 0px;
  color: #675F5F; }

.MuiSvgIcon-root.btnCloseFile {
  width: 2em !important;
  color: #675F5F;
  font-size: 1.8rem !important; }

.btn-download-file {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 12px;
  height: 40px;
  margin-left: 2rem;
  margin-top: 0.5rem;
  color: #675F5F;
  padding: 0px 10px 0px 10px;
  font-size: 0.8rem;
  cursor: pointer !important;
  font-family: 'Bold'; }

.btnFileOrganizate {
  width: 1.25rem;
  height: 1.25rem; }

.hVisor {
  height: 100vh !important; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: "Regular" !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.listFormsNews .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0  !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.notSelectFormRisk {
  border-radius: 5px;
  width: 100%;
  cursor: pointer; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleRisk2 {
  position: unset !important;
  margin-left: 1rem;
  margin-top: 0.2rem; }

.titleInduction2 {
  position: unset !important;
  margin-left: 0.5rem;
  margin-top: 0.2rem; }

.containerBackground {
  padding-top: 0.5rem;
  background-color: #FFFFFF;
  padding-bottom: 0.5rem;
  border-radius: 30px; }

.titleSectionPoint {
  color: #000000;
  font-family: "Bold";
  text-align: center; }

.tableBrigade table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableBrigade table {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff; }

.tableBrigade table, th, td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.textTitleTabla {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
  border: 1px solid #b2a7a752; }

.colorTextTitle {
  color: var(--primary-color) !important;
  font-family: "Bold" !important; }

.txtDetailBrigade {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.PaginationRisk.MuiTablePagination-root {
  display: flex !important;
  justify-content: center !important; }

.PaginationRisk .MuiTablePagination-toolbar {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border: 1px solid #2699FB !important;
  border-radius: 22px !important;
  opacity: 1 !important; }

.tableBrigade2 table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableBrigade2 table {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff; }

.tableBrigade2 table, th, td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.textEndTabla {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  border: 1px solid #b2a7a752; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.textMenu {
  width: 11rem; }

.listRecommendations .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Regular' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listRecommendations {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.listRecommendations .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.viewFileBrigade {
  text-decoration: underline;
  color: #2699FB;
  cursor: pointer; }

.menuSubProgress {
  margin-top: 3rem;
  text-align: center;
  background-color: #F0F0F0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #000000; }

.listCritery .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Bold' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.spacePosition {
  background-color: #F0F0F0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #000000;
  padding-left: 0.5rem; }

.titleCriteria {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #000000; }

.textCriteria {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Regular';
  color: #000000; }

.containerBrigades {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  height: fit-content;
  height: -moz-max-content;
  margin-left: 2rem;
  margin-right: 2rem;
  opacity: 1;
  height: max-content; }

.pencilCriteria {
  width: 1.5rem; }

.spaceCriteria {
  background-color: #F0F0F0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #F0F0F0;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.titleCriteria2 {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Regular';
  color: #000000; }

.witdCard {
  width: 70%; }

.backgroundCriteria {
  background-color: #F0F0F0;
  border-radius: 5%; }

.puntajeStyle {
  font-family: "regular";
  color: #292929; }

.listCollage.MuiList-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.divListCollage {
  max-height: 20rem;
  overflow-y: scroll; }

.contentNumber {
  width: 5rem; }

.titleCriteria3 {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #675F5F;
  font-size: smaller; }

.bottomsEdit {
  justify-content: end; }

.listFormsNovedades .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Regular' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNovedades {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.listFormsNovedades .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.listFormsNovedades2 .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Regular' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important;
  text-align: center; }

.listFormsNovedades2 {
  max-height: 29rem;
  overflow: auto;
  padding-left: 1rem !important;
  padding-right: 1rem !important; }

.listFormsNovedades2 .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

@charset "UTF-8";
.tabNews.MuiAppBar-colorDefault {
  background-color: #3B3EF5 !important;
  position: fixed !important; }
  .tabNews.MuiAppBar-colorDefault .MuiTabs-indicator {
    border: 3px solid #FFFFFF !important;
    background-color: #FFFFFF !important; }
  .tabNews.MuiAppBar-colorDefault .MuiTab-textColorPrimary.Mui-selected {
    color: #FFFFFF !important; }
  .tabNews.MuiAppBar-colorDefault .MuiTab-wrapper {
    color: #FFFFFF !important; }

.contentImageCommu {
  background-color: #EAEAEA;
  padding: 7px;
  border-radius: 10px;
  margin-left: 2rem;
  width: 250px;
  height: 80px; }

.contentImageCommu2 {
  background-color: #EAEAEA;
  border-radius: 10px;
  margin-left: 2rem;
  width: 264px;
  height: 94px;
  padding: 7px; }

.imgLogoContent {
  width: 250px;
  height: 80px; }

.contetText {
  margin-left: 2rem;
  width: 63%; }

.textImage {
  font-family: "Bold";
  color: #2F2525;
  align-content: center; }

.textCompany {
  font-family: "Bold";
  color: #2F2525;
  font-size: xxx-large;
  font-weight: 600;
  line-height: normal; }

.textCompany2 {
  font-family: "Bold";
  color: #00ACEC;
  font-size: xxx-large;
  font-weight: 600;
  line-height: normal; }

.textCompany3 {
  font-family: "Bold";
  color: #23232369;
  font-weight: 800;
  line-height: normal;
  font-size: larger; }

.titleRisk {
  font-family: "Bold";
  color: #2F2525;
  font-weight: 600;
  text-align: center;
  font-size: xx-large; }

.subtitleRisk {
  font-family: "Bold";
  color: #2F2525;
  font-weight: 600;
  font-size: x-large; }

.subtitleSecond {
  font-family: "Regular";
  color: #A4A4A4;
  font-weight: 600;
  font-size: large; }

.cardRisk {
  background-color: #EAEAEA;
  border-radius: 31px;
  padding: 1.5rem;
  width: 46%;
  margin-bottom: 2rem;
  margin-right: 2rem; }

.iconImg {
  margin-right: 1rem;
  background-color: #00ACEC;
  padding: 1rem;
  border-radius: 4rem;
  height: fit-content; }

.titleCard {
  font-family: "Bold";
  color: #2F2525;
  font-weight: 600;
  font-size: 2rem; }

.textCard {
  font-family: "Regular";
  color: #2F2525;
  font-weight: 600;
  font-size: larger; }

.colorBotom {
  color: #2BACEC; }

.contentPopupView2 .MuiPaper-rounded {
  border-radius: 25px;
  background-color: #EAEAEA; }

.contentPopupView2 .MuiDialog-paperWidthSm {
  padding: 0rem !important; }

.contentPopupView .MuiPaper-rounded {
  border-radius: 25px;
  background-color: #EAEAEA; }

.contentPopupView .MuiDialog-paperWidthSm {
  max-width: 900px !important;
  min-width: 900px !important;
  padding: 0rem !important; }

.contentInfoView.MuiDialogContent-root {
  padding: 0px 20px 73px 20px; }

.contentInfoView .MuiDialog-paperWidthSm {
  border-radius: 30px !important;
  padding: 0rem !important; }

.witdPopup {
  width: 50%; }

.witdPopup2 {
  width: 47%; }

.textCardPopup {
  font-family: "Bold";
  color: #2F2525;
  font-weight: 600; }

.textCardPopup2 {
  overflow: auto;
  max-height: 320px;
  color: #2F2525; }

.contentTextPopup {
  margin-left: 3rem; }

.cardBrigada {
  background-color: #3B3EF5;
  border-radius: 31px;
  padding: 3rem;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  width: 278px !important;
  height: 24rem; }

.cardBrigada3 {
  background-color: #3B3EF5;
  border-radius: 31px;
  padding: 3rem;
  margin-left: 2rem;
  margin-bottom: 100px;
  margin-right: 2rem;
  width: 278px !important;
  height: 360px; }

.textBrigada {
  text-align: center;
  color: #000000; }

.cardBrigada2 {
  background-color: #FFFFFF;
  border-radius: 31px;
  padding: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
  height: 10rem; }

.iconLeader1 {
  width: 35px;
  height: 35px; }

.textCard2 {
  font-family: "Bold";
  color: #2F2525;
  font-weight: 900;
  font-size: 18px;
  text-align: center; }

.h-51 {
  height: 20px; }

.textCard3 {
  color: #2F2525;
  font-size: 14px;
  text-align: center; }

.tabSg .MuiBox-root {
  padding-top: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important; }

.image-footer-degraded {
  background-color: #3B3EF5; }

.bottomBrigada {
  margin-bottom: 7rem; }

.photoBanner {
  margin-top: -15rem; }

.footerStyle {
  margin-left: 1rem;
  margin-right: 3rem;
  margin-bottom: 4rem;
  justify-content: space-between; }

.bannerPrincipal {
  position: relative; }

.bannerPrincipalSection {
  background-color: #FFFFFF; }

.contentFirstSection {
  background-image: url(/_next/static/images/fondo2-819e55f156626f29aa1ad755a22ae70b.png);
  background-position: center; }

.iconHelp {
  margin-right: 1.5rem; }

.textFooter {
  font-size: larger; }

.contectFooter {
  position: sticky; }

.iconTabC.MuiButtonBase-root.Mui-disabled {
  position: absolute;
  right: 70px; }

.iconImgRisk {
  margin-right: 1rem;
  background-color: #00ACEC;
  padding: 1rem;
  border-radius: 4rem;
  height: 8rem;
  width: 8rem; }

.styleImg {
  height: -webkit-fill-available;
  width: -webkit-fill-available; }

.witdCard {
  width: 70%; }

.titleRiskCard {
  font-family: "Bold";
  color: #2F2525;
  font-weight: 600;
  font-size: large; }

.boderImgRisk {
  border-radius: 50%; }

.imgDefaultEmergency {
  height: 7rem;
  width: 7rem; }

.iconImgEmergency {
  margin-right: 1rem;
  width: 35%; }

.witdCard2 {
  overflow: auto;
  max-height: 300px; }

.contentThreeSection {
  background-image: url(/_next/static/images/fondoThree-24eed4de591e4c8c922ea1959d1dd4fc.png);
  background-position: center;
  padding-top: 16rem !important; }

.textComuBienestar {
  font-family: "Bold";
  color: #00ACEC;
  font-weight: 600;
  line-height: normal;
  font-size: 1.5rem; }

.contetTextB {
  margin-right: 4rem;
  width: 90%;
  margin-top: -29px; }

.textCompany3B {
  font-family: "Bold";
  color: #565656;
  font-weight: 800;
  line-height: normal;
  font-size: x-large; }

.sectionComunicados {
  margin-bottom: 2rem; }

.titleComunicados {
  font-family: "Bold";
  color: #00ACEC;
  font-weight: 600;
  text-align: center;
  font-size: xx-large; }

.sectionsubComunicados {
  margin-bottom: 20rem; }

.sectionsubComunicados2 {
  margin-bottom: 5rem; }

.subtitleComunicados {
  font-family: "Bold";
  color: #565656;
  font-weight: 600;
  font-size: large;
  text-align: center; }

.subtitleComunicados2 {
  font-family: "Bold";
  color: #565656;
  font-weight: 600;
  font-size: x-large; }

.sectionText {
  margin-left: 1.5rem;
  width: 67% !important; }

.imageSectionText {
  margin-left: auto;
  margin-right: auto;
  width: 14rem;
  margin-top: 2rem; }

.sectionsComu {
  margin-bottom: 10rem; }

.popupImgBene .MuiDialog-paperWidthFalse {
  border-radius: 25px !important; }

.titleImgBene.MuiDialogTitle-root {
  padding: 0px !important; }

.transformH {
  transform: scaleX(-1); }

.descriptionText {
  padding: 2rem;
  border: 2px solid #565656;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 2rem;
  margin-bottom: 3.75rem;
  margin-top: 8.75rem;
  max-height: 22rem; }

.descriptionText2 {
  padding: 2rem;
  border: 2px solid #565656;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 2rem;
  margin-bottom: 3.75rem;
  margin-top: 8.75rem;
  max-height: 18rem; }

.descriptionText4 {
  padding: 2rem;
  border: 2px solid #565656;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 2rem;
  margin-top: 5.5rem;
  max-height: 23rem; }

.titleBenefitsList {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: x-large; }

.infoBenefitsList {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: large; }

.infoCreateList {
  font-family: "Bold";
  color: #3B3EF5;
  text-align: left; }

.imgPointBList {
  margin-left: 0.25rem; }

.imgFondo {
  position: absolute; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.textOverflow {
  max-height: 509px;
  overflow: auto; }

.fondoImage {
  width: 30rem;
  height: 23rem; }

.fondoImage2 {
  position: absolute;
  width: 30rem;
  z-index: 1; }

.fondoImage3 {
  z-index: 1;
  margin-left: 27.5rem;
  margin-top: 19.5rem; }

.cursorZoom {
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbhJREFUeNrsVt1tg0AMhqgDMAIbQCcoTNBkAtqnPpJMUDJB6GOfEiYonYDLBhmBbsAI9UnfSRbN/VHIUyxZ1oGPz/Z99hEEd7mRhD7Ob0URk1mTRuzxQCo+m+YyOzABZmTeSTODW0+6pwBO/wYmQJnZEVkqEaRntk4QUMTebyiAYRIwQDvSFI9qZDRofLekJQKQZc9N4A+GoI4AHZCB0DkCoKIAWhastI9eGdMHZGm/sMyRQQYSDZbjUaARKlRd81tp9h9g98i0QyAvNtKA3TssSxyDHRgRxyhxTeuKlbx1YSyY3SPrtWvGyrFFWQusd7TuPVq1gX1yBU5gf2BjFYjncBKj/VbgaLSRM3c2MbUTz3RWUB3wGa2TINPNxG/HppfXSn0ZkWyqPLNEnIAFShtjkHgLu8WknJyAQaIPNUh0A8AiauoJXQvqJleNASAj73zAyZfP+FefM1ZZb7A5BXhqKy9px8bqYOoG233MB75qrW9JQDmTcZYpiMQBA9v1GDoS5eDIcsEuiM4EHnoytUSG2QhMfrzh/12jav0BD4MFxQS+WhIYFcgZSbe2dloCXKBF73Jb+RVgABZhtYGXXZM7AAAAAElFTkSuQmCC), auto; }

.image-container {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.dynamic-image {
  width: 100%;
  height: auto; }

.expand-icon {
  position: absolute;
  bottom: 120px;
  right: 230px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }

.expand-icon::before {
  /* Icono de expandir */
  font-size: 20px;
  color: black; }

.expand-iconDefault {
  position: absolute;
  bottom: 49px;
  right: 64px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center; }

.team-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0px;
  /* Aumentar el padding para mayor separación */ }

.info-box {
  background-color: #F0F0F0;
  padding: 50px;
  border-radius: 25px;
  max-width: 550px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-right: 50px; }

.info-box h3 {
  font-size: 18px;
  /* Aumentar el tamaño de la fuente */
  font-weight: bold;
  font-family: 'Bold';
  color: #000000;
  margin-bottom: 30px;
  /* Más espacio entre el título y el texto */ }

.info-text {
  color: #00ACEC;
  font-size: 18px;
  font-family: 'Bold';
  font-weight: bold;
  margin-bottom: 30px;
  /* Aumentar el espacio entre el texto y el enlace */ }

.info-link {
  color: #3B3EF5;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Bold';
  text-decoration: none; }

.member-box {
  margin: 20px;
  background-color: #F0F0F0;
  padding: 30px;
  /* Aumentar el padding para mayor espacio interno */
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 320px;
  /* Aumentar el tamaño del cuadro del miembro */ }

.member-box2 {
  max-width: 400px;
  /* Aumentar el tamaño del cuadro del miembro */
  display: flex; }

.image-container {
  margin-bottom: 20px;
  /* Más espacio debajo de la imagen */ }

.member-image {
  width: 220px;
  /* Aumentar el tamaño de la imagen */
  height: 220px;
  border-radius: 50%;
  border: 2px solid #00ACEC;
  /* Borde azul */ }

.member-image-none {
  width: 220px;
  /* Aumentar el tamaño de la imagen */
  height: 220px;
  border-radius: 50%; }

.member-name {
  font-size: 18px;
  /* Aumentar el tamaño del nombre */
  font-weight: bold; }

.member-role {
  color: #2563eb;
  font-weight: 600;
  margin-top: 5px;
  /* Un pequeño margen superior para mayor separación */ }

.arrow-button img {
  width: 40px;
  /* Aumenta el tamaño según lo necesites */
  height: 40px;
  transition: transform 0.2s ease-in-out; }

.textOverflowCommunique {
  max-height: 210px;
  overflow-y: auto;
  text-align: left; }

.textOverflowCumple {
  max-height: 509px;
  overflow: auto;
  font-family: "Regular";
  color: #000000;
  text-align: left;
  font-size: x-large; }

.centerImage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

.infoBirthdayList {
  font-family: "Bold";
  color: #00ACEC;
  text-align: left; }

.image-containerBirthday {
  position: relative;
  display: inline-block;
  padding: 2rem;
  border-radius: 2rem;
  height: 333px; }

.imageBirthday {
  background-color: white;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.contenImageBirthday {
  background-color: white;
  padding: 1rem;
  margin: auto;
  width: 12rem;
  height: 13rem;
  border-radius: 2rem; }

.full-background {
  background-size: cover;
  /* Asegura que la imagen cubra todo el div */
  background-position: center;
  /* Centra la imagen */
  background-repeat: no-repeat;
  /* Evita que la imagen se repita */
  width: 100%;
  height: 100%; }

.container {
  position: relative;
  /* Necesario para posicionar los elementos hijos sobre la imagen */ }

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 10; }

.overlaySecond {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 10; }

.imageBirthdaySecond {
  background-color: white;
  margin: auto;
  width: 100%;
  height: 16rem;
  object-fit: cover;
  border-radius: 2rem; }

.dynamic-image2 {
  height: 18rem; }

.textDescriptionBirthday {
  max-height: 19rem; }

.paginationComunicate {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 20px auto !important;
  text-align: center !important;
  width: 100% !important;
  max-width: 800px !important; }

.paginationComunicate .MuiTablePagination-toolbar {
  justify-content: center !important;
  margin-top: 2rem !important; }

.paginationComunicate .MuiTablePagination-select {
  text-align: center !important; }

.paginationComunicate .MuiTablePagination-actions {
  justify-content: center !important; }

.comunicateSlice.slick-slider {
  width: 94%; }

.dynamic-image3 {
  height: 22rem; }

.descriptionText3 {
  padding: 2rem;
  border: 2px solid #565656;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 2rem;
  margin-bottom: 3.75rem;
  margin-top: 8rem;
  max-height: 21rem; }

.styleImageComu {
  height: 16rem;
  margin-left: auto;
  margin-right: auto; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

/* This is the CSS used in the demo */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  --smart-scheduler-timeline-cell-min-width: 40px;
  --smart-scheduler-event-border-radius: 4px;
  --smart-scheduler-timeline-nonworking-color: var(--smart-background); }

#root > div {
  width: 100%;
  height: 100%; }

.smart-scheduler {
  width: 100%;
  height: 100%;
  border-radius: initial; }

#primaryContainer,
#primaryContainer .content {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box; }

#primaryContainer {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  flex-direction: column; }

#primaryContainer .content {
  height: calc(100% - 50px); }

#primaryContainer.collapse #sideA {
  width: 0; }

#primaryContainer #sideA {
  width: 280px;
  transition: width 0.2s ease-in-out; }

#primaryContainer.collapse #sideB {
  width: 100%;
  transition: width 0.2s ease-in-out; }

#primaryContainer #sideB {
  width: 100%;
  transition: width 0.2s ease-in-out; }

#sideA,
#sideB {
  height: 100%;
  box-sizing: border-box; }

#header {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: var(--smart-background);
  color: var(--smart-background-color);
  display: flex;
  align-items: center;
  box-sizing: border-box; }

#sideA {
  border-top: var(--smart-border-width) solid var(--smart-border); }

#sideA .controls-container {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  max-height: calc(100% - 150px);
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-template-columns: 100%;
  grid-row-gap: 20px;
  overflow: auto; }

.button-container {
  height: 150px; }

#sideA .smart-calendar {
  min-width: initial;
  max-width: 100%;
  height: 250px;
  min-height: initial;
  --smart-font-size: 12px;
  --smart-calendar-cell-size: 26px;
  --smart-calendar-cell-spacing: 4px;
  border: initial;
  --smart-surface: transparent; }

.smart-input,
.smart-tree {
  width: 100%; }

.smart-tree {
  height: 200px;
  border: initial; }

#primaryContainer.collapse #addNew {
  width: 45px;
  border-radius: 50%; }

#primaryContainer.collapse #addNew::after {
  left: 0;
  width: 100%;
  height: 100%; }

#primaryContainer.collapse #addNew span {
  display: none; }

#addNew {
  top: 100%;
  left: 20px;
  margin-top: 100px;
  position: absolute;
  cursor: pointer;
  width: 120px;
  height: 45px;
  border-radius: 25px;
  box-shadow: var(--smart-elevation-2);
  z-index: 1; }

#addNew button {
  padding-left: 45px; }

#addNew::after {
  content: '+';
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 10px;
  width: 30px;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-size: 40px;
  color: inherit;
  background: linear-gradient(217deg, rgba(255, 0, 0, 0.8), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgba(0, 255, 0, 0.8), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgba(0, 0, 255, 0.8), rgba(0, 0, 255, 0) 70.71%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

#toggleButton {
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: initial;
  background: transparent;
  margin-right: 10px; }

#toggleButton::after {
  content: var(--smart-icon-align-left);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: var(--smart-font-family-icon);
  font-size: 25px;
  box-sizing: border-box;
  pointer-events: none; }

#title {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 20px;
  position: relative; }

#logo {
  content: '';
  position: relative;
  width: 100%;
  height: 90px;
  background: url(https://www.htmlelements.com/wp-content/design/assets/images/csssprites.png) -465px -400px;
  filter: invert(0.8);
  box-sizing: border-box; }

.smart-tree[selection-mode="checkBox"] smart-tree-items-group > .smart-tree-item-label-container::before,
.smart-tree[selection-mode="checkBox"] smart-tree-items-group > .smart-tree-item-label-container::after {
  content: initial !important; }

.smart-tree .smart-tree-item[value="birthday"] {
  --smart-primary: green; }

.smart-tree .smart-tree-item[value="holiday"] {
  --smart-primary: cornflowerblue; }

.smart-tree .smart-tree-item[value="event"] {
  --smart-primary: purple; }

.birthday {
  --smart-scheduler-event-background-rgb: 0, 129, 0;
  --smart-scheduler-event-background: rgba(var(--smart-scheduler-event-background-rgb), 1);
  --smart-scheduler-event-focus: rgba(var(--smart-scheduler-event-background-rgb), .9);
  --smart-scheduler-event-hover: rgba(var(--smart-scheduler-event-background-rgb), .8); }

.holiday {
  --smart-scheduler-event-background-rgb: 100, 149, 237;
  --smart-scheduler-event-background: rgba(var(--smart-scheduler-event-background-rgb), 1);
  --smart-scheduler-event-focus: rgba(var(--smart-scheduler-event-background-rgb), .9);
  --smart-scheduler-event-hover: rgba(var(--smart-scheduler-event-background-rgb), .8); }

.event {
  --smart-scheduler-event-background-rgb: 128, 0, 128;
  --smart-scheduler-event-background: rgba(var(--smart-scheduler-event-background-rgb), 1);
  --smart-scheduler-event-focus: rgba(var(--smart-scheduler-event-background-rgb), .9);
  --smart-scheduler-event-hover: rgba(var(--smart-scheduler-event-background-rgb), .8); }

.smart-scheduler {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  background: unset; }

.candidate {
  background-attachment: fixed;
  background-color: #E4E4E4 !important;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

#primaryContainer .content {
  height: 632px !important;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background: unset; }

.smart-scheduler .smart-scheduler-header {
  background: unset !important;
  border-color: transparent !important; }

.smart-scheduler .smart-scheduler-date-nav {
  background: unset !important; }

.smart-scheduler .smart-scheduler-view-container {
  margin-top: 1rem;
  border-left: 2px var(--primary-color) solid !important;
  border-right: 2px var(--primary-color) solid !important;
  border-bottom: 2px var(--primary-color) solid !important;
  border-top: 2px var(--primary-color) solid !important;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: white; }

.smart-scheduler:not([right-to-left]) .smart-scheduler-view-header-horizontal .smart-scheduler-cell:last-of-type {
  border-top-right-radius: 25px; }

.smart-scheduler[current-time-indicator] .smart-scheduler-view-header-horizontal .smart-scheduler-cell[current] {
  border-top-left-radius: 25px; }

smart-scheduler .smart-scheduler-scrollable-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-area: content;
  border-radius: 0px 0px 25px 25px;
  height: 100%;
  background-color: var(--primary-color); }

.smart-scheduler[view-type=month] .smart-scheduler-view-all-day, smart-scheduler[view-type=month] .smart-scheduler-view-header-horizontal .smart-scheduler-view-time-container {
  border-bottom-color: var(--primary-color) 5c !important; }

.smart-scheduler:not([view-type^=timeline]) .smart-scheduler-cells-container .smart-scheduler-cell-container:not(:last-of-type) {
  border-color: var(--primary-color) 5c !important; }

.smart-scheduler:not([view-type=day]) .smart-scheduler-view[show-group-header=vertical] .smart-scheduler-view-header-groups-container .smart-scheduler-cell-container:not(:last-of-type) > .smart-scheduler-cell, smart-scheduler:not([view-type^=timeline]) .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):not(:last-of-type) {
  border-color: var(--primary-color) 5c !important; }

.smart-scheduler .smart-scheduler-content .smart-scheduler-cell[nonworking], smart-scheduler[view-type=month] .smart-scheduler-content .smart-scheduler-cell[nonworking][other-month]:not([selected]) {
  border-color: var(--primary-color) 5c !important; }

.smart-scheduler .smart-scheduler-cell {
  background-color: #F0F0F0 !important; }

.smart-scheduler .smart-scheduler-view-header-horizontal-content {
  border-top-left-radius: 25px; }

.smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[current]:not([focus]), smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[next]:not([active]):not([focus]), smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[prev]:not([active]):not([focus]), smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-nav[today]:not([focus]), smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-view-items-button:not([focus]) {
  font-family: bold;
  font-size: 13px;
  letter-spacing: inherit;
  border-color: var(--primary-color);
  color: #675F5F; }

.smart-scheduler:not([disable-date-menu]):not([right-to-left]) .smart-scheduler-nav[current] button, smart-scheduler:not([disable-view-menu]):not([right-to-left]) .smart-scheduler-view-items-button button {
  font-family: bold;
  font-size: 13px; }

.smart-scheduler .smart-scheduler-nav[today] button {
  font-family: bold;
  font-size: 13px;
  background-color: #fff; }

smart-scheduler:not([view-type=agenda]) .smart-scheduler-cells-container .smart-scheduler-cell:not(.scale):hover, smart-scheduler:not([view-type=agenda]) .smart-scheduler-view-all-day .smart-scheduler-cell:hover {
  background-color: #fff !important; }

.smart-calendar .smart-calendar-week .smart-calendar-cell[selected], .smart-calendar .smart-calendar-week .smart-calendar-cell[selected][hover] {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important; }

.smart-calendar .smart-calendar-week-titles .smart-calendar-week-title {
  color: var(--primary-color) !important;
  font-family: "Regular"; }

.smart-scheduler-tooltip .smart-calendar .smart-calendar-header {
  border-top-left-radius: 17px !important;
  border-top-right-radius: 17px !important;
  border-color: var(--primary-color) !important;
  border-bottom: unset !important;
  border: unset;
  color: #675F5F;
  background-color: white; }

.smart-calendar .smart-calendar-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 17px;
  opacity: 1; }

.smart-scheduler-tooltip.smart-tooltip .smart-tooltip-content {
  border: 1px var(--primary-color) solid;
  border-radius: 10px; }

.smart-scheduler-tooltip .smart-calendar {
  border-radius: 17px !important; }

.smart-calendar .smart-calendar-date-element > div:first-of-type {
  font-family: "Bold" !important; }

.smart-arrow {
  color: var(--primary-color) !important; }

.smart-calendar .smart-calendar-week .smart-calendar-cell:focus:not([selected]), .smart-calendar .smart-calendar-week .smart-calendar-cell[focus]:not([selected]) {
  color: var(--primary-color);
  border-color: var(--primary-color); }

.smart-scheduler-tooltip .smart-scheduler-item {
  font-family: "Regular"; }

.smart-scheduler:not([disable-date-menu]):not([right-to-left]) .smart-scheduler-nav[current] button, smart-scheduler:not([disable-view-menu]):not([right-to-left]) .smart-scheduler-view-items-button button {
  border: 1px solid var(--primary-color);
  opacity: 1; }

.smart-scheduler .smart-scheduler-view-header-horizontal .smart-scheduler-cells {
  font-family: "Bold"; }

.buttomEvent {
  font-family: "Bold";
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
  background-color: var(--primary-color);
  position: absolute;
  z-index: 1;
  right: 10rem;
  margin-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 6px; }

.buttomFilter {
  margin-top: 2px;
  font-family: "Bold" !important;
  text-align: left !important;
  letter-spacing: 0px !important;
  color: #675F5F !important;
  opacity: 1 !important;
  position: absolute !important;
  z-index: 1 !important;
  padding: 0.5rem !important;
  border-radius: 6px !important;
  width: 12rem !important;
  background-color: unset !important;
  margin-left: 1rem !important; }

select {
  border-color: unset !important; }

.contentFilter {
  opacity: 1;
  position: absolute;
  z-index: 1;
  margin-left: 23rem;
  margin-top: 0.5rem; }

.imgFilter {
  margin-top: 0.75rem;
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem; }

.smart-scheduler-nav smart-element smart-repeat-button {
  color: var(--primary-color) !important; }

.smart-scheduler:not([header-navigation-style=raised]) .smart-scheduler-date-nav .smart-scheduler-nav[current] {
  letter-spacing: inherit !important; }

.smart-scheduler .smart-scheduler-nav[current], smart-scheduler .smart-scheduler-nav[next], smart-scheduler .smart-scheduler-nav[prev], smart-scheduler .smart-scheduler-nav[today] {
  letter-spacing: inherit !important; }

.smart-color-input-drop-down-menu.smart-scheduler-color-input:not([animation=none]) .default-samples-container div, smart-scheduler:not([animation=none]) .smart-scheduler-view-items-button {
  letter-spacing: inherit !important; }

.smart-scheduler[scroll-buttons-position=far] .smart-scheduler-date-nav .smart-scheduler-nav[prev] {
  border: 1px var(--primary-color) solid !important;
  border-radius: 0px !important;
  background-color: #F2F3F4 !important;
  margin-left: 1rem !important; }

.smart-scheduler[scroll-buttons-position=far] .smart-scheduler-date-nav .smart-scheduler-nav[next] {
  border-bottom: 1px var(--primary-color) solid !important;
  border-top: 1px var(--primary-color) solid !important;
  border-right: 1px var(--primary-color) solid !important;
  border-radius: 0px !important;
  background-color: #F2F3F4 !important; }

.btnFollow {
  display: inline-flex;
  margin-right: 0.25rem; }

.contentImgReport2 {
  display: block;
  position: relative;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: "Regular" !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.listFormsNews .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.color-black {
  color: #000000; }

.MuiListItem-button:hover {
  background-color: #F0F0F0  !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tableExam table, th, td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  font-size: 14px;
  white-space: nowrap;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th, td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th, td {
  padding: 15px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.createAusencias {
  width: 100%;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 30px; }

.borderField {
  border: 1px solid #675F5F;
  border-radius: 18px; }

.borderBlack {
  border: 1px solid #000000;
  border-radius: 18px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.fontSize13 {
  font-size: 13px; }

.createCardRisk {
  width: 100%;
  padding: 0.25rem 1rem 1rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.imagesCardRiks {
  height: 1.5rem; }

.imagesCardRiks2 {
  height: 1rem; }

.imagesCardRiks4 {
  height: 17px;
  margin-top: 4px;
  margin-right: -7px; }

.imagesCardRiks3 {
  height: 1.4rem; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.createRisk {
  width: 100%;
  padding: 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 30px; }

.listBenefits {
  width: 100%;
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 45px; }

.contentBottomAdd {
  width: fit-content; }

.borderFieldInfo {
  border: 1px solid #000000 !important;
  border-radius: 10px;
  padding: 0.75rem; }

.textPoint {
  color: #000000 !important; }

.textListFile {
  font-family: "Regular";
  color: #2699FB;
  text-align: left;
  text-decoration: underline; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsBenefit {
  margin-left: auto;
  margin-right: 3rem;
  cursor: pointer; }

.quillsPoint .ql-toolbar.ql-snow {
  border: 1px solid #000000 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quillsPoint .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #000000 !important;
  border-left: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important; }

.quillsPoint .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.visorImage {
  width: 30rem;
  height: 30rem; }

.titleVisorImg {
  color: #3B3EF5; }

.divViewFile {
  overflow: auto;
  height: 100vh;
  margin-bottom: 1rem; }

.btnFile {
  width: 23px;
  height: 23px; }

.btn-download-file {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 12px;
  height: 40px;
  margin-left: 2rem;
  margin-top: 0.5rem;
  color: #675F5F;
  padding: 0px 10px 0px 10px;
  font-size: 0.8rem;
  cursor: pointer !important;
  font-family: 'Bold'; }

.txtNewTitleMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.textDescriptionForm1 {
  font-family: "Regular";
  color: #675F5F;
  text-align: left;
  overflow: auto;
  max-height: 200px; }

.PaginationRisk.MuiTablePagination-root {
  display: flex !important;
  justify-content: center !important; }

.PaginationRisk .MuiTablePagination-toolbar {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border: 1px solid #2699FB !important;
  border-radius: 22px !important;
  opacity: 1 !important; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.textSubtitleDuplicate {
  color: #819FAA;
  font-size: 0.9rem;
  font-family: "Regular" !important; }

.txtTalentNameAddCandidateV {
  color: #675F5F !important;
  font-weight: 900 !important;
  font-family: "Regular" !important;
  font-size: 1.5rem !important;
  width: 100%;
  font-family: "Regular" !important;
  padding-bottom: 0px; }

.containerVacantsRol {
  border-top: solid 1px #ada6a68f;
  margin-top: 0.5rem;
  padding-top: 0.5rem; }

.buttonAssign {
  margin-right: 1rem;
  height: 2rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 6px;
  width: 6rem !important;
  display: flex; }

.sectionDuplicateVacant {
  background-color: transparent !important;
  border-radius: 19px;
  padding: 1rem 0.5rem 0rem 0rem !important; }

.btnClosePopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnClosePopupBlue .MuiSvgIcon-root {
  color: var(--primary-color);
  font-size: 1.25rem !important; }

.sectionSearch {
  border-bottom: 1px solid #c2c2c2; }

.txtStepsMember {
  font-size: 0.9rem;
  margin: auto;
  font-family: 'Regular'; }

.textDuplicate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 15px;
  margin-left: 0.25rem; }

.selectTitle {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold";
  font-size: 16px; }

.selectTitleOption {
  height: 2rem;
  background: #F2F0F0 0% 0% no-repeat padding-box;
  width: 7rem !important; }

.titleSection {
  border-bottom: 6px solid #348DE3; }

.contentList {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  overflow: auto;
  max-height: 345px; }

.color-publicado-popup {
  color: #56EA19;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.checkVacant {
  margin-top: 1rem !important; }

.infoVacant {
  border-bottom: 3px solid #E2E2E2; }

.textNameVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold"; }

.textCountryVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: 12px; }

.buttonFormVacant {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Regular";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box;
  margin-left: 1.5rem; }
  .buttonFormVacant:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #348DE3;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1.5rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.containerTxtDescriptionRoleMember {
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 22px;
  opacity: 1; }

.selectProfileMembersRole {
  width: 54% !important;
  height: 2.7rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 0.7rem;
  margin-bottom: 1rem; }

.menu-arrow-role {
  width: 20px;
  height: 20px;
  position: relative; }

.divWordTag {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #348DE3;
  border-radius: 19px;
  opacity: 1;
  margin: 0rem 1rem 1rem 1rem;
  padding: 1rem; }

.colorAddTagTxt {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #348DE3; }

.colorAddItemRole {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  font-size: 0.8rem;
  color: #675F5F;
  opacity: 1; }

.tagBox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #043262;
  border-radius: 5px;
  margin: 1rem 1rem 0.5rem 0rem; }

.deleteTag {
  top: -1px;
  font-size: 20px;
  left: 5px;
  margin-right: 4px;
  position: relative;
  color: #c2c2c2; }

.deleteWordIcon {
  color: #757373;
  font-size: 19px;
  font-weight: 700;
  margin-left: auto; }

.btn-confirm-duplicate {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #00ACEC;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem; }
  .btn-confirm-duplicate:disabled {
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    background: #DADADA 0% 0% no-repeat padding-box !important;
    color: #675F5F; }

.btn-back-member {
  opacity: 1;
  padding: 10px 98px 10px 0px;
  border-radius: 15px;
  margin-bottom: 2rem;
  color: #675F5F;
  font-weight: 700; }

.textConfirmDuplicate {
  margin-left: auto;
  color: #675F5F;
  font-family: "Regular";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1rem; }

.titlePopupTags {
  margin-left: 1.5rem;
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.PopupDuplicate2 .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 55px;
  opacity: 1;
  max-width: 504px !important; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  min-height: 8rem !important;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  left: 0px !important;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "URL:" !important; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Guardar" !important;
  padding-right: 0px; }

.ql-snow .ql-tooltip::before {
  content: "Visitar URL:" !important;
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Editar" !important;
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Eliminar" !important;
  margin-left: 8px; }

.itemBox {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #043262;
  border-radius: 5px;
  margin: 1rem 1rem 0.5rem 0rem;
  color: #675F5F;
  font-weight: 800; }

.textDeleteMember {
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: small;
  margin-top: 0.5rem;
  font-weight: 800; }

.btn-close-vacancies.MuiIconButton-root {
  color: #348DE3 !important; }

.bottomUploadFiles {
  border: 2px solid var(--unnamed-color-00acec);
  border: 2px solid #00ACEC;
  border-radius: 13px;
  opacity: 1;
  color: #4D4D4D;
  padding: 5px 15px;
  font-size: 13px;
  font-family: "Bold"; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textNameFile {
  font-size: smaller;
  margin-bottom: 0.75rem;
  color: #675F5F; }

.textEmail {
  border: 1px solid #675F5F; }

.textUnlink {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 1rem; }

.titlePopupUnlink.MuiDialogTitle-root {
  padding: 20px 10px 20px 0px !important; }

.contentPopupUnlink.MuiDialogContent-root {
  padding: 0px 0px 0px 0px; }

.textMotiveUnlink {
  font-size: 0.91rem; }

.buttonCancel {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 13px;
  font-family: "Bold";
  background: #DADADA 0% 0% no-repeat padding-box;
  color: #675F5F; }

.borderField {
  border: 1px solid #675F5F;
  border-radius: 18px; }

.textNameFileEducation {
  font-size: smaller;
  color: #675F5F; }

.paddingUpload {
  padding: 5px 21px 5px 10px !important; }

.bottomNameFiles {
  border: 1px solid #00ACEC;
  border-radius: 13px;
  opacity: 1;
  color: #4D4D4D;
  padding: 3px 11px;
  font-size: 11px;
  font-family: "Bold";
  align-items: center; }

.subtitleBrigade {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.bottomUploadFilesBrigade {
  border: 2px solid var(--unnamed-color-00acec);
  border: 2px solid #2699FB;
  border-radius: 13px;
  opacity: 1;
  color: #FFFFFF;
  background-color: #2699FB;
  padding: 5px 15px;
  font-size: 13px;
  font-family: "Bold"; }

.btnAgreeRestore {
  width: 10rem;
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelDelete {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.borderFieldEducation {
  border: 1px solid #675F5F !important;
  border-radius: 18px; }

.titlePopupBrigate {
  margin-left: auto;
  color: #000000;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.titlePopupBrigate .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentPopupBrigate .MuiPaper-rounded {
  border-radius: 25px; }

.contentPopupBrigate .MuiDialog-paperWidthSm {
  max-width: 700px !important; }

.styleViewMoreInventary {
  text-decoration: underline;
  color: #348DE3; }

.buttomAddCola {
  width: fit-content; }

.avatarAllCola {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarAllCola.MuiAvatar-root {
  font-size: 0.75rem !important; }

.avatarColaMore {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: #FFFFFF !important;
  color: #348DE3 !important;
  border: 1px solid #348DE3; }

.avatarColaMore.MuiAvatar-root {
  font-size: 1.25rem !important;
  margin-left: 0.25rem; }

.morePointInduction {
  margin-top: -0.5rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.newTest .ql-toolbar.ql-snow {
  border: 0px solid #ccc !important; }

.newTest .ql-container.ql-snow {
  border: 0px solid #ccc !important; }

.newTest {
  margin-top: 1rem; }

.textNote {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0.25rem; }

.tagsTest {
  margin-right: 0.3rem;
  height: auto;
  font-size: 0.8rem;
  margin-bottom: 5px;
  padding: 5px 10px 5px 10px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 5px;
  margin-left: 0.5rem; }

.textPoint {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1; }

.textTagsNote {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.textEvaluation {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 11px; }

.textEvaluationRed {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #CF1414;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 11px; }

.textEvaluation2 {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 10px; }

.btnConfirmAdd {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-bottom: 2rem;
  width: 17rem; }

.btnBackTest {
  opacity: 1;
  padding: 10px 0px 10px 0px;
  border-radius: 15px;
  margin-bottom: 2rem;
  color: #675F5F;
  font-weight: 700;
  margin-right: 2rem; }

.marginBottom {
  margin-left: 15rem; }

.contentAllTestE {
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 25px; }

.avatarEvaluationAll {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: #00ACEC !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarEvaluationAll.MuiAvatar-root {
  font-size: 0.75rem !important; }

.trashEvaluation {
  height: 1.5rem; }

.textPointEvaluation {
  text-align: left;
  min-width: 20px;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  font-size: 13px; }

.contentPoint {
  border-right: 1px solid var(--primary-color);
  padding-right: 1rem; }

.textMessageEvaluation {
  width: 100%;
  margin-top: 0.5rem;
  border-top: 1px solid #F7F5F5; }

.textMessageEvaluation2 {
  color: #707070;
  margin-top: 0.5rem;
  font-size: 0.9rem; }

.pencilEvaluation {
  height: 1.4rem;
  margin-top: 0.1rem;
  margin-right: 0.2rem; }

.contentFaces {
  height: 25px; }

.contetnGhrapic .CircularProgressbar {
  height: 8rem;
  width: 8rem; }

.textPorcent {
  padding-left: 2rem;
  padding-right: 2rem;
  color: var(--primary-color);
  text-align: center; }

.porcentTest {
  color: var(--primary-color) !important;
  font-size: 1.75rem !important; }

.cicleTest.CircularProgressbar .CircularProgressbar-path {
  stroke: var(--primary-color) !important;
  width: 8rem; }

.contentBorderGhrapic {
  padding-right: 1rem;
  margin: auto; }

.progress-bar {
  width: 12rem;
  background-color: #d9d4d4;
  border-radius: 30px;
  padding: 3px;
  margin: 5px 0; }

.progress-bar--fill {
  height: 13px;
  color: white;
  background-color: #56EA19;
  border-radius: 30px; }

.textPercent {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 11px; }

.progress-bar--fill2 {
  height: 13px;
  color: white;
  background-color: #FFBD0C;
  border-radius: 30px; }

.progress-bar--fill3 {
  height: 13px;
  color: white;
  background-color: #4BBA1D;
  border-radius: 30px; }

.progress-bar--fill4 {
  height: 13px;
  color: white;
  background-color: #F62323;
  border-radius: 30px; }

div .contentProgresBar:last-child {
  border-bottom: 0px solid #C2C2C2 !important; }

.contentProgresBar {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 0.5rem; }

.dialogDeleteTest .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteTest .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-weight: 700;
  font-size: 1.4rem; }

.colorTitleTest {
  color: #675F5F !important; }

.title-popup-test {
  color: var(--primary-color);
  font-family: "Regular";
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-test .MuiDialogContent-root {
  flex: 1 1 auto;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.title-popup-test .MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px 0px 12px 0px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%; }

.btnDeleteTest {
  left: 14%;
  right: 20%; }

.btnDeleteTest.MuiIconButton-edgeStart {
  color: #348DE3; }

.contentTestDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteTest {
  height: 2rem; }

.textDeleteEva {
  color: #4A484D;
  font-size: 0.8rem;
  font-family: "Regular" !important; }

.btnCancelDeleteTest {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.btn-deleteTest2 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.btnAgreeDeleteTest {
  width: 10rem;
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.iconMoreMembers {
  margin-right: 0.25rem; }

.fontSizeMoreMemers {
  font-size: 1rem !important; }

.fontSizeMoreMemers.MuiIconButton-root {
  padding: 0rem !important;
  margin-right: 0.25rem !important; }

.btnMoreMembers {
  border-radius: 17px;
  font-size: 0.75rem;
  width: 29px;
  height: 29px;
  background: #ffffff 0% 0% no-repeat padding-box;
  cursor: pointer;
  color: #348DE3;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #348DE3; }

.iconBtnMoreMembers {
  position: absolute;
  margin-top: -17px;
  margin-left: -8.9px;
  font-size: 1.5rem; }

.contenDataEstadistics {
  border-left: 1px solid #DCDBDB;
  padding-left: 1rem; }

.titleHistorial {
  font-size: 12px;
  margin-left: 1rem;
  color: #675F5F; }

.textRange {
  color: #675F5F;
  font-family: "Bold";
  margin-left: 0.5rem;
  margin-top: 0.25rem; }

.containInduction {
  background-color: #F0F0F0 !important;
  padding: 1rem;
  border-radius: 15px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  /* font-weight: revert-layer; */
  font-family: 'Bold';
  font-size: 14px; }

.textSubtitleDuplicate {
  color: #819FAA;
  font-size: 0.9rem;
  font-family: "Regular" !important; }

.sectionDuplicateVacantContent {
  background-color: #F5F5F5 !important;
  border-radius: 19px;
  padding: 1rem;
  max-height: 360px !important; }

.sectionSearch {
  border-bottom: 2px solid #348DE3; }

.textDuplicate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 15px;
  margin-left: 0.25rem; }

.selectTitle {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold";
  font-size: 16px; }

.selectTitleOption {
  height: 2rem;
  background: #F2F0F0 0% 0% no-repeat padding-box;
  width: 7rem !important; }

.titleSection {
  border-bottom: 6px solid #348DE3; }

.contentListDuplicateVacante {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  overflow: auto !important;
  max-height: 220px !important; }

.checkVacant {
  margin-top: 1rem !important; }

.infoVacant {
  border-bottom: 3px solid #E2E2E2; }

.textNameVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold"; }

.textCountryVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: 12px; }

.buttonFormGroup {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Bold";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box;
  margin-left: 1.5rem;
  height: 2rem;
  padding: 0px 24px 0px 24px; }
  .buttonFormGroup:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #348DE3;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1.5rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F;
    height: 2rem;
    padding: 0px 24px 0px 24px; }

.titlePopupDuplicateVacante {
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.titlePopupDuplicateVacante .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.buttomCloseMember.MuiIconButton-root {
  padding: 0px !important; }

.buttomCloseMember .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.contentDuplicatePopUp.MuiDialogContent-root {
  padding: 0px 20px 0px 20px; }

.iconAddMember {
  letter-spacing: 0px;
  color: #348DE3;
  opacity: 1;
  font-weight: bold; }

.buttomAddInvited {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 11px;
  opacity: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  margin-left: 1rem; }

.clearButtonMember {
  color: #bbbaba;
  font-size: 15px !important;
  margin-left: 66px !important; }

.contentPopupGroup .MuiDialog-paperWidthSm {
  padding: 0rem !important; }

.contentPopupGroup .MuiPaper-rounded {
  border-radius: 25px; }

.fontCancel {
  font-size: smaller; }

.clearButtonMemberInterviews {
  color: #bbbaba;
  font-size: 15px !important;
  margin-left: 120px !important; }

.noFoundText {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 40px;
  opacity: 1;
  padding: 3rem;
  text-align: center; }

.noFoundText2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 40px;
  opacity: 1;
  padding: 3rem;
  text-align: center; }

.clearButtonMember2 {
  color: #bbbaba;
  font-size: 15px !important;
  margin-left: auto !important; }

.buttomClosePopupI.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 19rem !important; }

.buttomClosePopupI .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

i.fas.fa-exclamation-circle.infoRecomenda {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem;
  margin-top: 0.3rem; }

.m-8 {
  margin: 2rem; }

.iconPointsMap {
  width: 30px;
  height: 30px; }

.dateCompletionForm {
  text-align: left;
  display: flex;
  margin-left: auto;
  font-family: "Bold";
  font-size: 15px;
  letter-spacing: 0px;
  color: #00ACEC;
  opacity: 1; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews1 .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Bold' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews1 {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.overflow-autoSidebar {
  overflow: auto !important; }

.listFormsNews1 .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0 !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.titleCaracteristP {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.txtAlignCenter {
  width: 25%;
  text-align: center; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.boxImageProfile {
  width: 150px;
  height: 179px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 34px;
  opacity: 1;
  padding: 2rem 1rem; }

.w-1\/3 {
  width: 33.333333%; }

.contectFiltreYear {
  width: 20% !important;
  border: 1px solid #00ACEC !important;
  border-radius: 1rem;
  text-align: center;
  font-family: "bold"; }

i.fas.fa-exclamation-circle.infoFilter {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem;
  margin-top: 0.6rem; }

i.fas.fa-exclamation-circle.infoFilter {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.75rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.containerLeader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #1592E6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff; }

.containerLeader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.btn-upload-all {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  padding: 7px 11px 7px 5px;
  border-radius: 8px !important;
  opacity: 1;
  width: 11rem;
  margin-left: 2rem;
  text-align: center; }

.inputFileSst {
  display: none; }

.filterYear {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 11px;
  opacity: 1;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.gridFiles {
  width: auto !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 20px;
  opacity: 1;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.gridMembers {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  opacity: 1; }

.contentView {
  background-repeat: no-repeat;
  background-size: cover;
  height: 9rem;
  margin: 1rem;
  background-image: url(/_next/static/images/Enmascarar-55145764cb2ce935484936ba4b38899e.png);
  border: 1px solid #707070;
  border-radius: 14px; }

.styleTitleFiles {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.styleTitleMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1; }

.nameFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 1.25rem; }

.nameFile1 {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 15px; }

.dateFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 0.8rem; }

.imagesFiles {
  height: 1.5rem;
  margin-bottom: 0.5rem; }

.paddingNoInfo {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.textNameFile {
  width: min-content; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tableExam table, th, td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  font-size: 14px;
  white-space: nowrap;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th, td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th, td {
  padding: 15px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

i.fas.fa-exclamation-circle {
  position: absolute;
  right: -1.3rem;
  color: #338ADF; }

i.fas.fa-exclamation-circle.infoRecomenda {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem;
  margin-top: 0.3rem; }

.iconHelpB {
  width: 15px;
  height: 15px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.containerLeader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #1592E6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff; }

.containerLeader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.btn-upload-all {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  padding: 7px 11px 7px 5px;
  border-radius: 8px !important;
  opacity: 1;
  width: 11rem;
  margin-left: 2rem;
  text-align: center; }

.inputFileSst {
  display: none; }

.filterYear {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 11px;
  opacity: 1;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.gridFiles {
  width: auto !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 20px;
  opacity: 1;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.gridMembers {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  opacity: 1; }

.contentView {
  background-repeat: no-repeat;
  background-size: cover;
  height: 9rem;
  margin: 1rem;
  background-image: url(/_next/static/images/Enmascarar-55145764cb2ce935484936ba4b38899e.png);
  border: 1px solid #707070;
  border-radius: 14px; }

.styleTitleFiles {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.styleTitleMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1; }

.nameFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 1.25rem; }

.nameFile1 {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 15px; }

.dateFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 0.8rem; }

.imagesFiles {
  height: 1.5rem;
  margin-bottom: 0.5rem; }

.paddingNoInfo {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.textNameFile {
  width: min-content; }

.dateFileOccupational {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 0.7rem; }

.contectFiltreYear {
  width: 20% !important;
  border: 1px solid #00ACEC !important;
  border-radius: 1rem;
  text-align: center;
  font-family: "bold"; }

i.fas.fa-exclamation-circle.infoFilter {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem;
  margin-top: 0.6rem; }

i.fas.fa-exclamation-circle.infoFilter {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.75rem; }

.contectFiltreYearBrigade {
  width: 30% !important;
  border: 1px solid #00ACEC !important;
  border-radius: 1rem;
  text-align: center;
  font-family: "bold"; }

.pencilCriteria {
  width: 1.5rem;
  height: 1.5rem; }

.spaceCriteria {
  background-color: #F0F0F0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #F0F0F0;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.titleCriteria2 {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Regular';
  color: #000000; }

.witdCard {
  width: 70%; }

.backgroundCriteria {
  background-color: #F0F0F0;
  border-radius: 5%; }

.puntajeStyle {
  font-family: "regular";
  color: #292929; }

.listCollage.MuiList-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.divListCollage {
  max-height: 20rem;
  overflow-y: scroll; }

.contentNumber {
  width: 5rem; }

.titleCriteria3 {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #675F5F;
  font-size: smaller; }

.bottomsEdit {
  justify-content: end; }

.titleCriteria {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #000000; }

.textCriteria {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Regular';
  color: #000000; }

.textNameEdit {
  padding: 0.5rem;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-right: 2rem; }

.textOtherBotom {
  border-radius: 0.5rem;
  border: 1px solid #3498ff;
  background-color: #FFFFFF; }

.TextCriterias {
  background: #FFFFFF;
  margin-left: 1rem; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  display: block; }

.spaceCriteriaPercentaje {
  background-color: #F0F0F0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #F0F0F0;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.inputNumber {
  background-color: #FFFFFF !important;
  /* Color de fondo */ }

.textBackCola {
  text-align: left;
  font-family: "Regular";
  font-size: 13px;
  letter-spacing: 0px;
  color: #2699FB;
  text-decoration: underline;
  opacity: 1; }

.btncloseCriteria.MuiIconButton-root {
  padding: 0rem !important; }

.btncloseCriteria {
  left: 78% !important;
  right: 19% !important; }

.btncloseCriteria .MuiSvgIcon-root {
  color: #043262;
  width: 1.5rem;
  height: 1.5rem; }

.m-auto-item {
  margin: auto 1rem auto auto; }

.selectTag {
  margin-right: 1rem;
  width: 2.9rem;
  -webkit-appearance: none;
  appearance: none; }

.w-20px {
  width: 17px; }

.w-17px {
  height: 18px;
  width: 17px; }

.emptyTags {
  font-family: 'Bold';
  color: #675F5F;
  margin: 5rem;
  display: block;
  text-align: center;
  padding: 1rem; }

.hiddenPagination .MuiInputBase-root.MuiTablePagination-input.MuiTablePagination-selectRoot {
  display: none; }

.hiddenPagination .MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters p:nth-child(2) {
  display: none; }

.hiddenPagination2 .MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters p:nth-child(1) {
  display: none; }

.hiddenPagination2 .MuiInputBase-root.MuiTablePagination-input.MuiTablePagination-selectRoot {
  margin-right: 0px; }

.selectContent {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 17px;
  opacity: 1;
  width: 82px;
  margin-right: 1rem;
  margin-left: 1rem; }

.clearButtonSource {
  color: #bbbaba;
  font-size: 15px !important;
  margin-right: 10px !important; }

.emptyTagsSearch {
  font-family: 'Bold';
  color: #675F5F;
  padding: 8rem;
  border-radius: 15px;
  display: block;
  background-color: #dee4e4a1;
  text-align: center;
  /* padding: 1rem; */ }

.noneOption {
  display: none !important; }

.countSelected {
  font-size: 0.9rem;
  margin: auto; }

.selectTag .MuiSelect-select:focus {
  background-color: transparent !important; }

.MuiPopover-paper {
  outline: 0;
  border: 1px solid black;
  position: absolute;
  box-shadow: 0px 3px 6px #00000029 !important;
  border: 0px solid #2699FB !important;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border-radius: 11px;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto; }

.paper-items {
  color: #707070 !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important; }

.line-paper {
  border-bottom: 3px solid #E2E2E2 !important; }

.containerBrigades {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  height: fit-content;
  height: -moz-max-content;
  margin-left: 2rem;
  margin-right: 2rem;
  opacity: 1;
  height: max-content; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.textSubtitleDuplicate {
  color: #819FAA;
  font-size: 0.9rem;
  font-family: "Regular" !important; }

.txtTalentNameAddCandidateV {
  color: #675F5F !important;
  font-weight: 900 !important;
  font-family: "Regular" !important;
  font-size: 1.5rem !important;
  width: 100%;
  font-family: "Regular" !important;
  padding-bottom: 0px; }

.containerVacantsRol {
  border-top: solid 1px #ada6a68f;
  margin-top: 0.5rem;
  padding-top: 0.5rem; }

.buttonAssign {
  margin-right: 1rem;
  height: 2rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 6px;
  width: 6rem !important;
  display: flex; }

.sectionDuplicateVacant {
  background-color: transparent !important;
  border-radius: 19px;
  padding: 1rem 0.5rem 0rem 0rem !important; }

.btnClosePopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnClosePopupBlue .MuiSvgIcon-root {
  color: var(--primary-color);
  font-size: 1.25rem !important; }

.sectionSearch {
  border-bottom: 1px solid #c2c2c2; }

.txtStepsMember {
  font-size: 0.9rem;
  margin: auto;
  font-family: 'Regular'; }

.textDuplicate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 15px;
  margin-left: 0.25rem; }

.selectTitle {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold";
  font-size: 16px; }

.selectTitleOption {
  height: 2rem;
  background: #F2F0F0 0% 0% no-repeat padding-box;
  width: 7rem !important; }

.titleSection {
  border-bottom: 6px solid #348DE3; }

.contentList {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  overflow: auto;
  max-height: 345px; }

.color-publicado-popup {
  color: #56EA19;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.checkVacant {
  margin-top: 1rem !important; }

.infoVacant {
  border-bottom: 3px solid #E2E2E2; }

.textNameVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold"; }

.textCountryVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: 12px; }

.buttonFormVacant {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Regular";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box;
  margin-left: 1.5rem; }
  .buttonFormVacant:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #348DE3;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1.5rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.containerTxtDescriptionRoleMember {
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 22px;
  opacity: 1; }

.selectProfileMembersRole {
  width: 54% !important;
  height: 2.7rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 0.7rem;
  margin-bottom: 1rem; }

.menu-arrow-role {
  width: 20px;
  height: 20px;
  position: relative; }

.divWordTag {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #348DE3;
  border-radius: 19px;
  opacity: 1;
  margin: 0rem 1rem 1rem 1rem;
  padding: 1rem; }

.colorAddTagTxt {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #348DE3; }

.colorAddItemRole {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  font-size: 0.8rem;
  color: #675F5F;
  opacity: 1; }

.tagBox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #043262;
  border-radius: 5px;
  margin: 1rem 1rem 0.5rem 0rem; }

.deleteTag {
  top: -1px;
  font-size: 20px;
  left: 5px;
  margin-right: 4px;
  position: relative;
  color: #c2c2c2; }

.deleteWordIcon {
  color: #757373;
  font-size: 19px;
  font-weight: 700;
  margin-left: auto; }

.btn-confirm-duplicate {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #00ACEC;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem; }
  .btn-confirm-duplicate:disabled {
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    background: #DADADA 0% 0% no-repeat padding-box !important;
    color: #675F5F; }

.btn-back-member {
  opacity: 1;
  padding: 10px 98px 10px 0px;
  border-radius: 15px;
  margin-bottom: 2rem;
  color: #675F5F;
  font-weight: 700; }

.textConfirmDuplicate {
  margin-left: auto;
  color: #675F5F;
  font-family: "Regular";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1rem; }

.titlePopupTags {
  margin-left: 1.5rem;
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.PopupDuplicate2 .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 55px;
  opacity: 1;
  max-width: 504px !important; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  min-height: 8rem !important;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  left: 0px !important;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "URL:" !important; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Guardar" !important;
  padding-right: 0px; }

.ql-snow .ql-tooltip::before {
  content: "Visitar URL:" !important;
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Editar" !important;
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Eliminar" !important;
  margin-left: 8px; }

.itemBox {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #043262;
  border-radius: 5px;
  margin: 1rem 1rem 0.5rem 0rem;
  color: #675F5F;
  font-weight: 800; }

.textDeleteMember {
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: small;
  margin-top: 0.5rem;
  font-weight: 800; }

.btn-close-vacancies.MuiIconButton-root {
  color: #348DE3 !important; }

.bottomUploadFiles {
  border: 2px solid var(--unnamed-color-00acec);
  border: 2px solid #00ACEC;
  border-radius: 13px;
  opacity: 1;
  color: #4D4D4D;
  padding: 5px 15px;
  font-size: 13px;
  font-family: "Bold"; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textNameFile {
  font-size: smaller;
  margin-bottom: 0.75rem;
  color: #675F5F; }

.textEmail {
  border: 1px solid #675F5F; }

.textUnlink {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 1rem; }

.titlePopupUnlink.MuiDialogTitle-root {
  padding: 20px 10px 20px 0px !important; }

.contentPopupUnlink.MuiDialogContent-root {
  padding: 0px 0px 0px 0px; }

.textMotiveUnlink {
  font-size: 0.91rem; }

.buttonCancel {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 13px;
  font-family: "Bold";
  background: #DADADA 0% 0% no-repeat padding-box;
  color: #675F5F; }

.borderField {
  border: 1px solid #675F5F;
  border-radius: 18px; }

.textNameFileEducation {
  font-size: smaller;
  color: #675F5F; }

.paddingUpload {
  padding: 5px 21px 5px 10px !important; }

.bottomNameFiles {
  border: 1px solid #00ACEC;
  border-radius: 13px;
  opacity: 1;
  color: #4D4D4D;
  padding: 3px 11px;
  font-size: 11px;
  font-family: "Bold";
  align-items: center; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.createRisk {
  width: 100%;
  padding: 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 30px; }

.listBenefits {
  width: 100%;
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 45px; }

.contentBottomAdd {
  width: fit-content; }

.borderFieldInfo {
  border: 1px solid #000000 !important;
  border-radius: 10px;
  padding: 0.75rem; }

.textPoint {
  color: #000000 !important; }

.textListFile {
  font-family: "Regular";
  color: #2699FB;
  text-align: left;
  text-decoration: underline; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsBenefit {
  margin-left: auto;
  margin-right: 3rem;
  cursor: pointer; }

.quillsPoint .ql-toolbar.ql-snow {
  border: 1px solid #000000 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quillsPoint .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #000000 !important;
  border-left: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important; }

.quillsPoint .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.visorImage {
  width: 30rem;
  height: 30rem; }

.titleVisorImg {
  color: #3B3EF5; }

.divViewFile {
  overflow: auto;
  height: 100vh;
  margin-bottom: 1rem; }

.btnFile {
  width: 23px;
  height: 23px; }

.btn-download-file {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 12px;
  height: 40px;
  margin-left: 2rem;
  margin-top: 0.5rem;
  color: #675F5F;
  padding: 0px 10px 0px 10px;
  font-size: 0.8rem;
  cursor: pointer !important;
  font-family: 'Bold'; }

.txtNewTitleMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.textDescriptionForm {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.PaginationRisk.MuiTablePagination-root {
  display: flex !important;
  justify-content: center !important; }

.PaginationRisk .MuiTablePagination-toolbar {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border: 1px solid #2699FB !important;
  border-radius: 22px !important;
  opacity: 1 !important; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.createPoint {
  width: 100%;
  padding: 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.createCardRisk {
  width: 100%;
  padding: 0.25rem 1rem 1rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.listBenefits {
  width: 100%;
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 45px; }

.contentBottomAdd {
  width: fit-content; }

.borderFieldInfo {
  border: 1px solid #000000 !important;
  border-radius: 10px;
  padding: 0.75rem; }

.textPoint {
  color: #000000 !important; }

.textListFile {
  font-family: "Regular";
  color: #2699FB;
  text-align: left;
  text-decoration: underline; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsBenefit {
  margin-left: auto;
  margin-right: 3rem;
  cursor: pointer; }

.quillsPoint .ql-toolbar.ql-snow {
  border: 1px solid #000000 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quillsPoint .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #000000 !important;
  border-left: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important; }

.quillsPoint .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.imagesCardRiks {
  height: 1.5rem; }

.imagesCardRiks2 {
  height: 1rem; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentOtherFile {
  margin-bottom: 0.75rem;
  margin-top: 0.75rem; }

.contentCardFile {
  margin: auto;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.basic-multi-select {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #338ADF;
  border-radius: 10px;
  opacity: 1; }

#contentFileAttach {
  width: 100%;
  margin: auto;
  padding-left: 0.25rem;
  display: inline-block;
  background: #E4E4E4 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #338ADF;
  border-radius: 10px;
  opacity: 1;
  color: #00000029; }

.contentInput1 {
  width: 95%;
  background: #E4E4E4 0% 0% no-repeat padding-box; }

.btnCleanFile {
  color: #707070; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.textSubtitleDuplicate {
  color: #819FAA;
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
  font-family: "Regular" !important; }

.txtTalentNameAddCandidateV {
  color: #675F5F !important;
  font-weight: 900 !important;
  font-family: "Regular" !important;
  font-size: 1.5rem !important;
  width: 100%;
  font-family: "Regular" !important;
  padding-bottom: 0px; }

.btnAddEvent {
  position: absolute;
  right: 0px; }

.flexTooltip {
  flex-wrap: inherit !important;
  display: flex !important; }

.avatarEvaluationAll3 {
  width: 55px !important;
  height: 55px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: #043262 !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.containerVacantsRol {
  border-top: solid 1px #ada6a68f;
  margin-top: 0.5rem;
  padding-top: 0.5rem; }

.buttonAssign {
  margin-right: 1rem;
  height: 2rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 6px;
  width: 6rem !important;
  display: flex; }

.sectionDuplicateVacant {
  background-color: transparent !important;
  border-radius: 19px;
  padding: 1rem 0.5rem 0rem 0rem !important; }

.btnClosePopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnClosePopupBlue .MuiSvgIcon-root {
  color: var(--primary-color);
  font-size: 1.25rem !important; }

.sectionSearch {
  border-bottom: 1px solid #c2c2c2; }

.txtStepsMember {
  font-size: 0.9rem;
  margin: auto;
  font-family: 'Regular'; }

.textDuplicate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 15px;
  margin-left: 0.25rem; }

.selectTitle {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold";
  font-size: 16px; }

.selectTitleOption {
  height: 2rem;
  background: #F2F0F0 0% 0% no-repeat padding-box;
  width: 7rem !important; }

.titleSection {
  border-bottom: 6px solid #348DE3; }

.contentList {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  overflow: auto;
  max-height: 345px; }

.color-publicado-popup {
  color: #56EA19;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.checkVacant {
  margin-top: 1rem !important; }

.infoVacant {
  border-bottom: 3px solid #E2E2E2; }

.textNameVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold"; }

.textCountryVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: 12px; }

.buttonFormEditEvent {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Regular";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box;
  margin-left: 1.5rem; }
  .buttonFormEditEvent:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #348DE3;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Regular";
    font-weight: 500;
    background: #348DE3 0% 0% no-repeat padding-box;
    margin-left: 1.5rem; }

.buttonFormEvent {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Regular";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box;
  margin-left: 1.5rem;
  width: 9rem;
  margin-top: 1.5rem; }
  .buttonFormEvent:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #348DE3;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1.5rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F;
    width: 9rem;
    margin-top: 1.5rem; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.containerTxtDescriptionRoleMember {
  background: #D9EAF9 0% 0% no-repeat padding-box;
  border: 1px solid #D9EAF9;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 22px;
  opacity: 1; }

.selectProfileMembersRole {
  width: 54% !important;
  height: 2.7rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 0.7rem;
  margin-bottom: 1rem; }

.menu-arrow-role {
  width: 20px;
  height: 20px;
  position: relative; }

.divWordTag {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #348DE3;
  border-radius: 19px;
  opacity: 1;
  margin: 0rem 1rem 1rem 1rem;
  padding: 1rem; }

.colorAddTagTxt {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #348DE3; }

.colorAddItemRole {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  font-size: 0.8rem;
  color: #675F5F;
  opacity: 1; }

.tagBox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #043262;
  border-radius: 5px;
  margin: 1rem 1rem 0.5rem 0rem; }

.deleteTag {
  top: -1px;
  font-size: 20px;
  left: 5px;
  margin-right: 4px;
  position: relative;
  color: #c2c2c2; }

.deleteWordIcon {
  color: #757373;
  font-size: 19px;
  font-weight: 700;
  margin-left: auto; }

.btn-confirm-duplicate {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #00ACEC;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem; }
  .btn-confirm-duplicate:disabled {
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    background: #DADADA 0% 0% no-repeat padding-box !important;
    color: #675F5F; }

.btn-back-member {
  opacity: 1;
  padding: 10px 98px 10px 0px;
  border-radius: 15px;
  margin-bottom: 2rem;
  color: #675F5F;
  font-weight: 700; }

.textConfirmDuplicate {
  margin-left: auto;
  color: #675F5F;
  font-family: "Regular";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1rem; }

.titlePopupTags {
  margin-left: 1.5rem;
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.PopupDuplicate2 .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 55px;
  opacity: 1;
  max-width: 504px !important; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  min-height: 8rem !important;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  left: 0px !important;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "URL:" !important; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Guardar" !important;
  padding-right: 0px; }

.ql-snow .ql-tooltip::before {
  content: "Visitar URL:" !important;
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Editar" !important;
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Eliminar" !important;
  margin-left: 8px; }

.itemBox {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #043262;
  border-radius: 5px;
  margin: 1rem 1rem 0.5rem 0rem;
  color: #675F5F;
  font-weight: 800; }

.textDeleteMember {
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: small;
  margin-top: 0.5rem;
  font-weight: 800; }

.btn-close-vacancies.MuiIconButton-root {
  color: #348DE3 !important; }

.contentPopupEvent.MuiDialogContent-root {
  padding: 0px 20px 0px 20px;
  height: max-content;
  width: 36rem; }

.titlePopupEvent .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.titlePopupEvent2 .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.titlePopupEvent.MuiDialogTitle-root {
  padding: 3px 20px 7px 18px !important; }

.titlePopupEvent2.MuiDialogTitle-root {
  padding: 3px 20px 0px 18px !important; }

.titlePopupEvent {
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.titlePopupEvent2 {
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.labelDate {
  width: 11rem;
  margin-right: 1rem; }

.labelDateDuration {
  width: 11rem; }

.labelDateInterview {
  width: 12rem;
  margin-right: 1rem;
  margin-left: 2rem; }

.textZona {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 14px; }

.contentZone {
  background: #EDEDED 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  margin-top: 0.5rem; }

.styleContentDuracion {
  width: 9.5rem; }

.styleContent3 {
  width: 14rem !important; }

.styleContent2 {
  padding-top: 0.35rem !important;
  padding-bottom: 0.35rem !important;
  padding-left: 0.5rem !important;
  margin-top: 0.25rem !important; }

.MuiPickersClockPointer-pointer {
  background-color: #348DE3 !important; }

.MuiPickersClockPointer-noPoint {
  background-color: #348DE3 !important; }

.MuiPickersClockPointer-thumb {
  border: 14px solid #348DE3 !important; }

.MuiPickersClock-pin {
  background-color: #348DE3 !important; }

.contentGlobo {
  width: 1.25rem;
  margin-top: 1rem;
  margin-left: 0.5rem; }

.textTimeZone {
  text-align: left;
  text-decoration: underline;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 12px; }

.avatarEvaluationAll {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: #00ACEC  !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarEvaluationAll.MuiAvatar-root {
  font-size: 0.75rem !important; }

.avatarEvent {
  width: 40px !important;
  height: 40px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: #FFFFFF !important;
  color: #348DE3 !important;
  border: 1px solid #348DE3; }

.avatarEvent.MuiAvatar-root {
  font-size: 1.25rem !important;
  margin-left: 0.25rem;
  margin-top: 0.75rem; }

.contentSite {
  margin-top: 1.75rem;
  margin-left: 2rem; }

.textMoreActions {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #348DE3;
  opacity: 1; }

.ContentEvent .MuiDialog-paperScrollPaper {
  max-height: 620px !important; }

.imgTwoStep {
  width: 0.75rem;
  height: 0.75rem;
  margin-top: 0.25rem;
  margin-left: 0.25rem; }

.textInfo {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 12px; }

.textAbstract {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.imgTwoStep2 {
  width: 1rem;
  height: 1rem;
  margin-top: 2px;
  margin-left: 0.25rem; }

.calendarMini {
  height: 1rem;
  margin-top: 0.2rem; }

.imgBuild {
  height: 1rem;
  margin-top: 0.5rem; }

.contentInfoEvent {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.contetntNotificationEvent {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding: 0.5rem;
  width: 16rem;
  height: 7rem;
  margin-bottom: 2rem; }

.fontContent {
  font-size: 12px; }

.fontContent2 {
  font-size: 13px;
  color: black; }

.contentEmailEvent {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  height: 14rem;
  margin-bottom: 2.5rem; }

.contentSecond {
  padding-left: 4rem;
  text-align: center;
  padding-right: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.buttomEdit {
  background: #DADADA 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  color: #675F5F;
  font-family: "Bold"; }

.calendarDate {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

.calendarDate .MuiInputBase-input {
  padding-left: 0.5rem !important; }

.nameCandidate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.nameCandidate2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-left: 1rem;
  font-size: 1rem; }

.nameCandidate2:hover {
  text-decoration: underline; }

.titleDeleteStudy {
  font-family: "bold" !important;
  text-align: left !important;
  letter-spacing: 0px !important;
  color: #675F5F !important;
  opacity: 1;
  font-weight: 700 !important;
  font-size: 1.4rem !important; }

.imgEditEvent {
  margin-top: 2px;
  height: 15px;
  margin-left: 5px; }

.btnEditEvent {
  color: #fff;
  font-family: "Light" !important;
  font-size: 0.9rem;
  padding: 5px 10px;
  background-color: #3B3EF5;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px; }

.imgPeople {
  margin-left: 1rem;
  height: 13px;
  margin-top: 0.25rem; }

.calendarDate .MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  color: var(--primary-color) !important;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none; }

.imgPeople2 {
  height: 21px;
  margin-top: 0.25rem;
  margin-right: 0.4rem;
  margin-bottom: 0.6rem; }

.imgback {
  margin-right: 1rem;
  height: 13px;
  margin-top: 0.25rem; }

.textVacantCandidate {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 12px;
  margin-left: 0.25rem;
  margin-top: 0.1rem; }

.searchCandidateEvent .MuiInputBase-input {
  padding-left: 0.5rem !important;
  width: 28.5rem !important; }

.buttomDelete {
  font-size: 13px; }

.buttomCancel {
  font-size: 13px; }

.buttomSave {
  margin-left: 1.5rem;
  width: 30rem;
  font-size: 13px; }

.imgDelete {
  margin-right: 2.25rem;
  height: 16px;
  margin-top: 1rem; }

.cleanBottom {
  margin-left: 30rem;
  margin-top: 0.5rem; }

.buttomCloseNotePrivate.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 22.5rem !important;
  color: #444; }

.buttomCloseNotePrivate .MuiSvgIcon-root {
  color: #444;
  font-size: 1.25rem !important; }

.divSearchGeneralCandidate {
  overflow-y: auto;
  max-height: 346px !important;
  margin-left: 2ch;
  position: absolute;
  min-width: 41.6ch;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #043262;
  border-radius: 0px 0px 10px 10px;
  opacity: 1; }

.divSearchGeneralCandidate::-webkit-scrollbar {
  width: 10px; }

.divSearchGeneralCandidate::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 0px 10px 10px 0px; }

.divSearchGeneralCandidate::-webkit-scrollbar-thumb {
  background-color: #E2E2E2;
  border-radius: 10px; }

.contentZoneTime {
  box-shadow: none !important;
  width: 14rem !important;
  margin-left: auto !important;
  margin-top: 0.5rem !important;
  font-size: 12px !important;
  border: none !important; }

.iconBtnMoreInterview {
  position: absolute;
  margin-top: -17px;
  margin-left: -2.9px;
  font-size: 1.5rem; }

.contentZoneTime .css-yk16xz-control {
  box-shadow: none !important;
  border: none !important;
  font-size: 12px !important; }

.contentZoneTime .css-1pahdxg-control {
  border-color: #FFFFFF !important; }

.contentZoneTime .css-tj5bde-Svg {
  color: #348DE3 !important; }

.contentZoneTime .css-1okebmr-indicatorSeparator {
  width: 0px !important;
  background-color: unset !important; }

.contentCandidate2 {
  width: 32rem;
  height: 2.5rem;
  margin-top: 0.5rem; }

.inputCandidate {
  background-color: #FFFFFF;
  width: 30rem; }

.cleanBottom2 {
  margin-top: 0.5rem; }

.morePoint {
  margin-top: -0.8rem;
  font-size: larger; }

.StyleBottom {
  margin-left: 10rem; }

.titleDeleteEvent .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-weight: 700;
  font-size: 1.4rem; }

.titleDeleteEvent.MuiDialogTitle-root {
  padding: 16px 14px 16px 10px !important; }

.dialogDeleteEvent .MuiDialog-paperWidthSm {
  padding: 1rem !important;
  box-shadow: 0px 6px 20px #00000029 !important;
  border-radius: 30px !important;
  width: 26rem !important; }

.btnDeleteEvent {
  left: 12%;
  right: 20%; }

.btnDeleteEvent.MuiIconButton-root {
  color: #348DE3;
  margin-left: 86px !important;
  padding-right: 2rem !important; }

.contentDialogWorkExperience {
  padding: 0px 4px !important; }

.text-deleteReferences {
  height: 2rem; }

.textDelete {
  color: #4A484D;
  font-size: 0.8rem;
  font-family: "Regular" !important; }

.btn-acceptVacant {
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelDeleteVacant {
  color: #675F5F !important;
  opacity: 1; }

.btnLoadingEvent {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  margin-top: 0.25rem;
  padding-top: 0.5rem; }

.contentDetailHash .MuiDialog-paperWidthSm {
  width: 36.5rem !important;
  height: 31rem !important; }

.btnCloseHash.MuiIconButton-root {
  color: #348DE3;
  margin-left: 72px !important;
  padding-right: 2rem !important; }

.contentTextHashDetail.MuiDialogContent-root {
  height: 15rem !important;
  max-width: 43rem; }

.textDetailtHash {
  color: #080808;
  font-size: 1rem;
  font-family: "Regular" !important; }

.textDetailtHashCoding {
  color: #080808;
  font-size: 1rem;
  font-family: "Regular" !important;
  word-wrap: break-word;
  width: 18rem; }

.margin1 {
  margin-left: 4rem; }

.margin2 {
  margin-left: 6rem; }

.margin3 {
  margin-left: 7.5rem; }

.margin4 {
  margin-left: 8.25rem; }

.bottomHash.MuiDialogActions-root {
  margin-left: auto !important;
  margin-right: auto !important; }

.withAcceptHash {
  width: 10rem !important; }

.fontListado {
  font-family: "Bold" !important; }

.iconSelectFilter {
  margin-left: 5.5rem;
  height: 8px;
  width: 10px;
  margin-top: 1rem; }

.iconSelectFilter2 {
  margin-left: 8.5rem;
  height: 8px;
  width: 10px;
  margin-top: 1rem; }

.avatarNameCalendar {
  width: 43px !important;
  height: 43px !important;
  margin-top: 0.6rem;
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarNameCalendar.MuiAvatar-root {
  font-size: 1rem !important; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tableExam table, th, td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  font-size: 14px;
  white-space: nowrap;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th, td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th, td {
  padding: 15px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.imageHelp {
  width: 1rem;
  height: 1rem; }

.backgroundText {
  background-color: #b2a7a752;
  padding: 0.5rem; }

.infoDate {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem !important;
  margin-top: 0.5rem !important; }

.textAccepRequest {
  font-family: "Regular";
  color: #03cc50; }

.textCancelRequest {
  font-family: "Regular";
  color: #f01818; }

.textDeleteRequest {
  font-family: "Regular";
  color: #707070; }

.txtCaracterist {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.imgViewDetail {
  width: 30px; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.avatarRequest {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0.75rem;
  background-color: #338ADF !important;
  color: #FFFFFF !important;
  border: 1px solid #338ADF !important;
  font-size: smaller !important; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.txtDeleteRequest {
  color: #f01818;
  font-family: "Regular"; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentCardFile {
  margin: auto;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.centerImg2 {
  width: 28px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.basic-multi-select {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #338ADF;
  border-radius: 10px;
  opacity: 1; }

#contentFileAttach {
  width: 100%;
  margin: auto;
  padding-left: 0.25rem;
  display: inline-block;
  background: #E4E4E4 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #338ADF;
  border-radius: 10px;
  opacity: 1;
  color: #00000029; }

.contentInput {
  width: 92%;
  background: #E4E4E4 0% 0% no-repeat padding-box; }

.btnCleanFile {
  color: #707070; }

.request.MuiTableCell-alignLeft {
  text-align: center; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.containerLeader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #1592E6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff; }

.containerLeader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.menuMoreFiles .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  border: 1px solid #348DE3 !important;
  box-shadow: 0px 0px 0px #00000029 !important; }

.menuMoreFiles .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  margin-left: -5rem;
  position: absolute;
  margin-top: 2.5rem !important; }

.btn-upload-all {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  padding: 7px 11px 7px 5px;
  border-radius: 8px !important;
  opacity: 1;
  width: 11rem;
  margin-left: 2rem;
  text-align: center; }

.inputFileSst {
  display: none; }

.filterYear {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 11px;
  opacity: 1;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.gridFiles {
  width: auto !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 20px;
  opacity: 1;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.gridMembers {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  opacity: 1; }

.contentView {
  background-repeat: no-repeat;
  background-size: cover;
  height: 9rem;
  margin: 1rem;
  background-image: url(/_next/static/images/Enmascarar-55145764cb2ce935484936ba4b38899e.png);
  border: 1px solid #707070;
  border-radius: 14px; }

.styleTitleFiles {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.styleTitleMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1; }

.nameFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 1.25rem; }

.nameFile1 {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 15px; }

.dateFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 0.8rem; }

.imagesFiles {
  height: 1.5rem;
  margin-bottom: 0.5rem; }

.paddingNoInfo {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.textNameFile {
  width: min-content; }

.txtPopupAdd {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.txtPopupAdd2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.textBackCola {
  text-align: left;
  font-family: "Regular";
  font-size: 13px;
  letter-spacing: 0px;
  color: #2699FB;
  text-decoration: underline;
  opacity: 1; }

.bottomAsig {
  width: 10rem; }

.imageEvaluators {
  height: 1.5rem; }

.menuMoreEvaluator .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  border: 1px solid #348DE3 !important;
  box-shadow: 0px 0px 0px #00000029 !important; }

.menuMoreEvaluator .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
  position: absolute;
  margin-top: 2.5rem !important; }

.alertRecaptcha {
  width: max-content; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.buttonNews {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid var(--primary-color);
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Bold";
  font-weight: 500;
  background: var(--primary-color) 0% 0% no-repeat padding-box; }

.iconNews {
  width: 30px; }

.titleNews {
  margin-left: 10px;
  color: #00ACEC;
  text-transform: uppercase;
  font-size: 1.3rem; }

.txtPNews {
  font-family: 'Bold';
  font-size: 1.1rem; }

.txtSNews {
  font-family: 'Bold';
  font-size: 1rem; }

.contentInfoPopUpEva.MuiDialogContent-root {
  padding: 0px 40px 0px 30px !important; }

.titlePopupEvaluations {
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem;
  margin-top: auto;
  margin-bottom: auto; }

.titlePopupEvaluator .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #000;
  opacity: 1; }

.titlePopupEvaluator {
  margin-left: auto;
  color: #000;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentPopupEvluation .MuiDialog-paperWidthSm {
  max-width: 900px !important;
  border-radius: 2rem;
  min-width: 900px !important;
  padding: 1rem; }

.borderBlackCheck {
  border: 1px solid #000000; }

.backgroundNumber {
  background-color: #F0F0F0; }

.pencilCriteria {
  width: 1.5rem;
  height: 1.5rem; }

.spaceCriteria {
  background-color: #F0F0F0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #F0F0F0;
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.titleCriteria2 {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Regular';
  color: #000000; }

.witdCard {
  width: 70%; }

.backgroundCriteria {
  background-color: #F0F0F0;
  border-radius: 5%; }

.puntajeStyle {
  font-family: "regular";
  color: #292929; }

.listCollage.MuiList-padding {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.divListCollage {
  max-height: 20rem;
  overflow-y: scroll; }

.contentNumber {
  width: 5rem; }

.titleCriteria3 {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #675F5F;
  font-size: smaller; }

.bottomsEdit {
  justify-content: end; }

.titleCriteria {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #000000; }

.textCriteria {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Regular';
  color: #000000; }

.textNameEdit {
  padding: 0.5rem;
  width: -webkit-fill-available;
  width: -moz-available;
  margin-right: 2rem; }

.textOtherBotom {
  border-radius: 0.5rem;
  border: 1px solid #3498ff;
  background-color: #FFFFFF; }

.TextCriterias {
  background: #FFFFFF;
  margin-left: 1rem; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  display: block; }

.spaceCriteriaPercentaje {
  background-color: #F0F0F0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 0.5rem;
  border: 1px solid #F0F0F0;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.inputNumber {
  background-color: #FFFFFF !important;
  /* Color de fondo */ }

.textBackCola {
  text-align: left;
  font-family: "Regular";
  font-size: 13px;
  letter-spacing: 0px;
  color: #2699FB;
  text-decoration: underline;
  opacity: 1; }

.btncloseCriteria.MuiIconButton-root {
  padding: 0rem !important; }

.btncloseCriteria {
  left: 78% !important;
  right: 19% !important; }

.btncloseCriteria .MuiSvgIcon-root {
  color: #043262;
  width: 1.5rem;
  height: 1.5rem; }

.contentNumberPopup {
  width: 4.5rem; }

.comemntedArea {
  height: 10rem;
  resize: none; }

.comemntedAreaPlan {
  height: 6rem;
  resize: none; }

.removeFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.btncloseCriteriaPlan.MuiIconButton-root {
  padding: 0rem !important; }

.btncloseCriteriaPlan {
  left: 92% !important;
  right: 19% !important; }

.btncloseCriteriaPlan .MuiSvgIcon-root {
  color: #000000;
  width: 1.5rem;
  height: 1.5rem; }

.textViewPlan {
  color: #3498ff;
  text-decoration: underline; }

.m-auto-item {
  margin: auto 1rem auto auto; }

.selectTag {
  margin-right: 1rem;
  width: 2.9rem;
  -webkit-appearance: none;
  appearance: none; }

.w-20px {
  width: 17px; }

.w-17px {
  height: 18px;
  width: 17px; }

.emptyTags {
  font-family: 'Bold';
  color: #675F5F;
  margin: 5rem;
  display: block;
  text-align: center;
  padding: 1rem; }

.hiddenPagination .MuiInputBase-root.MuiTablePagination-input.MuiTablePagination-selectRoot {
  display: none; }

.hiddenPagination .MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters p:nth-child(2) {
  display: none; }

.hiddenPagination2 .MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters p:nth-child(1) {
  display: none; }

.hiddenPagination2 .MuiInputBase-root.MuiTablePagination-input.MuiTablePagination-selectRoot {
  margin-right: 0px; }

.selectContent {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 17px;
  opacity: 1;
  width: 82px;
  margin-right: 1rem;
  margin-left: 1rem; }

.clearButtonSource {
  color: #bbbaba;
  font-size: 15px !important;
  margin-right: 10px !important; }

.emptyTagsSearch {
  font-family: 'Bold';
  color: #675F5F;
  padding: 8rem;
  border-radius: 15px;
  display: block;
  background-color: #dee4e4a1;
  text-align: center;
  /* padding: 1rem; */ }

.noneOption {
  display: none !important; }

.countSelected {
  font-size: 0.9rem;
  margin: auto; }

.selectTag .MuiSelect-select:focus {
  background-color: transparent !important; }

.MuiPopover-paper {
  outline: 0;
  border: 1px solid black;
  position: absolute;
  box-shadow: 0px 3px 6px #00000029 !important;
  border: 0px solid #2699FB !important;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border-radius: 11px;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto; }

.paper-items {
  color: #707070 !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important; }

.line-paper {
  border-bottom: 3px solid #E2E2E2 !important; }

.titleDescalification {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #675F5F; }

.txtDescalification {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Light';
  color: #675F5F; }

.candidate {
  background-attachment: fixed;
  background-color: #E4E4E4 !important;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

.optionDescalification {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #675F5F;
  font-size: 0.9rem; }

.containerOption {
  background: #F8F6F6 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  padding: 1rem;
  margin: 1rem 0rem 1rem 0rem;
  display: flow-root; }

.containerTags {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #C2C2C2;
  border-radius: 31px;
  height: fit-content;
  height: -moz-max-content;
  margin: 2rem;
  opacity: 1;
  height: max-content; }

.btnAddReason {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #2699FB;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 25px; }

.btnAddEmail {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  color: #fff;
  padding: 5px 12px 5px 12px;
  border-radius: 11px;
  font-size: 0.9rem;
  opacity: 1; }

.widthSaveBtn {
  width: 37px;
  height: 21px; }

.btnBackEditedEmail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 11px;
  padding: 5px 12px 5px 12px;
  color: #675F5F;
  font-size: 0.9rem;
  opacity: 1; }

.btnBackEditedEmail2 {
  border-radius: 11px;
  padding: 5px 12px 5px 12px;
  color: #675F5F;
  font-size: 0.9rem;
  opacity: 1; }

.listReasons {
  padding: 1.5rem 2rem 1.5rem 2rem; }

.boxMarginReason {
  padding: 0rem 20px 0em 20px; }

.boxMarginReason2 {
  margin: 1rem 2rem 1em 2rem; }

.btnAssign {
  margin: 2.5rem 2rem 1.5rem 2rem; }

.btnActionReason {
  margin: 0rem 2rem 0rem 2rem; }

.containerAddReason {
  background-color: #F0F0F0; }

.txtReason {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F; }

.inputReason {
  padding: 1rem;
  border-radius: 5px; }

.hrOptions {
  border-bottom: 3px solid #E2E2E2;
  padding-bottom: 1rem; }

.btn-cv {
  width: 20px;
  height: 20px; }

.btn-add-reason {
  margin-top: 2px;
  margin-left: 0.5rem;
  width: 20px;
  height: 20px;
  filter: invert(49%) sepia(87%) saturate(2196%) hue-rotate(189deg) brightness(93%) contrast(91%); }

.btn-action-reason {
  margin-left: 0.5rem;
  width: 20px;
  height: 20px;
  filter: invert(40%) sepia(13%) saturate(167%) hue-rotate(314deg) brightness(94%) contrast(102%); }

.justifyContentCenter {
  justify-content: center; }

.txtSaveAndCreate {
  font-family: "Bold"; }

.btnCleanEmail2 {
  font-family: "Bold";
  filter: invert(49%) sepia(87%) saturate(2196%) hue-rotate(189deg) brightness(93%) contrast(91%); }

.gridTable {
  display: grid; }

.tabTags.MuiAppBar-colorDefault {
  background-color: #ffffff !important; }

.boxTitleInternalCode {
  padding: 0rem 2rem 0em 0rem; }

.botomSave {
  padding-left: 1.5rem; }

.m-auto-item {
  margin: auto 1rem auto auto; }

.selectTag {
  margin-right: 1rem;
  width: 2.9rem;
  -webkit-appearance: none;
  appearance: none; }

.w-20px {
  width: 17px; }

.w-17px {
  height: 18px;
  width: 17px; }

.emptyTags {
  font-family: 'Bold';
  color: #675F5F;
  margin: 5rem;
  display: block;
  text-align: center;
  padding: 1rem; }

.hiddenPagination .MuiInputBase-root.MuiTablePagination-input.MuiTablePagination-selectRoot {
  display: none; }

.hiddenPagination .MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters p:nth-child(2) {
  display: none; }

.hiddenPagination2 .MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters p:nth-child(1) {
  display: none; }

.hiddenPagination2 .MuiInputBase-root.MuiTablePagination-input.MuiTablePagination-selectRoot {
  margin-right: 0px; }

.selectContent {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 17px;
  opacity: 1;
  width: 82px;
  margin-right: 1rem;
  margin-left: 1rem; }

.clearButtonSource {
  color: #bbbaba;
  font-size: 15px !important;
  margin-right: 10px !important; }

.emptyTagsSearch {
  font-family: 'Bold';
  color: #675F5F;
  padding: 8rem;
  border-radius: 15px;
  display: block;
  background-color: #dee4e4a1;
  text-align: center;
  /* padding: 1rem; */ }

.noneOption {
  display: none !important; }

.countSelected {
  font-size: 0.9rem;
  margin: auto; }

.selectTag .MuiSelect-select:focus {
  background-color: transparent !important; }

.MuiPopover-paper {
  outline: 0;
  border: 1px solid black;
  position: absolute;
  box-shadow: 0px 3px 6px #00000029 !important;
  border: 0px solid #2699FB !important;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border-radius: 11px;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto; }

.paper-items {
  color: #707070 !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important; }

.line-paper {
  border-bottom: 3px solid #E2E2E2 !important; }

.textSubtitleDuplicate {
  color: #819FAA;
  font-size: 0.9rem;
  font-family: "Regular" !important; }

.sectionDuplicateVacant {
  background-color: transparent !important;
  border-radius: 19px;
  padding: 1rem 0.5rem 0rem 0rem !important; }

.sectionSearch {
  border-bottom: 1px solid #c2c2c2; }

.sectionSearchSecundary {
  border-bottom: 1px solid #e2e2e2; }

.textDuplicate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 15px;
  margin-left: 0.25rem; }

.selectTitle {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold";
  font-size: 16px; }

.selectTitleOption {
  height: 2rem;
  background: #F2F0F0 0% 0% no-repeat padding-box;
  width: 7rem !important; }

.titleSection {
  border-bottom: 6px solid #2699FB; }

.contentList {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  overflow: auto;
  max-height: 345px; }

.color-publicado-popup {
  color: #56EA19;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.checkVacant {
  margin-top: 1rem !important; }

.infoVacant {
  border-bottom: 3px solid #E2E2E2; }

.textNameVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold"; }

.textCountryVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: 12px; }

.buttonFormVacant {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Regular";
  font-weight: 500;
  background: #2699FB 0% 0% no-repeat padding-box;
  margin-left: 1rem; }
  .buttonFormVacant:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #2699FB;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.txtNewTag {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1; }

.txtNewTagLoad {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.divWordTag {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 19px;
  opacity: 1;
  margin: 0rem 1rem 1rem 1rem;
  padding: 1rem; }

.colorAddTagTxt {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #2699FB; }

.colorAddItemTag {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #675F5F;
  opacity: 1; }

.tagBox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #043262;
  border-radius: 5px;
  margin: 1rem 1rem 0.5rem 0rem; }

.deleteTag {
  top: -1px;
  font-size: 20px;
  left: 5px;
  margin-right: 4px;
  position: relative;
  color: #c2c2c2; }

.deleteWordIcon {
  color: #757373;
  font-size: 19px;
  font-weight: 700;
  margin-left: auto; }

.btn-confirm-delete {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #00ACEC;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-left: 0rem !important;
  margin-right: 1rem;
  margin-bottom: 2rem; }
  .btn-confirm-delete:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 0px solid #675F5F;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    background: #DADADA 0% 0% no-repeat padding-box !important;
    color: #675F5F;
    margin-left: 0rem !important;
    margin-right: 1rem;
    margin-bottom: 2rem; }

.btn-back-duplicate {
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-bottom: 2rem;
  color: #675F5F; }

.textConfirmDuplicate {
  margin-left: auto;
  color: #675F5F;
  font-family: "Regular";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1rem; }

.titlePopupTags {
  margin-left: 1.5rem;
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.PopupDeleteMember .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 25px;
  opacity: 1;
  max-width: 504px !important;
  padding: 0rem !important; }

.PopupDeleteTag .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 55px;
  opacity: 1;
  max-width: 504px !important;
  padding: 0rem !important; }

.PopupDeleteSource .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 55px;
  opacity: 1;
  max-width: 504px !important;
  padding: 0rem !important; }

.sectionDuplicateVacantContent {
  background-color: #F5F5F5 !important;
  border-radius: 19px;
  padding: 1rem;
  max-height: 360px !important; }

.sectionSearch {
  border-bottom: 2px solid #348DE3; }

.textDuplicate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 15px;
  margin-left: 0.25rem; }

.selectTitle {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold";
  font-size: 16px; }

.selectTitleOption {
  height: 2rem;
  background: #F2F0F0 0% 0% no-repeat padding-box;
  width: 7rem !important; }

.titleSection {
  border-bottom: 6px solid #348DE3; }

.contentListDuplicateVacante {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  overflow: auto !important;
  max-height: 220px !important; }

.checkVacant {
  margin-top: 1rem !important; }

.infoVacant {
  border-bottom: 3px solid #E2E2E2; }

.textNameVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold"; }

.textCountryVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: 12px; }

.buttonFormGroup {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Bold";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box;
  margin-left: 1.5rem;
  height: 2rem;
  padding: 0px 24px 0px 24px; }
  .buttonFormGroup:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #348DE3;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1.5rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F;
    height: 2rem;
    padding: 0px 24px 0px 24px; }

.txtNameDocument {
  font-size: 13px; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.txtLoadDetail {
  font-size: 13px; }

.txtLoadDetailSelect {
  font-size: 13px;
  text-decoration: underline;
  color: #348DE3; }

.titlePopupDuplicateVacante {
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.titlePopupDuplicateVacante .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.buttomCloseMember.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 5rem !important; }

.buttomCloseMember .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.contentDuplicatePopUp.MuiDialogContent-root {
  padding: 0px 20px 0px 20px; }

.iconAddMember {
  letter-spacing: 0px;
  color: #348DE3;
  opacity: 1;
  font-weight: bold; }

.buttomAddInvited {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 11px;
  opacity: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  margin-left: 1rem; }

.clearButtonMember {
  color: #bbbaba;
  font-size: 15px !important; }

.contentPopupGroup .MuiDialog-paperWidthSm {
  padding: 0rem !important; }

.contentPopupGroup .MuiPaper-rounded {
  border-radius: 25px; }

.fontCancel {
  font-size: smaller; }

.clearButtonMemberInterviews {
  color: #bbbaba;
  font-size: 15px !important;
  margin-left: 120px !important; }

.newTest .ql-toolbar.ql-snow {
  border: 0px solid #ccc !important; }

.newTest .ql-container.ql-snow {
  border: 0px solid #ccc !important; }

.newTest {
  margin-top: 1rem; }

.textNote {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0.25rem; }

.tagsTest {
  margin-right: 0.3rem;
  height: auto;
  font-size: 0.8rem;
  margin-bottom: 5px;
  padding: 5px 10px 5px 10px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 5px;
  margin-left: 0.5rem; }

.textPoint {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1; }

.textTagsNote {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.textEvaluation {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 11px; }

.textEvaluationRed {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #CF1414;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 11px; }

.textEvaluation2 {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 10px; }

.btnConfirmAdd {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-bottom: 2rem;
  width: 17rem; }

.btnBackTest {
  opacity: 1;
  padding: 10px 0px 10px 0px;
  border-radius: 15px;
  margin-bottom: 2rem;
  color: #675F5F;
  font-weight: 700;
  margin-right: 2rem; }

.marginBottom {
  margin-left: 15rem; }

.contentAllTestEValuation {
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 60px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem; }

.avatarEvaluationAll {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: #043262 !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarEvaluationAll.MuiAvatar-root {
  font-size: 0.75rem !important; }

.trashEvaluation {
  height: 1.5rem; }

.textPointEvaluation {
  text-align: left;
  min-width: 20px;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  font-size: 13px; }

.contentPointEvaluation {
  border-right: 1px solid #043262;
  padding-right: 7rem; }

.textMessageEvaluation {
  width: 100%;
  margin-top: 0.5rem;
  border-top: 1px solid #F7F5F5; }

.textMessageEvaluation2 {
  color: #707070;
  margin-top: 0.5rem;
  font-size: 0.9rem; }

.pencilEvaluation {
  height: 1.4rem;
  margin-top: 0.1rem;
  margin-right: 0.2rem; }

.contentFaces {
  height: 25px; }

.contetnGhrapic .CircularProgressbar {
  height: 8rem;
  width: 8rem; }

.textPorcent {
  padding-left: 2rem;
  padding-right: 2rem;
  color: #043262;
  text-align: center; }

.porcentTest {
  color: #043262 !important;
  font-size: 1.75rem !important; }

.cicleTest.CircularProgressbar .CircularProgressbar-path {
  stroke: #043262 !important;
  width: 8rem; }

.contentBorderGhrapic {
  padding-right: 1rem;
  margin: auto; }

.progress-bar {
  width: 12rem;
  background-color: #d9d4d4;
  border-radius: 30px;
  padding: 3px;
  margin: 5px 0; }

.progress-bar--fill {
  height: 13px;
  color: white;
  background-color: #56EA19;
  border-radius: 30px; }

.textPercent {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 11px; }

.progress-bar--fill2 {
  height: 13px;
  color: white;
  background-color: #FFBD0C;
  border-radius: 30px; }

.progress-bar--fill3 {
  height: 13px;
  color: white;
  background-color: #4BBA1D;
  border-radius: 30px; }

.progress-bar--fill4 {
  height: 13px;
  color: white;
  background-color: #F62323;
  border-radius: 30px; }

div .contentProgresBar:last-child {
  border-bottom: 0px solid #C2C2C2 !important; }

.contentProgresBar {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 0.5rem; }

.dialogDeleteTest .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteTest .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-weight: 700;
  font-size: 1.4rem; }

.colorTitleTest {
  color: #675F5F !important; }

.title-popup-test {
  color: #043262;
  font-family: "Regular";
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-test .MuiDialogContent-root {
  flex: 1 1 auto;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.title-popup-test .MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px 0px 12px 0px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%; }

.btnDeleteTest {
  left: 14%;
  right: 20%; }

.btnDeleteTest.MuiIconButton-edgeStart {
  color: #348DE3; }

.contentTestDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteTest {
  height: 2rem; }

.textDeleteEva {
  color: #4A484D;
  font-size: 0.8rem;
  font-family: "Regular" !important; }

.btnCancelDeleteTest {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.btn-deleteTest2 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.btnAgreeDeleteTest {
  width: 10rem;
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.iconMoreMembers {
  margin-right: 0.25rem; }

.fontSizeMoreMemers {
  font-size: 1rem !important; }

.fontSizeMoreMemers.MuiIconButton-root {
  padding: 0rem !important;
  margin-right: 0.25rem !important; }

.btnMoreMembers {
  border-radius: 17px;
  font-size: 0.75rem;
  width: 29px;
  height: 29px;
  background: #ffffff 0% 0% no-repeat padding-box;
  cursor: pointer;
  color: #348DE3;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #348DE3; }

.iconBtnMoreMembers {
  position: absolute;
  margin-top: -17px;
  margin-left: -8.9px;
  font-size: 1.5rem; }

.contenDataEstadistics {
  border-left: 1px solid #DCDBDB;
  padding-left: 1rem; }

.titleHistorial {
  font-size: 12px;
  margin-left: 1rem;
  color: #675F5F; }

.textRange {
  color: #675F5F;
  font-family: "Bold";
  margin-left: 0.5rem;
  margin-top: 0.25rem; }

.textTitleEvaluation {
  text-decoration: underline; }

.textAllEvaluation {
  text-align: left;
  min-width: 20px;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1; }

.contentDescriptionEva {
  margin-left: 3rem; }

.textAllEvaluation2 {
  text-align: left;
  min-width: 20px;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.tableEvaluation.MuiTableContainer-root {
  border-radius: 0px !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-top: none !important; }

.textTableCriteria {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.bottomMejora {
  width: max-content;
  margin-left: auto; }

.avatarEvaluationPlan {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: #043262  !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarEvaluationPlan.MuiAvatar-root {
  font-size: 0.75rem !important; }

.btn-required {
  color: #ec4343 !important; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.disabledTextArea {
  color: #000000;
  border-color: #F0F0F0;
  background-color: #F0F0F0;
  border-radius: 25px; }

.textAreaBenefit {
  resize: none; }

.textSubtitleDuplicate {
  color: #819FAA;
  font-size: 0.9rem;
  font-family: "Regular" !important; }

.sectionDuplicateVacantContent {
  background-color: #F5F5F5 !important;
  border-radius: 19px;
  padding: 1rem;
  max-height: 360px !important; }

.sectionSearch {
  border-bottom: 2px solid #348DE3; }

.textDuplicate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 15px;
  margin-left: 0.25rem; }

.selectTitle {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold";
  font-size: 16px; }

.selectTitleOption {
  height: 2rem;
  background: #F2F0F0 0% 0% no-repeat padding-box;
  width: 7rem !important; }

.titleSection {
  border-bottom: 6px solid #348DE3; }

.contentListDuplicateVacante {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  overflow: auto !important;
  max-height: 220px !important; }

.checkVacant {
  margin-top: 1rem !important; }

.infoVacant {
  border-bottom: 3px solid #E2E2E2; }

.textNameVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold"; }

.textCountryVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: 12px; }

.buttonFormGroup {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Bold";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box;
  margin-left: 1.5rem;
  height: 2rem;
  padding: 0px 24px 0px 24px; }
  .buttonFormGroup:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #348DE3;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1.5rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F;
    height: 2rem;
    padding: 0px 24px 0px 24px; }

.titlePopupDuplicateVacante {
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.titlePopupDuplicateVacante .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.buttomCloseMember.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 5rem !important; }

.buttomCloseMember .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.contentDuplicatePopUp.MuiDialogContent-root {
  padding: 0px 20px 0px 20px; }

.iconAddMember {
  letter-spacing: 0px;
  color: #348DE3;
  opacity: 1;
  font-weight: bold; }

.buttomAddInvited {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 11px;
  opacity: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1rem;
  margin-left: 1rem; }

.clearButtonMember {
  color: #bbbaba;
  font-size: 15px !important; }

.contentPopupGroup .MuiDialog-paperWidthSm {
  padding: 0rem !important; }

.contentPopupGroup .MuiPaper-rounded {
  border-radius: 25px; }

.fontCancel {
  font-size: smaller; }

.clearButtonMemberInterviews {
  color: #bbbaba;
  font-size: 15px !important;
  margin-left: 120px !important; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.paginator {
  text-align: -webkit-right; }

.cardSurveys {
  padding: 1rem 1rem 1rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleCardConditions {
  color: #000000;
  font-family: "Regular";
  font-size: 16px;
  text-align: left; }

.textCardConditions {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: left; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.sizeIcon {
  width: 20px;
  height: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.checkboxOption {
  position: relative;
  margin-left: 5px;
  vertical-align: middle; }

.createForm {
  width: 100%;
  padding: 2rem 2rem 4rem 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 30px; }

.borderBlack {
  border: 1px solid #000000;
  border-radius: 18px; }

.listBenefits {
  width: 100%;
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 45px; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsDetail {
  margin-left: auto;
  margin-right: 1rem;
  margin-top: 0.5rem;
  cursor: pointer; }

.quills .ql-toolbar.ql-snow {
  border: 1px solid #C2C2C2 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quills .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #C2C2C2 !important;
  border-left: 1px solid #C2C2C2 !important;
  border-bottom: 1px solid #C2C2C2 !important; }

.quills .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.answerDiv {
  width: 100%;
  background-color: #EFEFEF;
  padding: 0.5rem;
  border-radius: 7px; }

.imgEdit {
  width: max-content; }

.tableExam table, th, td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  font-size: 14px;
  white-space: nowrap;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th, td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th, td {
  padding: 15px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.contentBottomAdd {
  width: fit-content; }

.divArrayFamily {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 10px;
  width: auto;
  padding: 5px 10px;
  font-size: 13px; }

.btnCleanFamily {
  color: #C2C2C2; }

.txtsurvey {
  padding: 10px;
  font-family: "Regular";
  color: #000000;
  font-size: 14px; }

.txtChecksurvey {
  margin-left: 0.75rem;
  font-family: "Regular";
  color: #000000;
  font-size: 14px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.newTest .ql-toolbar.ql-snow {
  border: 0px solid #ccc !important; }

.newTest .ql-container.ql-snow {
  border: 0px solid #ccc !important; }

.newTest {
  margin-top: 1rem; }

.textNote {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0.25rem; }

.nopWrap {
  white-space: nowrap; }

.tagsTest {
  margin-right: 0.3rem;
  height: auto;
  font-size: 0.8rem;
  margin-bottom: 5px;
  padding: 5px 10px 5px 10px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 5px;
  margin-left: 0.5rem; }

.textPoint {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1; }

.textTagsNote {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.textEvaluation {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 11px; }

.textEvaluationRed {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #CF1414;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 11px; }

.textEvaluation2 {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 10px; }

.btnConfirmAdd {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-bottom: 2rem;
  width: 17rem; }

.btnBackTest {
  opacity: 1;
  padding: 10px 0px 10px 0px;
  border-radius: 15px;
  margin-bottom: 2rem;
  color: #675F5F;
  font-weight: 700;
  margin-right: 2rem; }

.marginBottom {
  margin-left: 15rem; }

.contentAllTestE {
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 25px; }

.avatarEvaluationAll {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: #00ACEC !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarEvaluationAll.MuiAvatar-root {
  font-size: 0.75rem !important; }

.trashEvaluation {
  height: 1.5rem; }

.textPointEvaluation {
  text-align: left;
  min-width: 20px;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  font-size: 13px; }

.contentPoint {
  border-right: 1px solid var(--primary-color);
  padding-right: 1rem; }

.textMessageEvaluation {
  width: 100%;
  margin-top: 0.5rem;
  border-top: 1px solid #F7F5F5; }

.textMessageEvaluation2 {
  color: #707070;
  margin-top: 0.5rem;
  font-size: 0.9rem; }

.pencilEvaluation {
  height: 1.4rem;
  margin-top: 0.1rem;
  margin-right: 0.2rem; }

.contentFaces {
  height: 25px; }

.contetnGhrapic .CircularProgressbar {
  height: 8rem;
  width: 8rem; }

.textPorcent {
  padding-left: 2rem;
  padding-right: 2rem;
  color: var(--primary-color);
  text-align: center; }

.porcentTest {
  color: var(--primary-color) !important;
  font-size: 1.75rem !important; }

.cicleTest.CircularProgressbar .CircularProgressbar-path {
  stroke: var(--primary-color) !important;
  width: 8rem; }

.contentBorderGhrapic {
  padding-right: 1rem;
  margin: auto; }

.progress-bar {
  width: 12rem;
  background-color: #d9d4d4;
  border-radius: 30px;
  padding: 3px;
  margin: 5px 0; }

.progress-bar--fill {
  height: 13px;
  color: white;
  background-color: #56EA19;
  border-radius: 30px; }

.textPercent {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 11px; }

.progress-bar--fill2 {
  height: 13px;
  color: white;
  background-color: #FFBD0C;
  border-radius: 30px; }

.progress-bar--fill3 {
  height: 13px;
  color: white;
  background-color: #4BBA1D;
  border-radius: 30px; }

.progress-bar--fill4 {
  height: 13px;
  color: white;
  background-color: #F62323;
  border-radius: 30px; }

div .contentProgresBar:last-child {
  border-bottom: 0px solid #C2C2C2 !important; }

.contentProgresBar {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 0.5rem; }

.dialogDeleteTest .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteTest .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-weight: 700;
  font-size: 1.4rem; }

.colorTitleTest {
  color: #675F5F !important; }

.title-popup-test {
  color: var(--primary-color);
  font-family: "Regular";
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-test .MuiDialogContent-root {
  flex: 1 1 auto;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.title-popup-test .MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px 0px 12px 0px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%; }

.btnDeleteTest {
  left: 14%;
  right: 20%; }

.btnDeleteTest.MuiIconButton-edgeStart {
  color: #348DE3; }

.contentTestDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteTest {
  height: 2rem; }

.textDeleteEva {
  color: #4A484D;
  font-size: 0.8rem;
  font-family: "Regular" !important; }

.btnCancelDeleteTest {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.btn-deleteTest2 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.btnAgreeDeleteTest {
  width: 10rem;
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.iconMoreMembers {
  margin-right: 0.25rem; }

.fontSizeMoreMemers {
  font-size: 1rem !important; }

.fontSizeMoreMemers.MuiIconButton-root {
  padding: 0rem !important;
  margin-right: 0.25rem !important; }

.btnMoreMembers {
  border-radius: 17px;
  font-size: 0.75rem;
  width: 29px;
  height: 29px;
  background: #ffffff 0% 0% no-repeat padding-box;
  cursor: pointer;
  color: #348DE3;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #348DE3; }

.iconBtnMoreMembers {
  position: absolute;
  margin-top: -17px;
  margin-left: -8.9px;
  font-size: 1.5rem; }

.contenDataEstadistics {
  border-left: 1px solid #DCDBDB;
  padding-left: 1rem; }

.titleHistorial {
  font-size: 12px;
  margin-left: 1rem;
  color: #675F5F; }

.textRange {
  color: #675F5F;
  font-family: "Bold";
  margin-left: 0.5rem;
  margin-top: 0.25rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.insignia {
  position: absolute;
  right: 25px;
  bottom: 15px; }

.h-51 {
  height: 20px; }

.containerLeader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #1592E6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff; }

.containerLeader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.createEvacuation {
  width: 100%;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 25px; }

.borderBlack {
  border: 1px solid #000000;
  border-radius: 18px; }

.listBenefits {
  width: 100%;
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 45px; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsBenefit {
  margin-left: auto;
  margin-right: 3rem;
  cursor: pointer; }

.quills .ql-toolbar.ql-snow {
  border: 1px solid #C2C2C2 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quills .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #C2C2C2 !important;
  border-left: 1px solid #C2C2C2 !important;
  border-bottom: 1px solid #C2C2C2 !important; }

.quills .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.btn-upload-all {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  padding: 7px 11px 7px 5px;
  border-radius: 8px !important;
  opacity: 1;
  width: 11rem;
  margin-left: 2rem;
  text-align: center; }

.inputFileSst {
  display: none; }

.filterYear {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 11px;
  opacity: 1;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.gridFiles {
  width: auto !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 20px;
  opacity: 1;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.gridMembers {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  opacity: 1; }

.contentView {
  background-repeat: no-repeat;
  background-size: cover;
  height: 9rem;
  margin: 1rem;
  background-image: url(/_next/static/images/Enmascarar-55145764cb2ce935484936ba4b38899e.png);
  border: 1px solid #707070;
  border-radius: 14px; }

.styleTitleFiles {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.styleTitleMember {
  text-align: left;
  max-width: 140px;
  font-family: "Bold";
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1; }

.nameFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 1.25rem; }

.iconLeader {
  width: 35px;
  height: 35px;
  margin-top: 2.5rem;
  margin-left: 1rem; }

.dateFile2 {
  text-align: left;
  max-width: 140px;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 0.8rem; }

.imagesFiles {
  height: 1.5rem;
  margin-bottom: 0.5rem; }

.paddingNoInfo {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.textNameFile {
  width: min-content; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.createEvacuation {
  width: 100%;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 25px; }

.borderBlack {
  border: 1px solid #000000;
  border-radius: 18px; }

.listBenefits {
  width: 100%;
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 45px; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsBenefit {
  margin-left: auto;
  margin-right: 3rem;
  cursor: pointer; }

.quills .ql-toolbar.ql-snow {
  border: 1px solid #C2C2C2 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quills .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #C2C2C2 !important;
  border-left: 1px solid #C2C2C2 !important;
  border-bottom: 1px solid #C2C2C2 !important; }

.quills .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.btn-upload-all {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  padding: 7px 11px 7px 5px;
  border-radius: 8px !important;
  opacity: 1;
  width: 11rem;
  margin-left: 2rem;
  text-align: center; }

.inputFileSst {
  display: none; }

.filterYear {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 11px;
  opacity: 1;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.gridFiles {
  width: auto !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 20px;
  opacity: 1;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.gridMembers {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  opacity: 1; }

.contentView {
  background-repeat: no-repeat;
  background-size: cover;
  height: 9rem;
  margin: 1rem;
  background-image: url(/_next/static/images/Enmascarar-55145764cb2ce935484936ba4b38899e.png);
  border: 1px solid #707070;
  border-radius: 14px; }

.styleTitleFiles {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.styleTitleMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1; }

.nameFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 1.25rem; }

.iconLeader {
  width: 35px;
  height: 35px;
  margin-top: 2.5rem;
  margin-left: 1rem; }

.dateFile2 {
  text-align: left;
  max-width: 140px;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 0.8rem; }

.imagesFiles {
  height: 1.5rem;
  margin-bottom: 0.5rem; }

.paddingNoInfo {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.textNameFile {
  width: min-content; }

@charset "UTF-8";
:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tableExam table, th, td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th, td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th, td {
  padding: 15px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.contentPopupInventary .MuiPaper-rounded {
  border-radius: 25px; }

.contentPopupInventary .MuiDialog-paperWidthSm {
  max-width: none !important; }

.titleInventary {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1; }

.popupInventary {
  padding-bottom: 3rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Espacio entre cada fila */ }

.textInventary {
  width: 16rem; }

.fileText {
  text-align: left;
  text-decoration: underline;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #00ACEC;
  opacity: 1; }

.rowContainer {
  display: flex;
  justify-content: flex-start;
  align-items: baseline; }

.labelContainer {
  width: 200px;
  /* Ajusta este valor según necesites */
  margin-right: 10px;
  /* Espacio entre la etiqueta y el valor */ }

.valueContainer {
  flex: 1;
  /* Hace que el valor ocupe el resto del espacio disponible */ }

.contectFiltreYearBrigade {
  width: 30% !important;
  border: 1px solid #00ACEC !important;
  border-radius: 1rem;
  text-align: center;
  font-family: "bold"; }

i.fas.fa-exclamation-circle.infoFilter {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem;
  margin-top: 0.6rem; }

i.fas.fa-exclamation-circle.infoFilter {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.75rem; }

.trashImgNovedades {
  height: 1.5rem;
  margin-right: 1.5rem; }

.trashImgNovedades2 {
  height: 1rem;
  margin-right: 1.5rem; }

.bottomAsig {
  width: 10rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table, th, td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th, td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th, td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.selectPriority {
  width: 7.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

.morePointNovelties {
  font-size: larger; }

.avatarEventNovelties {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: #FFFFFF !important;
  color: #348DE3 !important;
  border: 1px solid #348DE3; }

.avatarEventNovelties.MuiAvatar-root {
  font-size: 1.25rem !important;
  margin-left: 0.25rem;
  margin-top: 0.75rem; }

.bottomAsig {
  width: 10rem; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentChat {
  background-color: #69C5E8;
  border-radius: 20px;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  grid-gap: 20px; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.createBenefits {
  width: 100%;
  margin: 2rem;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 30px; }

.borderBlack {
  border: 1px solid #000000;
  border-radius: 18px; }

.listBenefits {
  width: 100%;
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 45px; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsBenefit {
  margin-left: auto;
  margin-right: 3rem;
  cursor: pointer; }

.quills .ql-toolbar.ql-snow {
  border: 1px solid #C2C2C2 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quills .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #C2C2C2 !important;
  border-left: 1px solid #C2C2C2 !important;
  border-bottom: 1px solid #C2C2C2 !important; }

.quills .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

@charset "UTF-8";
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #ccc;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 6px;
  width: 9px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  margin-left: -4px;
  position: absolute;
  width: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  border-top: none;
  border-bottom-color: #f0f0f0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::after {
  top: 0;
}
.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle {
  bottom: 0;
  margin-bottom: -8px;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before, .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  border-bottom: none;
  border-top-color: #fff;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::after {
  bottom: 0;
}
.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
  padding: 0;
  border: 0;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}
.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}
.react-datepicker--time-only .react-datepicker__time,
.react-datepicker--time-only .react-datepicker__time-box {
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}
.react-datepicker-popper[data-placement^=bottom] {
  padding-top: 10px;
}
.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle, .react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle {
  left: auto;
  right: 50px;
}
.react-datepicker-popper[data-placement^=top] {
  padding-bottom: 10px;
}
.react-datepicker-popper[data-placement^=right] {
  padding-left: 8px;
}
.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}
.react-datepicker-popper[data-placement^=left] {
  padding-right: 8px;
}
.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  padding: 8px 0;
  position: relative;
}
.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}
.react-datepicker__header--time:not(.react-datepicker__header--time--only) {
  border-top-left-radius: 0;
}
.react-datepicker__header:not(.react-datepicker__header--has-time-select) {
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 15px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  align-items: center;
  background: none;
  display: flex;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 2px;
  padding: 0;
  border: none;
  z-index: 1;
  height: 32px;
  width: 32px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--previous {
  left: 2px;
}
.react-datepicker__navigation--next {
  right: 2px;
}
.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 85px;
}
.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__navigation--years-previous {
  top: 4px;
}
.react-datepicker__navigation--years-upcoming {
  top: -4px;
}
.react-datepicker__navigation:hover *::before {
  border-color: #a6a6a6;
}

.react-datepicker__navigation-icon {
  position: relative;
  top: -1px;
  font-size: 20px;
  width: 0;
}
.react-datepicker__navigation-icon--next {
  left: -2px;
}
.react-datepicker__navigation-icon--next::before {
  transform: rotate(45deg);
  left: -7px;
}
.react-datepicker__navigation-icon--previous {
  right: -2px;
}
.react-datepicker__navigation-icon--previous::before {
  transform: rotate(225deg);
  right: -7px;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__year {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__year-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 180px;
}
.react-datepicker__year .react-datepicker__year-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__month .react-datepicker__month-text,
.react-datepicker__month .react-datepicker__quarter-text {
  display: inline-block;
  width: 4rem;
  margin: 2px;
}

.react-datepicker__input-time-container {
  clear: both;
  width: 100%;
  float: left;
  margin: 5px 0 10px 15px;
  text-align: left;
}
.react-datepicker__input-time-container .react-datepicker-time__caption {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container {
  display: inline-block;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input {
  display: inline-block;
  margin-left: 10px;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input {
  width: auto;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time] {
  -moz-appearance: textfield;
}
.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter {
  margin-left: 5px;
  display: inline-block;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 85px;
}
.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -87px;
  top: 0;
}
.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 85px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + 1.7rem / 2);
  overflow-y: scroll;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  box-sizing: content-box;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  height: 30px;
  padding: 5px 10px;
  white-space: nowrap;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}
.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}
.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,
.react-datepicker__week-number--keyboard-selected):hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__week-number--selected {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__week-number--selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__week-number--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}
.react-datepicker__week-number--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day-names {
  white-space: nowrap;
  margin-bottom: -8px;
}

.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day,
.react-datepicker__month-text,
.react-datepicker__quarter-text,
.react-datepicker__year-text {
  cursor: pointer;
}
.react-datepicker__day:hover,
.react-datepicker__month-text:hover,
.react-datepicker__quarter-text:hover,
.react-datepicker__year-text:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}
.react-datepicker__day--today,
.react-datepicker__month-text--today,
.react-datepicker__quarter-text--today,
.react-datepicker__year-text--today {
  font-weight: bold;
}
.react-datepicker__day--highlighted,
.react-datepicker__month-text--highlighted,
.react-datepicker__quarter-text--highlighted,
.react-datepicker__year-text--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}
.react-datepicker__day--highlighted:hover,
.react-datepicker__month-text--highlighted:hover,
.react-datepicker__quarter-text--highlighted:hover,
.react-datepicker__year-text--highlighted:hover {
  background-color: #32be3f;
}
.react-datepicker__day--highlighted-custom-1,
.react-datepicker__month-text--highlighted-custom-1,
.react-datepicker__quarter-text--highlighted-custom-1,
.react-datepicker__year-text--highlighted-custom-1 {
  color: magenta;
}
.react-datepicker__day--highlighted-custom-2,
.react-datepicker__month-text--highlighted-custom-2,
.react-datepicker__quarter-text--highlighted-custom-2,
.react-datepicker__year-text--highlighted-custom-2 {
  color: green;
}
.react-datepicker__day--holidays,
.react-datepicker__month-text--holidays,
.react-datepicker__quarter-text--holidays,
.react-datepicker__year-text--holidays {
  position: relative;
  border-radius: 0.3rem;
  background-color: #ff6803;
  color: #fff;
}
.react-datepicker__day--holidays .holiday-overlay,
.react-datepicker__month-text--holidays .holiday-overlay,
.react-datepicker__quarter-text--holidays .holiday-overlay,
.react-datepicker__year-text--holidays .holiday-overlay {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s ease-in-out;
}
.react-datepicker__day--holidays:hover,
.react-datepicker__month-text--holidays:hover,
.react-datepicker__quarter-text--holidays:hover,
.react-datepicker__year-text--holidays:hover {
  background-color: #cf5300;
}
.react-datepicker__day--holidays:hover .holiday-overlay,
.react-datepicker__month-text--holidays:hover .holiday-overlay,
.react-datepicker__quarter-text--holidays:hover .holiday-overlay,
.react-datepicker__year-text--holidays:hover .holiday-overlay {
  visibility: visible;
  opacity: 1;
}
.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}
.react-datepicker__day--selected:hover, .react-datepicker__day--in-selecting-range:hover, .react-datepicker__day--in-range:hover,
.react-datepicker__month-text--selected:hover,
.react-datepicker__month-text--in-selecting-range:hover,
.react-datepicker__month-text--in-range:hover,
.react-datepicker__quarter-text--selected:hover,
.react-datepicker__quarter-text--in-selecting-range:hover,
.react-datepicker__quarter-text--in-range:hover,
.react-datepicker__year-text--selected:hover,
.react-datepicker__year-text--in-selecting-range:hover,
.react-datepicker__year-text--in-range:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: rgb(0, 0, 0);
}
.react-datepicker__day--keyboard-selected:hover,
.react-datepicker__month-text--keyboard-selected:hover,
.react-datepicker__quarter-text--keyboard-selected:hover,
.react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
}
.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range),
.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}
.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range), .react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range),
.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__year-text--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}
.react-datepicker__day--disabled,
.react-datepicker__month-text--disabled,
.react-datepicker__quarter-text--disabled,
.react-datepicker__year-text--disabled {
  cursor: default;
  color: #ccc;
}
.react-datepicker__day--disabled:hover,
.react-datepicker__month-text--disabled:hover,
.react-datepicker__quarter-text--disabled:hover,
.react-datepicker__year-text--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.react-datepicker__input-container .react-datepicker__calendar-icon {
  position: absolute;
  padding: 0.5rem;
  box-sizing: content-box;
}

.react-datepicker__view-calendar-icon input {
  padding: 6px 10px 5px 25px;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
  position: relative;
}
.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}
.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  transform: rotate(135deg);
  right: -16px;
  top: 0;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}
.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}
.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}
.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}
.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 6px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.react-datepicker__close-icon::after {
  cursor: pointer;
  background-color: #216ba5;
  color: #fff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  content: "\D7";
}
.react-datepicker__close-icon--disabled {
  cursor: default;
}
.react-datepicker__close-icon--disabled::after {
  cursor: default;
  background-color: #ccc;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}
.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}
@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}
.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__children-container {
  width: 13.8rem;
  margin: 0.4rem;
  padding-right: 0.2rem;
  padding-left: 0.2rem;
  height: auto;
}

.react-datepicker__aria-live {
  position: absolute;
  clip-path: circle(0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
}

.react-datepicker__calendar-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
}

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.m-8 {
  margin: 2rem; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.fontSize10 {
  width: 10px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Regular' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.listFormsNews .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0 !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.titleCaracteristP {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.txtAlignCenter {
  width: 25%;
  text-align: center; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.phoneRegister {
  box-shadow: 0px 3px 6px #00000029;
  height: 3rem; }

.phoneRegister .PhoneInputCountry {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: var(--PhoneInputCountrySelect-marginRight); }

.phoneRegister .PhoneInputCountrySelectArrow {
  display: block;
  content: '';
  width: 0.6rem;
  height: 0.53rem;
  border-style: solid;
  border-color: #56D5F4;
  border-top-width: 0;
  border-bottom-width: 1px !important;
  border-left-width: 0;
  border-right-width: 1px !important;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  -webkit-transform: rotate(50deg) !important;
  transform: rotate(50deg);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: 0.45;
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
  margin-left: 0.5rem;
  margin-bottom: 0.25rem; }

.phoneRegister .PhoneInputCountryIconImg {
  width: 2rem;
  height: 2rem;
  display: block; }

.phoneRegister .PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 3rem;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer; }

.phoneRegister .PhoneInputInput {
  width: inherit;
  margin-left: 0.5rem;
  padding-left: 0.25rem; }

.phoneRegister .PhoneInput--focus {
  border: 0px solid transparent !important; }

.phoneRegister .PhoneInputInput:focus-visible {
  outline: none !important; }

.boxImageProfile {
  width: 150px;
  height: 179px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 34px;
  opacity: 1;
  padding: 2rem 1rem; }

.w-1\/3 {
  width: 33.333333%; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.m-8 {
  margin: 2rem; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.fontSize10 {
  width: 10px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Regular' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.listFormsNews .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0 !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.titleCaracteristP {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.txtAlignCenter {
  width: 25%;
  text-align: center; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.phoneRegister {
  box-shadow: 0px 3px 6px #00000029;
  height: 3rem; }

.phoneRegister .PhoneInputCountry {
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  margin-right: var(--PhoneInputCountrySelect-marginRight); }

.phoneRegister .PhoneInputCountrySelectArrow {
  display: block;
  content: '';
  width: 0.6rem;
  height: 0.53rem;
  border-style: solid;
  border-color: #56D5F4;
  border-top-width: 0;
  border-bottom-width: 1px !important;
  border-left-width: 0;
  border-right-width: 1px !important;
  border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
  -webkit-transform: rotate(50deg) !important;
  transform: rotate(50deg);
  transform: var(--PhoneInputCountrySelectArrow-transform);
  opacity: 0.45;
  opacity: var(--PhoneInputCountrySelectArrow-opacity);
  margin-left: 0.5rem;
  margin-bottom: 0.25rem; }

.phoneRegister .PhoneInputCountryIconImg {
  width: 2rem;
  height: 2rem;
  display: block; }

.phoneRegister .PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 3rem;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer; }

.phoneRegister .PhoneInputInput {
  width: inherit;
  margin-left: 0.5rem;
  padding-left: 0.25rem; }

.phoneRegister .PhoneInput--focus {
  border: 0px solid transparent !important; }

.phoneRegister .PhoneInputInput:focus-visible {
  outline: none !important; }

.boxImageProfile {
  width: 150px;
  height: 179px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 34px;
  opacity: 1;
  padding: 2rem 1rem; }

.w-1\/3 {
  width: 33.333333%; }

.btnCleanFamily {
  color: #C2C2C2; }

.divArrayFamily {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 10px;
  width: auto;
  padding: 5px 10px;
  font-size: 13px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentImgReport {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.backgroundReport {
  background-attachment: fixed;
  background-color: #E4E4E4;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

.imgProfileRow {
  height: 16px !important;
  border-radius: 30px; }

.imgProfileRowTra {
  height: 13px !important;
  border-radius: 30px; }

.imgProfileRow2 {
  height: 68px !important;
  border-radius: 30px; }

.textNameProfile {
  margin-left: 0.75rem;
  margin-top: 0.25rem;
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.avatarName {
  width: 43px !important;
  height: 43px !important;
  margin-top: 0.75rem;
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarName.MuiAvatar-root {
  font-size: 1rem !important; }

.textInfo {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-left: 1rem; }

.marginInfo {
  margin-top: auto; }

.titleTab {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  margin-top: 2rem;
  opacity: 1; }

.borderTitle {
  border-bottom: 1px #C2C2C2 solid; }

.borderTitle2 {
  border-bottom: 3px #2699FB solid; }

.textEmail {
  margin-top: 0.5rem;
  font-size: 14px; }

.contentProveedor {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px; }

.textProvedor {
  margin-left: 3rem;
  margin-top: 1rem; }

.textNameProfile2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  width: 6rem; }

.textActive {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #2699FB;
  opacity: 1;
  margin-left: 1.5rem; }

.contentActive {
  margin-left: auto;
  margin-top: auto;
  margin-right: 2rem; }

.contentBottoms {
  margin-right: 1rem;
  height: 2rem;
  margin-left: 1rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 6px; }

.bottomSettings {
  width: 8rem; }

.bottomSettings2 {
  width: 12rem; }

.contetnUpload {
  height: 1rem; }

.buttomUpload {
  margin-left: 8rem; }

.nameUpload {
  margin-left: 9rem;
  color: #5C5555;
  font-size: 14px; }

.borderTitle3 {
  width: 6rem; }

.contentCalendarMember {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box; }

.tittleNoCalendar {
  color: #675F5F;
  font-family: "Bold";
  font-size: 20px;
  text-align: center;
  margin-top: 1rem; }

.btnSicronizar {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 10px 10px 10px;
  border-radius: 8px !important;
  opacity: 1;
  right: 1rem;
  top: 1rem;
  margin-left: auto !important;
  margin-right: auto !important; }

.contentImgCalendar {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 4rem; }

.imgBottomSync {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem; }

.menuMoreEvents {
  max-height: 300px;
  width: 380px; }
  .menuMoreEvents .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    width: fit-content !important;
    right: 38px !important;
    position: inherit;
    margin-top: 2.7rem !important;
    border: 1px solid #2699FB !important;
    box-shadow: 0px 0px 0px #00000029 !important; }

.imgOptionsSync {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular";
  font-weight: 700 !important; }

.btnFollow {
  display: inline-flex;
  margin-right: 0.25rem; }

.textConect {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-left: 15px;
  text-align: left; }

.textPrivate {
  margin-top: 1.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.titlePrivate {
  color: #675F5F;
  font-family: "Bold";
  font-size: 17px;
  text-align: center;
  margin-top: 1.1rem;
  margin-left: 0.5rem; }

.btnCloseConect.MuiIconButton-edgeStart {
  color: #2699FB; }

.textListEvents {
  margin-top: 0.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.textListAdvertencia {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 14px !important;
  margin-left: 0.5rem; }

.btnAgreeConect {
  width: 14rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelConect {
  width: auto !important;
  color: #675F5F !important;
  opacity: 1;
  margin-right: 5rem !important; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important;
  font-weight: 700 !important; }

.dialogDeleteDocument .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteStudy .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left !important;
  letter-spacing: 0px !important;
  color: #675F5F !important;
  opacity: 1;
  font-weight: 700 !important;
  font-size: 1.4rem !important; }

.colorTitle {
  color: #675F5F !important; }

.title-popup-Document {
  color: var(--primary-color) !important;
  font-family: "Bold" !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-Document .MuiDialogContent-root {
  flex: 1 1 auto !important;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; }

.title-popup-Document .MuiIconButton-root {
  flex: 0 0 auto !important;
  color: rgba(0, 0, 0, 0.54) !important;
  padding: 12px 0px 12px 0px !important;
  overflow: visible !important;
  font-size: 1.5rem !important;
  text-align: center !important;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
  border-radius: 50% !important; }

.btnDeleteStudy {
  left: 14% !important;
  right: 20% !important; }

.btnDeleteStudy.MuiIconButton-edgeStart {
  color: #2699FB !important; }

.contentAddressDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteReferences {
  height: 2rem !important; }

.textDelete {
  color: #4A484D !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important; }

.btnCancelDelete {
  width: 10rem !important;
  color: #675F5F !important;
  opacity: 1; }

.btnAgreeDelete {
  width: 10rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.txtLinkButton {
  color: var(--primary-color);
  text-decoration: underline; }

.textBasicData {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.marginText {
  margin-right: 8rem; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.borderFieldEducation {
  border: 1px solid #675F5F !important;
  border-radius: 18px; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.fontSize13 {
  font-size: 13px; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentCardFile {
  margin: auto;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.centerImg2 {
  width: 28px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.centerImg3 {
  width: 28px;
  display: block;
  position: relative; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.basic-multi-select {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #338ADF;
  border-radius: 10px;
  opacity: 1; }

#contentFileAttach {
  width: 100%;
  margin: auto;
  padding-left: 0.25rem;
  display: inline-block;
  background: #E4E4E4 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #338ADF;
  border-radius: 10px;
  opacity: 1;
  color: #00000029; }

.contentInput {
  width: 92%;
  background: #E4E4E4 0% 0% no-repeat padding-box; }

.btnCleanFile {
  color: #707070; }

.colorSuspend {
  color: #FFBD0C !important; }

.paginator {
  justify-content: end; }

.cardInfoStudy {
  padding: 1rem 1rem 1rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px;
  width: 18rem;
  margin-right: 2rem;
  height: 15rem; }

.textInfoStudy {
  color: #000000;
  font-family: "Bold";
  font-size: 1rem;
  text-align: left; }

.textInfoStudy2 {
  color: #000000;
  font-family: "Regular";
  font-size: 1rem;
  text-align: left; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.textSubtitleDuplicate {
  color: #819FAA;
  font-size: 0.9rem;
  font-family: "Regular" !important; }

.txtTalentNameAddCandidateV {
  color: #675F5F !important;
  font-weight: 900 !important;
  font-family: "Regular" !important;
  font-size: 1.5rem !important;
  width: 100%;
  font-family: "Regular" !important;
  padding-bottom: 0px; }

.containerVacantsRol {
  border-top: solid 1px #ada6a68f;
  margin-top: 0.5rem;
  padding-top: 0.5rem; }

.buttonAssign {
  margin-right: 1rem;
  height: 2rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 6px;
  width: 6rem !important;
  display: flex; }

.sectionDuplicateVacant {
  background-color: transparent !important;
  border-radius: 19px;
  padding: 1rem 0.5rem 0rem 0rem !important; }

.btnClosePopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnClosePopupBlue .MuiSvgIcon-root {
  color: var(--primary-color);
  font-size: 1.25rem !important; }

.sectionSearch {
  border-bottom: 1px solid #c2c2c2; }

.txtStepsMember {
  font-size: 0.9rem;
  margin: auto;
  font-family: 'Regular'; }

.textDuplicate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 15px;
  margin-left: 0.25rem; }

.selectTitle {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold";
  font-size: 16px; }

.selectTitleOption {
  height: 2rem;
  background: #F2F0F0 0% 0% no-repeat padding-box;
  width: 7rem !important; }

.titleSection {
  border-bottom: 6px solid #348DE3; }

.contentList {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 25px;
  opacity: 1;
  overflow: auto;
  max-height: 345px; }

.color-publicado-popup {
  color: #56EA19;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.checkVacant {
  margin-top: 1rem !important; }

.infoVacant {
  border-bottom: 3px solid #E2E2E2; }

.textNameVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold"; }

.textCountryVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: 12px; }

.buttonFormVacant {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Regular";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box;
  margin-left: 1.5rem; }
  .buttonFormVacant:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #348DE3;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1.5rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.containerTxtDescriptionRoleMember {
  padding: 0.5rem;
  margin-bottom: 1rem;
  border-radius: 22px;
  opacity: 1; }

.selectProfileMembersRole {
  width: 54% !important;
  height: 2.7rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  padding: 0.7rem;
  margin-bottom: 1rem; }

.menu-arrow-role {
  width: 20px;
  height: 20px;
  position: relative; }

.divWordTag {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #348DE3;
  border-radius: 19px;
  opacity: 1;
  margin: 0rem 1rem 1rem 1rem;
  padding: 1rem; }

.colorAddTagTxt {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #348DE3; }

.colorAddItemRole {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  font-size: 0.8rem;
  color: #675F5F;
  opacity: 1; }

.tagBox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #043262;
  border-radius: 5px;
  margin: 1rem 1rem 0.5rem 0rem; }

.deleteTag {
  top: -1px;
  font-size: 20px;
  left: 5px;
  margin-right: 4px;
  position: relative;
  color: #c2c2c2; }

.deleteWordIcon {
  color: #757373;
  font-size: 19px;
  font-weight: 700;
  margin-left: auto; }

.btn-confirm-duplicate {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #00ACEC;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem; }
  .btn-confirm-duplicate:disabled {
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    background: #DADADA 0% 0% no-repeat padding-box !important;
    color: #675F5F; }

.btn-back-member {
  opacity: 1;
  padding: 10px 98px 10px 0px;
  border-radius: 15px;
  margin-bottom: 2rem;
  color: #675F5F;
  font-weight: 700; }

.textConfirmDuplicate {
  margin-left: auto;
  color: #675F5F;
  font-family: "Regular";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1rem; }

.titlePopupTags {
  margin-left: 1.5rem;
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.PopupDuplicate2 .MuiDialog-paperWidthSm {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 55px;
  opacity: 1;
  max-width: 504px !important; }

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  min-height: 8rem !important;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word; }

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  left: 0px !important;
  padding: 5px 12px;
  white-space: nowrap; }

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "URL:" !important; }

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Guardar" !important;
  padding-right: 0px; }

.ql-snow .ql-tooltip::before {
  content: "Visitar URL:" !important;
  line-height: 26px;
  margin-right: 8px; }

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Editar" !important;
  margin-left: 16px;
  padding-right: 8px; }

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Eliminar" !important;
  margin-left: 8px; }

.itemBox {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #043262;
  border-radius: 5px;
  margin: 1rem 1rem 0.5rem 0rem;
  color: #675F5F;
  font-weight: 800; }

.textDeleteMember {
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: small;
  margin-top: 0.5rem;
  font-weight: 800; }

.btn-close-vacancies.MuiIconButton-root {
  color: #348DE3 !important; }

.bottomUploadFiles {
  border: 2px solid var(--unnamed-color-00acec);
  border: 2px solid #00ACEC;
  border-radius: 13px;
  opacity: 1;
  color: #4D4D4D;
  padding: 5px 15px;
  font-size: 13px;
  font-family: "Bold"; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textNameFile {
  font-size: smaller;
  margin-bottom: 0.75rem;
  color: #675F5F; }

.textEmail {
  border: 1px solid #675F5F; }

.textUnlink {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 1rem; }

.titlePopupUnlink.MuiDialogTitle-root {
  padding: 20px 10px 20px 0px !important; }

.contentPopupUnlink.MuiDialogContent-root {
  padding: 0px 0px 0px 0px; }

.textMotiveUnlink {
  font-size: 0.91rem; }

.buttonCancel {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 13px;
  font-family: "Bold";
  background: #DADADA 0% 0% no-repeat padding-box;
  color: #675F5F; }

.borderField {
  border: 1px solid #675F5F !important;
  border-radius: 18px !important; }

.textNameFileEducation {
  font-size: smaller;
  color: #675F5F; }

.paddingUpload {
  padding: 5px 21px 5px 10px !important; }

.bottomNameFiles {
  border: 1px solid #00ACEC;
  border-radius: 13px;
  opacity: 1;
  color: #4D4D4D;
  padding: 3px 11px;
  font-size: 11px;
  font-family: "Bold";
  align-items: center; }

.subtitleBrigade {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.bottomUploadFilesBrigade {
  border: 2px solid var(--unnamed-color-00acec);
  border: 2px solid #2699FB;
  border-radius: 13px;
  opacity: 1;
  color: #FFFFFF;
  background-color: #2699FB;
  padding: 5px 15px;
  font-size: 13px;
  font-family: "Bold"; }

.btnAgreeRestore {
  width: 10rem;
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelDelete {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.borderFieldEducation {
  border: 1px solid #675F5F !important;
  border-radius: 18px; }

.titlePopupBrigate {
  margin-left: auto;
  color: #000000;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.titlePopupBrigate .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentPopupBrigate .MuiPaper-rounded {
  border-radius: 25px; }

.contentPopupBrigate .MuiDialog-paperWidthSm {
  max-width: 700px !important; }

.styleViewMoreInventary {
  text-decoration: underline;
  color: #348DE3; }

.contentDate .MuiFormControl-root {
  height: 2.75rem !important;
  padding-top: 0.5rem !important;
  padding-left: 0.75rem !important;
  max-width: 19rem !important; }

.dateUnlink {
  padding: 0.5rem !important; }

.dateUnlink .MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  color: var(--primary-color) !important;
  display: inline-block;
  font-size: 1.5rem;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none; }

.textFilesInventory {
  font-size: smaller;
  margin-bottom: 0.75rem;
  color: #675F5F; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentImgReport {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.backgroundReport {
  background-attachment: fixed;
  background-color: #E4E4E4;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

.imgProfileRow {
  height: 16px !important;
  border-radius: 30px; }

.imgProfileRowTra {
  height: 13px !important;
  border-radius: 30px; }

.imgProfileRow2 {
  height: 68px !important;
  border-radius: 30px; }

.textNameProfile {
  margin-left: 0.75rem;
  margin-top: 0.25rem;
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.avatarName {
  width: 43px !important;
  height: 43px !important;
  margin-top: 0.75rem;
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarName.MuiAvatar-root {
  font-size: 1rem !important; }

.textInfo {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-left: 1rem; }

.marginInfo {
  margin-top: auto; }

.titleTab {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  margin-top: 2rem;
  opacity: 1; }

.borderTitle {
  border-bottom: 1px #C2C2C2 solid; }

.borderTitle2 {
  border-bottom: 3px #2699FB solid; }

.textEmail {
  margin-top: 0.5rem;
  font-size: 14px; }

.contentProveedor {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px; }

.textProvedor {
  margin-left: 3rem;
  margin-top: 1rem; }

.textNameProfile2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  width: 6rem; }

.textActive {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #2699FB;
  opacity: 1;
  margin-left: 1.5rem; }

.contentActive {
  margin-left: auto;
  margin-top: auto;
  margin-right: 2rem; }

.contentBottoms {
  margin-right: 1rem;
  height: 2rem;
  margin-left: 1rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 6px; }

.bottomSettings {
  width: 8rem; }

.bottomSettings2 {
  width: 12rem; }

.contetnUpload {
  height: 1rem; }

.buttomUpload {
  margin-left: 8rem; }

.nameUpload {
  margin-left: 9rem;
  color: #5C5555;
  font-size: 14px; }

.borderTitle3 {
  width: 6rem; }

.contentCalendarMember {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box; }

.tittleNoCalendar {
  color: #675F5F;
  font-family: "Bold";
  font-size: 20px;
  text-align: center;
  margin-top: 1rem; }

.btnSicronizar {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 10px 10px 10px;
  border-radius: 8px !important;
  opacity: 1;
  right: 1rem;
  top: 1rem;
  margin-left: auto !important;
  margin-right: auto !important; }

.contentImgCalendar {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 4rem; }

.imgBottomSync {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem; }

.menuMoreEvents {
  max-height: 300px;
  width: 380px; }
  .menuMoreEvents .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    width: fit-content !important;
    right: 38px !important;
    position: inherit;
    margin-top: 2.7rem !important;
    border: 1px solid #2699FB !important;
    box-shadow: 0px 0px 0px #00000029 !important; }

.imgOptionsSync {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular";
  font-weight: 700 !important; }

.btnFollow {
  display: inline-flex;
  margin-right: 0.25rem; }

.textConect {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-left: 15px;
  text-align: left; }

.textPrivate {
  margin-top: 1.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.titlePrivate {
  color: #675F5F;
  font-family: "Bold";
  font-size: 17px;
  text-align: center;
  margin-top: 1.1rem;
  margin-left: 0.5rem; }

.btnCloseConect.MuiIconButton-edgeStart {
  color: #2699FB; }

.textListEvents {
  margin-top: 0.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.textListAdvertencia {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 14px !important;
  margin-left: 0.5rem; }

.btnAgreeConect {
  width: 14rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelConect {
  width: auto !important;
  color: #675F5F !important;
  opacity: 1;
  margin-right: 5rem !important; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important;
  font-weight: 700 !important; }

.dialogDeleteDocument .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteStudy .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left !important;
  letter-spacing: 0px !important;
  color: #675F5F !important;
  opacity: 1;
  font-weight: 700 !important;
  font-size: 1.4rem !important; }

.colorTitle {
  color: #675F5F !important; }

.title-popup-Document {
  color: var(--primary-color) !important;
  font-family: "Bold" !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-Document .MuiDialogContent-root {
  flex: 1 1 auto !important;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; }

.title-popup-Document .MuiIconButton-root {
  flex: 0 0 auto !important;
  color: rgba(0, 0, 0, 0.54) !important;
  padding: 12px 0px 12px 0px !important;
  overflow: visible !important;
  font-size: 1.5rem !important;
  text-align: center !important;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
  border-radius: 50% !important; }

.btnDeleteStudy {
  left: 14% !important;
  right: 20% !important; }

.btnDeleteStudy.MuiIconButton-edgeStart {
  color: #2699FB !important; }

.contentAddressDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteReferences {
  height: 2rem !important; }

.textDelete {
  color: #4A484D !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important; }

.btnCancelDelete {
  width: 10rem !important;
  color: #675F5F !important;
  opacity: 1; }

.btnAgreeDelete {
  width: 10rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.txtLinkButton {
  color: var(--primary-color);
  text-decoration: underline; }

.textBasicData {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.marginText {
  margin-right: 8rem; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.borderFieldEducation {
  border: 1px solid #675F5F !important;
  border-radius: 18px; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.fontSize13 {
  font-size: 13px; }

.divContainerTagsPopover {
  background: rgba(52, 141, 227, 0.05) 0% 0% no-repeat padding-box;
  padding: 5px 10px 15px 10px;
  margin: 15px;
  min-width: 250px;
  border-radius: 19px;
  max-height: 240px;
  overflow: auto; }

.divContainerTagsPopover p {
  color: #675F5F;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #C6C2C282;
  font-size: 0.9rem; }

.sectionPopoverTags {
  border-radius: 19px;
  min-width: 300px;
  padding: 10px 16px 0px 16px; }

.divWordTag {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #348DE3;
  border-radius: 19px;
  opacity: 1;
  margin: 0rem 1rem 1rem 1rem;
  padding: 1rem; }

.colorAddTagTxt {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #348DE3; }

.btn-popover-tags {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  font-size: 0.9rem;
  border-radius: 11px;
  opacity: 1;
  padding: 6px; }

.MuiPopover-paper {
  outline: 0;
  border: 1px solid black;
  position: absolute;
  box-shadow: 0px 3px 6px #00000029;
  border: 0px solid #348DE3 !important;
  border-radius: 17px !important;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto; }

.itemsTags {
  margin-right: 1rem;
  height: 1.5rem;
  padding: 5px 0px 5px 5px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 5px; }

.btn-delete-tag {
  width: 5px;
  height: 5px;
  filter: invert(93%) sepia(34%) saturate(25%) hue-rotate(171deg) brightness(105%) contrast(67%);
  font-size: 3px !important;
  color: #545050 !important;
  margin-left: 0px !important; }

.btn-delete-tag .MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 0.9rem !important;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  flex-shrink: 0;
  user-select: none; }

.cursorTags {
  cursor: pointer; }

.tagCount {
  color: #080808;
  margin-left: auto;
  font-weight: 900;
  margin-right: 10px; }

.btnCloseTag .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important;
  margin-right: 1rem; }

.btnCloseTag.MuiIconButton-root {
  padding: 10px 0px 0px 10px !important; }

.imgSearchSources {
  padding-top: 0.75rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.newTest .ql-toolbar.ql-snow {
  border: 0px solid #ccc !important; }

.newTest .ql-container.ql-snow {
  border: 0px solid #ccc !important; }

.newTest {
  margin-top: 1rem; }

.textNote {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0.25rem; }

.tagsTest {
  margin-right: 0.3rem;
  height: auto;
  font-size: 0.8rem;
  margin-bottom: 5px;
  padding: 5px 10px 5px 10px;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 5px;
  margin-left: 0.5rem; }

.textPoint {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1; }

.textTagsNote {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.textEvaluation {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 11px; }

.textEvaluationRed {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #CF1414;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 11px; }

.textEvaluation2 {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-top: 0rem;
  margin-left: 0.5rem;
  font-size: 10px; }

.btnConfirmAdd {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  padding: 10px 15px 10px 15px;
  border-radius: 15px;
  margin-bottom: 2rem;
  width: 17rem; }

.btnBackTest {
  opacity: 1;
  padding: 10px 0px 10px 0px;
  border-radius: 15px;
  margin-bottom: 2rem;
  color: #675F5F;
  font-weight: 700;
  margin-right: 2rem; }

.marginBottom {
  margin-left: 15rem; }

.contentAllTestE {
  width: 100%;
  margin-top: 2rem;
  padding: 1rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 25px; }

.avatarEvaluationAll {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0rem;
  font-size: 1rem;
  background-color: #00ACEC !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarEvaluationAll.MuiAvatar-root {
  font-size: 0.75rem !important; }

.trashEvaluation {
  height: 1.5rem; }

.textPointEvaluation {
  text-align: left;
  min-width: 20px;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  font-size: 13px; }

.contentPoint {
  border-right: 1px solid var(--primary-color);
  padding-right: 1rem; }

.textMessageEvaluation {
  width: 100%;
  margin-top: 0.5rem;
  border-top: 1px solid #F7F5F5; }

.textMessageEvaluation2 {
  color: #707070;
  margin-top: 0.5rem;
  font-size: 0.9rem; }

.pencilEvaluation {
  height: 1.4rem;
  margin-top: 0.1rem;
  margin-right: 0.2rem; }

.contentFaces {
  height: 25px; }

.contetnGhrapic .CircularProgressbar {
  height: 8rem;
  width: 8rem; }

.textPorcent {
  padding-left: 2rem;
  padding-right: 2rem;
  color: var(--primary-color);
  text-align: center; }

.porcentTest {
  color: var(--primary-color) !important;
  font-size: 1.75rem !important; }

.cicleTest.CircularProgressbar .CircularProgressbar-path {
  stroke: var(--primary-color) !important;
  width: 8rem; }

.contentBorderGhrapic {
  padding-right: 1rem;
  margin: auto; }

.progress-bar {
  width: 12rem;
  background-color: #d9d4d4;
  border-radius: 30px;
  padding: 3px;
  margin: 5px 0; }

.progress-bar--fill {
  height: 13px;
  color: white;
  background-color: #56EA19;
  border-radius: 30px; }

.textPercent {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 11px; }

.progress-bar--fill2 {
  height: 13px;
  color: white;
  background-color: #FFBD0C;
  border-radius: 30px; }

.progress-bar--fill3 {
  height: 13px;
  color: white;
  background-color: #4BBA1D;
  border-radius: 30px; }

.progress-bar--fill4 {
  height: 13px;
  color: white;
  background-color: #F62323;
  border-radius: 30px; }

div .contentProgresBar:last-child {
  border-bottom: 0px solid #C2C2C2 !important; }

.contentProgresBar {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 0.5rem; }

.dialogDeleteTest .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteTest .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-weight: 700;
  font-size: 1.4rem; }

.colorTitleTest {
  color: #675F5F !important; }

.title-popup-test {
  color: var(--primary-color);
  font-family: "Regular";
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-test .MuiDialogContent-root {
  flex: 1 1 auto;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.title-popup-test .MuiIconButton-root {
  flex: 0 0 auto;
  color: rgba(0, 0, 0, 0.54);
  padding: 12px 0px 12px 0px;
  overflow: visible;
  font-size: 1.5rem;
  text-align: center;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 50%; }

.btnDeleteTest {
  left: 14%;
  right: 20%; }

.btnDeleteTest.MuiIconButton-edgeStart {
  color: #348DE3; }

.contentTestDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteTest {
  height: 2rem; }

.textDeleteEva {
  color: #4A484D;
  font-size: 0.8rem;
  font-family: "Regular" !important; }

.btnCancelDeleteTest {
  width: auto;
  color: #675F5F !important;
  opacity: 1; }

.btn-deleteTest2 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.btnAgreeDeleteTest {
  width: 10rem;
  background: transparent linear-gradient(172deg, #348DE3 0%, #348DE3 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px !important;
  opacity: 1; }

.iconMoreMembers {
  margin-right: 0.25rem; }

.fontSizeMoreMemers {
  font-size: 1rem !important; }

.fontSizeMoreMemers.MuiIconButton-root {
  padding: 0rem !important;
  margin-right: 0.25rem !important; }

.btnMoreMembers {
  border-radius: 17px;
  font-size: 0.75rem;
  width: 29px;
  height: 29px;
  background: #ffffff 0% 0% no-repeat padding-box;
  cursor: pointer;
  color: #348DE3;
  padding: 8px;
  text-decoration: none;
  border: 1px solid #348DE3; }

.iconBtnMoreMembers {
  position: absolute;
  margin-top: -17px;
  margin-left: -8.9px;
  font-size: 1.5rem; }

.contenDataEstadistics {
  border-left: 1px solid #DCDBDB;
  padding-left: 1rem; }

.titleHistorial {
  font-size: 12px;
  margin-left: 1rem;
  color: #675F5F; }

.textRange {
  color: #675F5F;
  font-family: "Bold";
  margin-left: 0.5rem;
  margin-top: 0.25rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.titleDescalification {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #675F5F; }

.txtDescalification {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Light';
  color: #675F5F; }

.candidate {
  background-attachment: fixed;
  background-color: #E4E4E4 !important;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

.optionDescalification {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #675F5F;
  font-size: 0.9rem; }

.containerOption {
  background: #F8F6F6 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  padding: 1rem;
  margin: 1rem 0rem 1rem 0rem;
  display: flow-root; }

.containerMembers {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #C2C2C2;
  border-radius: 31px;
  height: fit-content;
  height: -moz-max-content;
  margin: 2rem;
  opacity: 1;
  height: max-content; }

.moreMembers {
  color: #2699FB; }

.containerMembers .MuiTab-root {
  padding: 6px 12px;
  overflow: hidden;
  position: relative;
  font-size: 0.875rem;
  max-width: 330px;
  min-width: 72px;
  box-sizing: border-box;
  min-height: 48px;
  text-align: center;
  flex-shrink: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  white-space: normal;
  letter-spacing: 0.02857em;
  text-transform: uppercase; }

.btn-blue-principal-absolute {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 10px 10px 10px;
  border-radius: 8px !important;
  opacity: 1;
  position: absolute;
  right: 1rem;
  top: 1rem; }

.btnAddReason {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #2699FB;
  padding-bottom: 1rem;
  padding-top: 1rem;
  border-radius: 25px; }

.btnAddEmail {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  color: #fff;
  padding: 5px 12px 5px 12px;
  border-radius: 11px;
  font-size: 0.9rem;
  opacity: 1; }

.widthSaveBtn {
  width: 37px;
  height: 21px; }

.btnBackEditedEmail {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 11px;
  padding: 5px 12px 5px 12px;
  color: #675F5F;
  font-size: 0.9rem;
  opacity: 1; }

.btnBackEditedEmail2 {
  border-radius: 11px;
  padding: 5px 12px 5px 12px;
  color: #675F5F;
  font-size: 0.9rem;
  opacity: 1; }

.listReasons {
  padding: 1.5rem 2rem 1.5rem 2rem; }

.boxMarginReason {
  padding: 0rem 20px 0em 20px; }

.boxMarginReason2 {
  margin: 1rem 2rem 1em 2rem; }

.btnAssign {
  margin: 2.5rem 2rem 1.5rem 2rem; }

.btnActionReason {
  margin: 0rem 2rem 0rem 2rem; }

.containerAddReason {
  background-color: #F0F0F0; }

.txtReason {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F; }

.inputReason {
  padding: 1rem;
  border-radius: 5px; }

.hrOptions {
  border-bottom: 3px solid #E2E2E2;
  padding-bottom: 1rem; }

.btn-cv {
  width: 20px;
  height: 20px; }

.btn-add-reason {
  margin-top: 2px;
  margin-left: 0.5rem;
  width: 20px;
  height: 20px;
  filter: invert(49%) sepia(87%) saturate(2196%) hue-rotate(189deg) brightness(93%) contrast(91%); }

.btn-action-reason {
  margin-left: 0.5rem;
  width: 20px;
  height: 20px;
  filter: invert(40%) sepia(13%) saturate(167%) hue-rotate(314deg) brightness(94%) contrast(102%); }

.justifyContentCenter {
  justify-content: center; }

.txtSaveAndCreate {
  font-family: "Bold"; }

.btnCleanEmail2 {
  font-family: "Bold";
  filter: invert(49%) sepia(87%) saturate(2196%) hue-rotate(189deg) brightness(93%) contrast(91%); }

.gridTable {
  display: grid; }

.tabTags.MuiAppBar-colorDefault {
  background-color: #ffffff !important;
  z-index: 999; }

.tabTags .MuiTabs-fixed {
  border-bottom: 1px solid #C2C2C2 !important; }

.boxTitleInternalCode {
  padding: 0rem 2rem 0em 0rem; }

.botomHeight {
  height: max-content !important; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.m-auto-item {
  margin: auto 1rem auto auto; }

.selectTag {
  margin-right: 1rem;
  width: 2.9rem;
  -webkit-appearance: none;
  appearance: none; }

.w-20px {
  width: 17px; }

.w-17px {
  height: 18px;
  width: 17px; }

.tableTags .MuiTableCell-root {
  border: 1px solid #c2c2c2; }

.emptyTags {
  font-family: 'Bold';
  color: #675F5F;
  margin: 5rem;
  display: block;
  text-align: center;
  padding: 1rem; }

.hiddenPagination .MuiInputBase-root.MuiTablePagination-input.MuiTablePagination-selectRoot {
  display: none; }

.hiddenPagination .MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters p:nth-child(2) {
  display: none; }

.hiddenPagination2 .MuiToolbar-root.MuiToolbar-regular.MuiTablePagination-toolbar.MuiToolbar-gutters p:nth-child(1) {
  display: none; }

.hiddenPagination2 .MuiInputBase-root.MuiTablePagination-input.MuiTablePagination-selectRoot {
  margin-right: 0px; }

.selectContent {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 17px;
  opacity: 1;
  width: 82px;
  margin-right: 1rem;
  margin-left: 1rem; }

.clearButtonSource {
  color: #bbbaba;
  font-size: 15px !important;
  margin-right: 10px !important; }

.emptyTagsSearch {
  font-family: 'Bold';
  color: #675F5F;
  padding: 8rem;
  border-radius: 15px;
  display: block;
  background-color: #dee4e4a1;
  text-align: center;
  /* padding: 1rem; */ }

.buttonSaveEdit {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Bold";
  font-weight: 500;
  background: #2699FB 0% 0% no-repeat padding-box;
  margin-left: 1.5rem; }
  .buttonSaveEdit:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #2699FB;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1.5rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.textCancelEdit {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.noneOption {
  display: none !important; }

.countSelected {
  font-size: 0.9rem;
  margin: auto; }

.selectTag .MuiSelect-select:focus {
  background-color: transparent !important; }

.MuiPopover-paper {
  outline: 0;
  border: 1px solid black;
  position: absolute;
  box-shadow: 0px 3px 6px #00000029 !important;
  border: 0px solid #2699FB !important;
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  border-radius: 11px;
  max-width: calc(100% - 32px);
  min-width: 16px;
  max-height: calc(100% - 32px);
  min-height: 16px;
  overflow-x: hidden;
  overflow-y: auto; }

.paper-items {
  color: #707070 !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important; }

.line-paper {
  border-bottom: 3px solid #E2E2E2 !important; }

.btnOptionsMembers {
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 12px;
  padding: 7px;
  margin: 6px; }

.btnOptionsMembersDisabled {
  background: #e1e1e1 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 12px;
  padding: 7px;
  margin: 6px; }

.selectProfileMembers {
  width: 9rem !important;
  margin-right: 1rem;
  height: 2.7rem;
  margin-left: 0.3rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 12px; }

.imgInvited {
  margin: auto; }

.textNoInvited {
  padding-top: 1rem;
  color: #675F5F;
  font-family: "Bold";
  font-size: larger; }

.paddingNoInvited {
  padding-top: 1rem; }

.textNoInvited2 {
  font-family: "Regular"; }

.btn-blue-principal {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 10px 10px 10px;
  border-radius: 8px !important;
  opacity: 1;
  right: 1rem;
  top: 1rem; }

.contentInvitedMember {
  border: 1px solid #C2C2C2;
  border-radius: 31px; }

.widthSearchMembers {
  height: 23rem; }

.logo-searchMember {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  margin-left: -2rem; }

.emptyTagsSearch2 {
  font-family: 'Bold';
  color: #675F5F;
  padding: 8rem;
  border-radius: 15px;
  display: block;
  background-color: #FFFFFF;
  text-align: center;
  /* padding: 1rem; */ }

.colorBlock {
  color: #FFBD0C; }

.colorDesBlock {
  color: #675F5F; }

#avatarCompanies {
  color: #fafafa;
  background-color: var(--primary-color);
  font-size: 0.6rem;
  width: 41px !important;
  height: 41px !important; }

.pencilImg {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 1.5rem;
  margin-left: 1rem; }

.trashImg {
  height: 1.5rem;
  width: 1.5rem; }

.bottomRoles {
  border: 1px solid #707070;
  border-radius: 11px;
  opacity: 1;
  margin: auto;
  padding: 0.5rem; }

.textRole {
  color: #2699FB;
  font-family: "Regular"; }

.arrowImg {
  width: 1rem;
  margin-left: 0.5rem;
  margin-top: auto;
  margin-bottom: auto; }

.textSubtitleDuplicate {
  color: #819FAA;
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
  font-family: "Regular" !important; }

.sectionDuplicateVacantContent {
  background-color: #F5F5F5 !important;
  border-radius: 19px;
  padding: 1rem;
  max-height: 360px !important; }

.txt-font-light {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #675F5F;
  font-size: 0.8rem; }

.txt-font-bold {
  color: #675F5F;
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 1rem; }

.inlineGrid {
  display: inline-grid; }

.sectionSearch {
  border-bottom: 2px solid #348DE3; }

.textDuplicate {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 15px;
  margin-left: 0.25rem; }

.selectTitle {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold";
  font-size: 16px; }

.mt--2 {
  margin-top: -0.3rem; }

.filterMenu {
  width: 13%;
  /* margin-top: 4px; */
  height: 74%; }

.selectTitleOption {
  height: 2rem;
  background: #F2F0F0 0% 0% no-repeat padding-box;
  width: 7rem !important; }

.titleSection {
  border-bottom: 6px solid #348DE3; }

.contentListDuplicateVacante {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 100%;
  overflow: auto !important;
  max-height: 220px !important; }

.color-publicado-popup {
  color: #56EA19;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.checkVacant {
  margin-top: 1rem !important; }

.infoVacant {
  border-bottom: 3px solid #E2E2E2; }

.textNameVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Bold"; }

.textNameVacantLocation {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 0.8rem; }

.textCountryVacant {
  text-align: left;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-family: "Regular";
  font-size: 12px; }

.buttonFormVacant {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  opacity: 1;
  font-size: 0.77rem !important;
  font-family: "Bold";
  font-weight: 500;
  background: #348DE3 0% 0% no-repeat padding-box;
  margin-left: 1.5rem; }
  .buttonFormVacant:disabled {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #348DE3;
    opacity: 1;
    font-size: 0.77rem !important;
    font-family: "Bold";
    font-weight: 500;
    margin-left: 1.5rem;
    background: #DADADA 0% 0% no-repeat padding-box;
    color: #675F5F; }

.colorDuplicate-Publicado {
  color: #56EA19;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.colorDuplicate-Cerrado {
  color: #ffc107;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.colorDuplicate-Borrador {
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.colorDuplicate-Eliminado {
  color: #F62323;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.colorDuplicate-Archivado {
  color: #675F5F;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.colorDuplicate-Borrador {
  font-weight: normal;
  padding-top: 0.5rem;
  padding-left: 0.25rem; }

.titlePopupDuplicateVacante {
  color: #675F5F;
  font-family: "Bold";
  letter-spacing: 0px;
  text-align: left;
  font-size: 1.2rem; }

.titlePopupDuplicateVacante .MuiTypography-h6 {
  text-align: left;
  font-family: "Bold" !important;
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.m-p-4 .MuiDialog-paperWidthSm {
  padding: 1rem !important; }

.buttomCloseDuplicate.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 9rem !important; }

.buttomCloseDuplicate .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.contentDuplicatePopUp.MuiDialogContent-root {
  padding: 0px 20px 0px 20px; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.contentImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.imgAttach {
  display: block;
  position: relative;
  height: 0.75rem;
  width: 0.75rem;
  margin: auto; }

.btnAttachFile {
  padding-top: 2rem;
  display: flex; }

.btn-addFile {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  padding: 7px 15px 7px 15px;
  border-radius: 8px !important;
  opacity: 1;
  margin-left: auto;
  margin-right: auto !important; }

.divWordGoup {
  background: #F5F5F5 0% 0% no-repeat padding-box;
  border: 1px solid #348DE3;
  border-radius: 19px;
  opacity: 1;
  margin: 1rem 1rem 1rem 1rem;
  padding: 1rem; }

.colorNoGroupVacant {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.createEvacuation {
  width: 100%;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 25px; }

.borderBlack {
  border: 1px solid #000000;
  border-radius: 18px; }

.listBenefits {
  width: 100%;
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 45px; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsBenefit {
  margin-left: auto;
  margin-right: 3rem;
  cursor: pointer; }

.quills .ql-toolbar.ql-snow {
  border: 1px solid #C2C2C2 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quills .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #C2C2C2 !important;
  border-left: 1px solid #C2C2C2 !important;
  border-bottom: 1px solid #C2C2C2 !important; }

.quills .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.btn-upload-all {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  padding: 7px 11px 7px 5px;
  border-radius: 8px !important;
  opacity: 1;
  width: 11rem;
  margin-left: 2rem;
  text-align: center; }

.inputFileSst {
  display: none; }

.filterYear {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 11px;
  opacity: 1;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.gridFiles {
  width: auto !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 20px;
  opacity: 1;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.gridMembers {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  opacity: 1; }

.contentView {
  background-repeat: no-repeat;
  background-size: cover;
  height: 9rem;
  margin: 1rem;
  background-image: url(/_next/static/images/Enmascarar-55145764cb2ce935484936ba4b38899e.png);
  border: 1px solid #707070;
  border-radius: 14px; }

.styleTitleFiles {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.styleTitleMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1; }

.nameFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 1.25rem; }

.iconLeader {
  width: 35px;
  height: 35px;
  margin-top: 2.5rem;
  margin-left: 1rem; }

.dateFile2 {
  text-align: left;
  max-width: 140px;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 0.8rem; }

.imagesFiles {
  height: 1.5rem;
  margin-bottom: 0.5rem; }

.paddingNoInfo {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.textNameFile {
  width: min-content; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.insignia {
  position: absolute;
  right: 25px;
  bottom: 15px; }

.h-51 {
  height: 20px; }

.containerLeader {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #1592E6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #fff; }

.containerLeader img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.createEvacuation {
  width: 100%;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 25px; }

.borderBlack {
  border: 1px solid #000000;
  border-radius: 18px; }

.listBenefits {
  width: 100%;
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 45px; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsBenefit {
  margin-left: auto;
  margin-right: 3rem;
  cursor: pointer; }

.quills .ql-toolbar.ql-snow {
  border: 1px solid #C2C2C2 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quills .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #C2C2C2 !important;
  border-left: 1px solid #C2C2C2 !important;
  border-bottom: 1px solid #C2C2C2 !important; }

.quills .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.btn-upload-all {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  padding: 7px 11px 7px 5px;
  border-radius: 8px !important;
  opacity: 1;
  width: 11rem;
  margin-left: 2rem;
  text-align: center; }

.inputFileSst {
  display: none; }

.filterYear {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 11px;
  opacity: 1;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.gridFiles {
  width: auto !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 20px;
  opacity: 1;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.gridMembers {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  opacity: 1; }

.contentView {
  background-repeat: no-repeat;
  background-size: cover;
  height: 9rem;
  margin: 1rem;
  background-image: url(/_next/static/images/Enmascarar-55145764cb2ce935484936ba4b38899e.png);
  border: 1px solid #707070;
  border-radius: 14px; }

.styleTitleFiles {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.styleTitleMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1; }

.nameFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 1.25rem; }

.iconLeader {
  width: 35px;
  height: 35px;
  margin-top: 2.5rem;
  margin-left: 1rem; }

.dateFile2 {
  text-align: left;
  max-width: 140px;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 0.8rem; }

.imagesFiles {
  height: 1.5rem;
  margin-bottom: 0.5rem; }

.paddingNoInfo {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.textNameFile {
  width: min-content; }

.nameFile1Brigade {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.dateFileBrigade {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 0.7rem; }

.contectFiltreYearBrigade {
  width: 30% !important;
  border: 1px solid #00ACEC !important;
  border-radius: 1rem;
  text-align: center;
  font-family: "bold"; }

i.fas.fa-exclamation-circle.infoFilter {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.5rem;
  margin-top: 0.6rem; }

i.fas.fa-exclamation-circle.infoFilter {
  position: relative !important;
  color: #338ADF;
  right: auto !important;
  margin-left: 0.75rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentImgReport {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.backgroundReport {
  background-attachment: fixed;
  background-color: #E4E4E4;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

.imgProfileRow {
  height: 16px !important;
  border-radius: 30px; }

.imgProfileRowTra {
  height: 13px !important;
  border-radius: 30px; }

.imgProfileRow2 {
  height: 68px !important;
  border-radius: 30px; }

.textNameProfile {
  margin-left: 0.75rem;
  margin-top: 0.25rem;
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.avatarName {
  width: 43px !important;
  height: 43px !important;
  margin-top: 0.75rem;
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarName.MuiAvatar-root {
  font-size: 1rem !important; }

.textInfo {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-left: 1rem; }

.marginInfo {
  margin-top: auto; }

.titleTab {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  margin-top: 2rem;
  opacity: 1; }

.borderTitle {
  border-bottom: 1px #C2C2C2 solid; }

.borderTitle2 {
  border-bottom: 3px #2699FB solid; }

.textEmail {
  margin-top: 0.5rem;
  font-size: 14px; }

.contentProveedor {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px; }

.textProvedor {
  margin-left: 3rem;
  margin-top: 1rem; }

.textNameProfile2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  width: 6rem; }

.textActive {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #2699FB;
  opacity: 1;
  margin-left: 1.5rem; }

.contentActive {
  margin-left: auto;
  margin-top: auto;
  margin-right: 2rem; }

.contentBottoms {
  margin-right: 1rem;
  height: 2rem;
  margin-left: 1rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 6px; }

.bottomSettings {
  width: 8rem; }

.bottomSettings2 {
  width: 12rem; }

.contetnUpload {
  height: 1rem; }

.buttomUpload {
  margin-left: 8rem; }

.nameUpload {
  margin-left: 9rem;
  color: #5C5555;
  font-size: 14px; }

.borderTitle3 {
  width: 6rem; }

.contentCalendarMember {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box; }

.tittleNoCalendar {
  color: #675F5F;
  font-family: "Bold";
  font-size: 20px;
  text-align: center;
  margin-top: 1rem; }

.btnSicronizar {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 10px 10px 10px;
  border-radius: 8px !important;
  opacity: 1;
  right: 1rem;
  top: 1rem;
  margin-left: auto !important;
  margin-right: auto !important; }

.contentImgCalendar {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 4rem; }

.imgBottomSync {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem; }

.menuMoreEvents {
  max-height: 300px;
  width: 380px; }
  .menuMoreEvents .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    width: fit-content !important;
    right: 38px !important;
    position: inherit;
    margin-top: 2.7rem !important;
    border: 1px solid #2699FB !important;
    box-shadow: 0px 0px 0px #00000029 !important; }

.imgOptionsSync {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular";
  font-weight: 700 !important; }

.btnFollow {
  display: inline-flex;
  margin-right: 0.25rem; }

.textConect {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-left: 15px;
  text-align: left; }

.textPrivate {
  margin-top: 1.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.titlePrivate {
  color: #675F5F;
  font-family: "Bold";
  font-size: 17px;
  text-align: center;
  margin-top: 1.1rem;
  margin-left: 0.5rem; }

.btnCloseConect.MuiIconButton-edgeStart {
  color: #2699FB; }

.textListEvents {
  margin-top: 0.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.textListAdvertencia {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 14px !important;
  margin-left: 0.5rem; }

.btnAgreeConect {
  width: 14rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelConect {
  width: auto !important;
  color: #675F5F !important;
  opacity: 1;
  margin-right: 5rem !important; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important;
  font-weight: 700 !important; }

.dialogDeleteDocument .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteStudy .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left !important;
  letter-spacing: 0px !important;
  color: #675F5F !important;
  opacity: 1;
  font-weight: 700 !important;
  font-size: 1.4rem !important; }

.colorTitle {
  color: #675F5F !important; }

.title-popup-Document {
  color: var(--primary-color) !important;
  font-family: "Bold" !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-Document .MuiDialogContent-root {
  flex: 1 1 auto !important;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; }

.title-popup-Document .MuiIconButton-root {
  flex: 0 0 auto !important;
  color: rgba(0, 0, 0, 0.54) !important;
  padding: 12px 0px 12px 0px !important;
  overflow: visible !important;
  font-size: 1.5rem !important;
  text-align: center !important;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
  border-radius: 50% !important; }

.btnDeleteStudy {
  left: 14% !important;
  right: 20% !important; }

.btnDeleteStudy.MuiIconButton-edgeStart {
  color: #2699FB !important; }

.contentAddressDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteReferences {
  height: 2rem !important; }

.textDelete {
  color: #4A484D !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important; }

.btnCancelDelete {
  width: 10rem !important;
  color: #675F5F !important;
  opacity: 1; }

.btnAgreeDelete {
  width: 10rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.txtLinkButton {
  color: var(--primary-color);
  text-decoration: underline; }

.textBasicData {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.marginText {
  margin-right: 8rem; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.borderFieldEducation {
  border: 1px solid #675F5F !important;
  border-radius: 18px; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.fontSize13 {
  font-size: 13px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentImgReport {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.backgroundReport {
  background-attachment: fixed;
  background-color: #E4E4E4;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

.imgProfileRow {
  height: 16px !important;
  border-radius: 30px; }

.imgProfileRowTra {
  height: 13px !important;
  border-radius: 30px; }

.imgProfileRow2 {
  height: 68px !important;
  border-radius: 30px; }

.textNameProfile {
  margin-left: 0.75rem;
  margin-top: 0.25rem;
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.avatarName {
  width: 43px !important;
  height: 43px !important;
  margin-top: 0.75rem;
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarName.MuiAvatar-root {
  font-size: 1rem !important; }

.textInfo {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-left: 1rem; }

.marginInfo {
  margin-top: auto; }

.titleTab {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  margin-top: 2rem;
  opacity: 1; }

.borderTitle {
  border-bottom: 1px #C2C2C2 solid; }

.borderTitle2 {
  border-bottom: 3px #2699FB solid; }

.textEmail {
  margin-top: 0.5rem;
  font-size: 14px; }

.contentProveedor {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px; }

.textProvedor {
  margin-left: 3rem;
  margin-top: 1rem; }

.textNameProfile2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  width: 6rem; }

.textActive {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #2699FB;
  opacity: 1;
  margin-left: 1.5rem; }

.contentActive {
  margin-left: auto;
  margin-top: auto;
  margin-right: 2rem; }

.contentBottoms {
  margin-right: 1rem;
  height: 2rem;
  margin-left: 1rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 6px; }

.bottomSettings {
  width: 8rem; }

.bottomSettings2 {
  width: 12rem; }

.contetnUpload {
  height: 1rem; }

.buttomUpload {
  margin-left: 8rem; }

.nameUpload {
  margin-left: 9rem;
  color: #5C5555;
  font-size: 14px; }

.borderTitle3 {
  width: 6rem; }

.contentCalendarMember {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box; }

.tittleNoCalendar {
  color: #675F5F;
  font-family: "Bold";
  font-size: 20px;
  text-align: center;
  margin-top: 1rem; }

.btnSicronizar {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 10px 10px 10px;
  border-radius: 8px !important;
  opacity: 1;
  right: 1rem;
  top: 1rem;
  margin-left: auto !important;
  margin-right: auto !important; }

.contentImgCalendar {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 4rem; }

.imgBottomSync {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem; }

.menuMoreEvents {
  max-height: 300px;
  width: 380px; }
  .menuMoreEvents .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    width: fit-content !important;
    right: 38px !important;
    position: inherit;
    margin-top: 2.7rem !important;
    border: 1px solid #2699FB !important;
    box-shadow: 0px 0px 0px #00000029 !important; }

.imgOptionsSync {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular";
  font-weight: 700 !important; }

.btnFollow {
  display: inline-flex;
  margin-right: 0.25rem; }

.textConect {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-left: 15px;
  text-align: left; }

.textPrivate {
  margin-top: 1.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.titlePrivate {
  color: #675F5F;
  font-family: "Bold";
  font-size: 17px;
  text-align: center;
  margin-top: 1.1rem;
  margin-left: 0.5rem; }

.btnCloseConect.MuiIconButton-edgeStart {
  color: #2699FB; }

.textListEvents {
  margin-top: 0.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.textListAdvertencia {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 14px !important;
  margin-left: 0.5rem; }

.btnAgreeConect {
  width: 14rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelConect {
  width: auto !important;
  color: #675F5F !important;
  opacity: 1;
  margin-right: 5rem !important; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important;
  font-weight: 700 !important; }

.dialogDeleteDocument .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteStudy .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left !important;
  letter-spacing: 0px !important;
  color: #675F5F !important;
  opacity: 1;
  font-weight: 700 !important;
  font-size: 1.4rem !important; }

.colorTitle {
  color: #675F5F !important; }

.title-popup-Document {
  color: var(--primary-color) !important;
  font-family: "Bold" !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-Document .MuiDialogContent-root {
  flex: 1 1 auto !important;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; }

.title-popup-Document .MuiIconButton-root {
  flex: 0 0 auto !important;
  color: rgba(0, 0, 0, 0.54) !important;
  padding: 12px 0px 12px 0px !important;
  overflow: visible !important;
  font-size: 1.5rem !important;
  text-align: center !important;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
  border-radius: 50% !important; }

.btnDeleteStudy {
  left: 14% !important;
  right: 20% !important; }

.btnDeleteStudy.MuiIconButton-edgeStart {
  color: #2699FB !important; }

.contentAddressDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteReferences {
  height: 2rem !important; }

.textDelete {
  color: #4A484D !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important; }

.btnCancelDelete {
  width: 10rem !important;
  color: #675F5F !important;
  opacity: 1; }

.btnAgreeDelete {
  width: 10rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.txtLinkButton {
  color: var(--primary-color);
  text-decoration: underline; }

.textBasicData {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.marginText {
  margin-right: 8rem; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.borderFieldEducation {
  border: 1px solid #675F5F !important;
  border-radius: 18px; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.fontSize13 {
  font-size: 13px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentImgReport {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.backgroundReport {
  background-attachment: fixed;
  background-color: #E4E4E4;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

.imgProfileRow {
  height: 16px !important;
  border-radius: 30px; }

.imgProfileRowTra {
  height: 13px !important;
  border-radius: 30px; }

.imgProfileRow2 {
  height: 68px !important;
  border-radius: 30px; }

.textNameProfile {
  margin-left: 0.75rem;
  margin-top: 0.25rem;
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.avatarName {
  width: 43px !important;
  height: 43px !important;
  margin-top: 0.75rem;
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarName.MuiAvatar-root {
  font-size: 1rem !important; }

.textInfo {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-left: 1rem; }

.marginInfo {
  margin-top: auto; }

.titleTab {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  margin-top: 2rem;
  opacity: 1; }

.borderTitle {
  border-bottom: 1px #C2C2C2 solid; }

.borderTitle2 {
  border-bottom: 3px #2699FB solid; }

.textEmail {
  margin-top: 0.5rem;
  font-size: 14px; }

.contentProveedor {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px; }

.textProvedor {
  margin-left: 3rem;
  margin-top: 1rem; }

.textNameProfile2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  width: 6rem; }

.textActive {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #2699FB;
  opacity: 1;
  margin-left: 1.5rem; }

.contentActive {
  margin-left: auto;
  margin-top: auto;
  margin-right: 2rem; }

.contentBottoms {
  margin-right: 1rem;
  height: 2rem;
  margin-left: 1rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 6px; }

.bottomSettings {
  width: 8rem; }

.bottomSettings2 {
  width: 12rem; }

.contetnUpload {
  height: 1rem; }

.buttomUpload {
  margin-left: 8rem; }

.nameUpload {
  margin-left: 9rem;
  color: #5C5555;
  font-size: 14px; }

.borderTitle3 {
  width: 6rem; }

.contentCalendarMember {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box; }

.tittleNoCalendar {
  color: #675F5F;
  font-family: "Bold";
  font-size: 20px;
  text-align: center;
  margin-top: 1rem; }

.btnSicronizar {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 10px 10px 10px;
  border-radius: 8px !important;
  opacity: 1;
  right: 1rem;
  top: 1rem;
  margin-left: auto !important;
  margin-right: auto !important; }

.contentImgCalendar {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 4rem; }

.imgBottomSync {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem; }

.menuMoreEvents {
  max-height: 300px;
  width: 380px; }
  .menuMoreEvents .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    width: fit-content !important;
    right: 38px !important;
    position: inherit;
    margin-top: 2.7rem !important;
    border: 1px solid #2699FB !important;
    box-shadow: 0px 0px 0px #00000029 !important; }

.imgOptionsSync {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular";
  font-weight: 700 !important; }

.btnFollow {
  display: inline-flex;
  margin-right: 0.25rem; }

.textConect {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-left: 15px;
  text-align: left; }

.textPrivate {
  margin-top: 1.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.titlePrivate {
  color: #675F5F;
  font-family: "Bold";
  font-size: 17px;
  text-align: center;
  margin-top: 1.1rem;
  margin-left: 0.5rem; }

.btnCloseConect.MuiIconButton-edgeStart {
  color: #2699FB; }

.textListEvents {
  margin-top: 0.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.textListAdvertencia {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 14px !important;
  margin-left: 0.5rem; }

.btnAgreeConect {
  width: 14rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelConect {
  width: auto !important;
  color: #675F5F !important;
  opacity: 1;
  margin-right: 5rem !important; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important;
  font-weight: 700 !important; }

.dialogDeleteDocument .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteStudy .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left !important;
  letter-spacing: 0px !important;
  color: #675F5F !important;
  opacity: 1;
  font-weight: 700 !important;
  font-size: 1.4rem !important; }

.colorTitle {
  color: #675F5F !important; }

.title-popup-Document {
  color: var(--primary-color) !important;
  font-family: "Bold" !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-Document .MuiDialogContent-root {
  flex: 1 1 auto !important;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; }

.title-popup-Document .MuiIconButton-root {
  flex: 0 0 auto !important;
  color: rgba(0, 0, 0, 0.54) !important;
  padding: 12px 0px 12px 0px !important;
  overflow: visible !important;
  font-size: 1.5rem !important;
  text-align: center !important;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
  border-radius: 50% !important; }

.btnDeleteStudy {
  left: 14% !important;
  right: 20% !important; }

.btnDeleteStudy.MuiIconButton-edgeStart {
  color: #2699FB !important; }

.contentAddressDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteReferences {
  height: 2rem !important; }

.textDelete {
  color: #4A484D !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important; }

.btnCancelDelete {
  width: 10rem !important;
  color: #675F5F !important;
  opacity: 1; }

.btnAgreeDelete {
  width: 10rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.txtLinkButton {
  color: var(--primary-color);
  text-decoration: underline; }

.textBasicData {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.marginText {
  margin-right: 8rem; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.borderFieldEducation {
  border: 1px solid #675F5F !important;
  border-radius: 18px; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.fontSize13 {
  font-size: 13px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentImgReport {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.backgroundReport {
  background-attachment: fixed;
  background-color: #E4E4E4;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

.imgProfileRow {
  height: 16px !important;
  border-radius: 30px; }

.imgProfileRowTra {
  height: 13px !important;
  border-radius: 30px; }

.imgProfileRow2 {
  height: 68px !important;
  border-radius: 30px; }

.textNameProfile {
  margin-left: 0.75rem;
  margin-top: 0.25rem;
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.avatarName {
  width: 43px !important;
  height: 43px !important;
  margin-top: 0.75rem;
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarName.MuiAvatar-root {
  font-size: 1rem !important; }

.textInfo {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-left: 1rem; }

.marginInfo {
  margin-top: auto; }

.titleTab {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  margin-top: 2rem;
  opacity: 1; }

.borderTitle {
  border-bottom: 1px #C2C2C2 solid; }

.borderTitle2 {
  border-bottom: 3px #2699FB solid; }

.textEmail {
  margin-top: 0.5rem;
  font-size: 14px; }

.contentProveedor {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px; }

.textProvedor {
  margin-left: 3rem;
  margin-top: 1rem; }

.textNameProfile2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  width: 6rem; }

.textActive {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #2699FB;
  opacity: 1;
  margin-left: 1.5rem; }

.contentActive {
  margin-left: auto;
  margin-top: auto;
  margin-right: 2rem; }

.contentBottoms {
  margin-right: 1rem;
  height: 2rem;
  margin-left: 1rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 6px; }

.bottomSettings {
  width: 8rem; }

.bottomSettings2 {
  width: 12rem; }

.contetnUpload {
  height: 1rem; }

.buttomUpload {
  margin-left: 8rem; }

.nameUpload {
  margin-left: 9rem;
  color: #5C5555;
  font-size: 14px; }

.borderTitle3 {
  width: 6rem; }

.contentCalendarMember {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box; }

.tittleNoCalendar {
  color: #675F5F;
  font-family: "Bold";
  font-size: 20px;
  text-align: center;
  margin-top: 1rem; }

.btnSicronizar {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 10px 10px 10px;
  border-radius: 8px !important;
  opacity: 1;
  right: 1rem;
  top: 1rem;
  margin-left: auto !important;
  margin-right: auto !important; }

.contentImgCalendar {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 4rem; }

.imgBottomSync {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem; }

.menuMoreEvents {
  max-height: 300px;
  width: 380px; }
  .menuMoreEvents .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    width: fit-content !important;
    right: 38px !important;
    position: inherit;
    margin-top: 2.7rem !important;
    border: 1px solid #2699FB !important;
    box-shadow: 0px 0px 0px #00000029 !important; }

.imgOptionsSync {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular";
  font-weight: 700 !important; }

.btnFollow {
  display: inline-flex;
  margin-right: 0.25rem; }

.textConect {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-left: 15px;
  text-align: left; }

.textPrivate {
  margin-top: 1.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.titlePrivate {
  color: #675F5F;
  font-family: "Bold";
  font-size: 17px;
  text-align: center;
  margin-top: 1.1rem;
  margin-left: 0.5rem; }

.btnCloseConect.MuiIconButton-edgeStart {
  color: #2699FB; }

.textListEvents {
  margin-top: 0.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.textListAdvertencia {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 14px !important;
  margin-left: 0.5rem; }

.btnAgreeConect {
  width: 14rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelConect {
  width: auto !important;
  color: #675F5F !important;
  opacity: 1;
  margin-right: 5rem !important; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important;
  font-weight: 700 !important; }

.dialogDeleteDocument .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteStudy .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left !important;
  letter-spacing: 0px !important;
  color: #675F5F !important;
  opacity: 1;
  font-weight: 700 !important;
  font-size: 1.4rem !important; }

.colorTitle {
  color: #675F5F !important; }

.title-popup-Document {
  color: var(--primary-color) !important;
  font-family: "Bold" !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-Document .MuiDialogContent-root {
  flex: 1 1 auto !important;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; }

.title-popup-Document .MuiIconButton-root {
  flex: 0 0 auto !important;
  color: rgba(0, 0, 0, 0.54) !important;
  padding: 12px 0px 12px 0px !important;
  overflow: visible !important;
  font-size: 1.5rem !important;
  text-align: center !important;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
  border-radius: 50% !important; }

.btnDeleteStudy {
  left: 14% !important;
  right: 20% !important; }

.btnDeleteStudy.MuiIconButton-edgeStart {
  color: #2699FB !important; }

.contentAddressDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteReferences {
  height: 2rem !important; }

.textDelete {
  color: #4A484D !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important; }

.btnCancelDelete {
  width: 10rem !important;
  color: #675F5F !important;
  opacity: 1; }

.btnAgreeDelete {
  width: 10rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.txtLinkButton {
  color: var(--primary-color);
  text-decoration: underline; }

.textBasicData {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.marginText {
  margin-right: 8rem; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.borderFieldEducation {
  border: 1px solid #675F5F !important;
  border-radius: 18px; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.fontSize13 {
  font-size: 13px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentImgReport {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.backgroundReport {
  background-attachment: fixed;
  background-color: #E4E4E4;
  background-position: center center;
  min-height: 100% !important;
  height: fit-content !important; }

.imgProfileRow {
  height: 16px !important;
  border-radius: 30px; }

.imgProfileRowTra {
  height: 13px !important;
  border-radius: 30px; }

.imgProfileRow2 {
  height: 68px !important;
  border-radius: 30px; }

.textNameProfile {
  margin-left: 0.75rem;
  margin-top: 0.25rem;
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.avatarName {
  width: 43px !important;
  height: 43px !important;
  margin-top: 0.75rem;
  background-color: var(--primary-color) !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarName.MuiAvatar-root {
  font-size: 1rem !important; }

.textInfo {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  margin-left: 1rem; }

.marginInfo {
  margin-top: auto; }

.titleTab {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  margin-top: 2rem;
  opacity: 1; }

.borderTitle {
  border-bottom: 1px #C2C2C2 solid; }

.borderTitle2 {
  border-bottom: 3px #2699FB solid; }

.textEmail {
  margin-top: 0.5rem;
  font-size: 14px; }

.contentProveedor {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px; }

.textProvedor {
  margin-left: 3rem;
  margin-top: 1rem; }

.textNameProfile2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  width: 6rem; }

.textActive {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #2699FB;
  opacity: 1;
  margin-left: 1.5rem; }

.contentActive {
  margin-left: auto;
  margin-top: auto;
  margin-right: 2rem; }

.contentBottoms {
  margin-right: 1rem;
  height: 2rem;
  margin-left: 1rem;
  background: #F8F8F8 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  border-radius: 6px; }

.bottomSettings {
  width: 8rem; }

.bottomSettings2 {
  width: 12rem; }

.contetnUpload {
  height: 1rem; }

.buttomUpload {
  margin-left: 8rem; }

.nameUpload {
  margin-left: 9rem;
  color: #5C5555;
  font-size: 14px; }

.borderTitle3 {
  width: 6rem; }

.contentCalendarMember {
  margin-right: 1rem;
  margin-top: 2rem;
  background: #FFFFFF 0% 0% no-repeat padding-box; }

.tittleNoCalendar {
  color: #675F5F;
  font-family: "Bold";
  font-size: 20px;
  text-align: center;
  margin-top: 1rem; }

.btnSicronizar {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #2699FB;
  padding: 10px 10px 10px 10px;
  border-radius: 8px !important;
  opacity: 1;
  right: 1rem;
  top: 1rem;
  margin-left: auto !important;
  margin-right: auto !important; }

.contentImgCalendar {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: 4rem; }

.imgBottomSync {
  width: 1rem;
  height: 1rem;
  margin-left: 0.25rem; }

.menuMoreEvents {
  max-height: 300px;
  width: 380px; }
  .menuMoreEvents .MuiPaper-root.MuiMenu-paper.MuiPopover-paper {
    width: fit-content !important;
    right: 38px !important;
    position: inherit;
    margin-top: 2.7rem !important;
    border: 1px solid #2699FB !important;
    box-shadow: 0px 0px 0px #00000029 !important; }

.imgOptionsSync {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular";
  font-weight: 700 !important; }

.btnFollow {
  display: inline-flex;
  margin-right: 0.25rem; }

.textConect {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-left: 15px;
  text-align: left; }

.textPrivate {
  margin-top: 1.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.titlePrivate {
  color: #675F5F;
  font-family: "Bold";
  font-size: 17px;
  text-align: center;
  margin-top: 1.1rem;
  margin-left: 0.5rem; }

.btnCloseConect.MuiIconButton-edgeStart {
  color: #2699FB; }

.textListEvents {
  margin-top: 0.5rem !important;
  position: unset !important;
  margin-left: 1rem;
  margin-bottom: 1rem; }

.textListAdvertencia {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  font-size: 14px !important;
  margin-left: 0.5rem; }

.btnAgreeConect {
  width: 14rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.btnCancelConect {
  width: auto !important;
  color: #675F5F !important;
  opacity: 1;
  margin-right: 5rem !important; }

.textMenuItem {
  color: #675F5F !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important;
  font-weight: 700 !important; }

.dialogDeleteDocument .MuiDialog-paperWidthSm {
  padding: 0.5rem !important; }

.titleDeleteStudy .MuiTypography-h6 {
  font-family: "bold" !important;
  text-align: left !important;
  letter-spacing: 0px !important;
  color: #675F5F !important;
  opacity: 1;
  font-weight: 700 !important;
  font-size: 1.4rem !important; }

.colorTitle {
  color: #675F5F !important; }

.title-popup-Document {
  color: var(--primary-color) !important;
  font-family: "Bold" !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  margin-left: 0.5rem !important;
  margin-right: 2rem !important; }

.title-popup-Document .MuiDialogContent-root {
  flex: 1 1 auto !important;
  padding: 0rem 1rem 0rem 1.5rem !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch; }

.title-popup-Document .MuiIconButton-root {
  flex: 0 0 auto !important;
  color: rgba(0, 0, 0, 0.54) !important;
  padding: 12px 0px 12px 0px !important;
  overflow: visible !important;
  font-size: 1.5rem !important;
  text-align: center !important;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms !important;
  border-radius: 50% !important; }

.btnDeleteStudy {
  left: 14% !important;
  right: 20% !important; }

.btnDeleteStudy.MuiIconButton-edgeStart {
  color: #2699FB !important; }

.contentAddressDelete.MuiDialogContent-root {
  padding: 1px 13px !important; }

.text-deleteReferences {
  height: 2rem !important; }

.textDelete {
  color: #4A484D !important;
  font-size: 0.8rem !important;
  font-family: "Regular" !important; }

.btnCancelDelete {
  width: 10rem !important;
  color: #675F5F !important;
  opacity: 1; }

.btnAgreeDelete {
  width: 10rem !important;
  background: transparent linear-gradient(172deg, #2699FB 0%, #2699FB 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 15px !important;
  opacity: 1; }

.txtLinkButton {
  color: var(--primary-color);
  text-decoration: underline; }

.textBasicData {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.marginText {
  margin-right: 8rem; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.borderFieldEducation {
  border: 1px solid #675F5F !important;
  border-radius: 18px; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.fontSize13 {
  font-size: 13px; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tagButton {
  margin-bottom: 0.75rem;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  border-radius: 0.3rem;
  margin-left: 1rem;
  margin-top: 1rem; }
  .tagButton .iconButton {
    position: absolute;
    margin-top: -6px;
    margin-left: -1.9px; }

.m-8 {
  margin: 2rem; }

.containerMoreAdmin {
  background: #2699FB 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 12px #00000029;
  border-radius: 0.3rem;
  padding: 7px;
  border: 1px solid #2699FB; }

.titleBenefits {
  font-family: "Bold";
  color: #000000;
  text-align: left;
  font-size: 30px; }

.textAdminBenefits {
  font-family: "Regular";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center !important; }

.textNoBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: center !important; }

.marginAdd {
  margin-top: 5rem; }

.textListBenefits {
  font-family: "Regular";
  color: #675F5F;
  text-align: left !important; }

.divCandidateSuggested {
  border: 1.7px solid #000000;
  border-radius: 21px;
  min-width: 225px;
  margin-top: 2rem;
  color: #FFFFFF; }

.txtCandidateSuggested {
  padding: 10px;
  background-color: #043262;
  border-radius: 10px 10px 0px 0px;
  color: #fff; }

.txtSuggestedSecundary {
  text-align: left;
  letter-spacing: 0px;
  font-family: 'Bold';
  color: #FFFFFF; }

.txtSuggestedSecundary2 {
  text-align: left;
  font-family: 'regular';
  letter-spacing: 0px;
  color: #FFFFFF; }

.imgEyeBe {
  width: 1.5rem;
  height: 1rem;
  margin-left: auto; }

.selectForm {
  background: #2699FB 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.notSelectForm {
  padding: 5px 10px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  cursor: pointer; }

.listFormsNews .MuiTypography-body1 {
  font-size: 14px !important;
  font-family: 'Regular' !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: normal !important; }

.listFormsNews {
  margin-left: -1rem !important;
  margin-right: -1rem !important; }

.listFormsNews .MuiListItem-gutters {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  line-height: 17px !important;
  margin-left: 0rem;
  margin-right: 0rem; }

.MuiListItem-root.Mui-selected {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.MuiListItem-button:hover {
  background-color: #F0F0F0 !important; }

.MuiListItem-root.Mui-selected:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.titleCaracteristP {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 15px; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table,
th,
td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th,
td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.txtAlignCenter {
  width: 25%;
  text-align: center; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th,
td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.imgCalendar {
  width: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.borderDetail {
  border: 1px solid #C2C2C2; }

.txtDetailCollaborator {
  text-align: left;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1;
  font-family: "Bold"; }

.boxImageProfile {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 34px;
  opacity: 1;
  padding: 2rem 1rem; }

.w-1\/3 {
  width: 33.333333%; }

.heightBonification {
  height: 10rem; }

.heightAdmin {
  height: 3rem; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 0.91rem; }

.paginator {
  text-align: -webkit-right; }

.cardConditions {
  padding: 1rem 0rem 1rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.tittleCardConditions {
  color: #000000;
  font-family: "Regular";
  font-size: 0.91rem;
  text-align: left; }

.textCardConditions {
  color: #000000;
  font-family: "Bold";
  font-size: 0.91rem;
  text-align: left; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoInfo {
  margin: auto;
  padding: 3rem 0rem 3rem 0rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoBenefits {
  margin: 5rem 5rem 0rem 5rem;
  padding: 3rem 6rem 3rem 6rem;
  height: fit-content;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.sizeIcon {
  width: 20px;
  height: 20px; }

.tittleNoBenefits {
  color: #000000;
  font-family: "Bold";
  font-size: 14px;
  text-align: center; }

.txtNewTagMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.contentBenefits {
  width: 100%;
  margin: 2rem;
  padding: 3rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.textAreaBenefit {
  resize: none; }

.textFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  text-align: left; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.trashInput {
  margin-top: 1rem;
  width: 1.5rem; }

.checkboxOption {
  position: relative;
  margin-left: 5px;
  vertical-align: middle; }

.createForm {
  width: 100%;
  padding: 2rem 2rem 4rem 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 30px; }

.borderBlack {
  border: 1px solid #000000;
  border-radius: 18px; }

.listBenefits {
  width: 100%;
  margin: 2rem;
  padding: 1rem 1rem 3rem 1rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 45px; }

.textDescription {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textInfobe {
  font-family: "Bold";
  color: #000000;
  text-align: left; }

.textFile {
  font-family: "Regular";
  color: #675F5F;
  text-align: left; }

.textSecundary {
  font-family: "Regular";
  color: #348DE3;
  text-align: left;
  text-decoration: underline;
  cursor: pointer; }

.pointsDetail {
  margin-left: auto;
  margin-right: 1rem;
  margin-top: 0.5rem;
  cursor: pointer; }

.quills .ql-toolbar.ql-snow {
  border: 1px solid #C2C2C2 !important;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px; }

.quills .ql-container.ql-snow {
  border-top: 1px solid transparent !important;
  border-right: 1px solid #C2C2C2 !important;
  border-left: 1px solid #C2C2C2 !important;
  border-bottom: 1px solid #C2C2C2 !important; }

.quills .ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 0px #ddd;
  color: #444;
  position: initial;
  padding: 5px 12px;
  white-space: nowrap; }

.contentBody .ql-editor {
  height: 100px !important; }

.answerDiv {
  width: 100%;
  background-color: #EFEFEF;
  padding: 0.5rem;
  border-radius: 7px; }

.imgEdit {
  width: max-content; }

.btn-required {
  color: #ec4343 !important; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.tableExam table, th, td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  font-size: 14px;
  white-space: nowrap;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th, td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th, td {
  padding: 15px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.selectCollaborator {
  cursor: pointer; }

.selectCollaborator:hover {
  text-decoration: underline; }

.contentCardFile {
  margin: auto;
  padding: 2rem;
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 20px; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.centerImg2 {
  width: 28px;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.centerImg3 {
  width: 28px;
  display: block;
  position: relative; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentNoEliminated {
  width: 82%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.centerImg {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.w160 {
  width: 160px; }

.tittleNoInfo {
  color: #000000;
  font-family: "Bold";
  font-size: 16px;
  text-align: center; }

.textNoEliminated {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 15rem;
  padding-left: 15rem;
  text-align: center; }

.tittleNoFiles {
  color: #675F5F;
  font-family: "Bold";
  font-size: 27px;
  text-align: center; }

.textNoFiles {
  color: #675F5F;
  font-family: "Regular";
  font-size: 14px;
  padding-right: 8rem;
  padding-left: 8rem;
  text-align: center; }

.ContentBottomSearch {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 2rem; }

.contentNoCandidates {
  width: 96%;
  margin: auto;
  padding: 1rem;
  margin-top: 2rem;
  background-color: white;
  border-radius: 15px;
  border: 1px solid #348DE3; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.basic-multi-select {
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #338ADF;
  border-radius: 10px;
  opacity: 1; }

#contentFileAttach {
  width: 100%;
  margin: auto;
  padding-left: 0.25rem;
  display: inline-block;
  background: #E4E4E4 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #338ADF;
  border-radius: 10px;
  opacity: 1;
  color: #00000029; }

.contentInput {
  width: 92%;
  background: #E4E4E4 0% 0% no-repeat padding-box; }

.btnCleanFile {
  color: #707070; }

.colorSuspend {
  color: #FFBD0C !important; }

.contentOtherType {
  width: 28.8rem;
  margin-top: 0.5rem;
  height: 2.75rem;
  margin-bottom: 0.5rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.btn-upload-all {
  background: #348DE3 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #348DE3;
  padding: 7px 11px 7px 5px;
  border-radius: 8px !important;
  opacity: 1;
  width: 11rem;
  margin-left: 2rem;
  text-align: center; }

.inputFileSst {
  display: none; }

.filterYear {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #2699FB;
  border-radius: 11px;
  opacity: 1;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.gridFilesCola {
  width: auto !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border: 1px solid #707070;
  border-radius: 20px;
  opacity: 1;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }

.gridMembers {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 15px;
  opacity: 1; }

.contentView {
  background-repeat: no-repeat;
  background-size: cover;
  height: 9rem;
  margin: 1rem;
  background-image: url(/_next/static/images/Enmascarar-55145764cb2ce935484936ba4b38899e.png);
  border: 1px solid #707070;
  border-radius: 14px; }

.styleTitleFilesCola {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  width: 10rem;
  word-wrap: break-word; }

.styleTitleMember {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 1; }

.nameFile1P {
  text-align: left;
  font-family: "regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 15px;
  margin-bottom: 0.5rem; }

.dateFile {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  font-size: 0.8rem; }

.imagesFiles {
  height: 1.5rem;
  margin-bottom: 0.5rem; }

.paddingNoInfo {
  padding-left: 2rem !important;
  padding-right: 2rem !important; }

.txtSuspend {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.titleSuspend {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.txtSuspend2 {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1; }

.avatarEvaluationAll {
  width: 30px !important;
  height: 30px !important;
  margin-top: 0.5rem;
  font-size: 1rem;
  background-color: #00ACEC  !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important; }

.avatarEvaluationAll.MuiAvatar-root {
  font-size: 0.75rem !important; }

.contentInfoCollaborator.MuiDialogContent-root {
  padding: 0px 30px 0px 30px; }

.titlePopupCollaborator.MuiDialogTitle-root {
  padding: 20px 30px 20px 30px !important; }

.botomSave {
  padding-left: 1.5rem; }

:root {
  --main-bg-color: #ffffff;
  --main-text-color: #000000;
  --primary-color: #3a3eff;
  --secondary-color: #eaeaea; }

.contentNews {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  opacity: 1;
  margin-top: 1rem;
  padding: 1.5rem; }

.contentNews2 {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  padding: 1.5rem; }

.contentNews3:first-child {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin: 0px !important;
  padding: 1.5rem; }

.text-14 {
  font-size: 14px !important; }

.contentNews3Left {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #CBEAF7;
  opacity: 1;
  margin-left: 20%;
  padding: 1.5rem; }

.contentNews3Right {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 20px;
  background-color: #EFEFEF;
  opacity: 1;
  margin-right: 20%;
  padding: 1.5rem; }

.imgCard {
  width: 1.25rem;
  height: 1.25rem; }

.titleCaracterist {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imgViewDetail {
  width: 30px; }

.widthIconFile {
  width: 20px; }

.txtCaracterist {
  min-height: 3rem;
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  background-color: #EFEFEF;
  color: #000000;
  padding: 10px;
  border-radius: 10px;
  opacity: 1; }

.txtFilesNews {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #675F5F;
  opacity: 1;
  cursor: pointer;
  text-decoration: underline; }

.styleViewMore {
  width: 100%;
  text-decoration: underline;
  color: #348DE3; }

.tableExam table, th, td {
  border: 1px solid #b2a7a752;
  border-collapse: collapse; }

.txtDetailExam {
  padding: 10px;
  font-family: "Regular";
  color: #707070;
  font-size: 14px; }

.txtDetailExam2 {
  white-space: nowrap;
  font-size: 14px;
  padding: 10px;
  font-family: "Bold";
  color: #000000; }

.tableExam table {
  border-radius: 20px;
  background-color: #fff; }

.tableExam th, td {
  padding: 15px;
  text-align: left; }

.textSectionSst {
  color: #000000;
  font-family: "Regular";
  text-align: left; }

.titleSectionSst {
  color: #000000;
  font-family: "Bold";
  text-align: left; }

.txtBackButton {
  color: var(--primary-color);
  font-family: "Bold";
  text-decoration: underline; }

.gap10 {
  gap: 10px; }

.divManagedNews .MuiAvatar-colorDefault {
  color: #fafafa;
  background-color: #2699FB !important;
  font-size: 11px !important;
  width: 30px !important;
  height: 30px !important; }

.txtDetailRequest {
  color: #2699FB;
  text-decoration: underline;
  font-family: bold; }

.tableExam table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden; }

.tableExam th, td {
  padding: 15px; }

.fontSize13 {
  font-size: 13px; }

/* required css to make rounded table (below) */
.tableExam tr:first-child th:first-child {
  border-top-left-radius: 20px; }

.tableExam tr:first-child th:last-child {
  border-top-right-radius: 20px; }

.tableExam tr:last-child td:first-child {
  border-bottom-left-radius: 20px; }

.tableExam tr:last-child td:last-child {
  border-bottom-right-radius: 20px; }

.titleCaracteristDetalle {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.btnPopupBlue.MuiIconButton-root {
  padding: 0px !important;
  margin-left: 10px !important; }

.btnPopupBlue .MuiSvgIcon-root {
  color: #043262;
  font-size: 1.25rem !important; }

.titlePopupRequest {
  text-align: left;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 1.5rem; }

.buttonOption {
  padding: 5px 15px;
  font-size: 13px;
  border-radius: 6px;
  font-family: "Bold";
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #000000;
  border: 1px solid var(--primary-color);
  width: 15rem; }
  .buttonOption:disabled {
    width: 15rem;
    border: 1px solid var(--primary-color);
    padding: 5px 15px;
    font-size: 13px;
    border-radius: 6px;
    font-family: "Bold";
    background: #2699FB 0% 0% no-repeat padding-box;
    color: #FFFFFF; }

.contentImg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem; }

.textSolicitud {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: x-large; }

.imagesRequest {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.textNameFileBenefit {
  font-size: smaller;
  margin-bottom: 0.5rem;
  color: #675F5F;
  margin-left: 0.5rem;
  margin-top: 0.5rem; }

.textRequest {
  text-align: left;
  font-family: "Regular";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

.imageFile {
  width: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem; }

.imageAdjunFile {
  width: 1rem;
  height: 1.5rem; }

.titleDetailUnlink {
  text-align: center;
  font-family: "Bold";
  letter-spacing: 0px;
  color: #000000;
  opacity: 1; }

