@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;600&family=Quicksand:wght@300;400;500;600&display=swap");
.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-100 {
    width: 100% !important;
}

*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url('/archive/scania3.jpg'); /* Substitua 'caminho/para/sua/imagem.jpg' pelo caminho real da sua imagem */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}

.background {
    
    width: 430px;
    height: 520px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.background .shape {
    height: 200px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
}


.custom-form{
    width: 900px; /* Reduzindo a largura do formulário para evitar cobrir o botão */
    height: auto; /* Ajuste a altura automaticamente com base no conteúdo */
    max-width: 90%; /* Limitando a largura máxima para garantir responsividade */
    background-color: rgba(255, 255, 255, 0.13);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    padding: 50px 35px;
}

.custom-form * {
    font-family: 'ScaniaHeadlineBold';
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}

.custom-form h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
}



::placeholder {
    color: #e5e5e5;
}

.custom-button {
    width: 100%;
    background-color: #ffffff;
    color: #080710;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}

  


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */


/* Document
         ========================================================================== */


/**
       * 1. Correct the line height in all browsers.
       * 2. Prevent adjustments of font size after orientation changes in
       *    IE on Windows Phone and in iOS.
       */

html {
    font-size: 100%;
    line-height: 1.5em;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
         ========================================================================== */


/**
       * Remove the margin in all browsers (opinionated).
       */

body {
    margin: 0;
}


/**
       * Add the correct display in IE 9-.
       */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
       * Correct the font size and margin on `h1` elements within `section` and
       * `article` contexts in Chrome, Firefox, and Safari.
       */

h1 {
    font-size: 2.75rem;
    line-height: 3rem;
    /* Set 1 unit of vertical rhythm on the top and bottom margins. */
    margin: 1.5rem 0;
}

h2 {
    font-size: 1.5rem;
    line-height: 3rem;
    margin: 1.5rem 0;
}

h3 {
    font-size: 1.17rem;
    line-height: 1.5rem;
    margin: 1.5rem 0;
}

h4 {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 1.5rem 0;
}

h5 {
    font-size: 0.83rem;
    line-height: 1.5rem;
    margin: 1.5rem 0;
}

h6 {
    font-size: 0.67rem;
    line-height: 1.5rem;
    margin: 1.5rem 0;
}


/* Grouping content
         ========================================================================== */


/**
         * Set 1 unit of vertical rhythm on the top and bottom margin.
         */

blockquote {
    margin: 1.5rem 40px;
}

dl,
ol,
ul {
    margin: 1.5rem 0;
}


/**
         * Turn off margins on nested lists.
         */

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

dd {
    margin: 0 0 0 40px;
}

ol,
ul {
    padding: 0 0 0 40px;
}


/**
       * Add the correct display in IE 9-.
       */

figcaption,
figure {
    display: block;
}


/**
       * Add the correct margin in IE 8.
       */

figure {
    margin: 1.5rem 40px;
}


/**
       * 1. Add the correct box sizing in Firefox.
       * 2. Show the overflow in Edge and IE.
       */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
       * Add the correct display in IE.
       */

main {
    display: block;
}


/**
         * Set 1 unit of vertical rhythm on the top and bottom margin.
         */

p,
pre {
    margin: 1.5rem 0;
}


/**
       * 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 */
}


/* Links
         ========================================================================== */


/**
       * 1. Remove the gray background on active links in IE 10.
       * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
       */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/* Text-level semantics
         ========================================================================== */


/**
       * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
       * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
       */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
       * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
       */

b,
strong {
    font-weight: inherit;
}


/**
       * 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 style in Android 4.3-.
       */

dfn {
    font-style: italic;
}


/**
       * Add the correct background and color in IE 9-.
       */

mark {
    background-color: #ff0;
    color: #000;
}


/**
       * 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
         ========================================================================== */


/**
       * Add the correct display in IE 9-.
       */

audio,
video {
    display: inline-block;
}


/**
       * Add the correct display in iOS 4-7.
       */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
       * Remove the border on images inside links in IE 10-.
       */

img {
    border-style: none;
}


/**
       * Hide the overflow in IE.
       */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
         ========================================================================== */


/**
       * 1. Change the font styles in all browsers (opinionated).
       * 2. Remove the margin in Firefox and Safari.
       */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.5em;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
       * Show the overflow in IE.
       */

button {
    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;
}


/**
       * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
       *    controls in Android 4.
       * 2. Correct the inability to style clickable types in iOS and Safari.
       */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    /**
         * Remove the inner border and padding in Firefox.
         */
    /**
         * Restore the focus styles unset by the previous rule.
         */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
       * Show the overflow in Edge.
       */

input {
    overflow: visible;
}


/**
       * 1. Add the correct box sizing in IE 10-.
       * 2. Remove the padding in IE 10-.
       */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
       * Correct the cursor style of increment and decrement buttons in Chrome.
       */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
       * 1. Correct the odd appearance in Chrome and Safari.
       * 2. Correct the outline style in Safari.
       */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
    /**
         * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
         */
}

