@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@300;600&display=swap");
/* ---------------------------------- Document ---------------------------------- */
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
}

/* -------------------------------  Html ------------------------------- */
html {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "Readex Pro", sans-serif;
    line-height: 1.15;
    overflow-y: overlay;
}

::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: #f7f7f8;
    border-radius: 0;
    margin-bottom: 0.5rem;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #dedfe0;
    border-radius: 0.5em;
}

/* ------------------------------- Date picker ------------------------------ */
/* ---------------------------------- Body ---------------------------------- */
body {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    color: #1b1b1b;
    background-color: #dedfe0;
}

label {
    font-size: min(5vw, 1rem);
    font-weight: 600;
    color: #1b1b1b;
    display: block;
    margin: 0.5rem 0 0.35rem 0;
}

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.asterik {
    display: inline;
    color: #e72848;
    margin: 0 0 0 4px;
}

.icon {
    pointer-events: none;
    width: min(10vw, 24px);
    height: min(10vw, 24px);
    margin: auto;
}

.iconClick {
    pointer-events: all !important;
}

    .icon use {
        pointer-events: none;
    }

[data-icon=toggleIcon] svg,
[data-icon=toggleIcon] use {
    pointer-events: none;
}

img {
    background: #f1f1fa;
}

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

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    -webkit-box-sizing: content-box;
    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-weight: bolder;
}

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    -webkit-box-sizing: border-box;
    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] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

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

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

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

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

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

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

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

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

:root {
    --gap-small: 0.25rem;
    --gap-base: 0.75rem;
    --gap-medium: 1rem;
    --gap-large: 1.5rem;
    --gap-xlarge: 3rem;
    --gap-xxlarge: 4rem;
    --padding-small: 0.25rem;
    --padding-base: 0.75rem;
    --padding-medium: 1rem;
    --padding-large: 1.5rem;
    --padding-xlarge: 3rem;
    --padding-xxlarge: 4rem;
    --margin-small: 0.25rem;
    --margin-base: 0.75rem;
    --margin-medium: 1rem;
    --margin-large: 1.5rem;
    --margin-xlarge: 3rem;
    --margin-xxlarge: 5rem;
    --grid-small: 8rem;
    --grid-base: 12rem;
    --grid-medium: 15rem;
    --grid-large: 20rem;
    --grid-xlarge: 23rem;
    --border-radius-0: 0;
    --border-radius-small: 0.2rem;
    --border-radius-base: 0.4rem;
    --border-radius-medium: 0.6rem;
    --border-radius-large: 1rem;
    --border-radius-xlarge: 1.5rem;
    --border-radius-xxlarge: 2.2rem;
    --border-1: 1px;
    --border-2: 2px;
    --border-3: 3px;
    --border-4: 4px;
    --border-5: 5px;
    --font-size-1: min(10vw, 5rem);
    --font-size-2: min(10vw, 4.5rem);
    --font-size-3: min(10vw, 4rem);
    --font-size-4: min(10vw, 3.5rem);
    --font-size-5: min(10vw, 3rem);
    --font-size-6: min(10vw, 2.5rem);
    --chart-defaults-background-color: transparent;
    --chart-defaults-border-color: #c8c8c9;
    --chart-defaults-color: #1b1b1b;
    --chart-turquoise: #92ffe2;
    --chart-green: #b3ffae;
    --chart-violet: #a495fc;
    --chart-sulfur-yellow: #ebfa45;
    --chart-orange: #f4761c;
    --chart-orange-smooth: #ffcf8a;
    --chart-cyan: #d3aeff;
    --chart-pink: #ffc2df;
    --chart-yellow: #fffac2;
    --chart-red: #fe8383;
    --chart-blue: #a8f2fc;
    --chart-color-none: rgba(0, 0, 0, 0);
    --chart-bg-color: $gray-700;
}

.bg-none {
    background-color: transparent !important;
}

.br-none {
    border-color: transparent !important;
    border-width: 0px !important;
}

.brr-none {
    border-radius: 0px !important;
}

.bs-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

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

.flex-inline {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-inline-wrap {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

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

.flex-col-reverse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-reverse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row-revers !important;
    flex-direction: row-revers !important;
}

.block {
    display: block !important;
}

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

.block-none {
    display: none !important;
}

.hidden {
    visibility: hidden !important;
}

.display-none {
    display: none !important;
}

.visible {
    visibility: visible !important;
}

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

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

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

.x-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.x-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
}

.xy-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.x-left {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.x-right {
    -webkit-box-pack: right !important;
    -ms-flex-pack: right !important;
    justify-content: right !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.y-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.y-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.y-top {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.y-bottom {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.rotate-left {
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.rotate-right {
    -webkit-transform: rotate(90deg) !important;
    -ms-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

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

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

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

.z-index-4 {
    z-index: 4 !important;
}

.z-index-5 {
    z-index: 5 !important;
}

.z-index-6 {
    z-index: 6 !important;
}

.pos {
    position: absolute !important;
}

.pos-relative {
    position: relative !important;
}

.pos-fixed {
    position: fixed !important;
}

.pos-fixed-trbl {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.pos-fixed-t {
    position: fixed !important;
    top: 0 !important;
}

.pos-fixed-r {
    position: fixed !important;
    right: 0 !important;
}

.pos-fixed-b {
    position: fixed !important;
    bottom: 0 !important;
}

.pos-fixed-l {
    position: fixed !important;
    left: 0 !important;
}

.pos-fixed-tb {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
}

.pos-fixed-rl {
    position: fixed !important;
    right: 0 !important;
    left: 0 !important;
}

.pos-trbl {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
}

.pos-t {
    position: absolute !important;
    top: 0 !important;
}

.pos-r {
    position: absolute !important;
    right: 0 !important;
}

.pos-b {
    position: absolute !important;
    bottom: 0 !important;
}

.pos-l {
    position: absolute !important;
    left: 0 !important;
}

.pos-tb {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
}

.pos-rl {
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
}

.display-1 {
    font-size: var(--font-size-1) !important;
}

.display-2 {
    font-size: var(--font-size-2) !important;
}

.display-3 {
    font-size: var(--font-size-3) !important;
}

.display-4 {
    font-size: var(--font-size-4) !important;
}

.display-5 {
    font-size: var(--font-size-5) !important;
}

.display-6 {
    font-size: var(--font-size-6) !important;
}

.grid-base {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--grid-base)), 1fr)) !important;
}

.grid-small {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--grid-small)), 1fr)) !important;
}

.grid-medium {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--grid-medium)), 1fr)) !important;
}

.grid-large {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--grid-large)), 1fr)) !important;
}

.grid-xlarge {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--grid-xlarge)), 1fr)) !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-small {
    gap: var(--gap-small) !important;
}

.gap-base {
    gap: var(--gap-base) !important;
}

.gap-medium {
    gap: var(--gap-medium) !important;
}

.gap-large {
    gap: var(--gap-large) !important;
}

.gap-xlarge {
    gap: var(--gap-xlarge) !important;
}

.gap-xxlarge {
    gap: var(--gap-xxlarge) !important;
}

.p-0 {
    padding: 0 !important;
}

.p-small {
    padding: var(--padding-small) !important;
}

.p-small-r {
    padding-right: var(--padding-small) !important;
}

.p-small-l {
    padding-left: var(--padding-small) !important;
}

.p-small-t {
    padding-top: var(--padding-small) !important;
}

.p-small-b {
    padding-bottom: var(--padding-small) !important;
}

.p-small-tb {
    padding: var(--padding-small) 0 var(--padding-small) 0 !important;
}

.p-small-lr {
    padding: 0 var(--padding-small) 0 var(--padding-small) !important;
}

.p-base {
    padding: var(--padding-base) !important;
}

.p-base-r {
    padding-right: var(--padding-base) !important;
}

.p-base-l {
    padding-left: var(--padding-base) !important;
}

.p-base-t {
    padding-top: var(--padding-base) !important;
}

.p-base-b {
    padding-bottom: var(--padding-base) !important;
}

.p-base-tb {
    padding: var(--padding-base) 0 var(--padding-base) 0 !important;
}

.p-base-lr {
    padding: 0 var(--padding-base) 0 var(--padding-base) !important;
}

.p-medium {
    padding: var(--padding-medium) !important;
}

.p-medium-r {
    padding-right: var(--padding-medium) !important;
}

.p-medium-l {
    padding-left: var(--padding-medium) !important;
}

.p-medium-t {
    padding-top: var(--padding-medium) !important;
}

.p-medium-b {
    padding-bottom: var(--padding-medium) !important;
}

.p-medium-tb {
    padding: var(--padding-medium) 0 var(--padding-medium) !important;
}

.p-medium-lr {
    padding: 0 var(--padding-medium) 0 var(--padding-medium) !important;
}

.p-large {
    padding: var(--padding-large) !important;
}

.p-large-r {
    padding-right: var(--padding-large) !important;
}

.p-large-l {
    padding-left: var(--padding-large) !important;
}

.p-large-t {
    padding-top: var(--padding-large) !important;
}

.p-large-b {
    padding-bottom: var(--padding-large) !important;
}

.p-large-tb {
    padding: var(--padding-large) 0 var(--padding-large) 0 !important;
}

.p-large-lr {
    padding: 0 var(--padding-large) 0 var(--padding-large) !important;
}

.p-xlarge {
    padding: var(--padding-xlarge) !important;
}

.p-xlarge-r {
    padding-right: var(--padding-xlarge) !important;
}

.p-xlarge-l {
    padding-left: var(--padding-xlarge) !important;
}

.p-xlarge-t {
    padding-top: var(--padding-xlarge) !important;
}

.p-xlarge-b {
    padding-bottom: var(--padding-xlarge) !important;
}

.p-xlarge-tb {
    padding: var(--padding-xlarge) 0 var(--padding-xlarge) 0 !important;
}

.p-xlarge-lr {
    padding: 0 var(--padding-xlarge) 0 var(--padding-xlarge) !important;
}

.p-xxlarge {
    padding: var(--padding-xxlarge) !important;
}

.p-xxlarge-r {
    padding-right: var(--padding-xxlarge) !important;
}

.p-xxlarge-l {
    padding-left: var(--padding-xxlarge) !important;
}

.p-xxlarge-t {
    padding-top: var(--padding-xxlarge) !important;
}

.p-xxlarge-b {
    padding-bottom: var(--padding-xxlarge) !important;
}

.p-xxlarge-tb {
    padding: var(--padding-xxlarge) 0 var(--padding-xxlarge) 0 !important;
}

.p-xxlarge-lr {
    padding: var(--padding-xxlarge) var(--padding-xxlarge) !important;
}

.m-0 {
    margin: 0 !important;
}

.m-auto {
    margin: auto !important;
}

.m-small {
    margin: var(--margin-small) !important;
}

.m-small-r {
    margin-right: var(--margin-small) !important;
}

.m-small-l {
    margin-left: var(--margin-small) !important;
}

.m-small-t {
    margin-top: var(--margin-small) !important;
}

.m-small-b {
    margin-bottom: var(--margin-small) !important;
}

.m-small-tb {
    margin: var(--margin-small) 0 var(--margin-small) 0 !important;
}

.m-small-lr {
    margin: 0 var(--margin-small) 0 var(--margin-small) !important;
}

.m-base {
    margin: var(--margin-base) !important;
}

.m-base-r {
    margin-right: var(--margin-base) !important;
}

.m-base-l {
    margin-left: var(--margin-base) !important;
}

.m-base-t {
    margin-top: var(--margin-base) !important;
}

.m-base-b {
    margin-bottom: var(--margin-base) !important;
}

.m-base-tb {
    margin: var(--margin-base) 0 var(--margin-base) 0 !important;
}

.m-base-lr {
    margin: 0 var(--margin-base) 0 var(--margin-base) !important;
}

.m-medium {
    margin: var(--margin-medium) !important;
}

.m-medium-r {
    margin-right: var(--margin-medium) !important;
}

.m-medium-l {
    margin-left: var(--margin-medium) !important;
}

.m-medium-t {
    margin-top: var(--margin-medium) !important;
}

.m-medium-b {
    margin-bottom: var(--margin-medium) !important;
}

.m-medium-tb {
    margin: var(--margin-medium) 0 var(--margin-medium) 0 !important;
}

.m-medium-lr {
    margin: 0 var(--margin-medium) 0 var(--margin-medium) !important;
}

.m-large {
    margin: var(--margin-large) !important;
}

.m-large-r {
    margin-right: var(--margin-large) !important;
}

.m-large-l {
    margin-left: var(--margin-large) !important;
}

.m-large-t {
    margin-top: var(--margin-large) !important;
}

.m-large-b {
    margin-bottom: var(--margin-large) !important;
}

.m-large-tb {
    margin: var(--margin-large) 0 var(--margin-large) 0 !important;
}

.m-large-lr {
    margin: 0 var(--margin-large) 0 var(--margin-large) !important;
}

.m-xlarge {
    margin: var(--margin-xlarge) !important;
}

.m-xlarge-r {
    margin-right: var(--margin-xlarge) !important;
}

.m-xlarge-l {
    margin-left: var(--margin-xlarge) !important;
}

.m-xlarge-t {
    margin-top: var(--margin-xlarge) !important;
}

.m-xlarge-b {
    margin-bottom: var(--margin-xlarge) !important;
}

.m-xlarge-tb {
    margin: var(--margin-xlarge) 0 var(--margin-xlarge) 0 !important;
}

.m-xlarge-lr {
    margin: 0 var(--margin-xlarge) 0 var(--margin-xlarge) !important;
}

.m-xxlarge {
    margin: var(--margin-xxlarge) !important;
}

.m-xxlarge-r {
    margin-right: var(--margin-xxlarge) !important;
}

.m-xxlarge-l {
    margin-left: var(--margin-xxlarge) !important;
}

.m-xxlarge-t {
    margin-top: var(--margin-xxlarge) !important;
}

.m-xxlarge-b {
    margin-bottom: var(--margin-xxlarge) !important;
}

.m-xxlarge-tb {
    margin: var(--margin-xxlarge) 0 var(--margin-xxlarge) 0 !important;
}

.m-xxlarge-lr {
    margin: 0 var(--margin-xxlarge) 0 var(--margin-xxlarge) !important;
}

.brr-0 {
    border-radius: 0 !important;
}

.brr-small {
    border-radius: var(--border-radius-small) !important;
}

.brr-small-tl {
    border-top-left-radius: var(--border-radius-small) !important;
}

.brr-small-tr {
    border-top-right-radius: var(--border-radius-small) !important;
}

.brr-small-bl {
    border-bottom-left-radius: var(--border-radius-small) !important;
}

.brr-small-br {
    border-bottom-right-radius: var(--border-radius-small) !important;
}

.brr-small-tltr {
    border-top-left-radius: var(--border-radius-small) !important;
    border-top-right-radius: var(--border-radius-small) !important;
}

.brr-small-blbr {
    border-bottom-left-radius: var(--border-radius-small) !important;
    border-bottom-right-radius: var(--border-radius-small) !important;
}

.brr-small-tlbl {
    border-top-left-radius: var(--border-radius-small) !important;
    border-bottom-left-radius: var(--border-radius-small) !important;
}

.brr-small-trbr {
    border-top-right-radius: var(--border-radius-small) !important;
    border-bottom-right-radius: var(--border-radius-small) !important;
}

.brr-medium {
    border-radius: var(--border-radius-medium) !important;
}

.brr-medium-tl {
    border-top-left-radius: var(--border-radius-medium) !important;
}

.brr-medium-tr {
    border-top-right-radius: var(--border-radius-medium) !important;
}

.brr-medium-bl {
    border-bottom-left-radius: var(--border-radius-medium) !important;
}

.brr-medium-br {
    border-bottom-right-radius: var(--border-radius-medium) !important;
}

.brr-medium-tltr {
    border-top-left-radius: var(--border-radius-medium) !important;
    border-top-right-radius: var(--border-radius-medium) !important;
}

.brr-medium-blbr {
    border-bottom-left-radius: var(--border-radius-medium) !important;
    border-bottom-right-radius: var(--border-radius-medium) !important;
}

.brr-medium-tlbl {
    border-top-left-radius: var(--border-radius-medium) !important;
    border-bottom-left-radius: var(--border-radius-medium) !important;
}

.brr-medium-trbr {
    border-top-right-radius: var(--border-radius-medium) !important;
    border-bottom-right-radius: var(--border-radius-medium) !important;
}

.brr-base {
    border-radius: var(--border-radius-base) !important;
}

.brr-base-tl {
    border-top-left-radius: var(--border-radius-base) !important;
}

.brr-base-tr {
    border-top-right-radius: var(--border-radius-base) !important;
}

.brr-base-bl {
    border-bottom-left-radius: var(--border-radius-base) !important;
}

.brr-base-br {
    border-bottom-right-radius: var(--border-radius-base) !important;
}

.brr-base-tltr {
    border-top-left-radius: var(--border-radius-base) !important;
    border-top-right-radius: var(--border-radius-base) !important;
}

.brr-base-blbr {
    border-bottom-left-radius: var(--border-radius-base) !important;
    border-bottom-right-radius: var(--border-radius-base) !important;
}

.brr-base-tlbl {
    border-top-left-radius: var(--border-radius-base) !important;
    border-bottom-left-radius: var(--border-radius-base) !important;
}

.brr-base-trbr {
    border-top-right-radius: var(--border-radius-base) !important;
    border-bottom-right-radius: var(--border-radius-base) !important;
}

.brr-large {
    border-radius: var(--border-radius-large) !important;
}

.brr-large-tl {
    border-top-left-radius: var(--border-radius-large) !important;
}

.brr-large-tr {
    border-top-right-radius: var(--border-radius-large) !important;
}

.brr-large-bl {
    border-bottom-left-radius: var(--border-radius-large) !important;
}

.brr-large-br {
    border-bottom-right-radius: var(--border-radius-large) !important;
}

.brr-large-tltr {
    border-top-left-radius: var(--border-radius-large) !important;
    border-top-right-radius: var(--border-radius-large) !important;
}

.brr-large-blbr {
    border-bottom-left-radius: var(--border-radius-large) !important;
    border-bottom-right-radius: var(--border-radius-large) !important;
}

.brr-large-tlbl {
    border-top-left-radius: var(--border-radius-large) !important;
    border-bottom-left-radius: var(--border-radius-large) !important;
}

.brr-large-trbr {
    border-top-right-radius: var(--border-radius-large) !important;
    border-bottom-right-radius: var(--border-radius-large) !important;
}

.brr-xlarge-tl {
    border-top-left-radius: var(--border-radius-xlarge) !important;
}

.brr-xlarge-tr {
    border-top-right-radius: var(--border-radius-xlarge) !important;
}

.brr-xlarge-bl {
    border-bottom-left-radius: var(--border-radius-xlarge) !important;
}

.brr-xlarge-br {
    border-bottom-right-radius: var(--border-radius-xlarge) !important;
}

.brr-xlarge-tltr {
    border-top-left-radius: var(--border-radius-xlarge) !important;
    border-top-right-radius: var(--border-radius-xlarge) !important;
}

.brr-xlarge-blbr {
    border-bottom-left-radius: var(--border-radius-xlarge) !important;
    border-bottom-right-radius: var(--border-radius-xlarge) !important;
}

.brr-xlarge-tlbl {
    border-top-left-radius: var(--border-radius-xlarge) !important;
    border-bottom-left-radius: var(--border-radius-xlarge) !important;
}

.brr-xlarge-trbr {
    border-top-right-radius: var(--border-radius-xlarge) !important;
    border-bottom-right-radius: var(--border-radius-xlarge) !important;
}

.brr-xxlarge-tl {
    border-top-left-radius: var(--border-radius-xxlarge) !important;
}

.brr-xxlarge-tr {
    border-top-right-radius: var(--border-radius-xxlarge) !important;
}

.brr-xxlarge-bl {
    border-bottom-left-radius: var(--border-radius-xxlarge) !important;
}

.brr-xxlarge-br {
    border-bottom-right-radius: var(--border-radius-xxlarge) !important;
}

.brr-xxlarge-tltr {
    border-top-left-radius: var(--border-radius-xxlarge) !important;
    border-top-right-radius: var(--border-radius-xxlarge) !important;
}

.brr-xxlarge-blbr {
    border-bottom-left-radius: var(--border-radius-xxlarge) !important;
    border-bottom-right-radius: var(--border-radius-xxlarge) !important;
}

.brr-xxlarge-tlbl {
    border-top-left-radius: var(--border-radius-xxlarge) !important;
    border-bottom-left-radius: var(--border-radius-xxlarge) !important;
}

.brr-xxlarge-trbr {
    border-top-right-radius: var(--border-radius-xxlarge) !important;
    border-bottom-right-radius: var(--border-radius-xxlarge) !important;
}

.brr-50 {
    border-radius: 50% !important;
}

.br-0 {
    border: none !important;
}

.br-1 {
    border-style: solid !important;
    border-width: var(--border-1) !important;
}

.br-1-t {
    border-style: solid !important;
    border-width: var(--border-1) 0 0 0 !important;
}

.br-1-r {
    border-style: solid !important;
    border-width: 0 var(--border-1) 0 0 !important;
}

.br-1-b {
    border-style: solid !important;
    border-width: 0 0 var(--border-1) 0 !important;
}

.br-1-l {
    border-style: solid !important;
    border-width: 0 0 0 var(--border-1) !important;
}

.br-2 {
    border-style: solid !important;
    border-width: var(--border-2) !important;
}

.br-2-t {
    border-style: solid !important;
    border-width: var(--border-2) 0 0 0 !important;
}

.br-2-r {
    border-style: solid !important;
    border-width: 0 var(--border-2) 0 0 !important;
}

