/* your styles go here */

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.light-overlogin::after,
.dark-overlogin::after,
.gradient-overlogin::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .5;
    background: #000;
}


/**---------------------------------
------       Botão rosa
---------------------------------**/

.btn-pink {
    color: #fff;
    background-color: #d63384;
    border-color: #d63384;
}

.btn-pink:hover {
    color: #fff;
    background-color: #a32162;
    border-color: #a32162;
}

.btn-check:focus+.btn-pink,
.btn-pink:focus {
    color: #fff;
    background-color: #a32162;
    border-color: #a32162;
    box-shadow: 0 0 0 0.25rem rgba(98, 173, 227, 0.5);
}

.btn-check:checked+.btn-pink,
.btn-check:active+.btn-pink,
.btn-pink:active,
.btn-pink.active,
.show>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #b6236c;
    border-color: #b6236c;
}

.btn-check:checked+.btn-pink:focus,
.btn-check:active+.btn-pink:focus,
.btn-pink:active:focus,
.btn-pink.active:focus,
.show>.btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(227, 98, 205, 0.5);
}

.btn-pink:disabled,
.btn-pink.disabled {
    color: #fff;
    background-color: #d63384;
    border-color: #d63384;
}


/**---------------------------------
------       Form com cor da prefeitura
---------------------------------**/

.form-label-prefeitura {
    margin-bottom: 0.5rem;
}

.col-form-label-prefeitura {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg-prefeitura {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.125rem;
}

.col-form-label-sm-prefeitura {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.7875rem;
}

.form-text-prefeitura {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}

.form-control-prefeitura {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control-prefeitura {
        transition: none;
    }
}

.form-control-prefeitura[type="file"] {
    overflow: hidden;
}

.form-control-prefeitura[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-prefeitura:focus {
    color: #343a40;
    background-color: #fff;
    border-color: #a3c6ee;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 75, 128, 0.25);
}

.form-control-prefeitura::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control-prefeitura::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-prefeitura::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-prefeitura:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control-prefeitura::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #343a40;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control-prefeitura::file-selector-button {
        transition: none;
    }
}

.form-control-prefeitura:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control-prefeitura::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #343a40;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control-prefeitura::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control-prefeitura:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext-prefeitura {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #343a40;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext-prefeitura.form-control-sm-prefeitura,
.form-control-plaintext-prefeitura.form-control-lg-prefeitura {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm-prefeitura {
    min-height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    border-radius: 0.2rem;
}

.form-control-sm-prefeitura::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm-prefeitura::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg-prefeitura {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    border-radius: 0.4rem;
}

.form-control-lg-prefeitura::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

.form-control-lg-prefeitura::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}

textarea.form-control-prefeitura {
    min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm-prefeitura {
    min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg-prefeitura {
    min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color-prefeitura {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.form-control-color-prefeitura:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color-prefeitura::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-control-color-prefeitura::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}


/**---------------------------------
------       Select
---------------------------------**/

.form-select-prefeitura {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select-prefeitura:focus {
    border-color: #a3c6ee;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 75, 221, 0.25);
}

.form-select-prefeitura[multiple],
.form-select-prefeitura[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select-prefeitura:disabled {
    background-color: #e9ecef;
}

.form-select-prefeitura:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #343a40;
}

.form-select-sm-prefeitura {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.7875rem;
}

.form-select-lg-prefeitura {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.125rem;
}


/**---------------------------------
------       CheckBox
---------------------------------**/

.form-check-input-prefeitura[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-input-prefeitura[type="radio"] {
    border-radius: 50%;
}

.form-check-input-prefeitura:active {
    filter: brightness(90%);
}

.form-check-input-prefeitura:focus {
    border-color: #a3c6ee;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 75, 128, 0.25);
}

.form-check-input-prefeitura:checked {
    background-color: #004a80;
    border-color: #004a80;
}

.form-check-input-prefeitura:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input-prefeitura:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input-prefeitura[type="checkbox"]:indeterminate {
    background-color: #004a80;
    border-color: #004a80;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input-prefeitura:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input-prefeitura[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}


/**---------------------------------
------       Range
---------------------------------**/

.form-range-prefeitura {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-range-prefeitura:focus {
    outline: 0;
}

.form-range-prefeitura:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 75, 128, 0.25);
}

.form-range-prefeitura:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 75, 128, 0.25);
}

.form-range-prefeitura::-moz-focus-outer {
    border: 0;
}

.form-range-prefeitura::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #004a80;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range-prefeitura::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none;
    }
}

.form-range-prefeitura::-webkit-slider-thumb:active {
    background-color: #c9e1f2;
}

.form-range-prefeitura::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range-prefeitura::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #004a80;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range-prefeitura::-moz-range-thumb {
        -moz-transition: none;
        transition: none;
    }
}

.form-range-prefeitura::-moz-range-thumb:active {
    background-color: #c9e1f2;
}

.form-range-prefeitura::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range-prefeitura:disabled {
    pointer-events: none;
}

.form-range-prefeitura:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.form-range-prefeitura:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}


/**---------------------------------
------       Form control-prefeitura
---------------------------------**/

.form-floating>.form-control-prefeitura,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
}

.form-floating>.form-control-prefeitura::-moz-placeholder {
    color: transparent;
}

.form-floating>.form-control-prefeitura::placeholder {
    color: transparent;
}

.form-floating>.form-control-prefeitura:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control-prefeitura:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control-prefeitura:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select-prefeitura {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control-prefeitura:not(:-moz-placeholder-shown)~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control-prefeitura:focus~label,
.form-floating>.form-control-prefeitura:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control-prefeitura:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group>.form-control-prefeitura,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group>.form-control-prefeitura:focus,
.input-group>.form-select:focus {
    z-index: 3;
}

.input-group-lg>.form-control-prefeitura,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
    border-radius: 0.4rem;
}

.input-group-sm>.form-control-prefeitura,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.7875rem;
    border-radius: 0.2rem;
}


/* alinhando os textos verticalmente */

.text-top {
    vertical-align: top !important;
}

.text-mid {
    vertical-align: middle !important;
}

.text-bot {
    vertical-align: bottom !important;
}


/* Tamanho para os leitos do painel */

@media (min-width: 320px) {
    .painel {
        display: inline-block;
        padding: 0.35em 0.65em;
        font-size: 0.65em;
        font-weight: 400;
        line-height: 0.8;
        margin-bottom: 0.35em;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
    }
}

@media (min-width: 576px) {
    .painel {
        display: inline-block;
        padding: 0.35em 0.65em;
        font-size: 0.85em;
        font-weight: 500;
        line-height: 2;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
    }
}

@media (min-width: 768px) {
    .painel {
        display: inline-block;
        padding: 0.35em 0.65em;
        font-size: 0.85em;
        font-weight: 500;
        line-height: 2;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
    }
}

@media (min-width: 992px) {
    .painel {
        display: inline-block;
        padding: 0.35em 0.65em;
        font-size: 0.85em;
        font-weight: 500;
        line-height: 2;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
    }
}

@media (min-width: 1200px) {
    .painel {
        display: inline-block;
        padding: 0.35em 0.65em;
        font-size: 0.85em;
        font-weight: 500;
        line-height: 2;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
    }
}

@media (min-width: 1400px) {
    .painel {
        display: inline-block;
        padding: 0.35em 0.65em;
        font-size: 0.85em;
        font-weight: 500;
        line-height: 2;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
    }
}

@media (min-width: 1920px) {
    .painel {
        display: inline-block;
        padding: 0.35em 0.65em;
        font-size: 0.85em;
        font-weight: 500;
        line-height: 2;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
    }
}

@media (min-width: 2560px) {
    .painel {
        display: inline-block;
        padding: 0.35em 0.65em;
        font-size: 0.85em;
        font-weight: 500;
        line-height: 2;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
    }
}

@media (min-width: 320px) {
    .leitos {
        display: inline-block;
        padding: 0.45em 0.75em;
        font-size: 0.85em;
        font-weight: 200;
        line-height: 0.8;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        min-width: 40%;
    }
}

@media (min-width: 576px) {
    .leitos {
        display: inline-block;
        padding: 0.45em 0.75em;
        font-size: 0.85em;
        font-weight: 200;
        line-height: 0.8;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        min-width: 13%;
    }
}

@media (min-width: 768px) {
    .leitos {
        display: inline-block;
        padding: 0.45em 0.75em;
        font-size: 0.85em;
        font-weight: 200;
        line-height: 0.8;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        min-width: 8%;
    }
}

@media (min-width: 992px) {
    .leitos {
        display: inline-block;
        padding: 0.45em 0.75em;
        font-size: 0.85em;
        font-weight: 200;
        line-height: 0.8;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        min-width: 6%;
    }
}

@media (min-width: 1200px) {
    .leitos {
        display: inline-block;
        padding: 0.45em 0.75em;
        font-size: 0.85em;
        font-weight: 200;
        line-height: 0.8;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        min-width: 7%;
    }
}

@media (min-width: 1400px) {
    .leitos {
        display: inline-block;
        padding: 0.45em 0.75em;
        font-size: 0.85em;
        font-weight: 200;
        line-height: 0.8;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        min-width: 6%;
    }
}

@media (min-width: 1920px) {
    .leitos {
        display: inline-block;
        padding: 0.45em 0.75em;
        font-size: 0.78em;
        font-weight: 200;
        line-height: 0.8;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        min-width: 4%;
    }
}

@media (min-width: 2560px) {
    .leitos {
        display: inline-block;
        padding: 0.45em 0.75em;
        font-size: 0.85em;
        font-weight: 400;
        line-height: 0.8;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: 0.25rem;
        min-width: 2%;
    }
}