[type="search"]::-webkit-search-cancel-button,
[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 */
}


/**
       * Correct the padding in Firefox.
       */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
       * 1. Correct the text wrapping in Edge and IE.
       * 2. Correct the color inheritance from `fieldset` elements in IE.
       * 3. Remove the padding so developers are not caught out when they zero out
       *    `fieldset` elements in all browsers.
       */

legend {
    box-sizing: border-box;
    /* 1 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    color: inherit;
    /* 2 */
    white-space: normal;
    /* 1 */
}


/**
       * 1. Add the correct display in IE 9-.
       * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
       */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
       * Remove the default vertical scrollbar in IE.
       */

textarea {
    overflow: auto;
}


/* Interactive
         ========================================================================== */


/*
       * Add the correct display in Edge, IE, and Firefox.
       */

details {
    display: block;
}


/*
       * Add the correct display in all browsers.
       */

summary {
    display: list-item;
}


/*
       * Add the correct display in IE 9-.
       */

menu {
    display: block;
    /*
           * 1. Set 1 unit of vertical rhythm on the top and bottom margin.
           * 2. Set consistent space for the list style image.
           */
    margin: 1.5rem 0;
    /* 1 */
    padding: 0 0 0 40px;
    /* 2 */
    /**
           * Turn off margins on nested lists.
           */
}

menu menu,
ol menu,
ul menu {
    margin: 0;
}


/* Scripting
         ========================================================================== */


/**
       * Add the correct display in IE 9-.
       */

canvas {
    display: inline-block;
}


/**
       * Add the correct display in IE.
       */

template {
    display: none;
}


/* Hidden
         ========================================================================== */


/**
       * Add the correct display in IE 10-.
       */

[hidden] {
    display: none;
}

@font-face {
    font-family: "ScaniaHeadlineBold";
    src: url("../fonts/ScaniaSansHeadline-Bold.woff") format("woff");
}

@font-face {
    font-family: "ScaniaHeadlineRegular";
    src: url("../fonts/ScaniaSansHeadline-Regular.woff") format("woff");
}