.br-2-b {
    border-style: solid !important;
    border-width: 0 0 var(--border-2) 0 !important;
}

.br-2-l {
    border-style: solid !important;
    border-width: 0 0 0 var(--border-2) !important;
}

.br-3 {
    border-style: solid !important;
    border-width: var(--border-3) !important;
}

.br-3-t {
    border-style: solid !important;
    border-width: var(--border-3) 0 0 0 !important;
}

.br-3-r {
    border-style: solid !important;
    border-width: 0 var(--border-3) 0 0 !important;
}

.br-3-b {
    border-style: solid !important;
    border-width: 0 0 var(--border-3) 0 !important;
}

.br-3-l {
    border-style: solid !important;
    border-width: 0 0 0 var(--border-3) !important;
}

.br-4 {
    border-style: solid !important;
    border-width: var(--border-4) !important;
}

.br-4-t {
    border-style: solid !important;
    border-width: var(--border-4) 0 0 0 !important;
}

.br-4-r {
    border-style: solid !important;
    border-width: 0 var(--border-4) 0 0 !important;
}

.br-4-b {
    border-style: solid !important;
    border-width: 0 0 var(--border-4) 0 !important;
}

.br-4-l {
    border-style: solid !important;
    border-width: 0 0 0 var(--border-4) !important;
}

.br-5 {
    border-style: solid !important;
    border-width: var(--border-5) !important;
}

.br-5-t {
    border-style: solid !important;
    border-width: var(--border-5) 0 0 0 !important;
}

.br-5-r {
    border-style: solid !important;
    border-width: 0 var(--border-5) 0 0 !important;
}

.br-5-b {
    border-style: solid !important;
    border-width: 0 0 var(--border-5) 0 !important;
}

.br-5-l {
    border-style: solid !important;
    border-width: 0 0 0 var(--border-5) !important;
}

.height-0 {
    height: 0 !important;
}

.height-25 {
    height: 25% !important;
}

.height-50 {
    height: 50% !important;
}

.height-75 {
    height: 75% !important;
}

.height-100 {
    height: 100% !important;
}

.width-100 {
    width: 100% !important;
}

.width-auto {
    width: auto !important;
}

.bold {
    font-weight: 600 !important;
}

.regular {
    font-weight: 400 !important;
}

/* ------------------------------ Colors styles ----------------------------- */
.primary {
    color: #a02ed5;
}

.primary-bg {
    background-color: #a02ed5;
}

.primary-br {
    border-color: #a02ed5;
}

.secondary {
    color: #a228db;
}

.secondary-bg {
    background-color: #a228db;
}

.secondary-br {
    border-color: #a228db;
}

.red {
    color: #e72848;
}

.red-bg {
    background-color: #e72848;
}

.red-br {
    border-color: #e72848;
}

.red-pastel {
    color: #fe8383;
}

.red-pastel-bg {
    background-color: #fe8383;
}

.red-pastel-br {
    border-color: #fe8383;
}

.pink {
    color: #ff86b2;
}

.pink-bg {
    background-color: #ff86b2;
}

.pink-br {
    border-color: #ff86b2;
}

.green {
    color: #3cd94b;
}

.green-bg {
    background-color: #3cd94b;
}

.green-br {
    border-color: #3cd94b;
}

.sulfur-yellow {
    color: #ebfa45;
}

.sulfur-yellow-bg {
    background-color: #ebfa45;
}

.sulfur-yellow-br {
    border-color: #ebfa45;
}

.blue {
    color: #273bec;
}

.blue-bg {
    background-color: #273bec;
}

.blue-br {
    border-color: #273bec;
}

.blue-darken {
    color: #2c3081;
}

.blue-darken-bg {
    background-color: #2c3081;
}

.blue-darken-br {
    border-color: #2c3081;
}

.light-blue {
    color: #2c3081;
}

.light-blue-bg {
    background-color: #2c3081;
}

.light-blue-br {
    border-color: #2c3081;
}

.turquoise {
    color: #0ee1d0;
}

.turquoise-bg {
    background-color: #0ee1d0;
}

.turquoise-br {
    border-color: #0ee1d0;
}

.white {
    color: #ffffff;
}

.white-bg {
    background-color: #ffffff;
}

.white-br {
    border-color: #ffffff;
}

.black {
    color: #1b1b1b;
}

.black-bg {
    background-color: #1b1b1b;
}

.black-br {
    border-color: #1b1b1b;
}

.yellow {
    color: #f8e119;
}

.yellow-bg {
    background-color: #f8e119;
}

.yellow-br {
    border-color: #f8e119;
}

.orange {
    color: #f4761c;
}

.orange-bg {
    background-color: #f4761c;
}

.orange-br {
    border-color: #f4761c;
}

.portand-orange {
    color: #f5513b;
}

.portand-orange-bg {
    background-color: #f5513b;
}

.portand-orange-br {
    border-color: #f5513b;
}

.turquoise-pastel {
    color: #92ffe2;
}

.turquoise-pastel-bg {
    background-color: #92ffe2;
}

.turquoise-pastel-br {
    border-color: #92ffe2;
}

.green-pastel {
    color: #b3ffae;
}

.green-pastel-bg {
    background-color: #b3ffae;
}

.green-pastel-br {
    border-color: #b3ffae;
}

.violet-pastel {
    color: #a495fc;
}

.violet-pastel-bg {
    background-color: #a495fc;
}

.violet-pastel-br {
    border-color: #a495fc;
}

.orange-pastel {
    color: #ffcf8a;
}

.orange-pastel-bg {
    background-color: #ffcf8a;
}

.orange-pastel-br {
    border-color: #ffcf8a;
}

.cyan-pastel {
    color: #d3aeff;
}

.cyan-pastel-bg {
    background-color: #d3aeff;
}

.cyan-pastel-br {
    border-color: #d3aeff;
}

.yellow-pastel {
    color: #fffac2;
}

.yellow-pastel-bg {
    background-color: #fffac2;
}

.yellow-pastel-br {
    border-color: #fffac2;
}

.sulfur-yellow-pastel {
    color: #ebf671;
}

.sulfur-yellow-pastel-bg {
    background-color: #ebf671;
}

.sulfur-yellow-pastel-br {
    border-color: #ebf671;
}

.blue-light-pastel {
    color: #a8f2fc;
}

.blue-light-pastel-bg {
    background-color: #a8f2fc;
}

.blue-light-pastel-br {
    border-color: #a8f2fc;
}

.gray-100 {
    color: #f7f7f8;
}

.gray-100-bg {
    background-color: #f7f7f8;
}

.gray-100-br {
    border-color: #f7f7f8;
}

.gray-200 {
    color: #eeeef0;
}

.gray-200-bg {
    background-color: #eeeef0;
}

.gray-200-br {
    border-color: #eeeef0;
}

.gray-300 {
    color: #dedfe0;
}

.gray-300-bg {
    background-color: #dedfe0;
}

.gray-300-br {
    border-color: #dedfe0;
}

.gray-400 {
    color: #c8c8c9;
}

.gray-400-bg {
    background-color: #c8c8c9;
}

.gray-400-br {
    border-color: #c8c8c9;
}

.gray-500 {
    color: #a6a6a8;
}

.gray-500-bg {
    background-color: #a6a6a8;
}

.gray-500-br {
    border-color: #a6a6a8;
}

.gray-600 {
    color: #7c7c7e;
}

.gray-600-bg {
    background-color: #7c7c7e;
}

.gray-600-br {
    border-color: #7c7c7e;
}

.gray-700 {
    color: #464647;
}

.gray-700-bg {
    background-color: #464647;
}

.gray-700-br {
    border-color: #464647;
}

.gray-800 {
    color: #2a2a2b;
}

.gray-800-bg {
    background-color: #2a2a2b;
}

.gray-800-br {
    border-color: #2a2a2b;
}

.chart-bg-color-cyan {
    background-color: #2bc9fe;
}

.cards__container-title {
    text-align: center;
    margin: 2rem 0;
}

.card-container--bg {
    background-color: #f7f7f8;
    padding: 0.75rem;
    margin: -0.75rem;
}

.card {
    font-size: min(5vw, 1rem);
    padding: 1.3rem 0.75rem 1.3rem 0.75rem;
    display: block;
    margin: 0;
    width: auto;
    height: auto;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0.4rem;
    background-color: #ffffff;
}

.card--shadown {
    -webkit-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.16);
}

.card__header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card__header--date {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    gap: 1rem;
    height: auto;
}

.card__title {
    text-align: left;
    font-size: min(6vw, 1.2rem);
    font-weight: 700;
}

.card__title--date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    border-bottom: 1px solid #c8c8c9;
    padding-bottom: 0.75rem;
}

    .card__title--date::after {
        display: none;
    }

    .card__title--date .card__title--date-time {
        font-size: min(5vw, 0.8rem);
        font-weight: normal;
        color: #1b1b1b;
    }

.card__image img {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.card__image__search {
    display: grid;
    place-content: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 3rem), 1fr));
    gap: 0.75rem;
}

    .card__image__search img {
        width: 60px;
        height: 60px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        border-radius: 0.2rem;
    }

.card__body {
    display: block;
    width: auto;
    height: 100%;
    color: #1b1b1b;
}

.card__text {
    font-size: min(5vw, 0.9rem);
}

.cardMission {
    font-size:1.1rem;
}

.card__icon-close {
    pointer-events: all;
    cursor: default;
    display: block;
    margin-left: auto;
    margin-right: 0;
    color: #7c7c7e;
    visibility: hidden;
}

.card__form {
    padding-top: 0rem;
}

.chart-bottom-legend {
    font-size: 0.8rem;
}

.container-chart .cards__container .card-chart {
    padding: 0.75rem;
    background-color: #ffffff;
    border-radius: var(--border-radius-medium);
}

    .container-chart .cards__container .card-chart .card-title {
        font-size: min(4vw, 1.3rem);
        margin: 2rem 0 0 0;
        border-bottom: 1px solid #c8c8c9;
        padding-bottom: 1rem;
    }

#icr_charts {
    padding: 0.75rem;
    margin: 2rem -0.75rem -0.75rem -0.75rem;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
    background-color: #f7f7f8;
}

.card-title-chart {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 0.75rem;
    font-size: min(4vw, 0.9rem);
}

.chart-card-clone {
    background-color: #eeeef0;
    padding: 0.75rem;
    border-radius: 0.4rem;
    height: 60px;
}

.drag-bar {
    display: block;
    width: 100%;
}

.drag-bar__points-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.4rem;
    margin-bottom: 0.75rem;
}

.grag-bar__point {
    width: min(6vw, 22px);
    height: min(6vw, 22px);
    font-size: min(5vw, 0.7rem);
    color: #7c7c7e;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f8;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
}

.grag-bar__point--check {
    color: #a02ed5;
    background-color: #ffffff;
    border-color: #a02ed5;
}

.drag-bar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.drag-bar__body {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #c8c8c9;
    width: 100%;
    height: 1rem;
    border-radius: 0.2rem;
}

.drag-bar__progress {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #a02ed5;
    width: 0;
    border-width: 0px;
    border-style: solid;
    border-color: #e4c3f3;
    border-radius: 0.2rem 0 0 0.2rem;
    background: #a02ed5;
    background: -o-linear-gradient(45deg, #ca2ed5 10%, #a02ed5 100%);
    background: linear-gradient(45deg, #ca2ed5 10%, #a02ed5 100%);
}

.drag-bar__button {
    position: absolute;
    top: 50%;
    margin: 0 auto 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: #a02ed5;
    border-radius: 0.2rem;
    border: solid 1px #a02ed5;
    -webkit-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.16);
}

    .drag-bar__button .icon {
        pointer-events: none;
        color: #ffffff;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: min(10vw, 15px);
        height: min(10vw, 15px);
    }

.confirm-message__bg {
    z-index: 6;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75rem;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.445);
}

.confirm-message__container {
    padding: 0.75rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: 150px;
    min-width: 160px;
    border-radius: 0.4rem;
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    margin: auto;
    border-width: 0px 0px 1px 0px;
    border-color: #e72848;
    border-style: solid;
}

    .confirm-message__container .btn-confirm-ok {
        display: none;
    }

.confirm-message__header {
    margin: 1rem 0 0 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .confirm-message__header .portand-orange {
        color: #e72848;
    }

    .confirm-message__header .icon {
        width: min(10vw, 35px);
        height: min(10vw, 35px);
    }

.confirm-message__text {
    margin-top: 1rem;
    text-align: center;
    font-size: min(5vw, 0.8rem);
    color: #1b1b1b;
}

.confirm-message__btn-group {
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.75rem;
}

    .confirm-message__btn-group .btn {
        min-width: 0;
    }

.confirm-message-insert {
    position: relative;
    width: auto;
}

.confirm-message__theme-success {
    border-color: #3cd94b;
}

    .confirm-message__theme-success .confirm-message__header .icon {
        fill: #3cd94b;
    }

    .confirm-message__theme-success .confirm-message__btn-group {
        gap: 0;
    }

    .confirm-message__theme-success .btn--link,
    .confirm-message__theme-success .btn-confirm {
        display: none;
    }

    .confirm-message__theme-success .btn-confirm-ok {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0;
        background-color: transparent;
        border-color: #3cd94b;
        color: #3cd94b;
    }

        .confirm-message__theme-success .btn-confirm-ok .icon {
            color: #3cd94b;
        }

        .confirm-message__theme-success .btn-confirm-ok:hover {
            background-color: rgba(60, 217, 75, 0.1);
        }

        .confirm-message__theme-success .btn-confirm-ok:active {
            background-color: rgba(60, 217, 75, 0.2);
        }

.content {
    overflow: hidden;
    padding: 0.75rem;
    background-color: #ffffff;
    width: auto;
    height: auto;
    display: block;
    border-radius: 1rem;
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
}

.header__img {
    display: block;
    border-radius: 50%;
    margin: 4rem auto;
    width: min(25vw, 100px);
    height: min(25vw, 100px);
    background-color: transparent;
}

/* -----------------------  Container mediaquery ----------------------- */
.container {
    position: relative;
    width: auto;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 480px) {
    .container {
        max-width: 460px;
    }
}

@media only screen and (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

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

@media only screen and (min-width: 992px) {
    .container {
        max-width: 750px;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: 0;
    margin-left: 0;
}

/* --------------------------------  Row ------------------------------- */
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

    .row > * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }

/* --------------------------------  Col ------------------------------- */
.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
}

/* --------------------------- Navbar for sections --------------------------- */
.section-nav__btn-filter {
    background-color: #f7f7f8 !important;
    border-color: transparent !important;
}

    .section-nav__btn-filter .icon {
        fill: #c8c8c9 !important;
    }

    .section-nav__btn-filter .btn-text {
        color: #7c7c7e !important;
    }

.section-nav__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

    .section-nav__content .section-nav__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0.2rem;
        width: min(12vw, 55px);
        height: min(12vw, 55px);
        border: 1px solid #a02ed5;
        cursor: default;
        background-color: transparent;
        border-radius: 0.4rem;
    }

        .section-nav__content .section-nav__btn .icon {
            pointer-events: none;
            width: min(10vw, 27px);
            height: min(10vw, 27px);
            color: #a02ed5;
        }

        .section-nav__content .section-nav__btn .btn-text {
            pointer-events: none;
            color: #a02ed5;
            margin: auto;
            font-weight: bold;
            font-size: min(4vw, 1rem);
        }

@media only screen and (min-width: 768px) {
    .section-nav__content .section-nav__btn {
        margin: 0 1rem;
    }
}

@media only screen and (min-width: 992px) {
    .section-nav__content {
        max-width: 600px;
    }
}

.wrapper-section__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
/*    height: 180px;*/
}

    .wrapper-section__title h3 {
        padding: 1rem 0rem 0rem 0rem;
    }

    .wrapper-section__title p {
        color: #7c7c7e;
        text-align: center;
        font-size: min(5vw, 0.9rem);
        max-width: 600px;
        margin: 1rem 0;
    }

.wrapper-section {
    margin: 0 auto;
    width: auto;
    position: relative;
    padding: 0px;
    display: none;
}

    .wrapper-section h3 {
        text-align: center;
        position: relative;
        width: 100%;
        max-width: 400px;
        margin: 0rem auto;
    }

.current-active {
    display: block;
}

/* -------------------------------------------------------------------------- */
/*                                 STYLE Table                                */
/* -------------------------------------------------------------------------- */
table {
    border-spacing: 0;
    table-layout: fixed;
    border-collapse: collapse;
    border-width: 0px 0px 0px 0px;
    border-color: #f7f7f8;
    border-style: solid;
}

    table thead tr {
        position: relative;
        border-width: 1px 0px 1px 0px;
        border-color: transparent;
        border-style: solid;
    }

        table thead tr th {
            padding: 0.75rem 0.75rem 0.75rem 0.75rem;
            font-size: min(5vw, 1rem);
            color: #1b1b1b;
            border-width: 0px 0px 0px 0px;
            border-color: #f7f7f8;
            border-style: solid;
        }

    table tbody tr td {
        padding: 0.75rem 0.75rem 0.75rem 0.75rem;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: transparent;
        font-size: min(5vw, 0.9rem);
    }

/* -------------------------------------------------------------------------- */
/*                                  STYLE Table checkbox                      */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/*                              Menu for sections                             */
/* -------------------------------------------------------------------------- */
#menu-option {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    color: #1b1b1b;
    margin: 0 auto;
    border-radius: 0;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

.menu-handle-overflow {
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.menu-option__content {
    background-color: #ffffff;
    border-top: 0px solid #eeeef0;
    margin-top: auto;
    margin-bottom: 0;
    position: relative;
    padding: 0.75rem 0.75rem 4rem 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
    font-size: 1rem;
    -webkit-transform: translate(0px, 100%);
    -ms-transform: translate(0px, 100%);
    transform: translate(0px, 100%);
    -webkit-box-shadow: 0px -10px 15px -6px rgba(0, 0, 0, 0.13);
    box-shadow: 0px -10px 15px -6px rgba(0, 0, 0, 0.13);
}

    .menu-option__content ::-webkit-scrollbar {
        width: 0em !important;
        height: 0em;
    }

.menu-option__icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

    .menu-option__icon-btn .btn:hover {
        color: #a02ed5;
        background-color: rgba(160, 46, 213, 0.07);
        border: 1px solid #a02ed5;
    }

.form-menu-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem auto;
    width: 100%;
    height: auto;
    position: relative;
}

    .form-menu-option .inp-data-option[type=text] {
        font-size: 1em;
        text-align: center;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        min-width: auto !important;
        border-radius: 0;
        border-width: 1px;
        border-color: #eeeef0;
        background-color: #f7f7f8;
    }

        .form-menu-option .inp-data-option[type=text]::-webkit-input-placeholder {
            color: #7c7c7e;
        }

        .form-menu-option .inp-data-option[type=text]::-moz-placeholder {
            color: #7c7c7e;
        }

        .form-menu-option .inp-data-option[type=text]:-ms-input-placeholder {
            color: #7c7c7e;
        }

        .form-menu-option .inp-data-option[type=text]::-ms-input-placeholder {
            color: #7c7c7e;
        }

        .form-menu-option .inp-data-option[type=text]::placeholder {
            color: #7c7c7e;
        }

[data-description] {
    color: #1b1b1b;
    font-weight: 600;
    font-size: min(5vw, 1rem);
}

.menu-option__items {
    margin-top: 2rem;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    scrollbar-width: none;
}

    .menu-option__items li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        width: auto;
        list-style: none;
        cursor: default;
        padding: 0.75rem 0rem;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .menu-option__items li .name-option {
            font-weight: normal;
            font-size: 1em;
            color: #1b1b1b;
            margin: 0 auto;
            width: 150px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: left;
            -ms-flex-pack: left;
            justify-content: left;
            position: relative;
            line-height: normal;
        }

            .menu-option__items li .name-option:hover {
                color: #a02ed5;
            }

.btn-option-menu {
    cursor: default;
    display: block;
    padding: 0 0rem;
    position: relative;
    border-radius: 0.2rem;
    pointer-events: all;
    border: 1px solid transparent;
}

    .btn-option-menu:hover {
        background-color: rgba(160, 46, 213, 0.07);
        fill: #a02ed5;
        border: 1px solid #a02ed5;
    }

.menu-option__main__edit-container {
    display: block;
    width: auto;
    margin: 0;
    border-radius: 0.4rem;
}