.bg-hover-secondary-dark {
    transition: all 0.5s;
}

.bg-hover-secondary-dark:hover {
    color: #fff !important;
    background: #464a4d !important;
}

.bg-hover-secondary-dark:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.bg-hover-success-dark {
    transition: all 0.5s;
}

.bg-hover-success-dark:hover {
    color: #fff !important;
    background: #0a8a7b !important;
}

.bg-hover-success-dark:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.bg-hover-green-dark {
    transition: all 0.5s;
}

.bg-hover-green-dark:hover {
    color: #fff !important;
    background: #1e7432 !important;
}

.bg-hover-green-dark:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.bg-hover-info-dark {
    transition: all 0.5s;
}

.bg-hover-info-dark:hover {
    color: #fff !important;
    background: #088497 !important;
}

.bg-hover-info-dark:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.bg-hover-danger-dark {
    transition: all 0.5s;
}

.bg-hover-danger-dark:hover {
    color: #fff !important;
    background: #96232f !important;
}

.bg-hover-danger-dark:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.bg-hover-warning-dark {
    transition: all 0.5s;
}

.bg-hover-warning-dark:hover {
    color: #fff !important;
    background: #e6b00f !important;
}

.bg-hover-warning-dark:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.bg-hover-orange-dark {
    transition: all 0.5s;
}

.bg-hover-orange-dark:hover {
    color: #fff !important;
    background: #c55b05 !important;
}

.bg-hover-orange-dark:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.bg-hover-pink-dark {
    transition: all 0.5s;
}

.bg-hover-pink-dark:hover {
    color: #fff !important;
    background: #a70d5a !important;
}

.bg-hover-pink-dark:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.text-vertical {
    word-wrap: break-word;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    word-spacing: 5px;
    letter-spacing: 2px;
}

.badge-painel {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.ativo {
    background-color: #35b653;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    animation-iteration-count: infinite;
}

.ativo-1 {
    margin-top: 15%;
    margin-left: 60%;
    animation-name: twinkle-1;
    animation-duration: 1s;
}

.ativo-2 {
    margin-top: 25%;
    margin-left: 25%;
    animation-name: twinkle-2;
    animation-duration: 1s;
}

.inativo {
    background-color: #dc3545;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    animation-iteration-count: infinite;
}

.inativo-1 {
    margin-top: 15%;
    margin-left: 60%;
    animation-name: twinkle-1;
    animation-duration: 1s;
}

.inativo-2 {
    margin-top: 25%;
    margin-left: 25%;
    animation-name: twinkle-2;
    animation-duration: 1s;
}

@keyframes twinkle-1 {
    50% {
        transform: scale(0.5);
        opacity: 0.5;
    }
}

@keyframes twinkle-2 {
    20% {
        transform: scale(0.5);
        opacity: 0.5;
    }
}

.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: rgb(41, 37, 37);
    border: 1px solid rgb(41, 37, 37);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.cameraView {
    position: absolute;
    --background: transparent;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: 100% 100% !important;
    background-image: url(/html/svg/qrscan.svg) !important;
}

.scanner-laser {
    position: absolute;
    --background: transparent;
    margin: 40px;
    height: 30px;
    width: 30px;
    z-index: 2;
    background-size: 100% 100% !important;
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid white 4px;
    border-right: solid white 4px;
    opacity: 0.5;
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid white 4px;
    border-right: solid white 4px;
    opacity: 0.5;
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid white 4px;
    border-left: solid white 4px;
    opacity: 0.5;
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid white 4px;
    border-left: solid white 4px;
    opacity: 0.5;
}

#webcodecam-canvas {
    background-color: #1d1d1b;
    width: 320px;
    height: 240px;
}

@media (min-width: 280px) {
    #webcodecam-canvas {
        background-color: #1d1d1b;
        width: 220px;
        height: 220px;
    }
}


/*----------*/

.modal-content-QRCode {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    --background: none transparent !important;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 1rem;
    outline: 0;
}

.modal-header-QRCode {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}

.modal-body-QRCode {
    position: relative;
    flex: 1 1 auto;
    --background: none transparent !important;
}

.scroll {
    max-height: 35em;
    overflow-y: scroll !important;
    border-bottom-right-radius: 1.5em;
}


/* JCrop */

.cropapp {
    position: absolute;
    width: 90%;
    height: 80%;
    left: 5%;
    background: lightgray;
}

.cropbox {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

img#target {
    max-width: 780px;
}


/*  CropperJS */

.rounded1-sm {
    border-radius: .2rem !important
}

.rounded1 {
    border-radius: .25rem !important
}

.rounded1-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded1-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded1-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded1-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded1-lg {
    border-radius: .3rem !important
}

.rounded1-circle {
    border-radius: 50% !important
}

.rounded1-pill {
    border-radius: 50rem !important
}