.crop-text-1 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.crop-text-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.crop-text-3 {
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.crop-text-4 {
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.crop-text-5 {
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.login-wrapper .login__view .login__view__title .login__view__title--primary__text {
    font-size: 2.25rem;
    font-weight: 400;
    font-family: "ScaniaHeadlineRegular", sans-serif;
}

.login-wrapper .login__view .login__view__title .login__view__title--secondary__text {
    font-size: 4rem;
    font-weight: 200;
    font-family: "ScaniaHeadlineBold", sans-serif;
}

.login-wrapper .login__view .login__view__footer {
    font-family: Arial, sans-serif;
}

.sidebar-container .sidebar .sidebar__header,
.sidebar-container .sidebar .sidebar__itens .sidebar__divider {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.sidebar-container .sidebar li span {
    font-family: Arial, sans-serif;
    font-weight: 200;
    font-size: 0.75rem;
}

.sidebar-container .sidebar .sidebar__itens>li>a:hover span,
.sidebar-container .sidebar .sidebar__itens li a.active span,
.sidebar-container .sidebar .sidebar__itens--dropdown .sidebar__itens__submenu li a:hover span {
    font-weight: 600 !important;
}

.content-container .content__header .content__header__title {
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.content-container .content__header .content__header__subtitle {
    font-family: Arial, sans-serif;
    font-weight: 200;
}

.content-container .content__header .breadcrumb-item {
    text-transform: capitalize;
}

.content-container .widget .widget__header .widget__header__title {
    font-family: Arial, sans-serif;
    font-weight: 300 !important;
}

.content-container .widget .widget__header .widget__header__subtitle {
    font-family: Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 0.75rem;
}

.content-container .widget .widget__header .widget__header__icon__container {
    font-size: 0.75rem !important;
}

.content-container .widget .widget__body table th {
    font-family: Arial, sans-serif;
    font-weight: 600 !important;
}

.content-container .widget .widget__body table td {
    font-family: Arial, sans-serif;
    font-weight: 500 !important;
}

.content-container .widget .widget__body table td:first-of-type {
    font-family: Arial, sans-serif;
    font-weight: 600 !important;
}

.content-container .widget .widget__kpi__title {
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.content-container .widget .widget__kpi__title span {
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.content-container .widget .widget__body .widget__supplier {
    font-family: "ScaniaHeadlineRegular", sans-serif;
    font-weight: 400;
}

.content-container .widget .widget__body .widget__supplier span {
    font-family: "ScaniaHeadlineBold", sans-serif;
}

.content-container .widget.widget--profile .widget__body {
    font-family: Arial, sans-serif;
}

.content-container .widget.widget--profile .widget__body .user__name,
.content-container .widget.widget--profile .widget__body .user__job__title,
.content-container .widget.widget--profile .widget__body .user__job__area {
    margin: 0rem;
}

.content-container .widget.widget--profile .widget__body .user__name {
    font-weight: 600 !important;
}

.content-container .widget.widget--profile .widget__body .user__job__title {
    font-weight: 400 !important;
}

.content-container .widget.widget--profile .widget__body .user__job__area {
    font-family: Arial, sans-serif;
    font-weight: 500 !important;
}

.content-container .widget.widget--tab .widget__body .nav-link {
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.content-container .widget.widget--image .eval__widget__icon__header {
    font-size: 4.5rem;
}

.content-container .widget.widget--image .eval__widget__title {
    font-family: Arial, sans-serif;
    font-weight: 200;
}

.content-container .widget.widget--image .eval__widget__subtitle {
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.content-container .widget .widget__body .test__latest__card .test__latest__card__body__skill {
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.content-container .widget .widget__body .test__latest__card .test__latest__card__body__title {
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.content-container .widget .widget__body .test__latest__card .test__latest__card__body__dates {
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.content-container .widget .widget__body .test__latest__card .test__latest__card__body__dates .test__latest__card__body__dates__inicial,
.content-container .widget .widget__body .test__latest__card .test__latest__card__body__dates .test__latest__card__body__dates__final {
    font-weight: 400 !important;
}

.content-container .widget .widget__body .test__question__title,
.content-container .widget .widget__header .aval360__final,
.content-container .widget .widget__header .aval360__final__grade {
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.content-container .widget .widget__kpi__header__title {
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.content-container .widget .widget__kpi__value {
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.content-container .widget .widget__body .test__question__answer__title {
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.content-container .simulation__header__heading {
    font-family: Arial, sans-serif;
    font-weight: 600;
}

.modal .modal__header__title {
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    margin: 0;
}

.modal .modal__section__title {
    font-family: Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    margin: 0;
}

.swal2-header {
    font-family: Arial, sans-serif;
    font-weight: 500;
}

.swal2-content {
    font-family: Arial, sans-serif;
    font-weight: 400;
}

.modal .modal__body .modal__action__plan__type,
.modal .modal__body .modal__action__plan__skill,
.modal .modal__body .modal__action__plan__description {
    margin: 0.75rem 0rem 0rem;
}

.modal .modal__body .modal__action__plan__type {
    text-transform: capitalize;
    font-size: 1.125rem;
}

.widget__header__icon__container__i {
    font-size: 1.125rem;
}


/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */

html,
body,
.view {
    height: 100%;
}

@media (max-width: 740px) {
    .full-page-intro {
        height: 1000px;
    }
}


/* Half Page Carousel itself*/

.carousel {
    height: 50%;
}

.carousel .carousel-inner {
    height: 100%;
}

.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
    height: 100%;
}


/* Adjustment for mobile devices*/

@media (max-width: 776px) {
    .carousel {
        height: 100%;
    }
}


/* Navbar animation */

.navbar {
    background-color: rgba(0, 0, 0, 0.3);
}

.top-nav-collapse {
    background-color: #1c2331;
}


/* Adding color to the Navbar on mobile */

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1c2331;
    }
}


/* Footer color for sake of consistency with Navbar */

.page-footer {
    background-color: #1c2331;
}

body,
html {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

hr {
    margin: 0rem;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.25rem;
}

h3 {
    font-size: 1.5rem;
}

select {
    margin: 0.75rem 0rem;
}

.md-form.md-outline select+label.active {
    transform: translateY(-15px) scale(0.8) !important;
}

section {
    padding: 0.75rem 0.75rem 0rem;
}

.tooltip-inner {
    width: 1000px !important;
}

.btn--toggle {
    cursor: pointer;
    transition: all 0.3s;
    padding: 0rem 0.375rem;
}

.btn--toggle_hidd {
    cursor: auto;
    transition: all 0.3s;
    padding: 0rem 0.50rem;
    background: transparent;
}

.md-form.md-outline {
    margin: 0.75rem 0rem !important;
}

.md-form .validate {
    margin-bottom: 1.5rem !important;
}

.modal .modal-dialog {
    margin: 7.5rem auto;
}

.modal .modal-dialog.modal-xlg {
    width: 80% !important;
    max-width: none !important;
}

.modal .modal-dialog .modal-header {
    position: absolute;
    width: 90%;
    left: 5%;
    top: -1.5rem;
    border-radius: 0.3125rem;
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.31);
}

.modal .modal-dialog .modal-body {
    padding-top: 3rem;
}

.morris-hover {
    position: absolute;
    z-index: 1000;
}

.morris-hover.morris-default-style {
    border-radius: 10px;
    padding: 6px;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border: solid 2px rgba(230, 230, 230, 0.8);
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
}

.morris-hover.morris-default-style .morris-hover-row-label {
    font-weight: bold;
    margin: 0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: 0.1em 0;
}

.table-scrollable {
    overflow-x: auto;
    max-width: 100%;
    box-shadow: inset 0 0 5px rgba(150, 150, 150, 0.35);
    margin: auto;
}

svg {
    width: 100%;
}

svg rect {
    cursor: pointer;
}

.dropdown-menu {
    max-height: 25rem;
    overflow-y: auto;
}

.dataTables_wrapper ul {
    margin: 0rem;
}

.dataTables_wrapper th,
.dataTables_wrapper td {
    padding-left: 2.25rem !important;
}

.dataTables_filter,
.dataTables_info,
.dataTables_length,
.dataTables_paginate {
    padding: 0 1.5rem;
}

.loader-wrapper {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px;
    z-index: 10000;
    transition: all 500ms ease-in;
}

.loader__backdrop {
    transition: 300ms;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: white;
    z-index: 1000;
}

.loader-wrapper .load {
    width: 14vh;
    height: 12vh;
    display: flex;
    justify-content: space-evenly;
}

.loader-wrapper .load .load__bar {
    height: 100%;
    width: 2vh;
    animation: bars 950ms backwards infinite ease-in-out alternate;
    border-radius: 0.1875rem;
}

.loader-wrapper .load .load__bar--1 {
    animation-delay: 190ms;
}

.loader-wrapper .load .load__bar--1-inv {
    animation-delay: 745ms;
    animation-direction: alternate-reverse;
}

.loader-wrapper .load .load__bar--1-inv:hover {
    animation-play-state: paused;
}

.loader-wrapper .load .load__bar--2 {
    animation-delay: 380ms;
}

.loader-wrapper .load .load__bar--2-inv {
    animation-delay: 725ms;
    animation-direction: alternate-reverse;
}

.loader-wrapper .load .load__bar--2-inv:hover {
    animation-play-state: paused;
}

.loader-wrapper .load .load__bar--3 {
    animation-delay: 570ms;
}

.loader-wrapper .load .load__bar--3-inv {
    animation-delay: 1365ms;
    animation-direction: alternate-reverse;
}

.loader-wrapper .load .load__bar--3-inv:hover {
    animation-play-state: paused;
}

.loader-wrapper .load .load__bar--4 {
    animation-delay: 760ms;
}

.loader-wrapper .load .load__bar--4-inv {
    animation-delay: 1540ms;
    animation-direction: alternate-reverse;
}

.loader-wrapper .load .load__bar--4-inv:hover {
    animation-play-state: paused;
}

.loader-wrapper .load .load__bar--5 {
    animation-delay: 950ms;
}

.loader-wrapper .load .load__bar--5-inv {
    animation-delay: 1205ms;
    animation-direction: alternate-reverse;
}

.loader-wrapper .load .load__bar--5-inv:hover {
    animation-play-state: paused;
}

@keyframes bars {
    0% {
        transform: scaleY(0.5);
    }
    100% {
        transform: scaleY(1);
    }
}

.login-wrapper {
    height: 100%;
    width: 100%;
}

.login-wrapper .login__view .login__overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.login-wrapper .login__view .img__login__style {
    position: absolute;
    width: 80vh;
    height: 80vh;
    top: 8vh;
    left: 3vw;
    opacity: 1;
}

.login-wrapper .login__view .img__login__styleHome {
    align-items: center;
    display: flex;
    max-width: 200%;
    max-height: 150%;
    top: 0vh;
    left: 0vw;
    opacity: 1;
}

.login-wrapper .login__view .login__overlayHome {
    position: absolute;
    top: 0;
    width: 200%;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}

.login-wrapper .login__view__footerFooter {
    position: absolute;
    bottom: 60%!important;
    width: 100%!important;
}

.login-wrapper .login__view .login__view__title .login__view__title--primary__text {
    padding: 0rem 0.75rem;
}

.login-wrapper .login__view .login__view__title .login__view__title--secondary__text {
    padding: 0rem 0rem;
}

.login-wrapper .login__view .login__view__title {
    position: absolute;
    top: 30rem;
    left: 10vw;
    z-index: 1000;
}

.login-wrapper .login__form {
    background: white;
    height: 100vh;
}

.login-wrapper .login__form .login__form__container {
    margin-top: 50%;
}

.login-wrapper .login__form .login__form__container .login__form__backward {
    display: none;
    opacity: 0;
}

.navbar-container {
    min-height: 100vh;
    width: 100%;
    transition: ease-in-out 0.4s;
    position: absolute;
    top: 0;
    right: 0;
}

.navbar-container.active {
    width: 100%;
}

.navbar-container .navbar {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 999;
    border-bottom: 1px solid;
    box-shadow: none;
}

.navbar-container .navbar .navbar__nav {
    margin-left: 280px;
}

.navbar-container .navbar .navbar__image__logo {
    width: 9.375rem;
}

.navbar-container .navbar .navbar__image__logo_png {
    width: 10%;
}

.navbar-container .navbar .btn__sidebar__collapse {
    position: absolute;
    right: 0.625rem;
}

@media (max-width: 500px) {
    .navbar-container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-container {
        width: 100%;
    }
}

.sidebar-container {
    margin-left: -280px;
    width: 280px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    height: 100vh !important;
    transition: ease-in-out 0.4s;
    padding-bottom: 10px;
}

.sidebar-container.sidebar--active {
    margin-left: 0;
}

.sidebar-container .sidebar {
    position: relative;
    width: 100%;
    height: 100vh;
}

.sidebar-container .sidebar .sidebar__header {
    padding-top: 72px;
}

.sidebar-container .sidebar .sidebar__itens {
    padding: 1.25rem 0.625rem 0.625rem 0.625rem;
    margin: 0;
}

.sidebar-container .sidebar .sidebar__itens .sidebar__divider {
    padding: 0.3125rem;
    margin: 0;
}

.sidebar-container .sidebar ul li a {
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    border-radius: 0.3125rem;
    display: inline-block;
    transition: 0.3s;
}

.sidebar-container .sidebar ul li a span {
    transition: 0.3s;
}

.sidebar-container .sidebar .sidebar__itens li a {
    width: 100%;
    text-decoration: none;
    position: relative;
}

.sidebar-container .sidebar .sidebar__itens li a i {
    margin-right: 0.625rem;
}

.sidebar-container .sidebar .sidebar__itens .sidebar__itens--dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 0.9375rem;
    top: 0.625rem;
    transition: all 0.3s;
}

.sidebar-container .sidebar .sidebar__itens .sidebar__itens--dropdown .sidebar__itens__submenu {
    display: none;
}

.sidebar-container .sidebar .sidebar__itens .sidebar__itens--dropdown .sidebar__itens__submenu ul {
    padding: 5px 0;
}

.sidebar-container .sidebar .sidebar__itens .sidebar__itens--dropdown .sidebar__itens__submenu ul li {
    padding-left: 1.875rem;
    transition: 0.3s;
}

.sidebar-container .sidebar .sidebar__itens .sidebar__itens--dropdown.active>a:after {
    transform: rotate(90deg);
    right: 17px;
}

@media (max-width: 500px) {
    .sidebar-container {
        margin-left: 0;
    }
    .sidebar-container.sidebar--active {
        margin-left: -280px;
    }
}

@media (min-width: 768px) {
    .sidebar-container {
        margin-left: -280px;
    }
    .sidebar-container.sidebar--active {
        margin-left: 0;
    }
}

.img__style {
    width: 100%;
}

.page-wrapper {
    opacity: 0;
    transition: all 500ms ease-in;
}

.content-container {
    width: 100%;
    padding: 0.9375rem;
    padding-top: 60px;
    min-height: 100vh;
    transition: ease-in-out 0.4s;
    position: absolute;
    top: 0;
    right: 0;
}

.content-container.content--active {
    width: calc(100% - 280px);
}

.content-container .widget-container {
    padding: 0.75rem 0rem;
}

.content-container .widget {
    border-radius: 10px;
    overflow: hidden;
}

.content-container .widget.widget--dropdown {
    overflow: visible !important;
}

.content-container .widget.widget--image {
    padding: 0rem;
}

.content-container .widget.widget--image header {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}

.content-container .widget.widget--image .widget__header {
    padding: 0rem;
}

.content-container .widget .widget__header {
    padding: 0rem 0.75rem;
    overflow: hidden;
}

.content-container .widget.widget--dropdown .widget__header {
    overflow: visible !important;
}

.content-container .widget.widget--profile .widget__header {
    padding: 0;
    max-height: 9.375rem;
}

.content-container .widget.widget--profile .widget__header img {
    margin-top: -20%;
    width: 100%;
}

.content-container .widget.widget--table .widget__body,
.content-container .widget.widget--tab .widget__body {
    padding: 0rem;
}

.content-container .widget .widget__header__title {
    margin: 1.5rem 0rem 0.75rem 0rem !important;
}

.content-container .widget .section__title {
    margin: 0rem !important;
}

.content-container .widget .widget__header__subtitle {
    margin: 0.75rem 0rem !important;
}

.content-container .widget .widget__header__icon__container {
    margin: 1.5rem 0rem;
}

.content-container .widget .widget__header__icon__container .widget__header__icon__container__i {
    margin: 0rem 0.375rem;
}

.content-container .widget.widget--profile .widget__body {
    padding: 0.75rem;
    margin-left: 25%;
}

.content-container .widget.widget--profile .user__picture__wrapper {
    position: absolute;
    top: 5.9375rem;
    left: calc(25% - (130px));
}

.content-container .widget.widget--profile .user__picture__wrapper img {
    width: 130px;
    height: 130px;
}

.content-container .widget .widget__body {
    padding: 0.75rem;
}

.content-container .widget .widget__body .widget__body__loader__backdrop {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    bottom: 0.75rem;
    right: 0.75rem;
    opacity: 0;
    background-color: white;
    transition: 0.3s;
}

.content-container .widget .widget__body .table.dataTable tbody tr {
    transition: 300ms ease-in-out;
}

.content-container .widget.widget--tab .widget__body .tab-pane {
    overflow-y: auto;
}

.content-container .widget.widget--tab .nav-tabs .nav-item {
    margin: 0;
}

.content-container .widget.widget--tab .nav-tabs .nav-link {
    border: none;
    border-bottom: 1px solid transparent;
}

.content-container .widget.widget--tab .nav-tabs .nav-link:hover {
    outline: none;
    border: none;
    border-bottom: 1px solid;
}

.content-container .widget .widget__body .user__course__picture img {
    width: 100%;
}

.content-container .widget .widget__body .user__job__information__tab .job__information,
.content-container .widget .widget__body .user__job__information__tab .user__job__information__tab__title {
    margin: 0.375rem 0rem;
}

.content-container .widget .widget__body .test__information__latest__tab {
    padding: 0.75rem 2.25rem;
}

.content-container .widget .widget__body .test__latest__card {
    padding: 0.375rem 0.75rem;
    margin: 0.75rem 0rem;
    border-left: 0.1875rem solid;
}

.content-container .widget .widget__body .col__aligned__vertical,
.content-container .widget .widget__body .test__latest__card .test__latest__card__body__access {
    margin: auto 0rem;
}

.content-container .widget .widget__body .test__latest__card .test__latest__card__body {
    padding: 0.375rem 0.75rem;
}

.content-container .widget .widget__body .test__latest__card .test__latest__card__body__skill,
.content-container .widget .widget__body .test__latest__card .test__latest__card__body__title,
.content-container .widget .widget__body .test__latest__card .test__latest__card__body__dates {
    margin: 0.375rem 0rem;
}

.content-container .widget .widget__body .test__latest__card .test__latest__card__body__skill span,
.content-container .widget .widget__body .test__latest__card .test__latest__card__body__title span,
.content-container .widget .widget__body .test__latest__card .test__latest__card__body__dates span {
    margin: 0rem 0.375rem;
}

.content-container .widget .widget__body #table__estimated__list td,
#modal__table__mimaty__list td {
    padding: 0.375rem 0rem;
}

.content-container .widget .widget__body .test__question__row .md-outline {
    margin: 0rem !important;
}

.content-container .widget .widget__footer {
    padding: 1.5rem 0rem;
}

.content-container .widget .widget__body .test__question__title,
.content-container .widget .widget__body .test__question__answer__title {
    margin: 0.375rem;
}

.content-container .widget .container__bottom--1 {
    position: absolute;
    bottom: 0.75rem;
}

.content-container .widget .container__right--1 {
    position: absolute;
    right: 0.75rem;
}

.content-container .widget .container__bottom--2 {
    position: absolute;
    bottom: 1.5rem;
}

.content-container .widget .container__right--2 {
    position: absolute;
    right: 1.5rem;
}

.content-container .widget .container__bottom--3 {
    position: absolute;
    bottom: 2.25rem;
}

.content-container .widget .container__right--3 {
    position: absolute;
    right: 2.25rem;
}

.content-container .widget .container__bottom--4 {
    position: absolute;
    bottom: 3rem;
}

.content-container .widget .container__right--4 {
    position: absolute;
    right: 3rem;
}

.modal .modal-dialog .modal-body.modal__body--table {
    padding: 3rem 0rem;
}

.modal .modal__section__title {
    margin: 0rem;
}

.modal .col__aligned__vertical {
    margin: auto 0rem;
}

@media (max-width: 500px) {
    .content-container {
        width: 100%;
    }
    .content-container.content--active {
        width: 100%;
    }
    .content-container .widget-container {
        padding: 0.75rem;
    }
    .content-container .widget.widget--profile .widget__body {
        margin: 65px 0rem 0rem;
        text-align: center;
    }
    .content-container .widget.widget--profile .user__picture__wrapper {
        top: 5.9375rem;
        left: calc(50% - (130px/ 2));
    }
}

@media (min-width: 768px) {
    .content-container .widget-container {
        padding: 0.75rem;
    }
    .content-container {
        width: 100%;
    }
    .content-container.content--active {
        width: calc(100% - 280px);
    }
}

.box {
    position: relative;
    background: #ffffff;
    width: 100%;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 150px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone {
    text-align: center;
}

.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}

.content-container .widget .widget__body .role__step__paragraph {
    margin: 0.375rem 0rem;
}

.content-container .widget .widget__body .role__step__paragraph .role__step {
    outline: none;
    font-size: 1.5rem;
}

.dd {
    pointer-events: none;
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    max-width: 600px;
    list-style: none;
    line-height: 20px;
}

.dd.role__edition {
    cursor: pointer;
    pointer-events: all !important;
}

.dd .btn--delete {
    position: absolute !important;
    right: 0 !important;
}

.dd .btn--delete--market {
    position: relative !important;
    right: 0 !important;
}

.dd .btn--edit--market {
    position: absolute !important;
    right: 1.5rem !important;
}

.dd .btn--edit--calenda {
    position: absolute !important;
    right: 1.5rem !important;
}

.dd .btn--edit {
    position: absolute !important;
    right: 1.5rem !important;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-left: 30px;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.nestable__content {
    position: absolute;
    right: 0;
    top: 0.375rem;
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 5px 10px;
    text-decoration: none;
    font-weight: bold;
    border: 0.0625rem solid;
    border-radius: 3px;
    box-sizing: border-box;
    transition: 0.3s;
}

.dd-item>button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item>button:before {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item>button.dd-expand:before {
    content: "+";
}

.dd-item>button.dd-collapse:before {
    content: "-";
}

.dd-expand {
    display: none;
}

.dd-collapsed .dd-list,
.dd-collapsed .dd-collapse {
    display: none;
}

.dd-collapsed .dd-expand {
    display: block;
}

.dd-empty,
.dd-placeholder {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #750a0a;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel>.dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.dd-nochildren .dd-placeholder {
    display: none;
}

.body-theme {
    background: hsl(220, 67%, 96%) !important;
    color: black(0, 0, 0);
}

.body-theme .login-wrapper {
    background: black;
}

.body-theme .login-wrapper .login__view .login__overlay {
    background: linear-gradient(225deg, rgba(1, 0, 51, 0.7), rgba(207, 207, 207, 0.7)) !important;
}

.body-theme .login-wrapper .login__view .login__overlayHome {
    background: linear-gradient(225deg, rgba(1, 0, 51, 0.7), rgba(207, 207, 207, 0.7)) !important;
}

.body-theme .breadcrumb {
    background-color: hsl(220, 67%, 96%);
}

.body-theme .btn--delete {
    color: #ff1111;
}

.body-theme .btn--delete--market {
    color: #ff1111;
}

.body-theme .btn--edit--market {
    color: #ffaa00;
}

.body-theme .btn--delete:hover {
    color: #f70000;
}

.body-theme .btn--edit {
    color: #ffaa00;
}

.body-theme .btn--edit:hover {
    color: #e69900;
}

.body-theme .btn--edit--calenda:hover {
    color: #f70000;
}

.body-theme .btn--edit--calenda {
    color: #ffaa00;
}

.body-theme .btn--edit--calenda:hover {
    color: #e69900;
}

.body-theme .loader-wrapper .load .load__bar {
    background-color: #1e3a5c;
}

.body-theme .loader-wrapper .load .load__bar--1-inv {
    background-color: #2a3b50;
    box-shadow: 0px 0px 0.3125rem #2a3b50;
}

.body-theme .loader-wrapper .load .load__bar--2-inv {
    background-color: #2a3b50;
    box-shadow: 0px 0px 0.3125rem #2a3b50;
}

.body-theme .loader-wrapper .load .load__bar--3-inv {
    background-color: #2a3b50;
    box-shadow: 0px 0px 0.3125rem #2a3b50;
}

.body-theme .loader-wrapper .load .load__bar--4-inv {
    background-color: #2a3b50;
    box-shadow: 0px 0px 0.3125rem #2a3b50;
}

.body-theme .loader-wrapper .load .load__bar--5-inv {
    background-color: #2a3b50;
    box-shadow: 0px 0px 0.3125rem #2a3b50;
}

.body-theme .navbar {
    background: #041E42 !important;
    border-color: #041E42;
}

.body-theme .navbar-brand {
    color: #041E42;
}

.body-theme .page-wrapper .sidebar-container {
    background: #041E42;
    border-color: #041E42;
}

.body-theme .page-wrapper .sidebar .sidebar__itens .sidebar__divider {
    color: #ffffff;
}

.body-theme .page-wrapper .sidebar .sidebar__itens li a {
    color: #d1d7e0;
}

.body-theme .page-wrapper .sidebar .sidebar__itens>li>a:hover {
    background-color: #041E42;
    color: white;
}

.body-theme .page-wrapper .sidebar .sidebar__itens li a.active {
    background-color: #041E42;
    color: white;
}

.body-theme .page-wrapper .sidebar .sidebar__itens--dropdown .sidebar__itens__submenu li {
    border-color: #d1d7e0;
}

.body-theme .page-wrapper .sidebar .sidebar__itens--dropdown .sidebar__itens__submenu li a {
    border-color: #041E42;
}

.body-theme .page-wrapper .sidebar .sidebar__itens--dropdown .sidebar__itens__submenu li a:hover {
    background-color: #112236;
    color: white;
}

.body-theme .content-container .widget {
    background: white;
}

.body-theme .content-container .widget.widget--bordered {
    border-top: 2px solid #1e3a5c;
}

.body-theme .content-container .widget .widget__header span {
    color: #919191;
}

.body-theme .content-container .widget .widget__header span:hover {
    color: #777777;
}

.body-theme .content-container .widget .widget__header.widget--subtitled .container-fluid {
    border-bottom: 1px solid #98e1fd;
}

.body-theme .content-container .widget .table a {
    color: #2058A8;
}

.body-theme .content-container .widget .table a:hover {
    color: #87AFE8;
}

.body-theme .content-container .widget .widget__body .test__latest__card--primary {
    border-color: #1e3a5c;
}

.body-theme .content-container .widget .widget__body .test__latest__card--danger {
    border-color: #ff4444;
}

.body-theme .content-container .widget .widget__body .test__latest__card--warning {
    border-color: #ffbb33;
}

.body-theme .content-container .widget .widget__body .table.dataTable tbody tr:hover {
    background-color: #ebf1f8;
}

.body-theme .widget.widget--image .widget--image__backdrop.darken-1 {
    background: #777777;
    opacity: 0.5;
}

.body-theme .widget.widget--image .widget--image__backdrop.darken-2 {
    background: #111111;
    opacity: 0.5;
}

.body-theme .widget.widget--image .widget--image__backdrop.darken-3 {
    opacity: 0.5;
}

.body-theme .widget.widget--image .widget--image__backdrop.darken-4 {
    opacity: 0.5;
}

.body-theme .widget .btn-primary {
    background-color: #1e3a5c !important;
    color: white !important;
}

.body-theme .widget .btn-secondary {
    background-color: #04aae9 !important;
    color: white !important;
}

.body-theme .widget .btn-success {
    background-color: #00c851 !important;
    color: white !important;
}

.body-theme .modal .modal-dialog .modal__header--primary {
    background-color: #041E42;
    color: white;
}

.body-theme .modal .modal-dialog .modal__header--warning {
    background-color: #ffbb33;
    color: white;
}

.body-theme .modal .modal-dialog .modal__header--excep {
    background-color: #33c5ff;
    color: white;
}

.body-theme .widget.widget--tab .nav-tabs .nav-link.active {
    transition: 0.3s;
    border: none;
    border-bottom: 0.0625rem solid #1e3a5c;
}

.ui-widget-header {
    background: #1e3a5c !important;
}

.toggle-btn {
    background-color: #268880;
    color: #fff;
    border: none;
    padding: 5px 5px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-btn:hover {
    background-color: #308e9f;
}

.toggle-btn:focus {
    outline: none;
}

.toggles-btn {
    background-color: #268880;
    color: #fff;
    border: none;
    padding: 5px 5px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggles-btn:hover {
    background-color: #308e9f;
}

.toggles-btn:focus {
    outline: none;
}


/* Some basic styling for the sidebar and menu */

.sidebar {
    width: 200px;
    background-color: #06295a;
    padding: 20px;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    cursor: pointer;
}

li:hover {
    background-color: #ffffff;
    border-radius: 8px;
}

.sublist {
    display: none;
}

.editable-number {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #0ee077;
    border-radius: 4px;
    min-width: 40px;
    text-align: center;
    cursor: text;
}

.editable-numberComp {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #4fd6ee;
    border-radius: 4px;
    min-width: 40px;
    text-align: center;
    cursor: text;
}

.sucess {
    color: #00c851;
}

.danger {
    color: red;
}

.operationRate {
    color: red;
}

.error {
    border: 1px solid red;
    background-color: #FFDDDD;
}

.success {
    border: 1px solid #61EE4F;
    background-color: #E2F6E8;
}

.successBr {
    border: 1px solid #4fd6ee;
    background-color: #E2F6E8;
}

#category_style:last-child {
    text-align: center;
    height: 37px !important;
}

.select2-selection {
    height: 37px !important;
}

.cssHome {
    width: 100dvw;
    height: 100dvh;
    background-image: url('../res/scania-prc.jpg');
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 100px !important;
    font-weight: 200;
    font-family: "ScaniaHeadlineBold", sans-serif;
    position: relative;
    z-index: -3;
}

.homestyle {
    background: linear-gradient(225deg, rgba(1, 0, 51, 0.7), rgba(207, 207, 207, 0.7)) !important;
    width: 100dvw;
    height: 100dvh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.homeStyleTexto {
    font-size: 2.25rem;
    font-weight: 400;
    font-family: "ScaniaHeadlineRegular", sans-serif;
}

.homeStyleTexto2 {
    font-size: 0.83rem;
    line-height: 1.5rem;
    margin: 1.5rem 0;
}

.login-wrapper .login__view .login__view__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.homestyleText {
    font-size: 0.83rem;
    line-height: 1.5rem;
    margin: 1.5rem 0;
    margin-top: 48%;
    text-align: center;
    font-family: Arial, sans-serif;
}

.fixed-table {
    table-layout: fixed;
    width: 49.5%;
}

.fixed-table th,
.fixed-table td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Especificar larguras das colunas */
.fixed-table th.market {
    width: 21.6%;
}

.fixed-table th.last-market-proposal {
    width: 17.5%;
}

.fixed-table th.market-proposal {
    width: 15.5%;
}

.fixed-table th.market-variation {
    width: 15.5%;
}


.fixed-table-summary {
    table-layout: fixed;
    width: 49.5%;
}

.fixed-table-summary th,
.fixed-table-summary td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Especificar larguras das colunas */
.fixed-table-summary th.market {
    width: 21.6%;
}

.fixed-table-summary th.last-market-proposal {
    width: 17.5%;
}

.fixed-table-summary th.market-proposal {
    width: 15.5%;
}

.fixed-table-summary th.market-variation {
    width: 15.5%;
}


.proposal-header {
    font-weight: bold;
    background-color: #268880; /* Azul claro */
    color: white;
}

.proposal-cell {
    font-weight: bold;
    background-color: #268880; /* Azul claro */
    color: rgb(255, 255, 255);
}