#menu-option__edit-target {
    display: block;
    width: 100%;
    border-width: 0 0 0px 0;
    border-style: solid;
    border-color: #f7f7f8;
}

    #menu-option__edit-target h4 {
        text-align: center;
    }

    #menu-option__edit-target #menu-option__target-items {
        width: auto;
        max-width: 600px;
        margin: 0 auto;
        padding: 2rem 0.75rem;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
        gap: 0.75rem;
    }

        #menu-option__edit-target #menu-option__target-items input[type=text] {
            width: 100%;
            color: #1b1b1b;
            border-width: 0px 0px 1px 0px;
        }

            #menu-option__edit-target #menu-option__target-items input[type=text]::-webkit-input-placeholder {
                color: #7c7c7e;
                opacity: 0.7;
            }

            #menu-option__edit-target #menu-option__target-items input[type=text]::-moz-placeholder {
                color: #7c7c7e;
                opacity: 0.7;
            }

            #menu-option__edit-target #menu-option__target-items input[type=text]:-ms-input-placeholder {
                color: #7c7c7e;
                opacity: 0.7;
            }

            #menu-option__edit-target #menu-option__target-items input[type=text]::-ms-input-placeholder {
                color: #7c7c7e;
                opacity: 0.7;
            }

            #menu-option__edit-target #menu-option__target-items input[type=text]::placeholder {
                color: #7c7c7e;
                opacity: 0.7;
            }

            #menu-option__edit-target #menu-option__target-items input[type=text]::-webkit-input-placeholder {
                /* Edge */
                opacity: 0.7;
            }

            #menu-option__edit-target #menu-option__target-items input[type=text]::-ms-input-placeholder {
                /* Internet Explorer 10-11 */
                opacity: 0.7;
            }

            #menu-option__edit-target #menu-option__target-items input[type=text]:focus {
                border-color: #a02ed5;
            }

        #menu-option__edit-target #menu-option__target-items label {
            margin: 0rem 0 0.35rem 0;
        }

        #menu-option__edit-target #menu-option__target-items .description {
            margin-bottom: 0.35rem;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

    #menu-option__edit-target .target-items-alternate {
        position: relative;
        width: auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
        gap: var(--gap-base);
        background-color: #ffffff;
        padding: var(--padding-large) var(--padding-base) var(--padding-base) var(--padding-base);
        border-radius: 0;
        margin: 0.75rem auto;
    }

        #menu-option__edit-target .target-items-alternate .btn {
            position: absolute;
            right: 0;
            margin-left: auto;
            margin-right: var(--margin-base);
            margin-top: var(--margin-base);
        }

    #menu-option__edit-target .mcp-icr {
        display: block !important;
        background-color: transparent;
        max-width: none !important;
        margin: 0 -0.75rem 0 -0.75rem !important;
    }

    #menu-option__edit-target .btn-add-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: var(--gap-base);
        width: auto;
        background-color: #ffffff;
        bottom: 0;
        margin: 0 auto;
        padding: var(--padding-base);
        border-radius: 0.4rem;
    }

        #menu-option__edit-target .btn-add-container .btn-add-label {
            display: none;
            color: #7c7c7e;
        }

    #menu-option__edit-target .btn-element-delete {
        position: relative;
    }

    #menu-option__edit-target .menu-row-delete {
        display: none;
    }

    #menu-option__edit-target .menu-option__target-btns {
        padding: 1rem 0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0.75rem;
        width: auto;
        margin: 0 auto;
    }

@media only screen and (min-width: 768px) {
    #menu-option__edit-target .menu-option__target-btns {
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        justify-content: flex-end;
    }
}

.inner-elements {
    -webkit-animation-fill-mode: none !important;
    animation-fill-mode: none !important;
}

/* -------------------------------------------------------------------------- */
/*                                  Main Menu                                 */
/* -------------------------------------------------------------------------- */
#main-menu {
    position: absolute;
    display: block;
    z-index: 7;
    top: 0;
    bottom: auto;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 992px) {
    #main-menu {
        position: fixed;
        z-index: 3;
        display: block;
        height: auto;
        top: 0;
        bottom: 0;
        width: 70px;
    }

        #main-menu::after {
            top: 0;
            z-index: 2;
            position: absolute;
            content: "";
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 70px;
            height: 100%;
            background: #a02ed5;
            background: -o-linear-gradient(45deg, #ca2ed5 10%, #a02ed5 100%);
            background: linear-gradient(45deg, #ca2ed5 10%, #a02ed5 100%);
        }
}

#main-menu__altarnate-menu {
    z-index: 2;
    overflow-y: auto;
    padding-top: 0px;
    left: 70px;
    display: none;
    position: absolute;
    width: 250px;
    background: #a02ed5;
    background: -o-linear-gradient(45deg, #ca2ed5 10%, #a02ed5 100%);
    background: linear-gradient(45deg, #ca2ed5 10%, #a02ed5 100%);
    height: 100%;
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
}

    #main-menu__altarnate-menu ul.menu-dkp-alternate {
        overflow-y: auto;
        padding: 0rem;
        display: none;
    }

        #main-menu__altarnate-menu ul.menu-dkp-alternate li {
            padding: 0 0.75rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0 0rem;
            list-style: none;
            -webkit-transition: background-color 100ms ease-in-out;
            -o-transition: background-color 100ms ease-in-out;
            transition: background-color 100ms ease-in-out;
            border-radius: 0;
        }

            #main-menu__altarnate-menu ul.menu-dkp-alternate li:hover {
                background-color: #8f2ebc;
            }

            #main-menu__altarnate-menu ul.menu-dkp-alternate li a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                height: 45px;
                text-decoration: none;
                color: #ffffff;
                width: 100%;
            }

                #main-menu__altarnate-menu ul.menu-dkp-alternate li a:hover {
                    color: #ffffff;
                }

@media only screen and (min-width: 992px) {
    #main-menu__altarnate-menu {
        padding-top: 180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#main-menu__container {
    display: block;
    position: relative;
    height: auto;
    z-index: 99;
    background-color: #a02ed5;
}

@media only screen and (min-width: 992px) {
    #main-menu__container {
        background-color: transparent;
    }
}

#main-menu__user-info-container {
    position: relative;
    color: #ffffff;
    display: block;
    width: auto;
    height: auto;
}

/* -----------------------------  User info ---------------------------- */
.main-menu__user-info {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0.75rem 0.75rem;
    text-align: center;
}

    .main-menu__user-info span {
        font-size: min(5vw, 0.8rem);
        font-weight: 600;
        margin: 0 1rem 0 0;
    }

    .main-menu__user-info img {
        display: block;
        margin: 0 1rem 0 0;
        width: min(20vw, 55px);
        height: min(20vw, 55px);
        border: 0.3em solid #d392f1;
        border-radius: 50%;
    }

@media only screen and (min-width: 992px) {
    .main-menu__user-info {
        padding: 0.75rem 0;
        display: block;
        min-height: 140px;
    }

        .main-menu__user-info span {
            display: block;
            visibility: hidden;
            font-size: min(5vw, 0.8rem);
            margin: 0 auto 0 auto;
        }

        .main-menu__user-info img {
            left: 0;
            right: 0;
            margin: 1rem auto 1rem auto;
            width: min(20vw, 35px);
            height: min(20vw, 35px);
            border: 0.2em solid #d392f1;
            border-radius: 50%;
        }
}

.main-menu__btn-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
    margin: 0 0 0 auto;
}

    .main-menu__btn-container .icon {
        pointer-events: all;
        cursor: default;
        border-radius: 50%;
        padding: 0.5em;
        -webkit-transition: background 100ms ease-in-out;
        -o-transition: background 100ms ease-in-out;
        transition: background 100ms ease-in-out;
    }

        .main-menu__btn-container .icon:hover {
            background-color: #8f2ebc;
            color: #ffffff;
            fill: #ffffff;
        }

@media only screen and (min-width: 992px) {
    .main-menu__btn-container {
        display: none;
    }
}

#main-menu__links-container {
    height: auto;
    display: block;
    position: relative;
}

@media only screen and (min-width: 992px) {
    #main-menu__links-container {
        height: auto;
    }
}

#main-menu__links {
    z-index: 3;
    position: absolute;
    height: auto;
    width: 100%;
    padding-top: 2rem;
    display: block;
    background-color: #a02ed5;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #a02ed5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #ca2ed5), to(#a02ed5));
    background: -o-linear-gradient(bottom, #ca2ed5 10%, #a02ed5 100%);
    background: linear-gradient(0deg, #ca2ed5 10%, #a02ed5 100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
}

    #main-menu__links #main-menu__btn-arrow {
        padding: 2rem 0;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
    }

        #main-menu__links #main-menu__btn-arrow .icon {
            pointer-events: all;
            cursor: default;
            padding: 0.5rem;
            color: #ffffff;
            border-radius: 0.2rem;
        }

            #main-menu__links #main-menu__btn-arrow .icon use {
                -webkit-transform-origin: center;
                -ms-transform-origin: center;
                transform-origin: center;
                -webkit-transition: -webkit-transform 0.5s;
                transition: -webkit-transform 0.5s;
                -o-transition: transform 0.5s;
                transition: transform 0.5s;
                transition: transform 0.5s, -webkit-transform 0.5s;
                -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
                -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
                transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
            }

            #main-menu__links #main-menu__btn-arrow .icon:hover {
                background-color: #8f2ebc;
                color: #ffffff;
            }

@media only screen and (min-width: 992px) {
    #main-menu__links {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
        visibility: visible;
    }

        #main-menu__links #main-menu__btn-arrow {
            display: none;
        }
}

.main-menu__btns {
    padding: 0 0.75rem;
    position: relative;
    height: 50px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    cursor: default;
    margin: 0 auto 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .main-menu__btns span {
        pointer-events: none;
        display: block;
        color: #ffffff;
        width: auto;
    }

    .main-menu__btns .icon {
        pointer-events: none;
        width: min(10vw, 20px);
        height: min(10vw, 20px);
        fill: #ffffff;
        margin: 0 1rem 0 0rem;
        -webkit-transition: fill 0.2s;
        -o-transition: fill 0.2s;
        transition: fill 0.2s;
        -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
        -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
        transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    }

@media only screen and (min-width: 992px) {
    .main-menu__btns {
        height: 45px;
        border-bottom: none;
    }

        .main-menu__btns .icon {
            width: min(10vw, 20px);
            height: min(10vw, 20px);
            margin: 0 auto 0 auto;
        }

        .main-menu__btns span {
            width: 0;
            overflow: hidden;
        }
}

.main-menu__btns:hover {
    background-color: rgba(160, 46, 213, 0.1);
}

    .main-menu__btns:hover .icon {
        fill: #ffffff;
    }

.main-menu__btns--active {
    background-color: rgba(160, 46, 213, 0.1);
}

    .main-menu__btns--active .icon {
        fill: #ffffff;
    }

@media only screen and (min-width: 992px) {
    .main-menu__btns--active {
        background-color: inherit;
    }

        .main-menu__btns--active .icon {
            fill: #ffffff;
        }
}

ul.main-menu__menu-mobile-first {
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 0;
    height: 0;
    background-color: #ffffff;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
}

@media only screen and (min-width: 992px) {
    ul.main-menu__menu-mobile-first {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}

ul.main-menu__menu-mobile-first:active {
    pointer-events: none;
}

ul.main-menu__menu-mobile-first li {
    text-align: left;
    padding: 0.75rem;
    height: auto;
    list-style: none;
    margin: 0 0 0 0;
    background-color: #ffffff;
}

    ul.main-menu__menu-mobile-first li:active {
        pointer-events: none;
    }

ul.main-menu__menu-mobile-first a {
    /*    padding: 0.75rem 0 0.75rem 0rem;*/
    display: block;
    width: 100%;
    color: #1b1b1b;
    text-decoration: none;
    -webkit-transition: opacity 100ms ease-in-out;
    -o-transition: opacity 100ms ease-in-out;
    transition: opacity 100ms ease-in-out;
}

    ul.main-menu__menu-mobile-first a:active {
        pointer-events: auto;
    }

/* -------------------------------------------------------------------------- */
/*                               Message Sucess                               */
/* -------------------------------------------------------------------------- */
#msg-success {
    position: fixed;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 99;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    visibility: hidden;
}

.msg-success__container {
    padding: 0.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0.5rem auto 0 auto;
    background-color: #3cd94b;
    border-radius: 0.4rem;
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
}

    .msg-success__container .icon {
        margin-right: 1.5rem;
        color: #1b1b1b;
        width: min(10vw, 24px);
        height: min(10vw, 24px);
    }

    .msg-success__container span {
        color: #1b1b1b;
        display: block;
        width: 100%;
        margin-right: 1rem;
    }

.form__content {
    display: block;
    width: 100%;
}

    .form__content .icon-button {
        background-color: transparent;
    }

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: auto;
}

.form__title-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    margin: 2rem 0.75rem 2rem 0.75rem;
}

.form__content__button-close {
    padding: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    width: auto;
}

.form__block-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin: -0.75rem;
    padding: 0.75rem;
    border-radius: 0.4rem 0.4rem 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

    .form__block-header label {
        color: #1b1b1b;
    }

    .form__block-header .icon {
        color: #1b1b1b;
    }

.form__body {
    display: grid;
    width: auto;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 20rem), 1fr));
    background-color: #f7f7f8;
    gap: 0.75rem;
    padding: 0.75rem;
}

.form__media-images {
    padding: 0.75rem 0;
    gap: 0.75rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 8.5rem), 1fr));
}

    .form__media-images .img {
        position: relative;
    }

        .form__media-images .img img {
            border-radius: 0.4rem;
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: 100px;
            display: block;
        }

        .form__media-images .img .icon {
            top: 0.3rem;
            right: 0.3rem;
            position: absolute;
            background-color: #1b1b1b;
            -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
            transform: scale(0.8);
            border-radius: 50%;
            color: #ffffff;
            opacity: 0.6;
            -webkit-transition: -webkit-transform 0.1s;
            transition: -webkit-transform 0.1s;
            -o-transition: transform 0.1s;
            transition: transform 0.1s;
            transition: transform 0.1s, -webkit-transform 0.1s;
            -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
            -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
            transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
        }

            .form__media-images .img .icon:hover {
                -webkit-transform: scale(0.88);
                -ms-transform: scale(0.88);
                transform: scale(0.88);
            }

#form-image-upload {
    pointer-events: auto;
}

.form__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100px;
    gap: 0.75rem;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
}

    .form__buttons .btn {
        margin: auto 0 1rem 0;
    }

.form__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    white-space: nowrap;
    /*    font-size: 0.9rem;*/
}

.date__filter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 3rem 0;
}

.date__filter {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
    width: auto;
}

.date__filter-content {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
    width: auto;
    font-size: min(4vw, 0.9rem);
    padding: 0.1rem 0.6rem;
    border-radius: 0.2rem;
    background-color: #f7f7f8;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
}

    .date__filter-content .date__filter-title {
        pointer-events: none;
        font-weight: 600;
    }

    .date__filter-content .input {
        color: #7c7c7e;
        opacity: 0.6;
        text-align: center;
        -webkit-user-select: none !important;
        -moz-user-select: none !important;
        -ms-user-select: none !important;
        user-select: none !important;
        pointer-events: none;
        width: auto;
        border: none;
        padding: 0.3rem 0rem 0.3rem 0rem;
    }

    .date__filter-content:hover {
        background-color: #eeeef0;
    }

    .date__filter-content:active {
        background-color: #dedfe0;
    }

.date__filter-list-container {
    overflow: hidden;
    position: absolute;
    z-index: 8;
    display: none;
    width: auto;
    right: 0;
    left: 0;
    background-color: #f7f7f8;
    box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    -webkit-box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    -moz-box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    padding: 0.5rem;
    border-radius: 0.4rem;
}

.date__filter-mark {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

    .date__filter-mark .icon {
        color: #a02ed5;
        width: min(10vw, 18px);
        height: min(10vw, 18px);
    }

.date__filter-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.2rem 0;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    border-radius: 0.2rem;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
}

.date__filter-button--top {
    margin-bottom: 0.3rem;
}

.date__filter-button:hover {
    background-color: #f7f7f8;
}

.date__filter-button:active {
    background-color: #eeeef0;
}

.date__filter-button .icon {
    pointer-events: none;
}

    .date__filter-button .icon use {
        pointer-events: none;
    }

.disabled {
    pointer-events: none !important;
    color: #7c7c7e;
}

.date__filter-list {
    height: 100px;
    overflow-y: scroll;
}

    .date__filter-list::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

@media only screen and (min-width: 768px) {
    .date__filter-list::-webkit-scrollbar {
        width: 0.5em;
        height: 0;
    }
}

.date__filter-list--month {
    display: block;
}

.date__filter-list .date-filter-mark-active {
    color: #a02ed5;
    font-weight: 600;
}

.date__filter-list--year {
    display: block;
}

.date__filter-item {
    width: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    border-bottom: 1px solid #eeeef0;
    color: #7c7c7e;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
}

/* --------------------------  Input Ceckbox ------------------------- */
.scuare-checkbox {
    width: auto;
    cursor: default;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 20px;
}

    .scuare-checkbox span {
        width: auto;
        display: block;
        margin-left: 30px;
        padding-left: 7px;
        line-height: 26px;
        text-align: left;
    }

        .scuare-checkbox span::before {
            content: "";
            display: block;
            position: absolute;
            width: 20px;
            height: 20px;
            top: 2px;
            left: 0px;
            background: #c8c8c9;
            border: 0px solid #eeeef0;
            border-radius: 0.2rem;
        }

        .scuare-checkbox span::after {
            display: block;
            position: absolute;
            width: 22px;
            height: 22px;
            top: 2px;
            left: 0;
            font-size: 18px;
            line-height: 26px;
            text-align: center;
        }

    .scuare-checkbox input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: auto;
        opacity: 0;
        z-index: -1;
        position: absolute;
    }

        .scuare-checkbox input[type=checkbox]:checked + span::after {
            content: "";
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksMjFsLTktOC42bDIuOC0yLjlsNi4yLDUuOUwyMS4yLDNMMjQsNS44TDksMjF6Ii8+Cjwvc3ZnPgo=");
            background-size: 11px 11px;
            background-position: center;
            background-repeat: no-repeat;
            background-color: #a02ed5;
            border-radius: 0.2rem;
        }

/* ------------------------------- Input Radio ------------------------------ */
.radio-checkbox {
    width: auto;
    cursor: default;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0.75rem;
    line-height: 20px;
}

    .radio-checkbox span {
        font-weight: normal;
        width: auto;
        display: block;
        margin-left: 1.5rem;
        padding-left: 7px;
        line-height: 26px;
        text-align: left;
    }

        .radio-checkbox span::before {
            content: "";
            display: block;
            position: absolute;
            width: 22px;
            height: 22px;
            top: 0px;
            left: 0px;
            background-color: #c8c8c9;
            border: 0px solid #eeeef0;
            border-radius: 50%;
        }

        .radio-checkbox span::after {
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            top: 0px;
            left: 0;
            line-height: 26px;
            text-align: center;
        }

    .radio-checkbox input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: auto;
        opacity: 0;
        z-index: -1;
        position: absolute;
    }

        .radio-checkbox input[type=radio]:checked + span::after {
            content: "";
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTksMjFsLTktOC42bDIuOC0yLjlsNi4yLDUuOUwyMS4yLDNMMjQsNS44TDksMjF6Ii8+Cjwvc3ZnPgo=");
            background-size: 11px 11px;
            background-position: center;
            background-repeat: no-repeat;
            background-color: #a02ed5;
            border-radius: 0.4rem;
            border-radius: 50%;
        }

[class*=svg-icon] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    height: auto;
    fill: #1b1b1b;
    background-color: transparent;
}

    [class*=svg-icon] svg {
        width: min(5vw, 24px);
        height: min(5vw, 24px);
    }

.svg-icon-radius {
    width: min(5vw, 24px);
    height: min(5vw, 24px);
    background-color: #f7f7f8;
    padding: 0.9em;
    border-radius: 50%;
}

    .svg-icon-radius svg {
        width: min(5vw, 24px);
        height: min(5vw, 24px);
    }

.icon-header {
    margin: 3rem auto;
}

.icon__btn {
    padding: 0.3rem;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    border-radius: 0.2rem;
}

    .icon__btn:hover {
        background-color: #dedfe0;
    }

.icon__bg {
    position: relative;
    padding: 0.6rem;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    width: min(10vw, 24px);
    height: min(10vw, 24px);
}

.icon__bg--margin {
    margin-right: 0.75rem;
}

.icon__bg--darken-blue {
    background-color: #ffffff;
    border-color: #2bc9fe;
}

    .icon__bg--darken-blue .icon {
        color: #2bc9fe;
    }

.icon__bg--green {
    background-color: #ffffff;
    border-color: #3cd94b;
}

    .icon__bg--green .icon {
        color: #3cd94b;
    }

.icon__bg--red {
    background-color: #ffffff;
    border-color: #e72848;
}

    .icon__bg--red .icon {
        color: #e72848;
    }

.icon__bg--yellow {
    background-color: #ffffff;
    border-color: #f8e119;
}

    .icon__bg--yellow .icon {
        color: #f8e119;
    }

.icon__bg--turquoise {
    background-color: #ffffff;
    border-color: #0ee1d0;
}

    .icon__bg--turquoise .icon {
        color: #0ee1d0;
    }

.icon__bg--blue {
    background-color: #ffffff;
    border-color: #273bec;
}

    .icon__bg--blue .icon {
        color: #273bec;
    }

.icon__bg--orange {
    background-color: #ffffff;
    border-color: #f4761c;
}

    .icon__bg--orange .icon {
        color: #f4761c;
    }

.icon__bg--portand-orange {
    background-color: #f5513b;
    color: #1b1b1b;
}

.icon__bg--light {
    background-color: #eeeef0;
    color: #7c7c7e;
}

.icon__bg--br-darken-blue {
    border-color: #2bc9fe;
}

.icon__bg--br-green {
    border-color: #2c3081;
}

.icon__bg--br-red {
    border-color: #f8e119;
}

.icon__bg--br-yellow {
    border-color: #2c3081;
}

.icon__bg--br-blue {
    border-color: #f8e119;
}

.icon__bg--br-orange {
    border-color: #1b1b1b;
}

.icon__bg--br-light {
    border-color: #464647;
}

.icon__bg--br-primary {
    border-color: #a02ed5;
}

.icon__bg--lg {
    padding: 15px;
}

.icon__bg--xl {
    padding: 20px;
}

/* ------------------------------  Select ------------------------------ */
.element-select-hide {
    display: none !important;
    visibility: hidden !important;
}

.nw-select-wrapp-line {
    width: auto;
    background-color: #efeff0;
    padding: 0 0 0 0.4rem;
    border-radius: 0.2rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
    border-bottom: 1px solid #eeeef0;
    margin: 20px 0px;
}

    .nw-select-wrapp-line .label {
        margin: 0;
        font-weight: 600;
    }

    .nw-select-wrapp-line .nw-input {
        color: #1b1b1b;
        background-color: transparent;
        border-width: 0 0 0px 0;
    }