.rounded1-0 {
    border-radius: 0 !important
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.label-cropper {
    display: inline-block;
    margin-bottom: .5rem;
    cursor: pointer;
}

.links-rapidos {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


/* Bootstrap Table filterControl */

.no-filter-control {
    height: 34px;
}

.filter-control {
    margin: 0 2px 2px 2px;
}


/* Icon in floating input */

.input-container {
    display: flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-container input {
    border: 1px solid #ced4da;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
    border: 0;
    outline: none;
    color: #333;
}

.i-class {
    margin: 0 10px;
    color: #aaa;
    cursor: pointer;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%,
    0% {
        transform: scale(1.0);
    }
}


/*
* ===================================================
*     Avatar
* ===================================================
*/

.avatar-table {
    display: inline-block;
    position: relative;
    width: 3rem;
    height: 3rem;
    text-align: center;
    border: #dee2e6;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    line-height: 3rem;
}

.avatar-table.avatar-table-xs {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
}

.avatar-table.avatar-table-sm {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.avatar-table.avatar-table-lg {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
}

.avatar-table.avatar-table-xl {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
}

.avatar-table.avatar-table-xxl {
    width: 10rem;
    min-width: 10rem;
    height: 10rem;
    line-height: 10rem;
}

.avatar-table.avatar-table-border-white {
    border: solid 2px #fff;
}

.avatar-table-stacked {
    margin-left: -.5rem;
}

.avatar-table:hover {
    -ms-transform: scale(3);
    /* IE 9 */
    -webkit-transform: scale(3);
    /* Safari 3-8 */
    transform: scale(3);
    position: sticky !important;
    z-index: 2;
    margin: 45px;
    transition: all .4s linear;
}

.card-id-visita {
    background-color: #004a80;
    width: 40px;
    height: 40px;
    margin-top: 100px;
}


/* SELECT2 VALIDAÇÃO DE INVALIDO E VÁLIDO */

.was-validated select.select2:invalid+.select2.select2-container.select2-container--default span.select2-selection,
select.select2.is-invalid+.select2.select2-container.select2-container--default span.select2-selection {
    border-color: #dc3545;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated select.select2:invalid+.select2.select2-container.select2-container--default .select2-selection__arrow,
select.select2.is-invalid+.select2.select2-container.select2-container--default .select2-selection__arrow {
    right: 25px !important;
}

.was-validated select.select2:valid+.select2.select2-container.select2-container--default span.select2-selection,
select.select2.is-valid+.select2.select2-container.select2-container--default span.select2-selection {
    border-color: #11D3BC;
    padding-right: 2.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%230acf97' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated select.select2:valid+.select2.select2-container.select2-container--default .select2-selection__arrow,
select.select2.is-valid+.select2.select2-container.select2-container--default .select2-selection__arrow {
    right: 25px !important;
}


/* CORES */

.text-terciary {
    color: #6c757d !important;
}

.bg-terciary {
    background-color: #6c757d !important;
}

.bg-hover-terciary-dark {
    transition: all 0.5s;
}

.bg-hover-terciary-dark:hover {
    color: #fff !important;
    background: #484b4d !important;
}

.bg-hover-terciary-dark:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.text-azul-claro {
    color: #34b2f5 !important;
}

.bg-azul-claro {
    background-color: #34b2f5 !important;
}

.bg-hover-azul-claro-dark {
    transition: all 0.5s;
}

.bg-hover-azul-claro-dark:hover {
    color: #fff !important;
    background: #2686b9 !important;
}

.bg-hover-azul-claro-dark:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.bg-lime {
    background-color: #4ce600 !important;
}

.bg-hover-gradient-lime {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.bg-hover-gradient-lime:hover {
    color: #fff !important;
}

.bg-hover-gradient-lime:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.bg-hover-gradient-lime:hover::before {
    opacity: 1;
}

.bg-hover-gradient-lime::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transition: all 0.5s;
    opacity: 0;
    background: linear-gradient(to left, #4eca4e, #66ff66) !important;
    z-index: -1;
}

.bg-hover-lime {
    transition: all 0.5s;
}

.bg-hover-lime:hover {
    color: #fff !important;
    background: #66ff66 !important;
}

.bg-hover-lime:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.gradient-lime {
    background: linear-gradient(to left, #4eca4e, #66ff66) !important;
}

.bg-hover-lime-dark {
    transition: all 0.5s;
}

.bg-hover-lime-dark:hover {
    color: #fff !important;
    background: #4eca4e !important;
}

.bg-hover-lime-dark:hover [class*='text-']:not(.exclude) {
    color: #fff !important;
}

.bg-warning-100 {
    background-color: #ffffc7 !important;
}

.bg-gray-dark {
    background-color: #343a40 !important;
}

.bg-green-darklight {
    background-color: #8ecc9c;
}


/* BADGES QUE SÃO USADAS NO PANORAMA DIÁRIO */

.badge-blue-light {
    color: #0d6efd;
    background-color: #cfe2ff;
}

.badge-indigo-light {
    color: #6610f2;
    background-color: #e0cffc;
}

.badge-purple-light {
    color: #6f42c1;
    background-color: #e2d9f3;
}

.badge-pink-light {
    color: #ff759e;
    background-color: #ffd3e8;
}

.badge-red-light {
    color: #eb3232;
    background-color: #ffcace;
}

.badge-orange-light {
    color: #fd7e14;
    background-color: #ffe5d0;
}

.badge-yellow-light {
    color: #ffc107;
    background-color: #fff3cd;
}

.badge-green-light {
    color: #35b653;
    background-color: #b5e4c0;
}

.badge-teal-light {
    color: #20c997;
    background-color: #d2f4ea;
}

.badge-cyan-light {
    color: #17a2b8;
    background-color: #d1ecf1;
}

.badge-gray-light {
    color: #6c757d;
    background-color: #e2e3e5;
}

.badge-gray-dark-light {
    color: #343a40;
    background-color: #d6d8d9;
}

.col-05 {
    flex: 0 0 auto;
    width: 4, 166665%;
}

.gradient-primary-bt {
    background: linear-gradient(to top, #002139, #004a80) !important;
}

.gradient-primary-rd {
    background: linear-gradient(to bottom, #00243f, #002745) !important;
}

.gradient-hist-evo-med-header {
    background: linear-gradient(to right, #004a80, #00223b) !important;
}

.sidebar.show2 {
    margin-right: 0;
}

.sidebar.hidden2 {
    overflow: hidden;
    width: 6rem;
    margin-right: -35rem;
    transition: all 0.225s;
    text-align: center;
}

.btn-close-white {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #fff;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}


/*
=====================
MARGIN NEGATIVA
=====================

*/

.m-n1 {
    margin: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mx-n1 {
    margin-right: -.25rem !important;
    margin-left: -.25rem !important
}

.mx-n2 {
    margin-right: -.5rem !important;
    margin-left: -.5rem !important
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important
}

.mx-n10 {
    margin-right: -6rem !important;
    margin-left: -6rem !important
}

.my-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important
}

.my-n2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.my-n10 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important
}

.mt-n1 {
    margin-top: -.25rem !important
}

.mt-n2 {
    margin-top: -.5rem !important
}

.mt-n3 {
    margin-top: -1rem !important
}

.mt-n4 {
    margin-top: -1.5rem !important
}

.mt-n5 {
    margin-top: -3rem !important;
}

.mt-n10 {
    margin-top: -6rem !important;
}


.me-n1 {
    margin-right: -.25rem !important
}

.me-n2 {
    margin-right: -.5rem !important
}

.me-n3 {
    margin-right: -1rem !important
}

.me-n4 {
    margin-right: -1.5rem !important
}

.me-n5 {
    margin-right: -3rem !important
}

.me-n10 {
    margin-right: -6rem !important
}

.mb-n1 {
    margin-bottom: -.25rem !important
}

.mb-n2 {
    margin-bottom: -.5rem !important
}

.mb-n3 {
    margin-bottom: -1rem !important
}

.mb-n4 {
    margin-bottom: -1.5rem !important
}

.mb-n5 {
    margin-bottom: -3rem !important
}

.mb-n10 {
    margin-bottom: -6rem !important
}

.ms-n1 {
    margin-left: -.25rem !important
}

.ms-n2 {
    margin-left: -.5rem !important
}

.ms-n3 {
    margin-left: -1rem !important
}

.ms-n4 {
    margin-left: -1.5rem !important
}

.ms-n5 {
    margin-left: -3rem !important
}

.ms-n10 {
    margin-left: -6rem !important
}

.progress-bar-animated {
    -webkit-animation: 1s linear infinite progress-bar-stripes;
    animation: 1s linear infinite progress-bar-stripes;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 0.625rem 0.625rem;
}


/* text-justify */

.text-align-justify {
    text-align: justify;
}

.toast-notificacao {
    width: 500px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 0 solid transparent;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    border-radius: 0.25rem;
}

.notification {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8333333333rem;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.notification-nao-lida {
    background-color: #22ffea6e;
    color: #fff;
}

.notification-time {
    margin-bottom: 0;
    color: #748194;
    font-size: .8333333333rem;
}

.notification-badge-indicator {
    position: relative
}

.notification-badge-indicator {
    position: absolute;
    top: 0.8rem;
    right: 0.02rem;
    width: 1rem;
    height: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    border: 2px solid var(--bs-primary);
}

.notification-badge-indicator.notification-badge-indicator-number {
    top: 0rem;
    right: -.4rem;
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    font-size: .7rem;
    line-height: 1.2rem;
}

.z-index-1060 {
    z-index: 1060 !important;
}

.flex-between-center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fw-semi-bold {
    font-weight: 600 !important
}

/* Botões Flutuantes */

.adminActions {
    position: fixed;
    bottom: 55px;
    right: 15px;
    z-index: 100;
}

.adminButton {
    height: 60px;
    width: 60px;
    background-color: var(--bs-info);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.adminButton i {
    font-size: 22px;
}

.adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
}

.adminButtons a {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    margin: 10px auto 0;
    line-height: 1.15;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.adminButtons a:hover {
    transform: scale(1.05);
}

.adminButtons a:nth-child(1) {
    background-color: var(--bs-green);
    transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(2) {
    background-color: var(--bs-primary);
    transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(3) {
    background-color: var(--bs-danger);
    transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}

.adminButtons a:nth-child(4) {
    background-color: var(--bs-green);
    transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
}

.adminActions a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.adminToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

.adminToggle:hover {
    box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.adminToggle:checked~.adminButtons a {
    opacity: 1;
    visibility: visible;
}

ul,
#myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    user-select: none;
}

.caret-down::before {

    transform: rotate(90deg);
}

.nested {
    display: none;
}

.active {
    display: block;
}

.text-gray {

    font-size: 72px;
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

/* Início Diego */


/* editar-perfil-diego */

.icon-background {
    text-align: end;
    height: 1rem;
    font-size: 8rem;
    color: #6c757d;
}

.icon-background2 {
    text-align: end;
    height: 1rem;
    font-size: 15rem;
    color: #6c757d;
}

.icon-background3 {

    width: 1rem;
    height: 2rem;
    font-size: 3rem;
    color: #ffffff;
    background-color: #1e7432;
    border-radius: 10%;

}

.icon-background4 {

    width: 2rem;
    height: 2rem;
    font-size: 3rem;
    background-size: contain;
    color: #df4848;

}

/* carregar pagina */


  
  .me {
    z-index: 2;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }

/* configuração de posição */

/* .loading-fg {
    transition: all .5s ease-in-out;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    top: 10%;
    width: 100%;
    height: 100%;
} */
.loading-fg {
transition: all .5s ease-in-out;
    /* background-color: #fff; */
    z-index: 1;
    width: 100%;
    height: 220px;
    overflow: hidden;

    display: flex;
    justify-content: center;

} 

.wait-load.non-loaded {
    /* visibility: hidden; */
    display: none;
}

.wait-load.loaded {
    visibility: visible;
    display: inherit;
}
.loading-fg.loaded {
    display: none !important;
}

.loading-fg .opacity-0 {
    visibility: hidden;
}

.loading-logo-azul,
.loading-logo-branco {
    margin-top: 20px !important;
}

/* fim da configuração de posição  */

/* mensagem

.loading {
    font-weight: 200;
    font-size: 1.5em;
    position: relative;
    z-index: 2;
    top: 20%;
    text-align: center;
    color: #004a80;
  }
  .loading .letters {
    position: absolute;
    left: 0;
    top: 0.3em;
    right: 0;
    opacity: 0; 
  }

  fim da mensagem */

/*  quadrado */

.sk-fold {
    width: 100px;
    height: 100px;
    z-index: 2;
    position: relative;


}

.sk-fold-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
}

.loading-logo-azul.sk-fold-cube:before {
    background-image: url(../img/logo-azul.png) !important;
}

.loading-logo-branco.sk-fold-cube:before {
    background-image: url(../img/logo-branca.png) !important;
}

.sk-fold-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    animation: sk-fold 2.4s infinite linear both;
    transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
    transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
    transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
    transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
    animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
    animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
    animation-delay: 0.9s;
}

@keyframes sk-fold {

    0%,
    10% {
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

/* fim do quadrado */

.loading-logo-azul.sk-pulse {
    background-image: url(../img/logo-azul.png) !important;
}

.loading-logo-branco.sk-pulse {
    background-image: url(../img/logo-branca.png) !important;
}

.sk-pulse {
    width: 100px;
    height: 170px;
    /* background-image: url(../img/carregando2.png) !important; */
    background-size: 100px 170px;
    border: 100%;
    animation: sk-pulse 1.5s infinite cubic-bezier(0.455, 0.700, 0.515, 0.455);
}

@keyframes sk-pulse {
    100% {
        transform: scale(1);
        opacity: 0.3;
    }

    0% {
        transform: scale(0.4);
    }
}


/* VAGAS RS */
.background-pesquisa {
    background-color: rgb(236, 235, 235);
    min-height: 20rem;
    background-image: url(../img/photos/bg-blue-rj-2.jpg);
    background-size: cover;
    background-position: center center;
    
}

/* bg com 100% */
.background-pesquisa-2 {
    background-color: rgb(236, 235, 235);
    min-height: 100%;
    background-image: url(../img/photos/bg-blue-rj-1.jpg);
    background-size: cover;
    background-position: center center;
}

.background-pesquisa-3 {
    background-color: rgb(236, 235, 235);
    min-height: 20rem;
    background-image: url(../img/photos/bg-blue-rj-3.jpg);
    background-size: cover;
    background-position: center center;
}



.background-pesquisa-gray {
    background-color: rgb(236, 235, 235);
    min-height: 150px;
    background-image: url(../img/mainsearch-bg-gray.jpg);
    background-size: cover;
    background-position: center center;
}



.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input,
.ant-input-number-group.ant-input-number-group-compact>.ant-input-group-wrapper .ant-input,
.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input,
.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector {
    border-right-width: 1px;
    border-radius: 0
}

.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact>.ant-input-group-wrapper .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact>.ant-input-group-wrapper .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input:focus,
.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input:hover,
.ant-input-number-group.ant-input-number-group-compact>.ant-select-focused,
.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-arrow,
.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector:focus,
.ant-input-number-group.ant-input-number-group-compact>.ant-select>.ant-select-selector:hover {
    z-index: 1
}

.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker:first-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete:first-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact>.ant-select:first-child>.ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact>:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker-focused:last-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact>.ant-cascader-picker:last-child .ant-input,
.ant-input-number-group.ant-input-number-group-compact>.ant-select:last-child>.ant-select-selector,
.ant-input-number-group.ant-input-number-group-compact>:last-child {
    border-right-width: 1px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.ant-input-number-group.ant-input-number-group-compact>.ant-select-auto-complete .ant-input {
    vertical-align: top
}

.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper {
    margin-left: -1px
}

.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper+.ant-input-group-wrapper .ant-input-affix-wrapper,
.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input-group-addon>.ant-input-search-button {
    border-radius: 0
}

.ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search>.ant-input-group>.ant-input {
    border-radius: 2px 0 0 2px
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl+.ant-input-group-wrapper-rtl {
    margin-right: -1px;
    margin-left: 0
}

.ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search>.ant-input-group>.ant-input {
    border-radius: 0 2px 2px 0
}

.ant-input-group-wrapper {
    display: inline-block;
    width: 100%;
    text-align: start;
    vertical-align: top
}


.ant-input-group-rtl,
.ant-input-group-wrapper-rtl {
    direction: rtl
}

.pt-10 {
    padding-top: 6rem !important;
}


/* Botão pulsando danger */
.pulse-danger {
    animation: pulse-animation-danger 1.5s infinite;
}

@keyframes pulse-animation-danger {
    0% {
        box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.5);
    }

    100% {
        box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
    }
}

/* Botão pulsando success */
.pulse-success {
    animation: pulse-animation-success 1.5s infinite;
}

@keyframes pulse-animation-success {
    0% {
        box-shadow: 0 0 0 0px rgba(32, 201, 151, 0.5);
        
    }

    100% {
        box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
    }
}

/* Botão pulsando success */
.pulse-info {
    animation: pulse-animation-success 1.5s infinite;
}

@keyframes pulse-animation-success {
    0% {
        box-shadow: 0 0 0 0px rgb(8, 131, 150);
        
    }

    100% {
        box-shadow: 0 0 0 8px rgba(255, 0, 0, 0);
    }
}

/* iframe documento */
.full-iframe {
    position: absolute;
    right: 0;
    top: -90px;
    bottom: 0;
    height: 100%;
    width: 100%
}



/* ----------------------------------- PADRÃO */


.steps-vertical {
    display: flex;
    flex-direction: column;
}

.steps-vertical>.steps-item {
    display: block;
    flex: 1 0 auto;
    padding-left: 0;
    overflow: visible;

    position: relative;
    vertical-align: top;
}

.steps-vertical>.steps-item:not(:last-child)>.steps-item-container>.steps-item-tail {
    display: block;
}


.steps-vertical>.steps-item>.steps-item-container>.steps-item-tail {
    position: absolute;
    top: 0;
    left: 12px;
    width: 1px;
    height: 100%;
    padding: 30px 0 6px;
}

.steps-item-tail:after {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    border-radius: 1px;
    -webkit-transition: background .3s;
    transition: background .3s;
    content: "";
}

.steps-vertical>.steps-item:last-child >.steps-item-container>.steps-item-tail:after {
    display: none;
}

.steps-vertical>.steps-item>.steps-item-container>.steps-item-tail:after {
    width: 1px;
    height: 100%;
}

.steps-item-icon {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, .25);
}

.steps-vertical>.steps-item .steps-item-icon {
    float: left;
    margin-right: 16px;
}

.steps-item-icon .steps-icon {
    position: relative;
    top: -0.5px;
    color: #1890ff;
    line-height: 1;
}

.steps-vertical>.steps-item .steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden;
}

.steps-item-content,
.steps-item-icon {
    display: inline-block;
    vertical-align: top;
}


/* ----------------------------------- FINISH */


.steps-item-finish>.steps-item-container>.steps-item-tail:after {
    background-color: #1890ff;
}

.steps-item-finish .steps-item-icon>.steps-icon {
    color: #1890ff;
}

.steps-item-finish .steps-item-icon {
    background-color: #fff;
    border-color: #1890ff;
}

/* ----------------------------------- PROCESS */
.steps-item-process .steps-item-icon {
    background-color: #fff;
    border-color: #1890ff;
}

.steps-item-process>.steps-item-container>.steps-item-icon {
    background: #1890ff;
}

.steps-item-process>.steps-item-container>.steps-item-icon .steps-icon {
    color: #fff;
}

/* ----------------------------------- WAIT */

.steps-item-wait .steps-item-icon {
    background-color: #fff;
    border-color: rgba(0, 0, 0, .25);
}

.steps-item-wait .steps-item-icon>.ant-steps-icon {
    color: rgba(0, 0, 0, .25);
}

.steps-item-wait>.steps-item-container>.steps-item-content>.steps-item-title {
    color: rgba(0, 0, 0, .45);
}

.steps-item-wait>.steps-item-container>.steps-item-content>.steps-item-description {
    color: rgba(0, 0, 0, .45);
}


/* ----------------------------------- MAPS */


.gm-inset-light,
.gm-inset-map {
    display: none !important;
}



/* ----------------------------------- ACORDION */


.accordion-locais-button {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1rem;
    color: #00221c;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: all .2s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-locais-button {
        transition: none
    }
}

.accordion-locais-button:not(.collapsed) {
    color: #004a80;
    background-color: rgba(0, 74, 128, 0);
    box-shadow: inset 0 -.0625rem 0 rgba(0, 34, 28, .1)
}

.accordion-locais-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23008060'%3E%3Cpath d='M5.5,13a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5h13a.5.5,0,0,1,.5.5v1a.5.5,0,0,1-.5.5Z'/%3E%3C/svg%3E");
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.accordion-locais-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300221C'%3E%3Cpath d='M19,11.5v1a.5.5,0,0,1-.5.5H13v5.5a.5.5,0,0,1-.5.5h-1a.5.5,0,0,1-.5-.5V13H5.5a.5.5,0,0,1-.5-.5v-1a.5.5,0,0,1,.5-.5H11V5.5a.5.5,0,0,1,.5-.5h1a.5.5,0,0,1,.5.5V11h5.5A.5.5,0,0,1,19,11.5Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-locais-button::after {
        transition: none
    }
}

.accordion-locais-button:hover {
    z-index: 2
}

/* .accordion-locais-button:focus {
    z-index: 3;
    border-color: rgba(140, 152, 164, .25);
    outline: 0;
    box-shadow: 0 0 1rem 0 rgba(140, 152, 164, .25)
} */

.accordion-locais-header {
    margin-bottom: 0
}

.accordion-locais-item {
    background-color: #fff;
    border: .0625rem solid rgba(0, 34, 28, .1)
}

.accordion-locais-item:first-of-type {
    border-top-left-radius: .3125rem;
    border-top-right-radius: .3125rem
}

.accordion-locais-item:first-of-type .accordion-locais-button {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.accordion-locais-item:not(:first-of-type) {
    border-top: 0
}

.accordion-locais-item:last-of-type {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem
}

.accordion-locais-item:last-of-type .accordion-locais-button.collapsed {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.accordion-locais-item:last-of-type .accordion-locais-collapse {
    border-bottom-right-radius: .3125rem;
    border-bottom-left-radius: .3125rem
}

.accordion-locais-body {
    padding: 1.5rem 2rem
}

.accordion-locais-flush .accordion-locais-collapse {
    border-width: 0
}

.accordion-locais-flush .accordion-locais-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-locais-flush .accordion-locais-item:first-child {
    border-top: 0
}

.accordion-locais-flush .accordion-locais-item:last-child {
    border-bottom: 0
}

.accordion-locais-flush .accordion-locais-item .accordion-locais-button {
    border-radius: 0
}


@media (max-width:575.98px) {

    .accordion-locais-body,
    .accordion-locais-button {
        padding: 1rem 1.33333rem
    }
}

.accordion-locais-collapse {
    background-color: rgba(0, 74, 128, 0)
}

.accordion-locais-flush .accordion-locais-item {
    border-width: 0
}

.accordion-locais-flush .accordion-locais-item:last-of-type .accordion-locais-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion-locais-flush .accordion-locais-button:not(.collapsed) {
    box-shadow: none
}

.accordion-locais-flush .accordion-locais-body {
    padding-top: 0
}

.page-heading-2 {
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 300;
  }

.page-heading-2 {
    display: block;
}

@media (max-width: 576px) {
    .page-heading-2 {
        display: none;
    }
}

.round-pill-start {
    border-top-left-radius: 50rem !important;
    border-top-right-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
    border-bottom-left-radius: 50rem !important;
  }
  
.round-pill-end {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
    border-bottom-left-radius: 0rem !important;
}


div.avatar {
    border: 4px solid #FFF;
    background-color:  var(--bs-primary);
    padding-top: 0px !important;
    text-transform: uppercase;
}

div.avatar span {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1rem;
}

@media (max-width: 576px) {

    div.page-header .page-heading-2 {
        display: flex;
        justify-content: center;
        margin: 20px;
    }
    div.page-header > div > div > a > img {
        width: 180px !important;
    }

    div.page-header > div > div:first-child {
        display: flex !important;
        justify-content: center;
    }

    div.page-header div.text-end > a {
        float: right;
        margin-top: -50px;
    }

    .page-header {
        margin-bottom: 0 !important;
    }
    div.page-holder {
        padding-top: 1.5rem;
    }
}

/* -------------------------------------------DEA */

@media (max-width: 576px) {

    div.page-header .page-heading {
        display: flex;
        justify-content: center;
        margin: 20px;
    }

    body.page-dea .page-header {
        margin: 0px 0px 25px !important;
    }

    body.page-dea .page-header .page-heading {
        font-size: 1.4rem;
        color: #fff;
    }

    body.page-dea .btn-salvar {
        background-color:  var(--bs-primary);
        width: 90%;
        margin: 15px 5% 0px;
        border-radius: 30px;
        padding: 15px !important;
        font-size: 20px;
    }

    body.page-dea .card-widget {
        padding: 0.8rem;
        width: 90%;
        margin: 0 5%;
    }
}

/* Input com cor verde */
.form-check-input-green {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  
  .form-check-input-green[type="checkbox"] {
    border-radius: 0.25em;
  }
  
  .form-check-input-green[type="radio"] {
    border-radius: 50%;
  }
  
  .form-check-input-green:active {
    filter: brightness(90%);
  }
  
  .form-check-input-green:focus {
    border-color: #a3c6ee;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 75, 128, 0.25);
  }
  
  
  .form-check-input-green:checked {
    background-color: var(--bs-green);
    border-color: var(--bs-green);
  }
  
  .form-check-input-green:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  }
  
  .form-check-input-green:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  }
  
  .form-check-input-green[type="checkbox"]:indeterminate {
    background-color: var(--bs-green);
    border-color: var(--bs-green);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  }

  
.form-check-input-green:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
  }
  
  .form-check-input-green[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5;
  }
  
  .form-switch {
    padding-left: 2.5em;
  }
  
  .form-switch .form-check-input-green {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input-green {
      transition: none;
    }
  }
  
  .form-switch .form-check-input-green:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a3a8ee'/%3e%3c/svg%3e");
  }
  
  .form-switch .form-check-input-green:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }
  
/*   .form-check-inline {
    display: inline-block;
    margin-right: 1rem;
  } */


  /* Remove seleção do usuario */
  .no-selection {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
                                   
  }

  /* Pointeiro do mouse padrão */
.cursor-default{
    cursor:default;
}
  

/*------------------------------ */
#aviso-input {
    display: none;
}

#aviso-loading.disable {
    display: none;
}

#aviso-input.erro,
#aviso-input.sucesso,
#aviso-input.carregando {
    display: inline;
} 

#aviso-input.erro {
    color: var(--bs-danger);
}

#aviso-input.sucesso {
    color: var(--bs-success);
}

#aviso-input.carregando {
    color: var(--bs-primary);
}



.edital-print {
    background-color: #ccc;

}

@media screen {
    .folha {
        width: auto;
        background-color: #fff;
        margin: 20px auto 0px;
        padding: 40px 50px;
        height: auto;
        
    }

}

.folha p {
    text-align: justify;
}

.folha p.centro {
    text-align: center;

}

.folha div.margem-left {
    margin-left: 300px;

}

.folha h3 {
    font-size: 18px;
}

p.objeto {
    margin-left: 420px;
}

.tabela-valores td {
    border: 2px solid #000;
    border: 2px solid #000;
    font-size: 12px;
    padding: 8px;
}

.tabela-valores thead td {
    font-weight: bold;
}


.offcanvas-end {
    width: 840px;
}

#logoNotificacao, #cabecalhoPaciente2{
    visibility: hidden;
    display: none;
    
}

@media print {

    html, body {
        height: 99%;    
    }

    * {
         visibility: hidden; 
        /* display: none; */
    }

    .card-header:first-child, header, 
    #cabecalhoPaciente, #sidebar,
    .adminActions-sm, #printButton, .page-breadcrumb,
    footer, div.tooltip, .offcanvas, canvas, .tab  {
        display: none;
    }

    @page {
        margin: 5mm;
    }

    .folha * {
        visibility: visible;
        /* display: inherit; */
    }

    .page-holder {

        overflow: inherit;
    }

    .folha {
        width: 95%;
        position: absolute;
        font-size: 12pt;
        color: #000;
        height: auto;
        display: block;
        top: 0px;
        /* overflow: hidden; */
    }
    
   

    #logoNotificacao,  #cabecalhoPaciente2{
        visibility: visible;
        display: block;
    }

   

    .offcanvas {
        position: absolute;
    }

    .offcanvas-end {
        width: 100%;
        visibility: visible;
    }

    .no-print {
        visibility: hidden;
    }

}

@media (min-width: 576px) {
    .pdfActions-sm {
       left: 86%;
       position: fixed;
       bottom: 70px;
       z-index: 100;
    }
 }
 
 @media (min-width: 768px) {
    .pdfActions-md {
       left: 89%;
       position: fixed;
       bottom: 38px;
       z-index: 100;
    }
 }
 
 @media (min-width: 992px) {
    .pdfActions-lg {
       left: 91%;
       position: fixed;
       bottom: 40px;
       z-index: 100;
    }
 }
 
 @media (min-width: 1200px) {
    .pdfActions-xl {
       left: 90.7%;
       position: fixed;
       bottom: 38px;
       z-index: 100;
    }
 }
 
 @media (min-width: 1450px) {
    .pdfActions-xxl {
       left: 92.3%;
       position: fixed;
       bottom: 38px;
       z-index: 100;
    }
 }
 
 
 
 .pdfActions a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 }

.pdfButton {
    height: 60px;
    width: 60px;
    background-color: var(--bs-info);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.pdfButton i {
    font-size: 22px;
}

.pdfButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
}

.pdfButtons a {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
    margin: 10px auto 0;
    line-height: 1.15;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.pdfButtons a:hover {
    transform: scale(1.05);
}

.pdfButtons a:nth-child(1) {
    background-color: var(--bs-green);
    transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}

.pdfButtons a:nth-child(2) {
    background-color: var(--bs-primary);
    transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
}

.pdfButtons a:nth-child(3) {
    background-color: var(--bs-danger);
    transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}

.pdfButtons a:nth-child(4) {
    background-color: var(--bs-green);
    transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
}

.pdfActions a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pdfToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
}

.pdfToggle:hover {
    box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.pdfToggle:checked~.adminButtons a {
    opacity: 1;
    visibility: visible;
}


 .invalid-form-img {
    border: solid 0.1rem;
    border-color: #dc3545;
 }


 .valid-form-img {
    border: solid 0.1rem;
    border-color:  #11D3BC;
 }


:root {
    --card-gradient-green: linear-gradient(-45deg, #1970e2, #028d53);
    --card-gradient-blue: linear-gradient(-45deg, #135ab6, #37c3d8);
}

.bg-card-gradient-green {
    background-image: var(--card-gradient-green);
    background-position: center;
}


.bg-card-gradient-blue {
    background-image: var(--card-gradient-blue);
    background-position: center;
}

/* xs */
@media (max-width: 575px) {
    .login-publico {
        position: absolute;
        right: 20px;
        top: 70px;
        text-decoration: none;
    }
 }

/* sm */
@media (min-width: 576px) {
    .login-publico {
        position: absolute;
        right: 20px;
        top: 75px;
        text-decoration: none;
    }
 }
 
 /* md */
 @media (min-width: 768px) {
    .login-publico {
        position: absolute;
        right: 20px;
        top: 25px;
        text-decoration: none;
    }
 }
 
 @media (min-width: 992px) {
    .login-publico {
        position: absolute;
        right: 20px;
        top: 25px;
        text-decoration: none;
    }
 }
 
 @media (min-width: 1200px) {
    .login-publico {
        position: absolute;
        right: 20px;
        top: 25px;
        text-decoration: none;
    }
 }
 
 @media (min-width: 1450px) {
    .login-publico {
        position: absolute;
        right: 20px;
        top: 25px;
        text-decoration: none;
    }
 }



/* xs */
@media (max-width: 575px) {
    .erro-404-main{
        font-size: 10rem;
    }
 }
/* sm */
@media (min-width: 576px) {
    .erro-404-main{
        font-size: 13rem;
    }
 }
 /* md */
 @media (min-width: 768px) {
    .erro-404-main{
        font-size: 17rem;
    }
 }
  /* lg */
 @media (min-width: 992px) {
    .erro-404-main{
        font-size: 12rem;
    }
 }
  /* xl */
 @media (min-width: 1200px) {
    .erro-404-main{
        font-size: 13rem;
    }
 }
  /* xxl */
 @media (min-width: 1450px) {
    .erro-404-main{
        font-size: 17rem;
    }
 }




/* xs */
@media (max-width: 575px) {
    .erro-404-sub {
        position: absolute;
        top: 70%;
        left: 21%;
        font-size: .8rem;
        margin-top: 0px;
    }
 }

/* sm */
@media (min-width: 576px) {
    .erro-404-sub {
        position: absolute;
        top: 61%;
        left: 27%;
        font-size: .8rem;
        margin-top: 10px;
    }
 }
 
 /* md */
 @media (min-width: 768px) {
    .erro-404-sub {
        position: absolute;
        top: 55%;
        left: 27%;
        font-size: 1.1rem;
        margin-top: 10px;
    }
 }
  /* lg */
 @media (min-width: 992px) {
    .erro-404-sub {
        position: absolute;
        top: 39.5%;
        left: 61%;
        font-size: .9rem;
        margin-top: 0px;
    }
 }
  /* xl */
 @media (min-width: 1200px) {
    .erro-404-sub {
        position: absolute;
        top: 35%;
        left: 64%;
        font-size: .9rem;
        margin-top: 0px;
    }
 }
  /* xxl */
 @media (min-width: 1450px) {
    .erro-404-sub {
        position: absolute;
        top: 35.5%;
        left: 65.8%;
        font-size: 1.1rem;
        margin-top: 0px;
    }
    
 }
 /* xxxl */
 @media (min-width: 1450px) {
    .erro-404-sub {
        position: absolute;
        top: 35.5%;
        left: 65.8%;
        font-size: 1.1rem;
        margin-top: 0px;
    }
}

.svg-icone-40 {
    width: 40px;
    height: 40px;
}

.card-pill {
    position: relative;
    padding: 2rem 2rem;
    border-bottom: none;
    background-color: white;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    z-index: 2;
    border-radius: 1rem;
}


.card-header-my-radius {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
    border-top-right-radius: 1rem !important;
    border-top-left-radius: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

/* Analisar ainda */
.text-gradient-primary{
    background: linear-gradient(to right,var(--bs-info)  25%, var(--bs-primary) 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.blur-glass{
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter:blur(20px);
}


/* Fundo com mapa */
.background-map {
  
    min-height: 20rem;

    background-image: url(../img/mapa-rio-saude.png);

    /* PARALAX */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;


    box-shadow: inset 0 0 0 1000px rgba(0,74,128,.85);
    background-position: center center;
}


.card-profile-span {
    color: var(--bs-white);
    font-size: 2.9rem;
    text-transform: uppercase;
    position: relative;
    background-color: var(--bs-primary);
    width: 6rem;
    height: 6rem;
    text-align: center;
    max-width: 8rem;
    margin-top: -6rem;
    margin-bottom: 1rem;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    z-index: 2;
    line-height: 6rem;
}

.card-h {
    display: flex;
    flex: 1 2 auto;
}
/*      padding: 2rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 0rem;
        border-bottom-left-radius: 1rem; */
.card-h-head {
    border-radius: calc(1rem - 1px) 0  0  calc(1rem - 1px);
}

.card-h-header-content {
    position: relative;
    padding: 0rem 2.5rem;
    z-index: 2;
    font-size: 4rem;
    font-weight: 600;
    text-align: center !important;
    border-radius: 0 0  0  calc(1rem - 1px);
}


.card-h-header {
    border-radius: calc(1rem - 1px) 0  0  0;
    position: relative;
    z-index: 2;
    padding: 0rem;
    font-size: 2rem;
    text-align: center !important;
}

.card-h-heading {
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.card-h-transparent {
    border-bottom: none;
    background-color: rgba(0,0,0,.3);
}

.card-h-body {
    flex: 1 1 auto;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
}

.card-h-title {
    margin-bottom: 0rem;
}
.icon-group {
    display: flex;
}

.icon-group .icon-item:not(:last-child) {
    margin-right: 0.5rem;
}

.icon-item {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
    height: 2.5rem;
    width: 2.5rem;
    font-size: .875rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);;
}

.icon-item.semana {
    color: var(--bs-primary) ;
}

.icon-item.fds {
    color: var(--bs-danger) ;
}



.icon-item:hover {
    color: #fff;
    background-color: #3279bb;
    border-color: #3279bb;
}

.btn-check:focus+.icon-item,
.icon-item:focus {
    color: #fff;
    background-color: #144a7c;
    border-color: #144a7c;
    box-shadow: 0 0 0 0.25rem rgba(98, 173, 227, 0.5);
}


.icon-item:active,
.icon-item.active {
    color: #fff;
    background-color: #144a7c;
    border-color: #144a7c;
}


/* °°°° Full Calendar Custom °°°° */

.fc {
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.fc .fc-event, .fc .fc-event-dot {
    border-color: #17a2b8;
    background-color: #17a2b8 !important;
}

.fc .fc-event:hover {
    border-color: #0a798a;
    background-color: #0a798a !important;
}

.fc-direction-ltr {
    text-align: center !important;
}

.fc .fc-col-header th {
    border-bottom-width: 1px;
    font-weight: 600;
}

.fc.fc-theme-standard a:not([href]) {
    color: inherit;
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 9px 4px;
    font-size: 1.2rem;
    text-transform: capitalize;
}

.fc .fc-col-header-cell-cushion {
    text-decoration: none !important;
}

.fc .fc-daygrid-day-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}

.fc.fc-theme-standard a:not([href]) {
    color: inherit;
}

.fc .fc-daygrid-day-number {
    width: 1.875rem;
    height: 1.875rem;
    background-color: #f9fafd;
    text-align: center;
    text-decoration: none !important;
    border-radius: 50%;
    line-height: 1.875rem;
    padding: 0 !important;
    font-size: .8333333333rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fc .fc-day-today:not(.fc-popover) .fc-daygrid-day-frame {
    border: 2px solid rgba(#e3e8ef, 0.5);
}

@media (min-width: 768px){
.fc .fc-daygrid-day-frame {
    padding: 0.375rem !important;
}
}

.fc .fc-daygrid-day-frame {
    border: 2px solid transparent;
    padding: 2px !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.fc.fc-theme-standard .fc-list, .fc.fc-theme-standard td, .fc.fc-theme-standard th {
    border-color: #dce0e6;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-top: 0em;
    padding-top: 0rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
    text-transform: capitalize;
}

.fc .fc-col-header th {
    border-bottom-width: 1px;
    font-weight: 600;
    background: #004a80 !important;
    color: white !important;
}

.fc .fc-daygrid-day-frame:hover{
    cursor:pointer;
    background: #90c7f352;
}

.fc .fc-day-today:hover{
    cursor:pointer;
    background: #1f1fc9;
}

.fc .fc-list-event-title, .fc-list-event-time, .fc-list-event-dot, .fc-list-event-graphic {
    cursor:pointer;
    background: #fff;
    color: #000;
}

.fc .fc-list-event-time {
    text-transform: capitalize;
}

.fc .fc-list-day-cushion, .fc-cell-shaded {
    background: rgba(208,208,208,.3) !important;
    color: #004a80;
}

.fc .fc-list-empty{
    background: rgba(255, 255, 255, 0.3) !important;
}

.fc.fc-theme-standard a:not([href]){
    text-transform: capitalize;
    text-decoration: none;
}

/* °°°° End Full Calendar Custom °°°° */


/* °°°° CSS Mapa Cirurgico °°°° */
.roadmap {
    inset: 0px;
    overflow: hidden;
}

.roadmap-time-line {
    display: flex;
    inset: 0px -15px -15px 0px;
    overflow: scroll;
}

.roadmap-main-list-container {
    flex: 0 0 auto;
    position: sticky;
    left: 0px;
    z-index: 11;
}

.main-list-container {
    position: relative;
    background-color: #FFFFFF;
    border-right: 2px solid rgb(223, 225, 230);
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

.header-container {
    width: 100%;
    box-sizing: border-box;
    position: sticky;
    top: 0px;
    background: var(--ds-surface,#FFFFFF);
    z-index: 11;
    border-top: 1px solid rgb(223, 225, 230);
    border-left: 1px solid rgb(223, 225, 230);
    border-radius: 3px 0px 0px;
}

.theader-colunm {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(223, 225, 230);
    background-color: var(--ds-surface-sunken,#F4F5F7);
    border-radius: 3px 0px 0px;
}

.col-span {
    height: 36px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(223, 225, 230);
    background: var(--ds-surface,#FFFFFF);
}

.col-span-text{
    margin-left: 5px;
}
.main-list-container .striped {
    background: linear-gradient(to bottom,var(--ds-surface,#FFFFFF) 0px 44px,var(--ds-surface-sunken,#F4F5F7) 44px 88px,var(--ds-surface,#FFFFFF) 88px 132px,var(--ds-surface-sunken,#F4F5F7) 132px 176px,var(--ds-surface,#FFFFFF) 176px 220px,transparent 220px),linear-gradient(to bottom,var(--ds-surface-sunken,#F4F5F7) 220px 264px,var(--ds-surface,#FFFFFF) 264px 308px,var(--ds-surface-sunken,#F4F5F7) 308px 352px,var(--ds-surface,#FFFFFF) 352px 396px,var(--ds-surface-sunken,#F4F5F7) 396px 440px,transparent 440px),linear-gradient(to bottom,var(--ds-surface,#FFFFFF) 440px 484px,var(--ds-surface-sunken,#F4F5F7) 484px 528px,var(--ds-surface,#FFFFFF) 528px 572px,var(--ds-surface-sunken,#F4F5F7) 572px 616px,var(--ds-surface,#FFFFFF) 616px 660px,transparent 660px),linear-gradient(to bottom,var(--ds-surface-sunken,#F4F5F7) 660px 704px,var(--ds-surface,#FFFFFF) 704px 748px,var(--ds-surface-sunken,#F4F5F7) 748px 792px,var(--ds-surface,#FFFFFF) 792px 836px,var(--ds-surface-sunken,#F4F5F7) 836px 880px,transparent 880px),linear-gradient(to bottom,var(--ds-surface,#FFFFFF) 880px 924px,var(--ds-surface-sunken,#F4F5F7) 924px 968px,var(--ds-surface,#FFFFFF) 968px 1012px,var(--ds-surface-sunken,#F4F5F7) 1012px 1056px,var(--ds-surface,#FFFFFF) 1056px 1100px,transparent 1100px),linear-gradient(to bottom,var(--ds-surface-sunken,#F4F5F7) 1100px 1144px,var(--ds-surface,#FFFFFF) 1144px 1188px,var(--ds-surface-sunken,#F4F5F7) 1188px 1232px,var(--ds-surface,#FFFFFF) 1232px 1276px,var(--ds-surface-sunken,#F4F5F7) 1276px 1320px,transparent 1320px),linear-gradient(to bottom,var(--ds-surface,#FFFFFF) 1320px 1364px,var(--ds-surface-sunken,#F4F5F7) 1364px 1408px,var(--ds-surface,#FFFFFF) 1408px 1452px,var(--ds-surface-sunken,#F4F5F7) 1452px 1496px,var(--ds-surface,#FFFFFF) 1496px 1540px,transparent 1540px),linear-gradient(to bottom,var(--ds-surface-sunken,#F4F5F7) 1540px 1584px,var(--ds-surface,#FFFFFF) 1584px 1628px,transparent 1628px)
}

.main-list-container-negative {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 44px;
    background-color: var(--ds-surface,#FFFFFF);
    transition: background-color 100ms linear 0s;
    overflow: hidden;
}

.main-list-container-positive{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 44px;
    background-color: var(--ds-surface-sunken,#F4F5F7);
    transition: background-color 100ms linear 0s;
    overflow: hidden;
}

.roadmap-table {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: center;
    justify-content: center;
    pointer-events: none;
    z-index: 13;
}

.border-bottom {
    height: 1px;
    background-color: var(--ds-border,#DFE1E6);
}

.border-left {
    position: absolute;
    right: -4px;
    top: 0px;
    width: 8px;
    height: 100%;
    cursor: ew-resize;
    z-index: 13;
    opacity: 0;
    transition: opacity 0.1s ease 0s;
}

.main-list-container::after {
    content: "";
    background: var(--ds-border,#DFE1E6);
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: calc(100% - 121px);
    width: 1px;
}

.time-line {
    flex: 0 0 auto;
    width: 7333.34px;
}

.time-line-container {
    position: relative;
}

.time-line-header {
    width: 100%;
    box-sizing: border-box;
    position: sticky;
    top: 0px;
    background: var(--ds-surface,#FFFFFF);
    z-index: 10;
    border-top: 1px solid rgb(223, 225, 230);
}

.time-line-metric {
    position: relative;
    width: 100%;
    height: 100%;
}

.time-line-hour {
    position: absolute;
    top: 0px;
    bottom: 0px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
}

.hour-tittle {
    margin-top: 4px;
    font-size: 11px;
    color: var(--ds-text-subtlest,#5E6C84);
}

.items-container-striped {
    background: linear-gradient(to bottom,var(--ds-surface,#FFFFFF) 0px 44px,var(--ds-surface-sunken,#F4F5F7) 44px 88px,var(--ds-surface,#FFFFFF) 88px 132px,var(--ds-surface-sunken,#F4F5F7) 132px 176px,var(--ds-surface,#FFFFFF) 176px 220px,transparent 220px),linear-gradient(to bottom,var(--ds-surface-sunken,#F4F5F7) 220px 264px,var(--ds-surface,#FFFFFF) 264px 308px,var(--ds-surface-sunken,#F4F5F7) 308px 352px,var(--ds-surface,#FFFFFF) 352px 396px,var(--ds-surface-sunken,#F4F5F7) 396px 440px,transparent 440px),linear-gradient(to bottom,var(--ds-surface,#FFFFFF) 440px 484px,var(--ds-surface-sunken,#F4F5F7) 484px 528px,var(--ds-surface,#FFFFFF) 528px 572px,var(--ds-surface-sunken,#F4F5F7) 572px 616px,var(--ds-surface,#FFFFFF) 616px 660px,transparent 660px),linear-gradient(to bottom,var(--ds-surface-sunken,#F4F5F7) 660px 704px,var(--ds-surface,#FFFFFF) 704px 748px,var(--ds-surface-sunken,#F4F5F7) 748px 792px,var(--ds-surface,#FFFFFF) 792px 836px,var(--ds-surface-sunken,#F4F5F7) 836px 880px,transparent 880px),linear-gradient(to bottom,var(--ds-surface,#FFFFFF) 880px 924px,var(--ds-surface-sunken,#F4F5F7) 924px 968px,var(--ds-surface,#FFFFFF) 968px 1012px,var(--ds-surface-sunken,#F4F5F7) 1012px 1056px,var(--ds-surface,#FFFFFF) 1056px 1100px,transparent 1100px),linear-gradient(to bottom,var(--ds-surface-sunken,#F4F5F7) 1100px 1144px,var(--ds-surface,#FFFFFF) 1144px 1188px,var(--ds-surface-sunken,#F4F5F7) 1188px 1232px,var(--ds-surface,#FFFFFF) 1232px 1276px,var(--ds-surface-sunken,#F4F5F7) 1276px 1320px,transparent 1320px),linear-gradient(to bottom,var(--ds-surface,#FFFFFF) 1320px 1364px,var(--ds-surface-sunken,#F4F5F7) 1364px 1408px,var(--ds-surface,#FFFFFF) 1408px 1452px,var(--ds-surface-sunken,#F4F5F7) 1452px 1496px,var(--ds-surface,#FFFFFF) 1496px 1540px,transparent 1540px),linear-gradient(to bottom,var(--ds-surface-sunken,#F4F5F7) 1540px 1584px,var(--ds-surface,#FFFFFF) 1584px 1628px,transparent 1628px);
    overflow: hidden;
}

.item-container-negative {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 44px;
    background-color: var(--ds-surface,#FFFFFF);
    transition: height 0.35s ease;
    overflow: hidden;
}

.time-line-heading {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 44px;
    background-color: var(--ds-surface,#FFFFFF);
    transition: background-color 100ms linear 0s;
    overflow: hidden;
}

.item-container-positive {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 44px;
    background-color: var(--ds-surface-sunken,#F4F5F7);
    transition: height 0.35s ease;
    overflow: hidden;
}

.item-container {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 44px;
    background-color: inherit;
    transition: height 0.35s ease;
    overflow: hidden;
}

.procedimento-bar {
    position: absolute;
    display: block;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: center;
    min-width: 3px;
    padding: 0px 3px;
    z-index: 3;
    height: 24px;
    border-radius: 30px; 
    transition: none 0s ease 0s;
    cursor: pointer;
    font-size: .6rem !important;
  
}

/* .procedimento-bar-start {
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: center;
    min-width: 3px;
    padding: 0px 3px;
    z-index: 2;
    height: 24px;
    border-radius: 30px;
    transition: none 0s ease 0s;
    cursor: pointer;
} */

.icon-warning {
    position: absolute;
    display: block;
    transform: translate(100%) translateX(8px);
    cursor: pointer;
    z-index: 3;
}

.procedimento-bar-dragg {
    position: absolute;
    inset: 0px;
    pointer-events: none;
    border-radius: 3px;
    z-index: 5;
}

.procedimento-bar-dragg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    box-shadow: inset 0 0 0 2px var(--ds-border-accent-teal,#00A3BF);
    transition: opacity 0.1s ease-in-out 0s;
    opacity: 0;
}


.list-item {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow: hidden;
    padding-right: 120px;
    height: 44px;
    background-color: var(#FFFFFF);
    cursor: pointer;
    padding-left: 0px;
    outline: none;
    transition: box-shadow 0.2s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s, background-color 100ms linear 0s;
    position: relative;
}


.expand-button {
    display: inline-block;
    flex-shrink: 0;
    line-height: 1;
    margin-left: 10px;
    margin-right: 5px;
}

.expand-button > i {
    overflow: hidden;
    pointer-events: none;
    max-width: 100%;
    max-height: 100%;
    color: var(--icon-primary-color);
    fill: var(--icon-secondary-color);
    vertical-align: bottom;
}

.setor {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.setor-img {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    flex: 0 0 auto;
}

.setor-link {
    font-size: 13px;
    outline: none;
    margin: 0px 0px 0px 8px;
    white-space: nowrap;
    color: var(--ds-text-subtlest,#5E6C84) !important;
    text-decoration: none !important;
}

.setor-text {
    margin: 0px 0px 0px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.setor-progress-bar {
    position: absolute;
    bottom: 5px;
    left: 48px;
    width: 172px;
    height: 4px;
    background: #EBECF0
}


.list-item-create-button {
    padding: 0px;
    margin: 0px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: -5px;
    left: -10px;
    width: calc(100% + 10px);
    height: 10px;
    outline: none;
    z-index: 1;
}

.time-line-heading-bg {
    width: 100%;
    height: 48px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(223, 225, 230);
    background-color: var(--ds-surface-sunken,#F4F5F7);
}

.bg-gray-alternative{
    background-color: #F4F5F7;
}


.minutes {
    flex: 1 1 auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}

.minutes span {
    width: 14.2857%;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
    overflow-wrap: break-word;
    margin: 0px 10px;
    color: var(--ds-text-subtlest,#5E6C84);
}


.minutes span:first-child{
    margin-left: -.5rem !important
}

.minutes span:last-child{
    margin-right: 1.5rem !important
}

/* .minutes span:nth-child(7n+4) {
    background-color: var(--ds-background-neutral-hovered,#DFE1E6);
    border-radius: 3px;
} */

.minutes .active {
    border-radius: 3px;
    background-color: var(--ds-background-accent-blue-subtlest,#DEEBFF);
    color: var(--ds-text-brand,#0747A6) !important;
}


.sub-header {
    height: 36px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(223, 225, 230);
    position: relative;
    z-index: 2;
}

.sprint-row {
    width: 40035px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}


.intervals {
    position: absolute;
    box-sizing: border-box;
    height: 16px;
    min-width: 2px;
    text-align: center;
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--ds-text-disabled,#A5ADBA);
    background-color: var(--ds-background-disabled,#EBECF0);
    border-radius: 3px;
    padding: 2px 4px 0px;
    margin: 0px 1px;
    left: 1785px;
    right: 38031.4px;
}

.week {
    position: absolute;
    box-sizing: border-box;
    height: 16px;
    min-width: 2px;
    text-align: center;
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    display: flex;
    z-index: auto;
}

.mark-content {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--ds-text-disabled,#A5ADBA);
    background-color: var(--ds-background-disabled,#EBECF0);
    border-radius: 3px 0px 0px 3px;
    padding: 2px 4px 0px;
    margin: 0px 0px 0px 1px;
    width: calc(100% - 8px);
}

.marker-content-2 {
    position: absolute;
    box-sizing: border-box;
    height: 16px;
    min-width: 2px;
    text-align: center;
    line-height: 11px;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--ds-text-subtle,#42526E);
    background-color: var(--ds-background-neutral-hovered,#DFE1E6);
    border-radius: 3px;
    padding: 2px 4px 0px;
    margin: 0px 1px;
}

.row-realeases {
    display: flex;
    height: 100%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}

.icon-check {
    font-weight: bold;
    color: var(--ds-text-inverse,#FFFFFF);
    background-color: var(--ds-background-accent-green-subtle,#00875A);
    width: 20px;
    height: 20px;
    padding: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 10px;
    box-sizing: border-box;
    border: 2px solid var(--ds-border,#FFFFFF);
    overflow: hidden;
}

.item-key {
    position: absolute;
    height: 20px;
    transform: translateX(-9px);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}


.header-quadradics {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0px;
}

.quadradics {
    position: absolute;
    top: 0px;
    bottom: 0px;
    flex: 0 0 auto;
    border-right: 1px solid rgb(223, 225, 230);
    box-sizing: border-box;
}

.quadradics.active {
    position: absolute;
    top: 0px;
    left: -1px;
    right: -1px;
    height: 100%;
    background-color: var(--ds-background-neutral,rgba(9,30,66,0.04));
    box-sizing: border-box;
    border-left: 1px solid var(--ds-border,rgba(9,30,66,0.02));
    border-right: 1px solid var(--ds-border,rgba(9,30,66,0.02));
}

.today-marker-container {
    position: absolute;
    display: flex;
    top: 0px;
    bottom: 0px;
    z-index: 7;
    pointer-events: none;
}

.today-marker {
    background-color: var(--ds-background-accent-orange-subtle,#FF991F);
    height: 100%;
    width: 2px;
}

.today-marker::before {
    content: "";
    position: sticky;
    height: 0px;
    width: 0px;
    top: 0px;
    margin-left: -3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid var(--ds-background-accent-orange-subtle,#FF991F);
}

.list-item-sibling {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow: hidden;
    padding-right: 8px;
    height: 32px;
    cursor: pointer;
    padding-left: 8px;
    outline: none;
    transition: box-shadow 0.2s cubic-bezier(0.47, 0.03, 0.49, 1.38) 0s, background-color 100ms linear 0s;
    position: relative;
    font-size: .7rem;
}

.link-item {

    outline: none;
    padding: 0px 0px 0px 8px;
    margin: 0px 0px 0px 0px;
/*     white-space: nowrap; */
    color: var(--ds-text-subtlest,#5E6C84) !important;
    text-decoration: none !important;
}

.link-item-tittle {
    margin: 0px 0px 0px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

/* Animação de Texto */
/*  .slide-left span:hover {
    transition: transform 1.2s linear;
    animation: slide-left 8s infinite;
    overflow:hidden;
    z-index: 1;
} */

  @keyframes slide-left {
    0% {margin-left: 5%; width: 100%;}
    5% {margin-left: 5%; width: 100%;}
    90% {margin-left: -85%; width: 100%;}
  }

  .roadmap-offcanvas-header{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .roadmap-offcanvas-body{
    flex-grow: 1;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: auto;
  }

  .roadmap-offcanvas-title{
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    word-break: break-word;
  }


  .all-view {
    align-content: stretch;
    margin-bottom: 24px;
    padding-left: 0px;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
    }
/* °°°° End CSS Mapa Cirurgico °°°° */

.resize-no{
    resize:none;
}

.nbtn-collapse:not(.collapsed)::after {
    background-image: none;
  }
  
  .alternate-text-2{
    opacity:0;
    display: none;
  }
  
  

@media (min-width: 320px) {
    .googleCalendar {
        width: 100%;
        height: 400px;
    }
}

@media (min-width: 576px) {
    .googleCalendar {
        width: 100%;
        height: 500px;
    }
}

@media (min-width: 768px) {
    .googleCalendar {
        width: 100%;
        height: 500px;
    }
}

@media (min-width: 992px) {
    .googleCalendar {
        width: 100%;
        height: 500px;
    }
}

@media (min-width: 1400px) {
    .googleCalendar {
        width: 100%;
        height: 600px;
    }
}
.fs--1 {
    font-size: .8333333333rem !important;
}

.fs--2 {
    font-size: .6944444444rem !important;
}

.text-uppercase-simple {
    text-transform: uppercase !important;
  }

  /* text-blink*/
  .blink-soft {
    animation: blinker 1.5s linear infinite;
  }
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }


  .indicator {
    display: inline-block;
    width: .6em;
    height: .6em;
    margin-right: .5em;
    border-radius: 50%;
    background-color: currentColor
}

.badge .indicator {
    width: 6px;
    height: 6px
}




/* Check Card */
.check-card {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .check-card .check-card-item {
    position: relative;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
  }
  
  .check-card li label {
    display: block;
    position: absolute;
    height: 300px;
    width: 100%;
    z-index: 100;
    cursor: pointer;
  }
  
  .check-card .check-card-body {
    min-height: 280px;
    z-index: 2;
    position: relative;
    /* transition: color 0.3s ease; */ /* Transição suave para a cor do texto */
    transition: all 0.3s cubic-bezier(0.5, -0.8, 0.5, 1.8);
  }
  
  .check-card .check-card-body-in {
    padding: 0px 20px;
  }
  
  .check-card .check-card-title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    margin-bottom: 5px;
  }
  
  .check-card .check-card-bg,
  .check-card .check-card-toggle {
    position: relative;
    background: #2e2d37;
    width: 36px;
    height: 36px;
    top: 10px;
    left: 10px;
    border-radius: 50%;
  }
  
  .check-card .check-card-bg {
    position: absolute;
    background: #2e2d37;
    transition: all 0.3s ease-out;
    transform: scale(1);
    z-index: 0;
  }
  
  .check-card .check-card-toggle span {
    position: absolute;
    display: block;
    width: 20px;
    margin-left: -10px;
    height: 1px;
    top: 50%;
    left: 50%;
    background: #fff;
    transition: all 0.4s ease-out;
    transform: rotate(-270deg);
  }
  
  .check-card .check-card-toggle span:first-child {
    transform: rotate(180deg);
  }
  
  .check-card .check-card-cancel {
    font-size: 18px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    padding: 10px 0 7px;
    text-align: center;
    position: absolute;
    bottom: -50px;
    margin: 0 7%;
    width: 86%;
    transition: all 0.3s cubic-bezier(0.5, -0.8, 0.5, 1.8);
  }
  
  .check-card input[type="checkbox"] {
    display: none;
  }
  
  .check-card input[type="checkbox"]:checked ~ .check-card-body .check-card-toggle span {
    transform: rotate(0deg);
  }
  
  .check-card input[type="checkbox"]:checked ~ .check-card-body .check-card-toggle span:first-child {
    transform: rotate(0deg);
  }
  
  .check-card input[type="checkbox"]:checked ~ .check-card-bg {
    transform: scale(50);
  }
  
  .check-card input[type="checkbox"]:checked ~ .check-card-body .check-card-cancel {
    bottom: 30px;
  }
  
  /* Personalização para o efeito preto e branco */
  .check-card input[type="checkbox"]:checked ~ .check-card-body {
    background-color: #000;
    color: #fff;
  }
  
  .check-card input[type="checkbox"]:checked ~ .check-card-body label {
    color: #fff;
  }

  .table-no-border-top {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }


  .table-no-border-bottom {
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
  }
  tfoot {
    color:#fff;
  }


  .btn-header-more {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: all .2s ease-in-out;
    text-align: center;
    vertical-align: middle;
    color: #adb5bd;
    border-color: transparent;
    border-radius: 1rem;
    background-color: transparent;
    font-weight: 400;
    line-height: 1
}

.btn-header-more:hover,.btn-header-more:focus {
    color: #4650dd;
    background-color: #dadcf8
}
  .btn-default {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .btn-default:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
  }

  .glyphicon-ok:before{content:"OK"}
  .glyphicon-remove:before{content:"X"}

  .combodate{
    display: flex;
  }