.nw-select-wrapp-small .label {
    font-size: min(5vw, 0.8rem);
}

.nw-select-wrapp-small .nw-input {
    font-size: min(5vw, 0.8rem);
    padding: 0.25rem 0.75rem 0.25rem 0.75rem;
}

.nw-select-wrapp-small .nw-dropdown li {
    height: 29px;
    font-size: min(5vw, 0.8rem);
}

.nw-select-wrapp-large .nw-input {
    font-size: min(5vw, 1.1rem);
    padding: 0.8rem 0.75rem 0.8rem 0.75rem;
}

.nw-select-wrapp-large .nw-dropdown li {
    height: 45px;
    font-size: min(5vw, 1.1rem);
}

.nw-select-container {
    display: block;
    width: auto;
    position: relative;
    /* Track */
    /* Handle */
}

    .nw-select-container .nw-icon {
        pointer-events: none;
        cursor: default;
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0.75rem;
        left: auto;
        display: block;
        width: 10px;
        height: 10px;
        opacity: 1;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+");
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
        -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
        transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
        -webkit-filter: invert(50%);
        filter: invert(50%);
    }

    .nw-select-container .nw-icon-rotate {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nw-select-container ::-webkit-scrollbar {
        width: 0.5em;
    }

    .nw-select-container ::-webkit-scrollbar-track {
        background-color: #f7f7f8;
        border-radius: 0;
        margin-bottom: 0rem;
    }

    .nw-select-container ::-webkit-scrollbar-thumb {
        background: #eeeef0;
        border-radius: 0em;
    }

    .nw-select-container input[type=button] {
        text-align: left;
    }

.nw-input {
    background-color: #efeff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.6rem 0.75rem 0.6rem 0rem;
    color: inherit;
    outline: none;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: transparent;
    width: 100%;
    opacity: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    -webkit-text-fill-color: inherit;
    /* Override iOS / Android font color change */
    -webkit-opacity: 1;
    /* Override iOS opacity change affecting text & background color */
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

    .nw-input:focus {
        background-color: #efeff0;
        border-color: transparent;
        -webkit-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
        -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
        transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    }

    .nw-input::-webkit-input-placeholder {
        /* Edge */
        color: #1b1b1b;
        opacity: 1;
    }

    .nw-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #1b1b1b;
        opacity: 1;
    }

    .nw-input::-moz-placeholder {
        color: #1b1b1b;
        opacity: 1;
        /* Firefox */
    }

    .nw-input::-ms-input-placeholder {
        color: #1b1b1b;
        opacity: 1;
        /* Firefox */
    }

    .nw-input::placeholder {
        color: #1b1b1b;
        opacity: 1;
        /* Firefox */
    }

.nw-dropdown-container {
    height: auto;
    display: block;
    position: relative;
    width: auto;
}

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

.nw-dropdown {
    overflow-y: auto;
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 5;
    padding: 0rem 0rem 0rem 0rem;
    margin: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 0;
    max-height: 240px;
    border-width: 0px 0px 0px 0px;
    border-color: #eeeef0;
    border-style: solid;
    border-radius: 0 0 0.2rem 0.2rem;
    background-color: #f7f7f8;
    box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 9px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.22, 0.57, 0.36);
    -o-transition-timing-function: cubic-bezier(0.17, 0.22, 0.57, 0.36);
    transition-timing-function: cubic-bezier(0.17, 0.22, 0.57, 0.36);
}

    .nw-dropdown li {
        font-size: min(5vw, 1rem);
        cursor: default;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        width: auto;
        height: 40px;
        padding: 0 0.75rem;
        color: #1b1b1b;
        font-size: min(5vw, 0.9rem);
    }

        .nw-dropdown li:hover {
            background-color: rgba(160, 46, 213, 0.1);
            color: #a02ed5;
        }

    .nw-dropdown [hidden] {
        display: none !important;
    }

.nw-dropdown-shadown-inverse {
    border-radius: 0.4rem 0.4rem 0 0;
    -webkit-box-shadow: 0px -5px 9px 0px rgba(0, 0, 0, 0.103);
    box-shadow: 0px -5px 9px 0px rgba(0, 0, 0, 0.103);
}

.nw-el-list-active {
    height: 40px;
    background-color: rgba(160, 46, 213, 0.1) !important;
    color: #a02ed5 !important;
}

.progress-bar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #c8c8c9;
    height: 0.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.progress-bar--light {
    height: 0.2rem;
}

.progress-bar__progress {
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    width: 0%;
    height: 100%;
    background: #a02ed5;
    background: -o-linear-gradient(45deg, #ca2ed5 10%, #a02ed5 100%);
    background: linear-gradient(45deg, #ca2ed5 10%, #a02ed5 100%);
    border-radius: 0.2rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
}

/* ---------------------------  Button style --------------------------- */
.btn {
    padding: 0rem 20px;
    height: 32px;
    cursor: default;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: 0.2rem;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    font-size: min(4vw, 0.9rem);
    text-decoration: none;
}

    .btn .icon {
        margin: 0;
        pointer-events: none;
        width: min(10vw, 18px);
        height: min(10vw, 18px);
    }

    .btn svg,
    .btn use {
        pointer-events: none;
    }

.btn--medium {
    padding: 0rem 15px;
    height: 27px;
    font-size: min(5vw, 0.75rem);
}

    .btn--medium .icon {
        width: min(10vw, 13px);
        height: min(10vw, 13px);
    }

.btn--small {
    padding: 0rem 12px;
    height: 24px;
    font-size: min(5vw, 0.65rem);
}

    .btn--small .icon {
        width: min(10vw, 13px);
        height: min(10vw, 13px);
    }

.btn-radius {
    padding: 0 0;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

    .btn-radius .icon {
        width: min(10vw, 15px);
        height: min(10vw, 15px);
    }

.btn-radius--small {
    border-radius: 50%;
    padding: 0 0;
    height: 24px;
    width: 24px;
}

    .btn-radius--small .icon {
        width: min(10vw, 13px);
        height: min(10vw, 13px);
    }

.btn-radius--medium {
    border-radius: 50%;
    padding: 0 0;
    height: 27px;
    width: 27px;
}

    .btn-radius--medium .icon {
        width: min(10vw, 15px);
        height: min(10vw, 15px);
    }

.btn--orange {
    color: #f4761c;
    background-color: transparent;
    border-color: #f4761c;
}

    .btn--orange:hover {
        background-color: rgba(244, 118, 28, 0.07);
    }

    .btn--orange:active {
        background-color: rgba(244, 118, 28, 0.15);
    }

    .btn--orange .icon {
        fill: #f4761c;
    }

.btn--yellow {
    color: #fffac2;
    background-color: transparent;
    border-color: #fffac2;
}

    .btn--yellow:hover {
        background-color: rgba(255, 250, 194, 0.07);
    }

    .btn--yellow:active {
        background-color: rgba(255, 250, 194, 0.15);
    }

    .btn--yellow .icon {
        fill: #fffac2;
    }

.btn--blue {
    color: #2bc9fe;
    background-color: transparent;
    border-color: #2bc9fe;
}

    .btn--blue:hover {
        background-color: rgba(43, 201, 254, 0.07);
    }

    .btn--blue:active {
        background-color: rgba(43, 201, 254, 0.15);
    }

    .btn--blue .icon {
        fill: #2bc9fe;
    }

.btn--light {
    color: #7c7c7e !important;
    background-color: #ffffff !important;
    border-color: #eeeef0 !important;
}

    .btn--light:hover {
        background-color: #f7f7f8;
    }

    .btn--light:active {
        background-color: #dedfe0;
    }

    .btn--light .icon {
        fill: #7c7c7e;
    }

.btn--primary {
    background-color: transparent;
    color: #a02ed5;
    border-color: #a02ed5;
}

    .btn--primary:hover {
        background-color: rgba(160, 46, 213, 0.07);
    }

    .btn--primary:active {
        background-color: rgba(160, 46, 213, 0.2);
    }

    .btn--primary .icon {
        fill: #a02ed5;
    }

.btn--secondary {
    background-color: transparent;
    color: #a02ed5;
    border-color: #a02ed5;
}

    .btn--secondary:hover {
        background-color: rgba(160, 46, 213, 0.07);
    }

    .btn--secondary:active {
        background-color: rgba(160, 46, 213, 0.2);
    }

.btn--negative {
    background-color: transparent;
    color: #e72848;
    border-color: #e72848;
}

    .btn--negative:hover {
        background-color: rgba(231, 40, 72, 0.07);
    }

    .btn--negative:active {
        background-color: rgba(231, 40, 72, 0.2);
    }

    .btn--negative .icon {
        fill: #e72848;
    }

.btn--success {
    background-color: transparent;
    border-color: #3cd94b;
    color: #3cd94b;
}

    .btn--success .icon {
        color: #3cd94b;
    }

    .btn--success:hover {
        background-color: rgba(60, 217, 75, 0.07);
    }

    .btn--success:active {
        background-color: rgba(60, 217, 75, 0.15);
    }

.btn--link {
    cursor: pointer;
    color: #7c7c7e;
    font-size: min(5vw, 0.8rem);
    background-color: #ffffff;
    border-color: #eeeef0;
    list-style: none;
}

    .btn--link a {
        font-weight: normal;
        text-decoration: none;
        color: #7c7c7e;
    }

    .btn--link:hover {
        background-color: #f7f7f8;
        border-color: #eeeef0;
    }

        .btn--link:hover a {
            color: #7c7c7e;
        }

    .btn--link:active {
        background-color: #dedfe0;
    }

.btn-icon {
    padding: 0 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border-color: transparent;
}

    .btn-icon .icon {
        width: min(10vw, 13px);
        height: min(10vw, 13px);
    }

.btn-icon--small {
    padding: 0 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-color: transparent;
}

    .btn-icon--small .icon {
        width: min(10vw, 13px);
        height: min(10vw, 13px);
    }

.btn-icon--medium {
    padding: 0 0;
    height: 27px;
    width: 27px;
    background-color: transparent;
    border-color: transparent;
}

    .btn-icon--medium .icon {
        width: min(10vw, 15px);
        height: min(10vw, 15px);
    }

.btn a {
    text-decoration: none !important;
}

button[disabled] {
    cursor: not-allowed;
    background-color: #eeeef0 !important;
    border-color: transparent !important;
    color: #7c7c7e !important;
}

    button[disabled] svg {
        fill: #7c7c7e !important;
    }

@media (prefers-reduced-motion: reduce) {
    .btn {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        margin: 0rem 0.5rem 0rem 0rem;
    }
}

.btn-table-add-container {
    height: 40px;
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 2%;
    background-color: transparent;
    border-radius: 50%;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
    .btn-table-add-container {
        position: relative;
        right: 0;
        left: 96%;
    }
}

.btn-table-add {
    height: 35px;
    width: 35px;
    box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    -webkit-box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    -moz-box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    background-color: transparent;
    border: 1px solid #a02ed5;
}

    .btn-table-add .icon {
        background-color: transparent;
        fill: #a02ed5;
    }

.btn-icr,
.btn-mcp {
    color: #1b1b1b;
}

    .btn-icr .icon,
    .btn-mcp .icon {
        color: #1b1b1b;
    }

/* ---------------------------  Input styles --------------------------- */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=search],
.nw-input,
.input {
    font-size: min(5vw, 1rem);
    display: block;
    background-color: #efeff0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.6rem 0.75rem 0.6rem 0.6rem;
    color: #1b1b1b;
    outline: none;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: transparent;
    margin: 0 0 0 0;
    width: 100%;
    border-radius: 0.2rem;
    opacity: 1;
    -webkit-transition: border-color 0.2ms ease-in-out;
    -o-transition: border-color 0.2ms ease-in-out;
    transition: border-color 0.2ms ease-in-out;
/*    -webkit-text-fill-color: #1b1b1b;*/
    /* Override iOS / Android font color change */
    -webkit-opacity: 1;
    /* Override iOS opacity change affecting text & background color */
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

    input[type=text]:focus,
    input[type=date]:focus,
    input[type=password]:focus,
    input[type=email]:focus,
    input[type=search]:focus,
    .nw-input:focus,
    .input:focus {
        border-color: #a02ed5;
        -webkit-transition: border-color 0.2s ease-in-out;
        -o-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out;
    }

input[type=date] {
    outline: none;
}

    input[type=date]::-webkit-calendar-picker-indicator {
        background-color: #a02ed5;
        border: none;
    }

input[type=password],
input[type=email] {
    padding: 0.6rem 2.5rem 0.6rem 0.6rem;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #1b1b1b;
    opacity: 0.4;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1b1b1b;
    opacity: 0.4;
}

::-moz-placeholder {
    color: #1b1b1b;
    opacity: 0.4;
    /* Firefox */
}

::-ms-input-placeholder {
    color: #1b1b1b;
    opacity: 0.4;
    /* Firefox */
}

::placeholder {
    color: #1b1b1b;
    opacity: 0.4;
    /* Firefox */
}

.input-btn {
    border-radius: 0.2rem 0 0 0.2rem;
    border-right: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

/* -------------------------------------------------------------------------- */
/*                               STYLE Textarea                               */
/* -------------------------------------------------------------------------- */
.textarea-container {
    display: block;
    padding: 0rem;
    background-color: #ffffff;
    border-radius: 0.2rem;
    margin-bottom: 2rem;
}

textarea {
    width: 100%;
    display: block;
    padding: 0.75rem;
    color: #1b1b1b;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #eeeef0;
    resize: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

    textarea::-webkit-scrollbar {
        width: 0.4em !important;
    }

.swith-button {
    display: block;
    width: auto;
}

.swith-button--users {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    padding: 0;
}

.swith-button--settings {
    padding: 0.75rem;
}

.switch {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 55px;
    height: 24px;
    background-color: #c8c8c9;
    border-radius: 3rem;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
}

    .switch::before {
        content: "";
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #a6a6a8;
        position: absolute;
        left: 0px;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
        -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
        transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    }

    .switch:checked {
        background-color: rgba(160, 46, 213, 0.4);
    }

        .switch:checked::before {
            -webkit-transform: translateX(27px);
            -ms-transform: translateX(27px);
            transform: translateX(27px);
            background-color: #a02ed5;
        }

/* -------------------------------------------------------------------------- */
/*                              Main Screen                              */
/* -------------------------------------------------------------------------- */
#main {
    padding: 7rem 0 4rem 0;
    display: block;
    height: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 992px) {
    #main {
        padding: 4rem 0 4rem 0;
    }
}

#main .content--main {
    background-color: #f7f7f8;
}

.header__img {
    border-radius: 0;
    width: min(25vw, 100px);
    height: min(25vw, 100px);
}

.header__img--radius {
    border-radius: 50%;
}

.bg__top {
    background-color: rgba(0, 0, 0, 0.623);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.block_container {
    position: relative;
    display: block;
    width: auto;
    height: auto;
}

.card__handler {
    z-index: 5;
    position: absolute;
    right: 0;
    left: 0;
    background-color: #ffffff;
    border-radius: 0.4rem;
}

.cards__container {
    width: auto;
    position: relative;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 17rem), 1fr));
}

.rw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.rw--j-right {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.rw--j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card__title--main {
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    text-align: left;
}

.card__title--border-0 {
    border: none;
}

    .card__title--border-0::after {
        display: none;
        border: none;
    }

    .card__title--border-0::before {
        display: none;
        border: none;
    }

.title-edit {
    background-color: transparent;
    border-radius: 0;
    border-color: transparent;
}

.buttons__edit-container {
    position: relative;
    margin: 2rem 0 0rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: auto;
}

    .buttons__edit-container .btn--success {
        display: none;
    }

.textarea__edit {
    font-size: 1rem;
    border-width: 0px 0 0 0;
    border-color: #eeeef0;
    margin-top: 1rem;
    padding: 0rem 0 0 0;
    min-height: 200px;
    overflow: auto;
    background-color: #ffffff;
    line-height: 1.5rem;
    background-image: -o-linear-gradient(transparent, transparent calc(1.5rem - 1px), #c8c8c9 0px);
    background-image: linear-gradient(transparent, transparent calc(1.5rem - 1px), #c8c8c9 0px);
    background-size: 100% 1.5rem;
}

    .textarea__edit:disabled {
        color: black;
        font-size: 1.1rem;
        background-color: #ffffff;
    }

.textarea__edit--large {
    font-weight: 600;
    font-size: min(5vw, 1.5rem);
    width: 100%;
    overflow-y: auto;
    min-height: 0;
    line-height: 2rem;
    background-image: -o-linear-gradient(transparent, transparent calc(2rem - 1px), #eeeef0 0px);
    background-image: linear-gradient(transparent, transparent calc(2rem - 1px), #eeeef0 0px);
    background-size: 100% 2rem;
}

.textarea__edit--form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 0;
}

.title__edit-input {
    color: #1b1b1b;
    padding-top: 1rem;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 50px;
    text-align: center;
    border: none;
    font-size: min(5vw, 2rem);
    font-weight: 600;
    background-color: transparent;
}

    .title__edit-input:disabled {
        background-color: transparent;
    }

.last__midification {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #c8c8c9;
    color: #7c7c7e;
    display: block;
    font-size: min(5vw, 0.7rem);
}

.last__midification--disable {
    visibility: hidden;
}

.last__midification b {
    margin-right: 0.5rem;
}

/* ------------------------------- Annual plan ------------------------------ */
#annual-plan {
    display: block;
    padding: 7rem 0;
    width: 100%;
    height: auto;
}

    #annual-plan h1 {
        text-align: center;
        padding: 4rem 0rem 4rem 0;
    }

@media only screen and (min-width: 992px) {
    #annual-plan {
        padding: 4rem 0;
    }
}

#annual-plan .content {
    min-height: 800px;
}

#nav-form {
    position: relative;
    padding: 0rem 0.75rem;
    width: 95%;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 0.75rem;
    margin: 0 auto;
    border-radius: 0.4rem;
}

@media only screen and (min-width: 576px) {
    #nav-form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.nav-form__select {
    color: #ffffff;
    font-size: min(5vw, 0.9rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-form__selected-option {
    margin: 0 0.5rem 0 0;
}

#nav-icon-form {
    padding: 0rem 0 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: auto;
}

.nav-btn-form-group {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.75rem;
}

    .nav-btn-form-group .btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 2rem 0 0 0;
    }

/* -------------------------------  (ANLP) Form ------------------------------- */
#textarea-background,
#textarea-theme-of-the-year {
    margin: 0 auto;
    max-width: 600px;
    background-color: transparent;
}

.section-nav {
    display: block;
    width: auto;
    border-radius: 0.4rem 0.4rem 0 0;
}

#wrapper-section__content-b {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
    gap: 0.75rem;
    padding: 0.75rem;
    margin: 0 -0.75rem -0.75rem -0.75rem;
    background-color: #f7f7f8;
    border-radius: 0 0 1rem 1rem;
}

    #wrapper-section__content-b .card {
        margin: 0 auto;
        position: relative;
    }

        #wrapper-section__content-b .card .btn-option-menu {
            width: min(10vw, 18px);
            height: min(10vw, 18px);
            position: absolute;
            right: 0.75rem;
            fill: #7c7c7e;
            padding: 0.2rem;
        }

            #wrapper-section__content-b .card .btn-option-menu:hover {
                background-color: rgba(160, 46, 213, 0.07);
                fill: #a02ed5;
                border: 1px solid #a02ed5;
            }

        #wrapper-section__content-b .card .card__text {
            color: #7c7c7e;
        }

#table-strengths,
#table-weaknesses,
#table-opportunities {
    width: 100%;
    border-radius: 0.4rem;
    border-collapse: separate;
    border-spacing: 0 0;
    border-width: 0 0 0 0;
}

    #table-strengths tbody tr td,
    #table-weaknesses tbody tr td,
    #table-opportunities tbody tr td {
        background-color: #f7f7f8;
        display: block;
        width: auto;
        margin: 0.75rem 0;
        border-radius: 0.2rem;
        border-width: 0px 0px 0px 0px;
    }

        #table-strengths tbody tr td:first-child,
        #table-weaknesses tbody tr td:first-child,
        #table-opportunities tbody tr td:first-child {
            top: 0;
            right: 0;
            border-width: 0;
            height: 0;
            padding: 0;
            position: absolute;
        }

        #table-strengths tbody tr td .td-mcp .btn .icon,
        #table-strengths tbody tr td .td-icr .btn .icon,
        #table-weaknesses tbody tr td .td-mcp .btn .icon,
        #table-weaknesses tbody tr td .td-icr .btn .icon,
        #table-opportunities tbody tr td .td-mcp .btn .icon,
        #table-opportunities tbody tr td .td-icr .btn .icon {
            color: #a02ed5;
            fill: #a02ed5;
        }

.wrapper-section__table-container {
    padding: 0.75rem;
    margin: 0 -0.75rem -0.75rem -0.75rem;
    background-color: #dededf;
    border-radius: 0 0 0 0;
}

    .wrapper-section__table-container .btn--radius {
        min-height: 2.3rem;
        min-width: 2.3rem;
        position: absolute;
        right: 0;
        background-color: #ffffff;
        -webkit-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.16);
        box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.16);
    }

        .wrapper-section__table-container .btn--radius:hover {
            background-color: #f7f7f8;
        }

        .wrapper-section__table-container .btn--radius:active {
            background-color: #f7f7f8;
        }

    .wrapper-section__table-container .icon {
        color: #a02ed5;
    }

@media only screen and (min-width: 1200px) {
    .wrapper-section__table-container {
        background-color: #f7f7f8;
    }
}

.wrapper-section__table {
    width: 100%;
}

    .wrapper-section__table thead {
        display: none;
    }

        .wrapper-section__table thead tr th {
            text-align: center;
        }

            .wrapper-section__table thead tr th:first-child {
                text-align: left;
            }

    .wrapper-section__table tbody {
        display: grid;
        gap: 0.75rem;
        grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
    }

        .wrapper-section__table tbody tr {
            position: relative;
            border-radius: 0.4rem;
            border-width: 1px;
            border-style: solid;
            border-color: transparent;
        }

            .wrapper-section__table tbody tr td {
                padding: 1.3rem 0.75rem;
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                text-align: left;
                background-color: #ffffff;
            }

                .wrapper-section__table tbody tr td:nth-of-type(2n) {
                    background-color: #eeeef0;
                }

                .wrapper-section__table tbody tr td:first-child {
                    text-align: left;
                    border-radius: 0.4rem 0.4rem 0 0;
                }

                .wrapper-section__table tbody tr td:last-child {
                    border-radius: 0 0 0.4rem 0.4rem;
                }

                .wrapper-section__table tbody tr td::before {
                    content: attr(data-head);
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    font-weight: 600;
                    margin-right: 1rem;
                    width: auto;
                    min-width: 60px;
                }

                .wrapper-section__table tbody tr td .btn {
                    float: right;
                    margin: auto 0;
                }

            .wrapper-section__table tbody tr .btn-option-menu {
                fill: #7c7c7e;
                position: absolute;
                padding: 0.2rem;
                top: 0;
                bottom: 0;
                margin: auto auto auto 1rem;
                right: 0.5rem;
                -webkit-transition: background-color 0.2s;
                -o-transition: background-color 0.2s;
                transition: background-color 0.2s;
                -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
                -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
                transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
                border: 1px solid transparent;
            }

                .wrapper-section__table tbody tr .btn-option-menu:hover {
                    background-color: rgba(160, 46, 213, 0.07);
                    color: #a02ed5;
                    border: 1px solid #a02ed5;
                }

                    .wrapper-section__table tbody tr .btn-option-menu:hover .icon {
                        fill: #a02ed5;
                    }

            .wrapper-section__table tbody tr .btn-option-menu--users {
                position: relative;
            }

@media only screen and (min-width: 1200px) {
    .wrapper-section__table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 0.75rem;
    }

        .wrapper-section__table thead {
            background-color: transparent;
            display: table-header-group;
        }

            .wrapper-section__table thead tr th {
                text-align: left;
            }

                .wrapper-section__table thead tr th:first-child {
                    text-align: left;
                }

        .wrapper-section__table tbody {
            padding: 0rem 0;
            display: table-row-group;
        }

            .wrapper-section__table tbody tr {
                position: relative;
                background-color: #ffffff;
            }

                .wrapper-section__table tbody tr:nth-of-type(2n) {
                    background-color: #ffffff;
                }

                .wrapper-section__table tbody tr td {
                    background-color: transparent;
                    display: table-cell;
                    text-align: left;
                    border-style: solid;
                    border-width: 1px 0 1px 0;
                    border-color: transparent;
                }

                    .wrapper-section__table tbody tr td:nth-of-type(2n) {
                        background-color: transparent;
                    }

                    .wrapper-section__table tbody tr td:first-child {
                        text-align: left;
                        border-radius: 0.2rem 0 0 0.2rem;
                        border-width: 1px 0 1px 1px;
                    }

                    .wrapper-section__table tbody tr td:last-child {
                        border-radius: 0 0.2rem 0.2rem 0;
                        border-width: 1px 1px 1px 0px;
                    }

                    .wrapper-section__table tbody tr td::before {
                        display: none;
                    }

                    .wrapper-section__table tbody tr td .btn {
                        margin: auto;
                        float: left;
                    }
}

/* ------------------------------- Goals page styles ------------------------------ */
#goals {
    display: block;
    padding: 7rem 0;
    width: 100%;
    height: auto;
}

    #goals h1 {
        text-align: center;
        padding: 0rem 0rem 0rem 0;
    }

@media only screen and (min-width: 992px) {
    #goals {
        padding: 4rem 0;
    }
}

#goals .content {
    /*min-height: 800px;*/
}

#goals .wrapper-section .wrapper-section__title {
    margin-bottom: var(--padding-xlarge);
}

    #goals .wrapper-section .wrapper-section__title p {
        margin-bottom: var(--padding-xlarge);
    }

#goals .wrapper-section .card-container {
    width: auto;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    position: relative;
    padding: 0.75rem;
    margin: 0 -0.75rem 0 -0.75rem;
}

#goals .wrapper-section .block_container {
    position: relative;
    width: auto;
    height: auto;
}

#goals .wrapper-section .card {
    width: auto;
    height: auto;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: var(--padding-base);
    border-radius: 0.4rem;
    border-color: #a02ed5;
    border-width: 0 0 1px 0;
}

    #goals .wrapper-section .card .card__header {
        height: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #goals .wrapper-section .card .card__icon-close {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: var(--margin-base);
        margin-top: var(--margin-base);
    }

    #goals .wrapper-section .card .buttons__edit-container {
        padding-top: var(--padding-base);
        margin: auto 0 0 0;
    }

@media only screen and (min-width: 992px) {
    #goals .wrapper-section .card {
        min-height: 280px;
    }
}

#goals .wrapper-section .title__edit-input {
    color: #7c7c7e;
    text-align: left;
    font-size: min(5vw, 1.5rem);
}

/* ------------------------------- Goals page styles ------------------------------ */
#personal-mission {
    display: block;
    padding: 7rem 0;
    width: 100%;
    height: auto;
}

    #personal-mission h1 {
        text-align: center;
        padding: 4rem 0rem 4rem 0;
    }

@media only screen and (min-width: 992px) {
    #personal-mission {
        padding: 4rem 0;
    }
}

#personal-mission .content {
    min-height: 800px;
}

.wrapper-content h3::after {
    content: "";
    width: 0;
    height: 0px;
    margin: 0rem auto;
}

.wrapper-content p {
    max-width: 400px;
}

.wrapper-content .block_container .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

    .wrapper-content .block_container .card .card__icon-close {
        margin-right: 0;
        margin-left: auto;
    }

.radius-img-title {
    width: 70px;
    height: 70px;
}

/* -------------------------------------------------------------------------- */
/*                                Personal plan                               */
/* -------------------------------------------------------------------------- */
#personalplan-abstract {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7rem 0;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 992px) {
    #personalplan-abstract {
        padding: 4rem 0;
    }
}

#personalplan-abstract .content {
    height: auto;
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}

    #personalplan-abstract .content .form-step__btn-group {
        margin-top: 2rem;
    }

    #personalplan-abstract .content .cards__container {
        padding: 0.75rem;
        margin: 0.75rem -0.75rem 0.75rem -0.75rem;
        background-color: #f7f7f8;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 12rem), 1fr));
    }

    #personalplan-abstract .content .card {
        overflow: hidden;
        padding: 0;
        background-color: #ffffff;
        border-width: 0 0 1px 0;
        margin: 0 0 0 0;
        border-radius: 0.4rem;
    }

        #personalplan-abstract .content .card h5 {
            text-align: center;
            margin: 2rem 0;
        }

    #personalplan-abstract .content .card--c01 {
        border-color: #92ffe2;
    }

    #personalplan-abstract .content .card--c02 {
        border-color: #b3ffae;
    }

    #personalplan-abstract .content .card--c03 {
        border-color: #a495fc;
    }

    #personalplan-abstract .content .card--c04 {
        border-color: #ffcf8a;
    }

    #personalplan-abstract .content .card--c05 {
        border-color: #d3aeff;
    }

    #personalplan-abstract .content .card--c06 {
        border-color: #ffc2df;
    }

    #personalplan-abstract .content .card--c07 {
        border-color: #fffac2;
    }

    #personalplan-abstract .content .card--c08 {
        border-color: #a8f2fc;
    }

    #personalplan-abstract .content .card__title {
        font-size: min(5vw, 0.9rem);
    }

        #personalplan-abstract .content .card__title::after {
            border-color: #eeeef0;
        }

    #personalplan-abstract .content .card__body {
        padding: 0.75rem;
        background-color: #ffffff;
        display: block;
        height: auto;
    }

.cards__container-title {
    font-size: min(5vw, 1.3rem);
}

.chart-table {
    display: none;
}

#tooltip-info-chart {
    z-index: 5;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    width: auto;
    padding: 0.5rem 0.5rem;
    background-color: rgba(0, 0, 0, 0.564);
    border-radius: 0.4rem;
    margin-bottom: 35%;
}

    #tooltip-info-chart::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -10px;
        display: block;
        width: 10px;
        height: 10px;
        background-color: rgba(0, 0, 0, 0.564);
        margin: 0 auto 0 auto;
        -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
        clip-path: polygon(50% 100%, 0 0, 100% 0);
    }

.tooltip-title {
    font-size: min(5vw, 0.8rem);
    color: #ffffff;
    max-width: 120px;
}

@media only screen and (min-width: 992px) {
    #tooltip-info-chart {
        margin-bottom: 24%;
    }

    .tooltip-title {
        max-width: none;
    }
}

.tooltip-info-color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.75rem;
    width: 15px;
    height: 15px;
    border-radius: 0.1rem;
    background-color: #92ffe2;
}

.radial-chart {
    position: relative;
    width: 270px;
    height: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin: 2rem auto 0 auto;
}

@media only screen and (min-width: 576px) {
    .radial-chart {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (min-width: 768px) {
    .radial-chart {
        width: 500px;
        height: 500px;
    }
}

.radial-chart-container {
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0rem auto 0 auto;
    background-color: transparent;
}

.radial-chart-center {
    z-index: 4;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24.7%;
    height: 24.7%;
    background-color: #ffffff;
    border-radius: 50%;
}

    .radial-chart-center h2 {
        font-size: min(5vw, 3rem);
        margin: 0 0 -0.2rem 0;
        color: #7c7c7e;
    }

    .radial-chart-center h6 {
        font-size: min(1.8vw, 1rem);
        color: #7c7c7e;
        margin: 0;
    }

#radial-chart-svg {
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    margin: auto;
    -webkit-filter: invert(0);
    filter: invert(0);
}

.radial-chart-fragment {
    overflow: hidden;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-clip-path: polygon(50% 50%, 100% 0%, 100% 50%);
    clip-path: polygon(50% 50%, 100% 0%, 100% 50%);
}

.radial-chart-fragment--01 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.radial-chart-fragment--02 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radial-chart-fragment--03 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.radial-chart-fragment--04 {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.radial-chart-fragment--05 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.radial-chart-fragment--06 {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.radial-chart-fragment--07 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.radial-chart-fragment--08 {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

.radial-chart-fragment::before {
    content: "";
    z-index: 3;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDAuMTMgMjAwLjI1Ij48cGF0aCBkPSJNMTAwLDIwMC4xMnYtLjI0QTk5Ljg4LDk5Ljg4LDAsMCwwLDEwMCwuMTJWLS4xMkExMDAuMTMsMTAwLjEzLDAsMCwxLDE3MC44LDE3MC44LDk5LjQ4LDk5LjQ4LDAsMCwxLDEwMCwyMDAuMTJabTY1LjUtMzQuNjJBOTIuNjIsOTIuNjIsMCwwLDAsMTAwLDcuMzh2LjI0YTkyLjM4LDkyLjM4LDAsMCwxLDAsMTg0Ljc2di4yNEE5Miw5MiwwLDAsMCwxNjUuNSwxNjUuNVptLTUuMzEtNS4zMUE4NS4xMiw4NS4xMiwwLDAsMCwxMDAsMTQuODh2LjI0YTg0Ljg4LDg0Ljg4LDAsMCwxLDAsMTY5Ljc2di4yNEE4NC41NSw4NC41NSwwLDAsMCwxNjAuMTksMTYwLjE5Wm0tNS4zLTUuM0E3Ny42Miw3Ny42MiwwLDAsMCwxMDAsMjIuMzh2LjI0YTc3LjM4LDc3LjM4LDAsMCwxLDAsMTU0Ljc2di4yNEE3Ny4xMiw3Ny4xMiwwLDAsMCwxNTQuODksMTU0Ljg5Wm0tNS4zLTUuM0E3MC4xMiw3MC4xMiwwLDAsMCwxMDAsMjkuODh2LjI0YTY5Ljg4LDY5Ljg4LDAsMCwxLDAsMTM5Ljc2di4yNEE2OS43LDY5LjcsMCwwLDAsMTQ5LjU5LDE0OS41OVptMTMtNDkuNTlBNjIuNjksNjIuNjksMCwwLDAsMTAwLDM3LjM4di4yNGE2Mi4zOCw2Mi4zOCwwLDAsMSwwLDEyNC43NnYuMjRBNjIuNjksNjIuNjksMCwwLDAsMTYyLjYyLDEwMFptLTcuNSwwQTU1LjE3LDU1LjE3LDAsMCwwLDEwMCw0NC44OHYuMjRhNTQuODgsNTQuODgsMCwwLDEsMCwxMDkuNzZ2LjI0QTU1LjE3LDU1LjE3LDAsMCwwLDE1NS4xMiwxMDBabS03LjUsMEE0Ny42Nyw0Ny42NywwLDAsMCwxMDAsNTIuMzh2LjI0YTQ3LjM4LDQ3LjM4LDAsMCwxLDAsOTQuNzZ2LjI0QTQ3LjY3LDQ3LjY3LDAsMCwwLDE0Ny42MiwxMDBabS03LjUsMEE0MC4xNyw0MC4xNywwLDAsMCwxMDAsNTkuODh2LjI0YTM5Ljg4LDM5Ljg4LDAsMCwxLDAsNzkuNzZ2LjI0QTQwLjE3LDQwLjE3LDAsMCwwLDE0MC4xMiwxMDBabS03LjUsMEEzMi42NSwzMi42NSwwLDAsMCwxMDAsNjcuMzh2LjI0YTMyLjM4LDMyLjM4LDAsMCwxLDAsNjQuNzZ2LjI0QTMyLjY1LDMyLjY1LDAsMCwwLDEzMi42MiwxMDBabS03LjUsMEEyNS4xNSwyNS4xNSwwLDAsMCwxMDAsNzQuODh2LjI0YTI0Ljg4LDI0Ljg4LDAsMCwxLDAsNDkuNzZ2LjI0QTI1LjE1LDI1LjE1LDAsMCwwLDEyNS4xMiwxMDBabTMuMzYtMi4xOHYzLjI2SDEyOVY5Ny4yNGgtLjQzbC0xLjA2Ljc1LjMuMzNabTcuMTMtLjY1YTEuNzUsMS43NSwwLDAsMC0xLjI4LjYxbC4zNS4yOWExLjI1LDEuMjUsMCwwLDEsLjkyLS40Ni42My42MywwLDAsMSwuNzIuNjQsMS45MSwxLjkxLDAsMCwxLS42NiwxLjI0LDE1LjY1LDE1LjY1LDAsMCwxLTEuMjMsMS4yMXYuMzhoMi40NXYtLjQzaC0xLjc0YTkuOSw5LjksMCwwLDAsMS0xLDIuMjIsMi4yMiwwLDAsMCwuNjktMS40QTEuMDgsMS4wOCwwLDAsMCwxMzUuNjEsOTcuMTdabTcuNjguNDRjLjQyLDAsLjY4LjIyLjY4LjU4cy0uMzcuNjctLjg3LjY3aC0uMzR2LjQzaC4zNGMuNTMsMCwxLC4yMiwxLC43NXMtLjMyLjY4LS44Mi42OGExLjMyLDEuMzIsMCwwLDEtMS0uNWwtLjM1LjI5YTEuNzEsMS43MSwwLDAsMCwxLjM4LjY0Yy44MywwLDEuMzEtLjQ2LDEuMzEtMS4xMWExLDEsMCwwLDAtLjgyLTEsMSwxLDAsMCwwLC42OS0uOTJjMC0uNjMtLjQ5LTEtMS4xNy0xYTEuNjUsMS42NSwwLDAsMC0xLjI3LjU4bC4zNS4yOUExLjI0LDEuMjQsMCwwLDEsMTQzLjI5LDk3LjYxWm03LjU1LDIuNjJ2Ljg1aC40OXYtLjg1aC41MVY5OS44aC0uNTFWOTcuMjRoLS40NkwxNDksOTkuODN2LjRabTAtMi4xN1Y5OS44aC0xLjI4Wm02LjMyLDEuMjJhMy4xOSwzLjE5LDAsMCwxLC45MS0uMTQuNzkuNzksMCwwLDEsLjg4LjgxLjc2Ljc2LDAsMCwxLS43Ny43NywxLjE3LDEuMTcsMCwwLDEtMS0uNDhsLS4zNS4zYTEuNTksMS41OSwwLDAsMCwxLjMyLjYxLDEuMTcsMS4xNywwLDAsMCwxLjI3LTEuMTYsMS4yMiwxLjIyLDAsMCwwLTEuMjktMS4yOSwyLjA3LDIuMDcsMCwwLDAtLjU3LjA4Vjk3LjY3aDEuNjZ2LS40M2gtMi4xNHYyWm04LjUxLTEuNjdhLjg4Ljg4LDAsMCwxLC43Ny40MWwuMzYtLjI3YTEuMzQsMS4zNCwwLDAsMC0xLjE1LS41OGMtLjgsMC0xLjM1LjU5LTEuMzUsMi4wNnMuNTQsMS45MiwxLjM3LDEuOTJhMS4yOCwxLjI4LDAsMCwwLC4wNS0yLjU2LDEuNDEsMS40MSwwLDAsMC0uOTIuMzdDMTY0Ljg2LDk3LjkzLDE2NS4yMiw5Ny42MSwxNjUuNjcsOTcuNjFabTAsMS40MmEuNzYuNzYsMCwwLDEsLjgxLjg0Ljc1Ljc1LDAsMCwxLS44MS44NGMtLjQ2LDAtLjgzLS4zMi0uODYtMS4zQTEuMTYsMS4xNiwwLDAsMSwxNjUuNjYsOTlabTguNzgtMS4zNnYtLjQzaC0yLjUydi40M2gybC0xLjUxLDMuNDFIMTczWm01LjEyLjUxYS45MS45MSwwLDAsMCwuNDkuOCwxLjE2LDEuMTYsMCwwLDAtLjY1LDFjMCwuNzEuNTYsMS4xMywxLjM4LDEuMTNzMS4zNy0uNDIsMS4zNy0xLjA2YTEuMDYsMS4wNiwwLDAsMC0uNy0xLDEuMDYsMS4wNiwwLDAsMCwuNTQtLjkxLDEuMDcsMS4wNywwLDAsMC0xLjIxLTFDMTgwLDk3LjE3LDE3OS41Niw5Ny42MiwxNzkuNTYsOTguMThabS4zNSwxLjg1YTEsMSwwLDAsMSwuNTUtLjg0aDBjLjg5LjMzLDEuMTMuNTIsMS4xMy45cy0uMzUuNjEtLjg2LjYxUzE3OS45MSwxMDAuNDYsMTc5LjkxLDEwMFptMS41OC0xLjhhLjg4Ljg4LDAsMCwxLS40Ni42OWMtLjczLS4yNy0xLS40Ni0xLS43NHMuMjctLjU3LjcxLS41N0EuNjMuNjMsMCwwLDEsMTgxLjQ5LDk4LjIzWm02LjUyLDIuNDhhMSwxLDAsMCwxLS43NS0uMjlsLS4zMi4zMWExLjQ2LDEuNDYsMCwwLDAsMS4wNS40MmMuODMsMCwxLjQ2LS41OSwxLjQ2LTIuMTIsMC0xLjMxLS41Ni0xLjg2LTEuMzYtMS44NmExLjI4LDEuMjgsMCwwLDAtLjA2LDIuNTYsMS4zOCwxLjM4LDAsMCwwLC45MS0uMzZDMTg4Ljg3LDEwMC40MiwxODguNDQsMTAwLjcxLDE4OCwxMDAuNzFabS4wOC0xLjQyYS43Ni43NiwwLDAsMS0uODEtLjg0Ljc1Ljc1LDAsMCwxLC44MS0uODRjLjQ2LDAsLjgzLjMuODYsMS4zQTEuMTgsMS4xOCwwLDAsMSwxODguMDksOTkuMjlabTYuMTQtMS40N3YzLjI2aC40OFY5Ny4yNGgtLjQybC0xLjA2Ljc1LjMuMzNabTEuNDQsMS4zNGMwLDEuMTIuNDQsMiwxLjM5LDJzMS4zOS0uODcsMS4zOS0yLS40NC0yLTEuMzktMlMxOTUuNjcsOTgsMTk1LjY3LDk5LjE2Wm0uNSwwYzAtMSwuMjktMS41NS44OS0xLjU1cy44OC41OS44OCwxLjU1LS4yOSwxLjU1LS44OCwxLjU1UzE5Ni4xNywxMDAuMTIsMTk2LjE3LDk5LjE2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMCAwLjEzKSIvPjwvc3ZnPg==);
    -webkit-filter: invert(0);
    filter: invert(0);
    background-size: 50% 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
}

.chart-fragment-value {
    z-index: 6;
    position: absolute;
    margin: -24% 0 0 0;
    text-align: right;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    right: 2.5%;
    font-size: min(5vw, 0.5rem);
    width: 37.4%;
}

.radial-chart-fragment-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
}

.chart-fragment {
    z-index: 3;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #c8c8c9;
    border-radius: 50%;
}

.chart-fragment-bg {
    pointer-events: none;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
}

.chart-fragment-bg--01 {
    background-color: #92ffe2;
}

.chart-fragment-bg--02 {
    background-color: #b3ffae;
}

.chart-fragment-bg--03 {
    background-color: #a495fc;
}

.chart-fragment-bg--04 {
    background-color: #ffcf8a;
}

.chart-fragment-bg--05 {
    background-color: #d3aeff;
}

.chart-fragment-bg--06 {
    background-color: #ffc2df;
}

.chart-fragment-bg--07 {
    background-color: #fffac2;
}

.chart-fragment-bg--08 {
    background-color: #a8f2fc;
}

.color-reference {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    margin: 0 auto 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.color-reference__container {
    top: 2.7rem;
    z-index: 6;
    background-color: #ffffff;
    position: absolute;
    display: none;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: auto;
    margin: 0 auto;
    padding: 0.75rem;
    border-radius: 0.4rem;
    box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    -webkit-box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    -moz-box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
}

    .color-reference__container .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: -0.3rem -0.3rem 1rem auto;
        color: #7c7c7e;
        width: min(10vw, 22px);
        height: min(10vw, 22px);
    }

.color-reference-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0rem auto;
    text-align: right;
    font-size: min(5vw, 0.8rem);
}

    .color-reference-title .icon {
        margin-left: 1rem;
        width: min(10vw, 18px);
        height: min(10vw, 18px);
    }

.color-reference__alt-title {
    position: relative;
    display: block;
    font-size: min(5vw, 0.9rem);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    font-weight: 600;
    border-bottom: 1px solid #eeeef0;
}

.color-reference__element {
    width: auto;
    background-color: transparent;
    border-radius: 0;
    padding: 0.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    border-bottom: 1px solid #eeeef0;
}

.clr-reference {
    color: #1b1b1b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: min(5vw, 0.7rem);
}

    .clr-reference::before {
        content: "";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0.75rem;
        width: 15px;
        height: 15px;
        border-radius: 0.1rem;
        background-color: #92ffe2;
    }

.clr-reference--02::before {
    background-color: #b3ffae;
}

.clr-reference--03::before {
    background-color: #a495fc;
}

.clr-reference--04::before {
    background-color: #ffcf8a;
}

.clr-reference--05::before {
    background-color: #d3aeff;
}

.clr-reference--06::before {
    background-color: #ffc2df;
}

.clr-reference--07::before {
    background-color: #fffac2;
}

.clr-reference--08::before {
    background-color: #a8f2fc;
}

@media only screen and (min-width: 1200px) {
    .color-reference {
        -webkit-box-align: left;
        -ms-flex-align: left;
        align-items: left;
    }

    .color-reference-title {
        display: none;
    }

    .color-reference__container {
        z-index: 0;
        top: -50%;
        -webkit-transform: translateY(30%);
        -ms-transform: translateY(30%);
        transform: translateY(30%);
        left: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        visibility: visible;
        background-color: #f7f7f8;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .color-reference__container .icon {
            display: none;
        }

    .color-reference__element {
        background-color: #ffffff;
        border-radius: 0.2rem;
    }

    .color-reference__alt-title {
        border-bottom: 1px solid #dedfe0;
    }
}

.chart-table-active {
    display: block;
    opacity: 1;
}

/* -------------------------------------------------------------------------- */
/*                                Personal plan                               */
/* -------------------------------------------------------------------------- */
#personal-plan-feel {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7rem 0;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 992px) {
    #personal-plan-feel {
        padding: 4rem 0;
    }
}

#personal-plan-feel .content {
    height: auto;
    margin: 0 auto;
}

#personal-plan-feel .wrapper-section {
    position: relative;
}

    #personal-plan-feel .wrapper-section .wrapper-section__title {
        margin-bottom: 2rem;
        height: auto;
    }

        #personal-plan-feel .wrapper-section .wrapper-section__title h2 {
            margin: 3rem 0;
        }

        #personal-plan-feel .wrapper-section .wrapper-section__title h4 {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 0.4rem;
            padding: 0 0 0 0;
        }

            #personal-plan-feel .wrapper-section .wrapper-section__title h4 b {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: #1b1b1b;
            }

                #personal-plan-feel .wrapper-section .wrapper-section__title h4 b .icon {
                    width: min(10vw, 16px);
                    height: min(10vw, 16px);
                    color: #a02ed5;
                    margin-left: 0.3rem;
                }

#personal-plan-feel .form-step {
    width: auto;
    background-color: #f7f7f8;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
    gap: 0.75rem;
    padding: 0.75rem;
    visibility: visible;
    margin: 0 -0.75rem;
}

    #personal-plan-feel .form-step [class*=icon__color] {
        margin: auto;
        float: none;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        color: #7c7c7e;
        width: min(10vw, 24px);
        height: min(10vw, 24px);
    }

    #personal-plan-feel .form-step .icon__bg {
        padding: 0.9rem;
        margin: 1rem 0 1.5rem 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: transparent;
        border-color: #eeeef0;
    }

    #personal-plan-feel .form-step .form__block {
        padding: 0.75rem;
        background-color: #ffffff;
        display: block;
        place-content: start;
        border-radius: 0.4rem;
        border-width: 0px 0px 1px 0px;
        border-style: solid;
        border-color: #a02ed5;
    }

        #personal-plan-feel .form-step .form__block .textarea__edit {
            font-size: min(5vw, 1rem);
            margin-top: 0;
            border-top: none;
            min-height: 0;
        }

        #personal-plan-feel .form-step .form__block .icon {
            float: right;
        }

        #personal-plan-feel .form-step .form__block .icon--edit {
            margin-top: 0;
            -webkit-transform: translateY(1rem);
            -ms-transform: translateY(1rem);
            transform: translateY(1rem);
        }

    #personal-plan-feel .form-step .form__block--01 {
        border-color: #0ee1d0;
    }

        #personal-plan-feel .form-step .form__block--01 .icon {
            color: #0ee1d0;
        }

        #personal-plan-feel .form-step .form__block--01 .icon__bg {
            border-color: #0ee1d0;
        }

        #personal-plan-feel .form-step .form__block--01 input[type=text]:focus {
            border-color: #0ee1d0;
        }

    #personal-plan-feel .form-step .form__block--02 {
        border-color: #3cd94b;
    }

        #personal-plan-feel .form-step .form__block--02 .icon {
            color: #3cd94b;
        }

        #personal-plan-feel .form-step .form__block--02 .icon__bg {
            border-color: #3cd94b;
        }

        #personal-plan-feel .form-step .form__block--02 input[type=text]:focus {
            border-color: #3cd94b;
        }

    #personal-plan-feel .form-step .form__block--03 {
        border-color: #a02ed5;
    }

        #personal-plan-feel .form-step .form__block--03 .icon {
            color: #a02ed5;
        }

        #personal-plan-feel .form-step .form__block--03 .icon__bg {
            border-color: #a02ed5;
        }

        #personal-plan-feel .form-step .form__block--03 input[type=text]:focus {
            border-color: #a02ed5;
        }

    #personal-plan-feel .form-step .form__block--04 {
        border-color: #f4761c;
    }

        #personal-plan-feel .form-step .form__block--04 .icon {
            color: #f4761c;
        }

        #personal-plan-feel .form-step .form__block--04 .icon__bg {
            border-color: #f4761c;
        }

        #personal-plan-feel .form-step .form__block--04 input[type=text]:focus {
            border-color: #f4761c;
        }

    #personal-plan-feel .form-step .form__block--05 {
        border-color: #a495fc;
    }

        #personal-plan-feel .form-step .form__block--05 .icon {
            color: #a495fc;
        }

        #personal-plan-feel .form-step .form__block--05 .icon__bg {
            border-color: #a495fc;
        }

        #personal-plan-feel .form-step .form__block--05 input[type=text]:focus {
            border-color: #a495fc;
        }

    #personal-plan-feel .form-step .form__block--06 {
        border-color: #ff86b2;
    }

        #personal-plan-feel .form-step .form__block--06 .icon {
            color: #ff86b2;
        }

        #personal-plan-feel .form-step .form__block--06 .icon__bg {
            border-color: #ff86b2;
        }

        #personal-plan-feel .form-step .form__block--06 input[type=text]:focus {
            border-color: #ff86b2;
        }

    #personal-plan-feel .form-step .form__block--07 {
        border-color: #f8e119;
    }

        #personal-plan-feel .form-step .form__block--07 .icon {
            color: #f8e119;
        }

        #personal-plan-feel .form-step .form__block--07 .icon__bg {
            border-color: #f8e119;
        }

        #personal-plan-feel .form-step .form__block--07 input[type=text]:focus {
            border-color: #f8e119;
        }

    #personal-plan-feel .form-step .form__block--08 {
        border-color: #2bc9fe;
    }

        #personal-plan-feel .form-step .form__block--08 .icon {
            color: #2bc9fe;
        }

        #personal-plan-feel .form-step .form__block--08 .icon__bg {
            border-color: #2bc9fe;
        }

        #personal-plan-feel .form-step .form__block--08 input[type=text]:focus {
            border-color: #2bc9fe;
        }

    #personal-plan-feel .form-step label {
        color: #1b1b1b;
        margin: 0.5rem 0 0.35rem 0;
    }

    #personal-plan-feel .form-step h5 {
        margin-top: 1rem;
    }

    #personal-plan-feel .form-step p {
        text-align: left;
        font-size: min(5vw, 0.8rem);
        margin: 0.5rem 0 1rem 0;
        max-width: 400px;
        color: #7c7c7e;
    }

#btn-step-back {
    display: none;
}

.info-progress__title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 0.75rem;
}

.title-value {
    color: #7c7c7e;
}

.title-value--01 {
    color: #7c7c7e;
    font-size: min(5vw, 1.2rem);
}

/* -------------------------------------------------------------------------- */
/*                           Assign projects                         */
/* -------------------------------------------------------------------------- */
#assignprojects {
    display: block;
    padding: 4rem 0;
}

.assp-content {
    overflow: hidden;
    position: relative;
    padding: 0px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 7px;
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f3edfb;
    border-radius: 1rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
}

@media only screen and (min-width: 768px) {
    .assp-content {
        max-width: 540px;
    }
}

.assp-content h1 {
    text-align: center;
    margin-bottom: 80px;
}

.assp-form {
    padding: 0.75rem;
    padding-top: 50px;
    padding-bottom: 50px;
    width: auto;
    height: auto;
    background-color: #ffffff;
}

    .assp-form h1 {
        margin-top: 3rem;
    }

.assp-content-table {
    display: block;
}

/* -----------------  Celda usuario activo seleccionado ---------------- */
.active-user-name {
    background-color: #eeeef0 !important;
}

    .active-user-name td {
        color: #1b1b1b !important;
    }

/* -------------------------  Tabla de usuarios ------------------------ */
.assp-table-names {
    border-radius: 0.4rem;
    width: auto;
    display: block;
    position: relative;
}

    .assp-table-names .assp-table {
        display: inherit;
    }

        .assp-table-names .assp-table thead tr th {
            width: 100%;
        }

            .assp-table-names .assp-table thead tr th:last-child {
                min-width: 137px;
            }

        .assp-table-names .assp-table tbody tr {
            cursor: default;
            border-right: none;
        }

            .assp-table-names .assp-table tbody tr:hover {
                background-color: #eeeef0;
            }

                .assp-table-names .assp-table tbody tr:hover td {
                    color: #1b1b1b;
                }

            .assp-table-names .assp-table tbody tr td {
                color: #7c7c7e;
                width: 100%;
            }

                .assp-table-names .assp-table tbody tr td input.nw-input-btn {
                    min-width: 160px;
                    border-color: transparent;
                    background-color: transparent;
                    border-radius: 0;
                    font-size: min(5vw, 0.9rem);
                }

                .assp-table-names .assp-table tbody tr td ul.nw-dropdown {
                    margin-top: 1px;
                }

                    .assp-table-names .assp-table tbody tr td ul.nw-dropdown li {
                        font-size: min(5vw, 0.9rem);
                    }

                .assp-table-names .assp-table tbody tr td:last-child {
                    padding: 0 0;
                }

.assp-option-projects {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .assp-option-projects p {
        font-size: min(5vw, 0.7rem);
        color: #7c7c7e;
        padding: 0.75rem;
        background-color: #eeeef0;
        border-radius: 0.4rem;
        margin: 1rem 0rem;
    }

/* ------------------------------  Lista de botones ------------------------------ */
.assp-btn-list {
    margin: 15px auto 0 auto;
    width: 100%;
    padding: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width: 576px) {
    .assp-btn-list {
        grid-template-columns: auto auto;
    }
}

/* --------------------------------  -------------------------------- */
/* -------------------------------------------------------------------------- */
/*                             Departaments                            */
/* -------------------------------------------------------------------------- */
#departaments {
    display: block;
    padding: 4rem 0;
}

.dep-content {
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 7px;
    width: auto;
    max-width: 768px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f3edfb;
    border-radius: 1rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
}

    .dep-content h1 {
        text-align: center;
        margin: 5rem 0rem;
    }

.dep-form {
    padding: 0.75rem;
    padding-top: 50px;
    padding-bottom: 50px;
    width: auto;
    height: auto;
    background-color: #ffffff;
}

.dep-form-10022 {
    margin-top: 2rem;
    width: auto;
    display: block;
}

    .dep-form-10022 input {
        padding-left: 10px;
        border: 1px solid #dedfe0;
        border-radius: 0.4rem;
    }

.dep-form-10023 {
    margin-top: 2rem;
    display: block;
}

    .dep-form-10023 h5 {
        font-size: min(5vw, 1rem);
        margin-right: 50px;
    }

    .dep-form-10023 .radio-checkbox {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 2rem;
    }

        .dep-form-10023 .radio-checkbox span {
            font-weight: 300;
        }

    .dep-form-10023 .btn {
        margin-top: 1rem;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

/* -------------------------------  Table ------------------------------ */
.dep-title-table {
    display: block;
    margin: 30px 0;
}

.dep-table {
    width: auto;
    display: block;
    position: relative;
}

    .dep-table .table {
        width: 100%;
    }

        .dep-table .table thead tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
        }

            .dep-table .table thead tr th {
                width: 33%;
            }

        .dep-table .table tbody tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
        }

            .dep-table .table tbody tr td {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                width: 100%;
                height: 1.9rem;
            }

                .dep-table .table tbody tr td .btn-option-menu {
                    margin-left: auto;
                    width: 18px;
                    height: 18px;
                    position: relative;
                    padding: 0.2rem;
                    border: 1px solid transparent;
                }

                    .dep-table .table tbody tr td .btn-option-menu::before {
                        opacity: 0.6;
                    }

                    .dep-table .table tbody tr td .btn-option-menu:hover {
                        background-color: rgba(160, 46, 213, 0.07);
                        fill: #a02ed5;
                        border: 1px solid #a02ed5;
                    }

/* --------------------------------  -------------------------------- */
/* -------------------------------------------------------------------------- */
/*                           Gobernabilidad                            */
/* -------------------------------------------------------------------------- */
#governability {
    display: block;
    padding: 4rem 0;
}

.gov-content {
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 7px;
    width: auto;
    max-width: 800px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    background-color: #f3edfb;
    border-radius: 1rem;
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .gov-content h1 {
        font-weight: 600;
        text-align: center;
        margin: 5rem auto;
    }

.gov-form-a {
    padding: 0.75rem;
    padding-top: 50px;
    padding-bottom: 50px;
    width: auto;
    height: auto;
    background-color: #ffffff;
}

    .gov-form-a .gov-forms-containers {
        position: relative;
        width: auto;
        display: block;
        margin-bottom: 100px;
    }

    .gov-form-a form {
        display: block;
        width: auto;
        margin: 0px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .gov-form-a form .gov-form-input-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

.gov-form-b .btn {
    right: 0.75rem;
    bottom: 0.75rem;
    position: absolute;
}

.gov-form-b img {
    margin-top: 2rem;
    display: block;
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 992px) {
    .gov-council-bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.gov-council-content {
    width: auto;
    position: relative;
}

.gov-btns-sections-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    width: auto;
    padding: 0.75rem 0 0 0;
    border-bottom: 2px solid #eeeef0;
    margin-bottom: 1rem;
}

.gov-btn-section {
    top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: default;
    background-color: #ffffff;
    height: 2.3rem;
    padding: 0 1rem;
    color: #7c7c7e;
    border-radius: 0.4rem 0.4rem 0 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.gov-btn-section-active {
    background-color: #ffffff;
    color: #1b1b1b;
    border-bottom: 2px solid #a02ed5;
    margin-bottom: -1px;
    font-weight: 600;
}

.gov-btn-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #ffffff;
    margin: 2rem 0 0 0;
    border-radius: 0 0 1rem 1rem;
}

.gov-section-content {
    display: none;
    width: auto;
    overflow-y: auto;
    max-height: 675px;
    margin-top: 0px;
}

.gov-section-content-active {
    display: block;
}

.gov-box-user-content {
    padding: 0;
    margin: 0.75rem 0;
    display: block;
    background-color: #f7f7f8;
    border-radius: 0.4rem;
    margin-right: 0.75rem;
    border: solid 1px #eeeef0;
}

@media only screen and (min-width: 576px) {
    .gov-box-user-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/* -------------------------------  User ------------------------------- */
.gov-profile-user {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.75rem;
    text-align: center;
    width: auto;
    min-width: 120px;
    background-color: transparent;
    border-radius: 1rem 1rem 0 0;
}

@media only screen and (min-width: 576px) {
    .gov-profile-user {
        border-radius: 1rem 0 0 1rem;
    }
}

.gov-box-user {
    padding: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    border-bottom: 1px solid #dedfe0;
    margin: auto;
}

@media only screen and (min-width: 768px) {
    .gov-box-user {
        border-right: 1px solid #dedfe0;
        border-bottom: 0px solid #dedfe0;
    }
}

.gov-box-user img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto auto 10px auto;
    border: 1px solid #dedfe0;
}

.gov-box-user span {
    color: #1b1b1b;
    font-weight: 600;
    margin: auto;
}

.gov-profile-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.75rem;
    width: auto;
}

    .gov-profile-content .gov-info-a,
    .gov-profile-content .gov-info-b {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .gov-profile-content .gov-info-a span,
        .gov-profile-content .gov-info-b span {
            color: #1b1b1b;
            margin: 0.4rem 0;
        }

    .gov-profile-content:first-child {
        font-weight: 600;
        margin-right: 0.75rem;
    }

    .gov-profile-content p {
        margin-top: 0.4rem;
        color: #7c7c7e;
    }

    .gov-profile-content .gov-info-b span {
        color: #7c7c7e;
    }

    .gov-profile-content h4 {
        margin: 0.4rem 0 0 0;
    }

    .gov-profile-content .btn-option-menu {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: relative;
        width: 18px;
        height: 18px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        margin: 1rem auto 0 auto;
        border: 1px solid transparent;
    }

        .gov-profile-content .btn-option-menu:hover {
            background-color: rgba(160, 46, 213, 0.07);
            fill: #a02ed5;
            border: 1px solid #a02ed5;
        }

@media only screen and (min-width: 576px) {
    .gov-profile-content .btn-option-menu {
        display: block;
        position: absolute;
        top: 0.75rem;
        right: 0.75rem;
        margin: 0rem 0 0 0;
        border: 1px solid transparent;
        padding: 0.2rem;
    }

        .gov-profile-content .btn-option-menu:hover {
            background-color: rgba(160, 46, 213, 0.07);
            fill: #a02ed5;
            border: 1px solid #a02ed5;
        }
}

/* -------------------------------- Menu slide ------------------------------- */
.gov-menu-option__content {
    background-color: transparent;
    border-top: none;
}

.gov-section-b {
    display: block;
    padding: 0.75rem;
    width: auto;
    margin: 0 auto;
}

@media only screen and (min-width: 576px) {
    .gov-section-b {
        width: 100%;
        max-width: 400px;
    }
}

.gov-box-section-b {
    padding: 2rem 0.75rem;
    display: block;
    border-radius: 1rem;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
}

.gov-box-buttons {
    margin-top: 2rem;
    width: auto;
    display: grid;
    grid-template-columns: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .gov-box-buttons .btn {
        margin: 1rem 0;
        width: 100%;
    }

@media only screen and (min-width: 576px) {
    .gov-box-buttons {
        gap: 0.75rem;
        grid-template-columns: auto auto;
    }

        .gov-box-buttons .btn {
            width: auto;
        }
}

.gov-foto-profile {
    margin-bottom: 50px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedfe0;
}

    .gov-foto-profile div {
        width: 100%;
    }

.gov-user-foto-container {
    width: 100%;
    position: relative;
}

    .gov-user-foto-container img {
        display: block;
        margin: 0 auto 30px auto;
        border-radius: 50%;
        width: 100px;
    }

    .gov-user-foto-container span {
        cursor: default;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 10px;
        right: 0;
        left: 100px;
        bottom: 0;
        margin: auto;
        background-color: #a02ed5;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
    }

    .gov-user-foto-container .btn {
        min-width: 70px;
        margin-right: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

.gov-btn-profile {
    margin-top: 0px;
    margin-left: auto;
}

/* --------------------------------  -------------------------------- */
/* -------------------------------------------------------------------------- */
/*                               Guidelines                           */
/* -------------------------------------------------------------------------- */
#guidelines {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 4rem 0;
}

.guid-content {
    position: relative;
    overflow: hidden;
    padding: 0px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 7px;
    width: auto;
    max-width: 992px;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 0px;
    background-color: #f3edfb;
    border-radius: 1rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
}

    .guid-content h1 {
        text-align: center;
        margin: 5rem 0;
    }

.guid-form {
    padding: 0.75rem;
    padding-top: 50px;
    padding-bottom: 50px;
    width: auto;
    height: auto;
    background-color: #f7f7f8;
}

/* -------------------------  Estilos de tabla ------------------------- */
.guid-table-cfg {
    width: auto;
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
    position: relative;
}

@media only screen and (min-width: 576px) {
    .guid-table-cfg {
        grid-template-columns: auto auto;
    }
}

@media only screen and (min-width: 768px) {
    .guid-table-cfg {
        grid-template-columns: auto auto auto;
    }
}

/* -------------------------------  Form ------------------------------- */
.guid-form-box {
    display: block;
    padding: 0.75rem;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.4rem;
    background-color: #ffffff;
    border: 1px solid #f7f7f8;
    padding-bottom: 0rem;
}

    .guid-form-box label {
        margin: 1rem auto;
        display: block;
        font-weight: normal;
        color: #7c7c7e;
    }

    .guid-form-box input {
        margin-left: 0px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        border-width: 0 0 0px 0;
        border-radius: 0;
        text-align: center;
        font-size: min(5vw, 1.2rem);
        font-weight: 600;
    }

        .guid-form-box input[type=text]:disabled {
            border-width: 0 0 0 0;
        }

            .guid-form-box input[type=text]:disabled::-webkit-input-placeholder {
                color: #7c7c7e;
            }

            .guid-form-box input[type=text]:disabled::-moz-placeholder {
                color: #7c7c7e;
            }

            .guid-form-box input[type=text]:disabled:-ms-input-placeholder {
                color: #7c7c7e;
            }

            .guid-form-box input[type=text]:disabled::-ms-input-placeholder {
                color: #7c7c7e;
            }

            .guid-form-box input[type=text]:disabled::placeholder {
                color: #7c7c7e;
            }

    .guid-form-box .btn--edit {
        display: block;
        margin-left: auto;
        width: 16px;
        height: 16px;
        cursor: default;
        padding: 0.5rem 0.5rem;
    }

        .guid-form-box .btn--edit:hover {
            background-color: #f7f7f8;
            border-radius: 0.4rem;
        }

        .guid-form-box .btn--edit span {
            display: block;
        }

            .guid-form-box .btn--edit span:before {
                content: "";
                display: block;
                width: min(5vw, 16px);
                height: min(5vw, 16px);
                margin-right: 0;
                background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMThjMS42NTcgMCAzIDEuMzQzIDMgM3MtMS4zNDMgMy0zIDMtMy0xLjM0My0zLTMgMS4zNDMtMyAzLTN6bTAtOWMxLjY1NyAwIDMgMS4zNDMgMyAzcy0xLjM0MyAzLTMgMy0zLTEuMzQzLTMtMyAxLjM0My0zIDMtM3ptMC05YzEuNjU3IDAgMyAxLjM0MyAzIDNzLTEuMzQzIDMtMyAzLTMtMS4zNDMtMy0zIDEuMzQzLTMgMy0zeiIvPjwvc3ZnPg==);
                -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                transform: rotate(90deg);
                -webkit-filter: opacity(0.6) invert(0) brightness(1);
                filter: opacity(0.6) invert(0) brightness(1);
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }

    .guid-form-box .svg-icon {
        width: min(8vw, 35px);
        height: min(8vw, 35px);
        margin: 1rem auto 1rem auto;
        padding: 1.5rem;
        background-color: #f7f7f8;
        border-radius: 50%;
    }

        .guid-form-box .svg-icon svg {
            width: min(10vw, 35px);
            height: min(10vw, 35px);
            fill: #1b1b1b;
        }

    .guid-form-box:nth-of-type(1) .svg-icon {
        background-color: #2bc9fe;
    }

        .guid-form-box:nth-of-type(1) .svg-icon svg {
            width: min(10vw, 35px);
            height: min(10vw, 35px);
            fill: #1b1b1b;
        }

    .guid-form-box:nth-of-type(2) .svg-icon {
        background-color: #ebfa45;
    }

        .guid-form-box:nth-of-type(2) .svg-icon svg {
            width: min(10vw, 35px);
            height: min(10vw, 35px);
            fill: #1b1b1b;
        }

    .guid-form-box:nth-of-type(3) .svg-icon {
        background-color: #f4761c;
    }

        .guid-form-box:nth-of-type(3) .svg-icon svg {
            width: min(10vw, 35px);
            height: min(10vw, 35px);
            fill: #1b1b1b;
        }

    .guid-form-box:nth-of-type(4) .svg-icon {
        background-color: #273bec;
    }

        .guid-form-box:nth-of-type(4) .svg-icon svg {
            width: min(10vw, 35px);
            height: min(10vw, 35px);
            fill: #ffffff;
        }

    .guid-form-box:nth-of-type(5) .svg-icon {
        background-color: #ff86b2;
    }

        .guid-form-box:nth-of-type(5) .svg-icon svg {
            width: min(10vw, 35px);
            height: min(10vw, 35px);
            fill: #ffffff;
        }

    .guid-form-box:nth-of-type(6) .svg-icon {
        background-color: #f5513b;
    }

        .guid-form-box:nth-of-type(6) .svg-icon svg {
            width: min(10vw, 35px);
            height: min(10vw, 35px);
            fill: #ffffff;
        }

    .guid-form-box:nth-of-type(7) .svg-icon {
        background-color: #f8e119;
    }

        .guid-form-box:nth-of-type(7) .svg-icon svg {
            width: min(10vw, 35px);
            height: min(10vw, 35px);
            fill: #1b1b1b;
        }

    .guid-form-box:nth-of-type(8) .svg-icon {
        background-color: #3cd94b;
    }

        .guid-form-box:nth-of-type(8) .svg-icon svg {
            width: min(10vw, 35px);
            height: min(10vw, 35px);
            fill: #ffffff;
        }

    .guid-form-box:nth-of-type(9) .svg-icon {
        background-color: #273bec;
    }

        .guid-form-box:nth-of-type(9) .svg-icon svg {
            width: min(10vw, 35px);
            height: min(10vw, 35px);
            fill: #ffffff;
        }

.guid-form-input-container {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .guid-form-input-container .guid-info {
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .guid-form-input-container .guid-info p {
            width: 100%;
            margin-top: 1rem;
            font-size: min(5vw, 0.8rem);
            color: #7c7c7e;
            padding: 0.75rem;
            border-radius: 0.4rem;
            background-color: #eeeef0;
            border: solid 1px #f7f7f8;
        }

/* ------------------------------  Lista de botones ------------------------------ */
.guid-btn-list {
    margin-top: 4rem;
    width: 100%;
    padding: 0;
    display: grid;
    gap: 0px;
    grid-template-columns: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .guid-btn-list .btn {
        margin: 0.4rem 0;
    }

@media only screen and (min-width: 576px) {
    .guid-btn-list {
        grid-template-columns: auto auto auto;
    }

        .guid-btn-list .btn {
            margin: 0rem 0;
        }
}

/* --------------------------------  -------------------------------- */
/* -------------------------------------------------------------------------- */
/*                        Configuración de hábitos                     */
/* -------------------------------------------------------------------------- */
#habitscfg {
    display: block;
    padding: 7rem 0;
    width: 100%;
    height: auto;
}

    #habitscfg h1 {
        text-align: center;
        padding: 4rem 0rem 4rem 0;
    }

@media only screen and (min-width: 992px) {
    #habitscfg {
        padding: 4rem 0;
    }
}

#habitscfg .content {
    min-height: 800px;
}

/* -------------------------------------------------------------------------- */
/*                          Registro de hábitos                        */
/* -------------------------------------------------------------------------- */
#habitsreg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 7rem 0;
}

    #habitsreg h1 {
        text-align: center;
        padding: 4rem 0rem 4rem 0;
    }

@media only screen and (min-width: 992px) {
    #habitsreg {
        padding: 4rem 0;
    }
}

#habitsreg .content {
    min-height: 800px;
    overflow: hidden;
}

.options-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.options-form__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0 0.75rem;
    margin: 0 auto 0.75rem auto;
}

    .options-form__content .wrap-nw-select {
        max-width: 120px;
    }

        .options-form__content .wrap-nw-select input[type=text] {
            background-color: transparent;
            font-size: min(5vw, 0.9rem);
            border: 0;
            padding-left: 0.75rem;
        }

.wrapper-section__table-grid {
    width: 100%;
}

    .wrapper-section__table-grid thead {
        display: none;
    }

        .wrapper-section__table-grid thead tr th {
            text-align: center;
        }

            .wrapper-section__table-grid thead tr th:first-child {
                text-align: left;
            }

.table-tbody-grid {
    margin: 0 -0.75rem -0.75rem -0.75rem;
    background-color: #f7f7f8;
    border-radius: 0 0 0 0;
    padding: 0.75rem;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 15rem), 1fr));
}

.table-grid__row {
    position: relative;
    padding: 80px 0.75rem 0.75rem 0.75rem;
    width: auto;
    display: grid;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 0.75rem;
    background-color: #ffffff;
    border-radius: 0.4rem;
    grid-template-columns: repeat(auto-fill, minmax(auto, 35px));
}

.table-grid__title-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    top: -5%;
    left: 0;
    position: absolute;
    font-size: min(5vw, 0.9rem);
    margin: 1rem 0;
    background-color: transparent;
    border-color: transparent;
    text-align: left;
    border-radius: 0;
}

    .table-grid__title-cell::before {
        display: none;
    }

    .table-grid__title-cell::after {
        content: "";
        margin-top: 0.5rem;
        height: auto;
        display: block;
        width: auto;
        border-bottom: 1px solid #dedfe0;
    }

.table-grid__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0rem;
    background-color: transparent;
    border-color: transparent;
}

    .table-grid__cell::before {
        display: none;
    }

    .table-grid__cell:nth-of-type(2n) {
        background-color: transparent;
    }

    .table-grid__cell:last-child {
        border-radius: 0;
    }

.table-grid__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #1b1b1b;
    background-color: #f7f7f8;
    border-radius: 0.2rem;
    border: 1px solid transparent;
}

[data-box-reg=registered] {
    color: #0ee1d0;
    background-color: transparent;
    border-radius: 0.2rem;
    border-width: 1px;
    border-color: #0ee1d0;
    border-style: solid;
}

.empty-table-tbody-grid {
    margin: 0 -0.75rem -0.75rem -0.75rem;
    height: 100%;
    bottom: 0;
    border-radius: 0 0 0rem 0rem;
    padding: 0.75rem;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
}

    .empty-table-tbody-grid .table-grid__row {
        max-width: 400px;
        margin: 0 auto;
        padding: 80px 0.75rem 0.75rem 0.75rem;
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
        border-color: transparent !important;
    }

.without-plan-resume-info {
    text-align: center;
    margin-top: 3rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .without-plan-resume-info p {
        padding-bottom: 2rem;
        border-bottom: solid 1px #dedfe0;
    }

    .without-plan-resume-info span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.empty-table-grid__title-cell::before {
    display: none;
}

.empty-table-grid__title-cell::after {
    content: “”;
    margin-top: 0.5rem;
    height: auto;
    display: block;
    width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                                 Login                               */
/* -------------------------------------------------------------------------- */
#login {
    position: relative;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    padding: 4rem 0;
}

.login__container {
    margin: auto;
    position: relative;
    overflow: hidden;
    display: block;
    max-width: 600px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.login__form-container {
    padding: 0.75rem;
    display: block;
    width: auto;
    margin: 0 auto;
}

.field-validation-error {
    margin-top: 0.5rem;
    color: #f5513b;
    font-size: min(5vw, 0.8rem);
}

.input-validation-error {
    border-color: #f5513b !important;
}

.login__icon-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem auto 0 auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #1b1b1b;
}

.login__icon {
    width: min(10vw, 35px);
    height: min(10vw, 35px);
    color: #1b1b1b;
}

.login__title {
    display: block;
    text-align: center;
    margin: 30px auto;
}

.login__form-button-group {
    margin: 4rem 0 1rem 0;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.75rem;
}

.login__form-footer {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    text-align: center;
}

@media only screen and (min-width: 576px) {
    .login__form-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.login__form-btn-mod {
    margin: 0 0.75rem;
}

    .login__form-btn-mod a {
        padding: 0.5rem 0.7rem;
        font-size: min(5vw, 0.8rem);
        text-decoration: none;
        border-radius: 0.2rem;
    }

.message-error {
    font-weight: normal !important;
}

/* --------------------------------  -------------------------------- */
/* -------------------------------------------------------------------------- */
/*                                Personal plan                               */
/* -------------------------------------------------------------------------- */
#personal-plan {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7rem 0;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 992px) {
    #personal-plan {
        padding: 4rem 0;
    }
}

#personal-plan .content {
    height: auto;
    max-width: 768px;
    margin: 0 auto;
}

#personal-plan .wrapper-section {
    position: relative;
}

    #personal-plan .wrapper-section .wrapper-section__title {
        margin-bottom: 2rem;
        height: auto;
    }

        #personal-plan .wrapper-section .wrapper-section__title h2 {
            margin: 3rem 0;
        }

        #personal-plan .wrapper-section .wrapper-section__title h4 {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            gap: 0.4rem;
            padding: 0 0 0 0;
        }

            #personal-plan .wrapper-section .wrapper-section__title h4 b {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: #1b1b1b;
            }

                #personal-plan .wrapper-section .wrapper-section__title h4 b .icon {
                    width: min(10vw, 16px);
                    height: min(10vw, 16px);
                    color: #a02ed5;
                    margin-left: 0.3rem;
                }

        #personal-plan .wrapper-section .wrapper-section__title h5 {
            margin-top: 1rem;
        }

        #personal-plan .wrapper-section .wrapper-section__title p {
            font-size: min(5vw, 0.9rem);
            margin: 1rem 0;
            max-width: 400px;
            color: #7c7c7e;
        }

            #personal-plan .wrapper-section .wrapper-section__title p::after {
                content: "";
                margin: 1rem auto;
                height: auto;
                display: block;
                width: 70%;
                border-bottom: 1px solid #eeeef0;
            }

    #personal-plan .wrapper-section .textarea__edit {
        border-width: 0 0 0 0;
        min-height: 0;
    }

.form-step-container {
    display: block;
    position: relative;
}

.form-step {
    width: auto;
    margin: 3rem 0;
    display: block;
    height: auto;
    overflow: hidden;
    visibility: hidden;
    background-color: #ffffff;
}

    .form-step label {
        color: #1b1b1b;
        margin: 0.75rem 0 0 0;
    }

    .form-step .icon {
        float: left;
        margin-top: -6rem;
        width: min(10vw, 16px);
        height: min(10vw, 16px);
        color: #1b1b1b;
    }

    .form-step p {
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
        font-size: min(5vw, 0.9rem);
        color: #7c7c7e;
        margin-bottom: 2rem;
    }

    .form-step h5 {
        text-align: center;
        margin: 1rem 0;
    }

.form-step--preview {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    margin: 1rem 0;
    width: 100%;
    position: absolute;
    visibility: visible;
}

    .form-step--preview p b {
        color: #1b1b1b;
    }

.form-step__btn {
    margin: 0 auto;
}

.form-step__drop {
    display: block;
    height: auto;
    overflow: hidden;
}

.form-steb__icon-show {
    width: min(10vw, 30px);
    height: min(10vw, 30px);
}

.form-step__text {
    text-align: center;
    margin: 1rem auto;
    max-width: 400px;
    color: #7c7c7e;
}

.form-step__icon-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: min(20vw, 45px);
    height: min(20vw, 45px);
    background-color: transparent;
    border: 1px solid #a02ed5;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    margin-left: 50%;
    margin-bottom: 0rem;
}

.icon-number {
    margin: 0 auto;
    color: #a02ed5;
    font-weight: 600;
    font-size: min(8vw, 1.1rem);
}

.info-progress__container {
    height: 100%;
    display: block;
}

.info-progress {
    margin: 1rem 0;
}

.info-progress__title {
    margin: 1rem 0;
    font-size: min(5vw, 0.8rem);
    color: #7c7c7e;
}

    .info-progress__title b {
        margin-right: 0.5rem;
        color: #1b1b1b;
    }

.form-step__btn-group {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#btn-step-save {
    display: none;
}

/* -------------------------------------------------------------------------- */
/*                                 Profile                             */
/* -------------------------------------------------------------------------- */
.recaptcha-container {
    width: 250px;
}

#profile {
    width: auto;
    padding: 7rem 0 4rem 0;
    position: relative;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.header__profile__user-image-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    margin: 0 auto;
}

#profile__user-image {
    cursor: default;
}

#header__icon-photo-profile {
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    width: min(10vw, 35px);
    height: min(10vw, 35px);
    background-color: #a02ed5;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80%;
    -webkit-box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 4px 4px 5px -3px rgba(0, 0, 0, 0.16);
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
}

    #header__icon-photo-profile .icon {
        width: min(10vw, 18px);
        height: min(10vw, 18px);
        color: #ffffff;
    }

    #header__icon-photo-profile:hover {
        background-color: #711f98;
    }

#header__input-img-file {
    display: none;
}

#form {
    width: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #f7f7f8;
    margin: 0 -0.75rem;
}

@media only screen and (min-width: 992px) {
    #form {
        grid-template-columns: 1fr 1fr;
    }
}

#form__block-hobbies-list {
    padding-top: 0.75rem;
}

    #form__block-hobbies-list ul {
        padding: 0;
        height: auto;
        font-size: min(5vw, 0.9rem);
        margin: 0;
    }

        #form__block-hobbies-list ul li {
            padding: 0.5rem 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            list-style: none;
            border-bottom: 1px solid #f7f7f8;
        }

            #form__block-hobbies-list ul li b {
                color: #a02ed5;
                margin-right: 0.5rem;
            }

.form__block {
    background-color: #ffffff;
    display: grid;
    gap: 0.75rem;
    padding: 3rem 0.75rem;
    grid-template-columns: 1fr;
    place-content: start;
    border-radius: 0.4rem;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #a02ed5;
}

.form__block-input-icon {
    float: right;
    margin-top: -28px;
    width: min(10vw, 18px);
    height: min(10vw, 18px);
    margin-right: 0.75rem;
}

#btnEmailIcon,
.btn-email-icon {
    pointer-events: all;
    cursor: default;
}

input[type=date]::-webkit-calendar-picker-indicator {
    background-color: transparent;
    color: transparent;
    width: 2rem;
    height: 1.2rem;
    margin: -0.95rem;
    cursor: default;
    opacity: 0;
}

.form__block-required-field {
    color: #e72848;
    margin-top: -0.2rem;
    font-size: min(5vw, 0.7rem);
}

.form__block-required-field--hidden {
    visibility: hidden;
}

.form__block-checkbox-container {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.form__block-checkbox-group-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #f7f7f8;
    padding-bottom: 0.6rem;
}

.buttons-footer {
    width: auto;
    padding: 2rem 0rem;
    display: block;
    gap: 0.75rem;
}

    .buttons-footer .button-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.75rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .buttons-footer .button-group .btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: auto;
        }

@media only screen and (min-width: 768px) {
    .buttons-footer .button-group {
        -webkit-box-pack: right;
        -ms-flex-pack: right;
        justify-content: right;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.buttons-footer .label-container {
    padding-top: 2rem;
    text-align: center;
    display: block;
    margin: auto;
}

    .buttons-footer .label-container label {
        color: #7c7c7e;
        font-weight: normal;
        font-size: min(5vw, 0.8rem);
    }

/* --------------------------------  -------------------------------- */
/* -------------------------------------------------------------------------- */
/*                     Emerging table for options                   */
/* -------------------------------------------------------------------------- */
#table-popup-container {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.pro-table-filter-bg {
    overflow-y: auto;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(160, 46, 213, 0.5);
    z-index: 997;
}

.pro-table-popup-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    min-height: 700px;
    padding: 0 15px;
}

.pro-table-popup {
    display: block;
    -ms-flex-item-align: center;
    align-self: center;
    width: auto;
    height: 600px;
    position: relative;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 0.75rem;
    padding-bottom: 2rem;
    max-width: 500px;
    overflow: hidden;
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
}

.pro-table-category {
    width: auto;
    display: block;
    position: relative;
}

    .pro-table-category .im-x-mark {
        display: block;
        cursor: default;
        width: 15px;
        margin-left: auto;
        margin-right: 0;
    }

.pro-form-content {
    display: block;
    margin: 30px 0;
}

    .pro-form-content label {
        display: block;
        font-weight: 600;
    }

    .pro-form-content input {
        border-width: 1px;
        border: 1px 1px 1px 1px;
        border-radius: 0.4rem 0 0 0.4rem;
        padding: 0 10px;
        border-right: none;
    }

.pro-input-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .pro-input-btn .btn {
        min-width: 50px;
        text-align: center;
        border-radius: 0 0.4rem 0.4rem 0;
    }

    .pro-input-btn .im {
        margin: auto;
    }

/* -------------------------------------------------------------------------- */
/*                               Projects                              */
/* -------------------------------------------------------------------------- */
#projects {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%;
    padding: 4rem 0;
}

.pro-content {
    margin: auto;
    overflow: hidden;
    padding: 0px;
    width: auto;
    max-width: 768px;
    height: auto;
    background-color: #f3edfb;
    border-radius: 1rem;
    -ms-flex-item-align: center;
    align-self: center;
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .pro-content h1 {
        text-align: center;
    }

.pro-box-container {
    padding: 0.75rem;
    padding-top: 50px;
    padding-bottom: 50px;
    width: auto;
    height: auto;
    background-color: #ffffff;
}

.pro-content-table {
    display: block;
}

/* -------------------------  Table ------------------------- */
.pro-table-checkbox {
    margin: 25px 0;
}

.pro-table-cfg {
    width: auto;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0 auto;
}

.pro-form-content {
    display: block;
    margin: 30px 0;
}

    .pro-form-content label {
        display: block;
        font-weight: 600;
    }

    .pro-form-content .pro-input-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .pro-form-content .pro-input-btn .btn {
            min-width: 50px;
            text-align: center;
            border-radius: 0 0.4rem 0.4rem 0;
        }

        .pro-form-content .pro-input-btn .im {
            margin: auto;
        }

    .pro-form-content input {
        border-width: 1px;
        border: 1px 1px 1px 1px;
        border-radius: 0.4rem 0 0 0.4rem;
        padding: 0 10px;
        border-right: none;
    }

/* -------------------------------  Table ------------------------------ */
.pro-table-project {
    border-radius: 0.4rem;
    width: auto;
    display: block;
    position: relative;
    width: auto;
    margin-bottom: 30px;
}

/* ------------------------  Tabla de categoría ------------------------ */
.pro-table-category {
    border-radius: 1rem;
    width: auto;
    display: block;
    position: relative;
    width: auto;
}

.pro-table-project {
    margin-right: 8px;
    margin-bottom: 0px;
}

.pro-option-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ------------------------------  Lista de botones ------------------------------ */
.pro-btn-list {
    margin: 15px auto 0 auto;
    width: 100%;
    padding: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: auto;
}

@media only screen and (min-width: 576px) {
    .pro-btn-list {
        grid-template-columns: auto auto;
    }
}

/* -------------------------------------------------------------------------- */
/*                         Stragouretic plan                           */
/* -------------------------------------------------------------------------- */
#strategic-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 4rem 0;
}

.stra-content {
    overflow: hidden;
    padding: 0px;
    margin: auto;
    margin-top: 7px;
    margin-bottom: 7px;
    width: 100%;
    max-width: 768px;
    height: auto;
    display: block;
    background-color: #f3edfb;
    border-radius: 1rem;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
    -webkit-box-shadow: 1px 3px 10px 2px rgba(20, 20, 20, 0.103);
    -moz-box-shadow: 1px 1px 10px 2px rgba(20, 20, 20, 0.103);
}

    .stra-content h1 {
        text-align: center;
        margin-bottom: 80px;
    }

.stra-form .stra-box {
    padding: 0.75rem;
    padding-top: 50px;
    padding-bottom: 50px;
    width: auto;
    height: auto;
    background-color: #ffffff;
}

.stra-form-content-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: auto;
    max-width: 350px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 50px auto;
    border: 1px solid #eeeef0;
    border-radius: 1rem;
    padding: 1rem;
}

    .stra-form-content-a label {
        background-color: #ffffff;
        padding: 0.3rem 0.5rem;
        margin-top: -1.9rem;
        margin-bottom: 0.3rem;
    }

        .stra-form-content-a label .tail-select {
            max-width: 300px;
        }

        .stra-form-content-a label button {
            margin-top: 15px;
        }

.stra-content-table {
    display: block;
}

.stra-table-btns-options {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    border-bottom: 2px solid #eeeef0;
}

    .stra-table-btns-options span {
        width: 100%;
        position: relative;
        cursor: default;
        color: #7c7c7e;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        padding: 0.75rem 0rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #ffffff;
        height: auto;
        border: 0px solid #dedfe0;
        border-bottom: none;
        border-right: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .stra-table-btns-options span:last-child {
            border-bottom: 0px solid #dedfe0;
            border-radius: 0 0.4rem 0 0;
            border-right: 0px solid #dedfe0;
        }

        .stra-table-btns-options span:first-child {
            border-radius: 0.4rem 0 0 0;
        }

        .stra-table-btns-options span:hover {
            color: #a02ed5;
            background-color: #ffffff;
        }

.stra-table-selected {
    font-weight: 600;
    color: #a02ed5 !important;
    border-bottom: none !important;
    border-radius: 0.4rem 0.4rem 0 0;
}

    .stra-table-selected::after {
        z-index: 2;
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        background-color: #a02ed5;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        bottom: -2px;
    }

/* -------------------------  Estilos de tabla ------------------------- */
.stra-table-cfg {
    width: auto;
    display: block;
    position: relative;
    padding: 0px;
}

/* ------------------------------  Form 1 ------------------------------ */
.stra-form-section-a {
    display: block;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0 1rem 0;
}

    .stra-form-section-a .tail-select {
        max-width: 200px;
        margin-right: 15px;
    }

    .stra-form-section-a button {
        margin-top: 15px;
    }

    .stra-form-section-a label {
        display: block;
        margin-right: 15px;
        margin-top: 10px;
        margin-bottom: -10px;
    }

@media only screen and (min-width: 768px) {
    .stra-form-section-a label {
        margin-bottom: 0px;
    }

    .stra-form-section-a button {
        margin-top: 0px;
        margin-left: 15px;
    }
}

@media only screen and (min-width: 576px) {
    .stra-form-section-a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .stra-form-section-a label {
            margin-bottom: 0px;
            margin-top: 0px;
        }

        .stra-form-section-a button {
            margin-top: 0px;
            margin-left: 15px;
        }
}

/* ------------------------------  Form 2 ------------------------------ */
.stra-form-section-b {
    display: block;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0 1rem 0;
    /* ------------------------------  Form 2 controles ------------------------------ */
}

    .stra-form-section-b .stra-form-section-b-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .stra-form-section-b .stra-form-section-b-controls button {
            padding: 0;
            height: 38px;
            margin-top: 0px;
            min-width: 30px;
            text-align: center;
            border-radius: 0 0.4rem 0.4rem 0;
            margin-left: -1px;
        }

            .stra-form-section-b .stra-form-section-b-controls button .im {
                margin: auto;
            }

        .stra-form-section-b .stra-form-section-b-controls input {
            margin-left: 0px;
            border: 1px solid #dedfe0;
            border-radius: 0.4rem 0 0 0.4rem;
            padding-left: 10px;
        }

@media only screen and (min-width: 992px) {
    .stra-form-section-b .stra-form-section-b-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .stra-form-section-b .stra-form-section-b-controls input {
            margin-left: 15px;
        }
}

.stra-info-content {
    margin-top: 30px;
    border: 1px solid #dedfe0;
    padding: 0.75rem;
    background-color: #ffffff;
    border-radius: 0.4rem;
}

    .stra-info-content p {
        color: #7c7c7e;
    }

/* ------------------------------  Lista de botones ------------------------------ */
.stra-btn-list {
    margin-top: 15px;
    width: 100%;
    padding: 0;
    display: grid;
    gap: 10px;
    grid-template-columns: auto;
}

@media only screen and (min-width: 576px) {
    .stra-btn-list {
        grid-template-columns: auto auto;
    }
}

/* ------------------------------- Annual plan ------------------------------ */
.bg {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(33, 30, 53, 0.582);
}

#journal {
    display: block;
    padding: 7rem 0;
    width: 100%;
    height: auto;
}

    #journal h1 {
        text-align: center;
        padding: 3rem 0rem 4rem 0;
    }

@media only screen and (min-width: 992px) {
    #journal {
        padding: 4rem 0;
    }
}

#journal .container--form {
    top: 0;
    position: relative;
    position: fixed;
    z-index: 6;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: scroll;
    padding: 3rem 0.75rem 3rem 0.75rem;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

    #journal .container--form::-webkit-scrollbar {
        width: 0 !important;
        height: 0.5em;
        display: none;
    }

#journal .content {
    min-height: 800px;
}

#journal .card {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
}

    #journal .card .form__media-images {
        padding: 0;
        display: block;
        width: 100%;
    }

        #journal .card .form__media-images img {
            width: 100%;
            height: auto;
        }

.header-tools {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin: 2rem 0;
}

    .header-tools .icon {
        width: min(10vw, 20px);
        height: min(10vw, 20px);
    }

.icon-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border-radius: 0.4rem;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    background-color: transparent;
    border: 1px solid #a02ed5;
    color: #a02ed5;
}

    .icon-button:hover {
        background-color: rgba(160, 46, 213, 0.07);
    }

    .icon-button:active {
        background-color: rgba(160, 46, 213, 0.2);
    }

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

.icon-button--small {
    width: 30px;
    min-width: 30px;
    height: 30px;
}

    .icon-button--small .icon {
        color: #7c7c7e;
        width: min(10vw, 15px);
        height: min(10vw, 15px);
    }

.icon-button--disabled {
    pointer-events: none;
}

.icon-button--rotate .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-tools__search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

    .header-tools__search .input {
        height: 33px;
        width: 0;
        padding: 0.6rem 0rem 0.2rem 0rem;
    }

    .header-tools__search .icon-button .icon {
        width: min(10vw, 15px);
        height: min(10vw, 15px);
    }

.header-tools__container {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 1rem;
}

.tags__dropdown {
    z-index: 3;
    position: absolute;
    top: 3rem;
    right: 0;
    width: auto;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    padding: 0.75rem;
    border-radius: 0.4rem;
    box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    -webkit-box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    -moz-box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
}

.tags__dropdown-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin: 1.5rem 0;
    font-weight: 600;
}

.tags__dropdown-container {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.2rem;
}

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

.tags__dropdown-body--grid {
    gap: 0.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 2rem), 1fr));
}

    .tags__dropdown-body--grid .tags__dropdown-tag-label {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0rem 0;
    }

        .tags__dropdown-body--grid .tags__dropdown-tag-label .input {
            pointer-events: none;
            padding: 0.4rem 0.4rem 0.4rem 0.4rem;
        }

        .tags__dropdown-body--grid .tags__dropdown-tag-label .icon-label {
            pointer-events: none;
        }

            .tags__dropdown-body--grid .tags__dropdown-tag-label .icon-label .icon {
                pointer-events: none;
            }

.tags__dropdown-tag-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
    margin: 0.3rem 0;
    border-radius: 0.2rem;
}

    .tags__dropdown-tag-label .input {
        font-size: min(5vw, 0.9rem);
        padding: 0.3rem 0.6rem 0.3rem 0.6rem;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #3cd94b;
        border-radius: 0.2rem;
    }

.tags__dropdown-tag-label-body {
    position: relative;
    padding: 0.1rem 0.4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.2rem;
}

    .tags__dropdown-tag-label-body .input {
        pointer-events: none;
        padding-right: 2rem;
        background-color: transparent;
    }

    .tags__dropdown-tag-label-body .tags__dropdown-tag-label-icon {
        pointer-events: none;
    }

    .tags__dropdown-tag-label-body .icon-label {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: absolute;
        right: 0.5rem;
        margin: auto;
    }

.tags__dropdown-tag-label-icon {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 0.2rem;
}

.tags__dropdown-tag-label-body input[name='currentTagName'] {
    width: auto;
}

.green-tag {
    background-color: #cbffc8;
}

    .green-tag .tags__dropdown-tag-label-icon {
        background-color: #3cd94b;
    }

    .green-tag .icon {
        color: #3cd94b;
    }

.blue-tag {
    background-color: #a8f2fc;
}

    .blue-tag .tags__dropdown-tag-label-icon {
        background-color: #2bc9fe;
    }

    .blue-tag .icon {
        color: #2bc9fe;
    }

.orange-tag {
    background-color: #ffd9a4;
}

    .orange-tag .tags__dropdown-tag-label-icon {
        background-color: #f4761c;
    }

    .orange-tag .icon {
        color: #f4761c;
    }

.turquoise-tag {
    background-color: #92ffe2;
}

    .turquoise-tag .tags__dropdown-tag-label-icon {
        background-color: #0ee1d0;
    }

    .turquoise-tag .icon {
        color: #0ee1d0;
    }

.violet-tag {
    background-color: #cfc7fd;
}

    .violet-tag .tags__dropdown-tag-label-icon {
        background-color: #a02ed5;
    }

    .violet-tag .icon {
        color: #a02ed5;
    }

.pink-tag {
    background-color: #ffdcec;
}

    .pink-tag .tags__dropdown-tag-label-icon {
        background-color: #ff86b2;
    }

    .pink-tag .icon {
        color: #e72848;
    }

.red-tag {
    background-color: #fcd2cd;
}

    .red-tag .tags__dropdown-tag-label-icon {
        background-color: #e72848;
    }

    .red-tag .icon {
        color: #e72848;
    }

.sulfur-yellow-tag {
    background-color: #fffac2;
}

    .sulfur-yellow-tag .tags__dropdown-tag-label-icon {
        background-color: #ebfa45;
    }

    .sulfur-yellow-tag .icon {
        color: #f4761c;
    }

.tags-edit {
    z-index: 3;
    top: 2.5rem;
    padding: 0.5rem;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: none;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    width: auto;
    height: auto;
    border-radius: 0.4rem;
    box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    -webkit-box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
    -moz-box-shadow: 1px 3px 5px 2px rgba(20, 20, 20, 0.08);
}

.tags-edit__icon-close {
    background-color: transparent;
    margin: 0 0 1rem auto;
    color: #7c7c7e;
}

    .tags-edit__icon-close .icon {
        pointer-events: none;
    }

        .tags-edit__icon-close .icon use {
            pointer-events: none;
        }

.tags__button-close {
    background-color: transparent;
    margin: 0 0 0rem auto;
    color: #7c7c7e;
}

    .tags__button-close .icon {
        pointer-events: none;
    }

        .tags__button-close .icon use {
            pointer-events: none;
        }

.tags-edit__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0.75rem 0;
    font-size: min(5vw, 0.8rem);
    font-weight: 600;
    color: #7c7c7e;
}

.tags-edit__body {
    background-color: #ffffff;
    gap: 0.75rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 2rem), 1fr));
}

.tags-edit__body-color {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 0.2rem;
}

.tags-edit__body-color-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tags-edit__body-color .icon {
    pointer-events: none;
}

.tags-edit__buttons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 2rem 0 1rem 0;
}

.nw-calendar {
    padding: 0.75rem;
    display: block;
    width: 100%;
    margin: 0 -0.75rem;
    background-color: #f7f7f8;
}

.nw-calendar-container {
    padding: 1rem 0.75rem;
    display: block;
    width: auto;
    background-color: #ffffff;
    border-radius: 0.4rem;
}

.date-year {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1rem 0 1rem 0;
}

.date-year__header {
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    border-bottom: 0px solid #dedfe0;
    border-radius: 0;
    padding: 0rem;
    height: auto;
    background-color: transparent;
}

.date-year__btn-prev,
.date-year__btn-next {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0.4rem;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
}

    .date-year__btn-prev svg,
    .date-year__btn-prev .icon,
    .date-year__btn-next svg,
    .date-year__btn-next .icon {
        pointer-events: none;
        margin: auto;
        color: #a02ed5;
    }

        .date-year__btn-prev svg use,
        .date-year__btn-prev .icon use,
        .date-year__btn-next svg use,
        .date-year__btn-next .icon use {
            pointer-events: none;
        }

.date-year__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    padding: 0.4rem;
    font-size: min(4vw, 1rem);
    width: 130px;
    font-weight: 600;
}

.date-year__content--now {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    border-radius: 0.4rem;
    background-color: transparent;
    border: 1px solid transparent;
}

    .date-year__content--now:hover {
        color: #a02ed5;
        border: 1px solid #a02ed5;
        background-color: rgba(160, 46, 213, 0.07);
    }

    .date-year__content--now:active {
        background-color: rgba(160, 46, 213, 0.2);
    }

.calendar-table {
    display: block;
    width: 100%;
}

.calendar-table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 45px;
    border-width: 0px 0 0px 0;
    border-color: #dedfe0;
    border-style: solid;
}

.calendar-table__body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.75rem;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(7, auto);
    width: 100%;
    height: auto;
    border-width: 1px 0px 0px 0px;
    border-color: #dedfe0;
    border-radius: 0;
    border-style: solid;
}

.calendar-table__cell {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    width: min(7vw, 45px);
    height: min(7vw, 45px);
    font-size: min(3.8vw, 0.9rem);
    border-radius: 50%;
    color: #1b1b1b;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    -o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.63, 1);
}

    .calendar-table__cell:hover {
        background-color: #eeeef0;
    }

.calendar-table__cell-today {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #ffffff;
    margin: auto;
    background-color: #a02ed5;
}

    .calendar-table__cell-today:hover {
        background-color: #a02ed5;
    }

.calendar-table__cell-checked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: auto;
    color: #a02ed5;
    border: 1px solid #a02ed5;
    background-color: rgba(160, 46, 213, 0.1);
}

    .calendar-table__cell-checked:hover {
        background-color: rgba(160, 46, 213, 0.1);
    }

.calendar-table__cell--out-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #7c7c7e;
    margin: auto;
    pointer-events: none;
}

.calendar-table__header-title {
    display: unset;
    text-align: center;
    margin: 0 auto;
    font-size: min(4vw, 0.9rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#journal-form-add {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #ffffff;
    border-radius: 1rem;
}

    #journal-form-add .form__block {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        margin-top: 0rem;
        background-color: #ffffff;
        display: block;
        gap: 0;
        padding: 0.75rem 0.75rem 1rem 0.75rem;
        border-radius: 0.4rem;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #a02ed5;
    }

    #journal-form-add .textarea__edit {
        overflow-y: auto;
    }

#card-container-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 13rem), 1fr));
    gap: 0.75rem;
}

#settings {
    padding: 9rem 0 4rem 0;
    display: block;
    height: 100%;
    margin: 0 auto;
}

    #settings .content .title {
        text-align: center;
        margin: 3rem auto 6rem auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

        #settings .content .title span {
            color: #7c7c7e;
        }

    #settings .content .switch {
        margin: 0 0 0 auto;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

@media only screen and (min-width: 992px) {
    #settings .content {
        padding: 4rem auto 0 auto;
    }
}

.swith-button-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 25rem), 1fr));
    background-color: #f7f7f8;
    padding: 0.75rem;
    gap: 0.75rem;
    margin: 0 -0.75rem -0.75rem -0.75rem;
}

.swith-button {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 0.4rem;
}

.switch-info {
    position: relative;
    width: 80%;
    margin: 0.5rem 0;
    padding-right: 0.75rem;
}

    .switch-info p {
        color: #7c7c7e;
        font-size: min(4vw, 0.8rem);
        max-width: 400px;
    }

/* ------------------------------- Goals page styles ------------------------------ */
#users {
    display: block;
    padding: 7rem 0;
    width: 100%;
    height: auto;
}

    #users h1 {
        text-align: center;
        padding: 6rem 0rem 0rem 0;
    }

@media only screen and (min-width: 992px) {
    #users {
        padding: 4rem 0;
    }
}

#users .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 800px;
}

#users .wrapper-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

    #users .wrapper-section .wrapper-section__title {
        margin-bottom: var(--padding-xlarge);
    }

        #users .wrapper-section .wrapper-section__title p {
            margin-bottom: var(--padding-xlarge);
        }

    #users .wrapper-section .wrapper-section__table-container {
        background-color: #f7f7f8;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        #users .wrapper-section .wrapper-section__table-container .icon {
            color: inherit;
        }

    #users .wrapper-section .wrapper-section__table--users tbody tr {
        overflow: hidden;
        background-color: transparent;
    }

    #users .wrapper-section .wrapper-section__table--users td:last-child {
        border-width: 1px 1px 3px 0px;
        height: 100%;
    }

@media only screen and (min-width: 1200px) {
    #users .wrapper-section .wrapper-section__table--users td {
        background-color: #eeeef0;
        height: 100%;
    }
}

#users .wrapper-section .block_container {
    position: relative;
    width: auto;
    height: auto;
}

.btn-tools {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    gap: 0.5rem;
    border-radius: 0 0.2rem 0.2rem 0;
}

    .btn-tools .btn {
        margin: 0 !important;
    }

.header-tools__search--users {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
    margin: 1rem 0 2rem 0;
}

#user-form .textarea__edit {
    min-height: 100px;
}

.form-block--line {
    margin-top: 0.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

.form-block--border {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #c8c8c9;
    padding-bottom: 0.75rem;
}

.form-menu {
    display: block;
    background-color: #ffffff;
    padding: 0.75rem;
}

.form-menu--slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
}

.form-modal {
    display: none;
    padding: 5rem 0;
    overflow-y: auto;
    z-index: 3;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.form-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 3rem 0 4rem 0;
    font-size: 0.9rem;
}

.modal-bg {
    z-index: 3;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 27, 27, 0.8);
}

/* ------------------------------- Goals page styles ------------------------------ */
#new-user {
    display: block;
    padding: 7rem 0;
    width: 100%;
    height: auto;
}

    #new-user h1 {
        text-align: center;
        padding: 6rem 0rem 0rem 0;
    }

@media only screen and (min-width: 992px) {
    #new-user {
        padding: 4rem 0;
    }
}

#new-user .content {
    display: block;
    min-height: 800px;
}

#new-user .form-menu {
    padding: 0;
}

#new-user .wrapper-section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

    #new-user .wrapper-section .wrapper-section__title {
        margin-bottom: var(--padding-xlarge);
    }

        #new-user .wrapper-section .wrapper-section__title p {
            margin-bottom: var(--padding-xlarge);
        }

#new-user .header__img {
    margin: 0 auto 4rem auto;
}

#user-form-new-user .textarea__edit {
    min-height: 100px;
}

.form-block--line {
    margin-top: 0.75rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.75rem;
}

.form-block--border {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #c8c8c9;
    padding-bottom: 0.75rem;
}

@media only screen and (min-width: 992px) {
    .form-block--grid-large {
        display: grid;
        grid-column-start: 1;
        grid-column-end: 3;
    }

        .form-block--grid-large .textarea__edit {
            min-height: 50px;
        }
}

.form-block-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 20rem), 1fr));
    gap: 0.5rem 2rem;
}
