/*!
 * bootstrap-fileinput v5.1.4
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2021, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD-3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.file-loading input[type=file], input[type=file].file-loading {
    width: 0;
    height: 0;
}

.file-no-browse {
    position: absolute;
    left: 50%;
    bottom: 20%;
    width: 1px;
    height: 1px;
    font-size: 0;
    opacity: 0;
    border: none;
    background: none;
    outline: none;
    box-shadow: none;
}

.kv-hidden, .file-caption-icon, .file-zoom-dialog .modal-header:before, .file-zoom-dialog .modal-header:after, .file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button, .file-input-new .no-browse .input-group-btn, .file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-ajax-new .no-browse .input-group-btn, .hide-content .kv-file-content, .is-locked .fileinput-upload-button, .is-locked .fileinput-remove-button {
    display: none;
}

.btn-file input[type=file], .file-caption-icon, .file-preview .fileinput-remove, .krajee-default .file-thumb-progress, .file-zoom-dialog .btn-navigate, .file-zoom-dialog .floating-buttons {
    position: absolute;
}

.file-caption-icon .kv-caption-icon {
    line-height: inherit;
}

.file-input, .file-loading:before, .btn-file, .file-caption, .file-preview, .krajee-default.file-preview-frame, .krajee-default .file-thumbnail-footer, .file-zoom-dialog .modal-dialog {
    position: relative;
}

.file-error-message pre, .file-error-message ul, .krajee-default .file-actions, .krajee-default .file-other-error {
    text-align: left;
}

.file-error-message pre, .file-error-message ul {
    margin: 0;
}

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
    float: left;
    margin-top: 10px;
    width: 16px;
    height: 16px;
}

.file-thumb-progress .progress, .file-thumb-progress .progress-bar {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.7rem;
}

.krajee-default .file-thumb-progress .progress, .kv-upload-progress .progress {
    background-color: #ccc;
}

.krajee-default .file-caption-info, .krajee-default .file-size-info {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    height: 15px;
    margin: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash, .file-zoom-content > .file-object.type-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.file-zoom-content > .file-object.type-video, .file-zoom-content > .file-object.type-flash {
    height: 100%;
}

.file-zoom-content > .file-object.type-pdf, .file-zoom-content > .file-object.type-html, .file-zoom-content > .file-object.type-text, .file-zoom-content > .file-object.type-default {
    width: 100%;
}

.file-loading:before {
    content: " Loading...";
    display: inline-block;
    padding-left: 20px;
    line-height: 16px;
    font-size: 13px;
    font-variant: small-caps;
    color: #999;
    background: transparent url(../../css/dist/./assets/img/loading.gif) top left no-repeat;
}

.file-object {
    margin: 0 0 -5px 0;
    padding: 0;
}

.btn-file {
    overflow: hidden;
}

.btn-file input[type=file] {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

.btn-file ::-ms-browse {
    font-size: 10000px;
    width: 100%;
    height: 100%;
}

.file-caption .file-caption-name {
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    background: none;
    outline: none;
}

.file-caption.icon-visible .file-caption-icon {
    display: inline-block;
}

.file-caption.icon-visible .file-caption-name {
    padding-left: 15px;
}

.file-caption-icon {
    left: 8px;
}

.file-error-message {
    color: #a94442;
    background-color: #f2dede;
    margin: 5px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px;
}

.file-error-message pre {
    margin: 5px 0;
}

.file-caption-disabled {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 8px;
    width: 100%;
    margin-bottom: 5px;
}

.file-preview .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.file-preview .fileinput-remove {
    top: 1px;
    right: 1px;
    line-height: 10px;
}

.file-preview .clickable {
    cursor: pointer;
}

.file-preview-image {
    font: 40px Impact, Charcoal, sans-serif;
    color: #008000;
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}

.krajee-default.file-preview-frame {
    margin: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 6px;
    float: left;
    text-align: center;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 213px;
    height: 160px;
}

.krajee-default .file-preview-other-frame {
    display: flex;
    align-items: center;
    justify-content: center;
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
    width: 400px;
}

.krajee-default.file-preview-frame[data-template="audio"] .kv-file-content {
    width: 240px;
    height: 55px;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 70px;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}

.krajee-default .file-preview-text {
    color: #428bca;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
}

.krajee-default .file-preview-html {
    border: 1px solid #ddd;
}

.krajee-default .file-other-icon {
    font-size: 6em;
    line-height: 1;
}

.krajee-default .file-footer-buttons {
    float: right;
}

.krajee-default .file-footer-caption {
    display: block;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    color: #777;
    margin-bottom: 30px;
}

.file-upload-stats {
    font-size: 10px;
    text-align: center;
    width: 100%;
}

.kv-upload-progress .file-upload-stats {
    font-size: 12px;
    margin: -10px 0 5px;
}

.krajee-default .file-preview-error {
    opacity: 0.65;
    box-shadow: none;
}

.krajee-default .file-thumb-progress {
    top: 37px;
    left: 0;
    right: 0;
}

.krajee-default.kvsortable-ghost {
    background: #e1edf7;
    border: 2px solid #a1abff;
}

.krajee-default .file-preview-other:hover {
    opacity: 0.8;
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
    color: #000;
}

.kv-upload-progress .progress {
    height: 20px;
    margin: 10px 0;
    overflow: hidden;
}

.kv-upload-progress .progress-bar {
    height: 20px;
    font-family: Verdana, Helvetica, sans-serif;
}

/*noinspection CssOverwrittenProperties*/
.file-zoom-dialog .file-other-icon {
    font-size: 22em;
    font-size: 50vmin;
}

.file-zoom-dialog .modal-dialog {
    width: auto;
}

.file-zoom-dialog .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.file-zoom-dialog .btn-navigate {
    padding: 0;
    margin: -60px 0 0;
    font-size: 60px;
    background: transparent;
    text-decoration: none;
    outline: none;
    opacity: 0.7;
    top: 50%;
    color: #1c94c4;
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
    outline: none;
    box-shadow: none;
    opacity: 0.6;
}

.file-zoom-dialog .floating-buttons {
    top: 5px;
    right: 10px;
}

.file-zoom-dialog .btn-navigate[disabled] {
    opacity: 0.3;
}

.file-zoom-dialog .btn-prev {
    left: 1px;
}

.file-zoom-dialog .btn-next {
    right: 1px;
}

.file-zoom-dialog .kv-zoom-title {
    font-weight: 300;
    color: #999;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-input-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.file-input-ajax-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.file-caption-main {
    width: 100%;
}

.file-thumb-loading {
    background: transparent url(../../css/dist/./assets/img/loading.gif) no-repeat scroll center center content-box !important;
}

.file-drop-zone {
    border: 1px dashed #aaa;
    min-height: 260px;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px;
}

.file-drop-zone.clickable:hover {
    border: 2px dashed #999;
}

.file-drop-zone.clickable:focus {
    border: 2px solid #5acde2;
}

.file-drop-zone .file-preview-thumbnails {
    cursor: default;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1.6em;
    text-align:center;
    padding: 85px 10px;
    cursor: default;
}

.file-highlighted {
    border: 2px dashed #999 !important;
    background-color: #eee;
}

.file-uploading {
    background: url(../../css/dist/./assets/img/loading-sm.gif) no-repeat center bottom 10px;
    opacity: 0.65;
}

.file-zoom-fullscreen .modal-dialog {
    min-width: 100%;
    margin: 0;
}

.file-zoom-fullscreen .modal-content {
    border-radius: 0;
    box-shadow: none;
    min-height: 100vh;
}

.file-zoom-fullscreen .modal-body {
    overflow-y: auto;
}

.floating-buttons {
    z-index: 3000;
}

.floating-buttons .btn-kv {
    margin-left: 3px;
    z-index: 3000;
}

.kv-zoom-actions .btn-kv {
    margin-left: 3px;
}

.file-zoom-content {
    text-align: center;
    min-height: 300px;
}

.file-zoom-content .file-preview-image {
    max-height: 100%;
}

.file-zoom-content .file-preview-video {
    max-height: 100%;
}

.file-zoom-content > .file-object.type-image {
    height: auto;
    min-height: inherit;
}

.file-zoom-content > .file-object.type-audio {
    width: auto;
    height: 30px;
}

@media (min-width: 576px) {
    .file-zoom-dialog .modal-dialog {
        max-width: 500px;
    }
}

@media (min-width: 992px) {
    .file-zoom-dialog .modal-lg {
        max-width: 800px;
    }
}

@media (max-width: 767px) {
    .file-preview-thumbnails {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .file-zoom-dialog .modal-header {
        flex-direction: column;
    }
}

@media (max-width: 350px) {
    .krajee-default.file-preview-frame:not([data-template="audio"]) .kv-file-content {
        width: 160px;
    }
}

@media (max-width: 420px) {
    .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
        width: 100%;
    }
}

.file-loading[dir=rtl]:before {
    background: transparent url(../../css/dist/./assets/img/loading.gif) top right no-repeat;
    padding-left: 0;
    padding-right: 20px;
}

.clickable .file-drop-zone-title {
    cursor: pointer;
}

.file-sortable .file-drag-handle:hover {
    opacity: 0.7;
}

.file-sortable .file-drag-handle {
    cursor: grab;
    opacity: 1;
}

.file-grabbing, .file-grabbing * {
    cursor: not-allowed !important;
}

.file-grabbing .file-preview-thumbnails * {
    cursor: grabbing !important;
}

.file-preview-frame.sortable-chosen {
    background-color: #d9edf7;
    border-color: #17a2b8;
    box-shadow: none !important;
}

.file-preview .kv-zoom-cache {
    display: none;
}
@charset "UTF-8";:root{--tagify-dd-color-primary:rgb(53,149,246);--tagify-dd-text-color:black;--tagify-dd-bg-color:white;--tagify-dd-item-pad:.3em .5em;--tagify-dd-max-height:300px}.tagify{--tags-disabled-bg:#F1F1F1;--tags-border-color:#DDD;--tags-hover-border-color:#CCC;--tags-focus-border-color:#3595f6;--tag-border-radius:3px;--tag-bg:#E5E5E5;--tag-hover:#D3E2E2;--tag-text-color:black;--tag-text-color--edit:black;--tag-pad:0.3em 0.5em;--tag-inset-shadow-size:1.2em;--tag-invalid-color:#D39494;--tag-invalid-bg:rgba(211, 148, 148, 0.5);--tag--min-width:1ch;--tag--max-width:100%;--tag-hide-transition:0.3s;--tag-remove-bg:rgba(211, 148, 148, 0.3);--tag-remove-btn-color:black;--tag-remove-btn-bg:none;--tag-remove-btn-bg--hover:#c77777;--input-color:inherit;--placeholder-color:rgba(0, 0, 0, 0.4);--placeholder-color-focus:rgba(0, 0, 0, 0.25);--loader-size:.8em;--readonly-striped:1;display:inline-flex;align-items:flex-start;align-content:baseline;flex-wrap:wrap;border:1px solid var(--tags-border-color);padding:0;line-height:0;outline:0;position:relative;box-sizing:border-box;transition:.1s}@keyframes tags--bump{30%{transform:scale(1.2)}}@keyframes rotateLoader{to{transform:rotate(1turn)}}.tagify:has([contenteditable=true]){cursor:text}.tagify:hover:not(.tagify--focus):not(.tagify--invalid){--tags-border-color:var(--tags-hover-border-color)}.tagify[disabled]{background:var(--tags-disabled-bg);filter:saturate(0);opacity:.5;pointer-events:none}.tagify[disabled].tagify--select,.tagify[readonly].tagify--select{pointer-events:none}.tagify[disabled]:not(.tagify--mix):not(.tagify--select),.tagify[readonly]:not(.tagify--mix):not(.tagify--select){cursor:default}.tagify[disabled]:not(.tagify--mix):not(.tagify--select)>.tagify__input,.tagify[readonly]:not(.tagify--mix):not(.tagify--select)>.tagify__input{visibility:hidden;width:0;margin:5px 0}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div{padding:var(--tag-pad)}.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div::before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify[disabled] .tagify__tag__removeBtn,.tagify[readonly] .tagify__tag__removeBtn{display:none}.tagify--loading .tagify__input>br:last-child{display:none}.tagify--loading .tagify__input::before{content:none}.tagify--loading .tagify__input::after{content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:rotateLoader .4s infinite linear;content:""!important;margin:-2px 0 -2px .5em}.tagify--loading .tagify__input:empty::after{margin-left:0}.tagify+input,.tagify+textarea{position:absolute!important;left:-9999em!important;transform:scale(0)!important}.tagify__tag{display:inline-flex;align-items:center;max-width:var(--tag--max-width);margin-inline:5px 0;margin-block:5px;position:relative;z-index:1;outline:0;line-height:normal;cursor:default;transition:.13s ease-out}.tagify__tag>div{display:flex;flex:1;vertical-align:top;box-sizing:border-box;max-width:100%;padding:var(--tag-pad);color:var(--tag-text-color);line-height:inherit;border-radius:var(--tag-border-radius);white-space:nowrap;transition:.13s ease-out}.tagify__tag>div>*{white-space:pre-wrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:top;min-width:var(--tag--min-width);max-width:var(--tag--max-width);transition:.8s ease,.1s color}.tagify__tag>div>[contenteditable]{display:block;outline:0;-webkit-user-select:text;user-select:text;cursor:text;margin:-2px;padding:2px;max-width:350px}.tagify__tag>div>:only-child{width:100%}.tagify__tag>div::before{content:"";position:absolute;border-radius:inherit;inset:var(--tag-bg-inset,0);z-index:-1;pointer-events:none;transition:120ms ease;animation:tags--bump .3s ease-out 1;box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset}.tagify__tag:focus div::before,.tagify__tag:hover:not([readonly]) div::before{--tag-bg-inset:-2.5px;--tag-bg:var(--tag-hover)}.tagify__tag--loading{pointer-events:none}.tagify__tag--loading .tagify__tag__removeBtn{display:none}.tagify__tag--loading::after{--loader-size:.4em;content:"";vertical-align:middle;opacity:1;width:.7em;height:.7em;width:var(--loader-size);height:var(--loader-size);min-width:0;border:3px solid;border-color:#eee #bbb #888 transparent;border-radius:50%;animation:rotateLoader .4s infinite linear;margin:0 .5em 0 -.1em}.tagify__tag--flash div::before{animation:none}.tagify__tag--hide{width:0!important;padding-left:0;padding-right:0;margin-left:0;margin-right:0;opacity:0;transform:scale(0);transition:var(--tag-hide-transition);pointer-events:none}.tagify__tag--hide>div>*{white-space:nowrap}.tagify__tag.tagify--noAnim>div::before{animation:none}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div>span{opacity:.5}.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before{--tag-bg:var(--tag-invalid-bg);transition:.2s}.tagify__tag[readonly] .tagify__tag__removeBtn{display:none}.tagify__tag[readonly]>div::before{animation:readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused}@keyframes readonlyStyles{0%{background:linear-gradient(45deg,var(--tag-bg) 25%,transparent 25%,transparent 50%,var(--tag-bg) 50%,var(--tag-bg) 75%,transparent 75%,transparent) 0/5px 5px;box-shadow:none;filter:brightness(.95)}}.tagify__tag--editable>div{color:var(--tag-text-color--edit)}.tagify__tag--editable>div::before{box-shadow:0 0 0 2px var(--tag-hover) inset!important}.tagify__tag--editable>.tagify__tag__removeBtn{pointer-events:none;opacity:0;transform:translateX(100%) translateX(5px)}.tagify__tag--editable.tagify--invalid>div::before{box-shadow:0 0 0 2px var(--tag-invalid-color) inset!important}.tagify__tag__removeBtn{order:5;display:inline-flex;align-items:center;justify-content:center;border-radius:50px;cursor:pointer;font:14px/1 Arial;background:var(--tag-remove-btn-bg);color:var(--tag-remove-btn-color);width:14px;height:14px;margin-inline:auto 4.6666666667px;overflow:hidden;transition:.2s ease-out}.tagify__tag__removeBtn::after{content:"×";transition:.3s,color 0s}.tagify__tag__removeBtn:hover{color:#fff;background:var(--tag-remove-btn-bg--hover)}.tagify__tag__removeBtn:hover+div>span{opacity:.5}.tagify__tag__removeBtn:hover+div::before{box-shadow:0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg,rgba(211,148,148,.3)) inset!important;transition:box-shadow .2s}.tagify:not(.tagify--mix) .tagify__input br{display:none}.tagify:not(.tagify--mix) .tagify__input *{display:inline;white-space:nowrap}.tagify__input{flex-grow:1;display:inline-block;min-width:110px;margin:5px;padding:var(--tag-pad);line-height:normal;position:relative;white-space:pre-wrap;color:var(--input-color);box-sizing:inherit;overflow:hidden}.tagify__input:focus{outline:0}.tagify__input:focus::before{transition:.2s ease-out;opacity:0;transform:translatex(6px)}@supports (-ms-ime-align:auto){.tagify__input:focus::before{display:none}}.tagify__input:focus:empty::before{transition:.2s ease-out;opacity:1;transform:none;color:rgba(0,0,0,.25);color:var(--placeholder-color-focus)}@-moz-document url-prefix(){.tagify__input:focus:empty::after{display:none}}.tagify__input::before{content:attr(data-placeholder);width:100%;height:100%;margin:auto 0;z-index:1;color:var(--placeholder-color);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;pointer-events:none;opacity:0;position:absolute}.tagify__input::after{content:attr(data-suggest);display:inline-block;vertical-align:middle;position:absolute;min-width:calc(100% - 1.5em);text-overflow:ellipsis;overflow:hidden;white-space:pre;color:var(--tag-text-color);opacity:.3;pointer-events:none;max-width:100px}.tagify__input .tagify__tag{margin:0 1px}.tagify--mix{display:block}.tagify--mix .tagify__input{padding:5px;margin:0;width:100%;height:100%;line-height:1.5;display:block}.tagify--mix .tagify__input::before{height:auto;display:none;line-height:inherit}.tagify--mix .tagify__input::after{content:none}.tagify--select{cursor:default}.tagify--select::after{content:">";opacity:.5;position:absolute;top:50%;right:0;bottom:0;font:16px monospace;line-height:8px;height:8px;pointer-events:none;transform:translate(-150%,-50%) scaleX(1.2) rotate(90deg);transition:.2s ease-in-out}.tagify--select[aria-expanded=true]::after{transform:translate(-150%,-50%) rotate(270deg) scaleY(1.2)}.tagify--select[aria-expanded=true] .tagify__tag__removeBtn{pointer-events:none;opacity:0;transform:translateX(100%) translateX(5px)}.tagify--select .tagify__tag{flex:1;max-width:none;margin-inline-end:2em;margin-block:0;padding-block:5px;cursor:text}.tagify--select .tagify__tag div::before{display:none}.tagify--select .tagify__tag+.tagify__input{display:none}.tagify--empty .tagify__input::before{transition:.2s ease-out;opacity:1;transform:none;display:inline-block;width:auto}.tagify--mix .tagify--empty .tagify__input::before{display:inline-block}.tagify--focus{--tags-border-color:var(--tags-focus-border-color);transition:0s}.tagify--invalid{--tags-border-color:#D39494}.tagify__dropdown{position:absolute;z-index:9999;transform:translateY(-1px);border-top:1px solid var(--tagify-dd-color-primary);overflow:hidden}.tagify__dropdown[dir=rtl]{transform:translate(-100%,-1px)}.tagify__dropdown[placement=top]{margin-top:0;transform:translateY(-100%)}.tagify__dropdown[placement=top] .tagify__dropdown__wrapper{border-top-width:1.1px;border-bottom-width:0}.tagify__dropdown[position=text]{box-shadow:0 0 0 3px rgba(var(--tagify-dd-color-primary),.1);font-size:.9em}.tagify__dropdown[position=text] .tagify__dropdown__wrapper{border-width:1px}.tagify__dropdown__wrapper{scroll-behavior:auto;max-height:var(--tagify-dd-max-height);overflow:hidden;overflow-x:hidden;color:var(--tagify-dd-text-color);background:var(--tagify-dd-bg-color);border:1px solid;border-color:var(--tagify-dd-color-primary);border-bottom-width:1.5px;border-top-width:0;box-shadow:0 2px 4px -2px rgba(0,0,0,.2);transition:.3s cubic-bezier(.5,0,.3,1),transform .15s;animation:dd-wrapper-show 0s .3s forwards}@keyframes dd-wrapper-show{to{overflow-y:auto}}.tagify__dropdown__header:empty{display:none}.tagify__dropdown__footer{display:inline-block;margin-top:.5em;padding:var(--tagify-dd-item-pad);font-size:.7em;font-style:italic;opacity:.5}.tagify__dropdown__footer:empty{display:none}.tagify__dropdown--initial .tagify__dropdown__wrapper{max-height:20px;transform:translateY(-1em)}.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper{transform:translateY(2em)}.tagify__dropdown__item{box-sizing:border-box;padding:var(--tagify-dd-item-pad);margin:1px;white-space:pre-wrap;cursor:pointer;border-radius:2px;position:relative;outline:0;max-height:60px;max-width:100%;line-height:normal;position:relative}.tagify__dropdown__item--active{background:var(--tagify-dd-color-primary);color:#fff}.tagify__dropdown__item:active{filter:brightness(105%)}.tagify__dropdown__item--hidden{padding-top:0;padding-bottom:0;margin:0 1px;pointer-events:none;overflow:hidden;max-height:0;transition:var(--tagify-dd-item--hidden-duration,.3s)!important}.tagify__dropdown__item--hidden>*{transform:translateY(-100%);opacity:0;transition:inherit}.tagify__dropdown__item--selected::before{content:"✓";font-family:monospace;position:absolute;inset-inline-start:6px;text-indent:0;line-height:1.1}.tagify__dropdown:has(.tagify__dropdown__item--selected) .tagify__dropdown__item{text-indent:1em}
@font-face {
  font-family: "bootstrap-icons";
  src: url(../../css/dist/./assets/fonts/bootstrap-icons.woff2) format("woff2"),
url(../../css/dist/./assets/fonts/bootstrap-icons.woff) format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before { content: "\f67f"; }
.bi-alarm-fill::before { content: "\f101"; }
.bi-alarm::before { content: "\f102"; }
.bi-align-bottom::before { content: "\f103"; }
.bi-align-center::before { content: "\f104"; }
.bi-align-end::before { content: "\f105"; }
.bi-align-middle::before { content: "\f106"; }
.bi-align-start::before { content: "\f107"; }
.bi-align-top::before { content: "\f108"; }
.bi-alt::before { content: "\f109"; }
.bi-app-indicator::before { content: "\f10a"; }
.bi-app::before { content: "\f10b"; }
.bi-archive-fill::before { content: "\f10c"; }
.bi-archive::before { content: "\f10d"; }
.bi-arrow-90deg-down::before { content: "\f10e"; }
.bi-arrow-90deg-left::before { content: "\f10f"; }
.bi-arrow-90deg-right::before { content: "\f110"; }
.bi-arrow-90deg-up::before { content: "\f111"; }
.bi-arrow-bar-down::before { content: "\f112"; }
.bi-arrow-bar-left::before { content: "\f113"; }
.bi-arrow-bar-right::before { content: "\f114"; }
.bi-arrow-bar-up::before { content: "\f115"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-arrow-counterclockwise::before { content: "\f117"; }
.bi-arrow-down-circle-fill::before { content: "\f118"; }
.bi-arrow-down-circle::before { content: "\f119"; }
.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
.bi-arrow-down-left-circle::before { content: "\f11b"; }
.bi-arrow-down-left-square-fill::before { content: "\f11c"; }
.bi-arrow-down-left-square::before { content: "\f11d"; }
.bi-arrow-down-left::before { content: "\f11e"; }
.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
.bi-arrow-down-right-circle::before { content: "\f120"; }
.bi-arrow-down-right-square-fill::before { content: "\f121"; }
.bi-arrow-down-right-square::before { content: "\f122"; }
.bi-arrow-down-right::before { content: "\f123"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-arrow-down-square-fill::before { content: "\f125"; }
.bi-arrow-down-square::before { content: "\f126"; }
.bi-arrow-down-up::before { content: "\f127"; }
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-left-circle-fill::before { content: "\f129"; }
.bi-arrow-left-circle::before { content: "\f12a"; }
.bi-arrow-left-right::before { content: "\f12b"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-arrow-left-square-fill::before { content: "\f12d"; }
.bi-arrow-left-square::before { content: "\f12e"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-arrow-return-left::before { content: "\f131"; }
.bi-arrow-return-right::before { content: "\f132"; }
.bi-arrow-right-circle-fill::before { content: "\f133"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-right-square-fill::before { content: "\f136"; }
.bi-arrow-right-square::before { content: "\f137"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-circle-fill::before { content: "\f139"; }
.bi-arrow-up-circle::before { content: "\f13a"; }
.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
.bi-arrow-up-left-circle::before { content: "\f13c"; }
.bi-arrow-up-left-square-fill::before { content: "\f13d"; }
.bi-arrow-up-left-square::before { content: "\f13e"; }
.bi-arrow-up-left::before { content: "\f13f"; }
.bi-arrow-up-right-circle-fill::before { content: "\f140"; }
.bi-arrow-up-right-circle::before { content: "\f141"; }
.bi-arrow-up-right-square-fill::before { content: "\f142"; }
.bi-arrow-up-right-square::before { content: "\f143"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrow-up-square-fill::before { content: "\f146"; }
.bi-arrow-up-square::before { content: "\f147"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrows-angle-contract::before { content: "\f149"; }
.bi-arrows-angle-expand::before { content: "\f14a"; }
.bi-arrows-collapse::before { content: "\f14b"; }
.bi-arrows-expand::before { content: "\f14c"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
.bi-arrows-move::before { content: "\f14e"; }
.bi-aspect-ratio-fill::before { content: "\f14f"; }
.bi-aspect-ratio::before { content: "\f150"; }
.bi-asterisk::before { content: "\f151"; }
.bi-at::before { content: "\f152"; }
.bi-award-fill::before { content: "\f153"; }
.bi-award::before { content: "\f154"; }
.bi-back::before { content: "\f155"; }
.bi-backspace-fill::before { content: "\f156"; }
.bi-backspace-reverse-fill::before { content: "\f157"; }
.bi-backspace-reverse::before { content: "\f158"; }
.bi-backspace::before { content: "\f159"; }
.bi-badge-3d-fill::before { content: "\f15a"; }
.bi-badge-3d::before { content: "\f15b"; }
.bi-badge-4k-fill::before { content: "\f15c"; }
.bi-badge-4k::before { content: "\f15d"; }
.bi-badge-8k-fill::before { content: "\f15e"; }
.bi-badge-8k::before { content: "\f15f"; }
.bi-badge-ad-fill::before { content: "\f160"; }
.bi-badge-ad::before { content: "\f161"; }
.bi-badge-ar-fill::before { content: "\f162"; }
.bi-badge-ar::before { content: "\f163"; }
.bi-badge-cc-fill::before { content: "\f164"; }
.bi-badge-cc::before { content: "\f165"; }
.bi-badge-hd-fill::before { content: "\f166"; }
.bi-badge-hd::before { content: "\f167"; }
.bi-badge-tm-fill::before { content: "\f168"; }
.bi-badge-tm::before { content: "\f169"; }
.bi-badge-vo-fill::before { content: "\f16a"; }
.bi-badge-vo::before { content: "\f16b"; }
.bi-badge-vr-fill::before { content: "\f16c"; }
.bi-badge-vr::before { content: "\f16d"; }
.bi-badge-wc-fill::before { content: "\f16e"; }
.bi-badge-wc::before { content: "\f16f"; }
.bi-bag-check-fill::before { content: "\f170"; }
.bi-bag-check::before { content: "\f171"; }
.bi-bag-dash-fill::before { content: "\f172"; }
.bi-bag-dash::before { content: "\f173"; }
.bi-bag-fill::before { content: "\f174"; }
.bi-bag-plus-fill::before { content: "\f175"; }
.bi-bag-plus::before { content: "\f176"; }
.bi-bag-x-fill::before { content: "\f177"; }
.bi-bag-x::before { content: "\f178"; }
.bi-bag::before { content: "\f179"; }
.bi-bar-chart-fill::before { content: "\f17a"; }
.bi-bar-chart-line-fill::before { content: "\f17b"; }
.bi-bar-chart-line::before { content: "\f17c"; }
.bi-bar-chart-steps::before { content: "\f17d"; }
.bi-bar-chart::before { content: "\f17e"; }
.bi-basket-fill::before { content: "\f17f"; }
.bi-basket::before { content: "\f180"; }
.bi-basket2-fill::before { content: "\f181"; }
.bi-basket2::before { content: "\f182"; }
.bi-basket3-fill::before { content: "\f183"; }
.bi-basket3::before { content: "\f184"; }
.bi-battery-charging::before { content: "\f185"; }
.bi-battery-full::before { content: "\f186"; }
.bi-battery-half::before { content: "\f187"; }
.bi-battery::before { content: "\f188"; }
.bi-bell-fill::before { content: "\f189"; }
.bi-bell::before { content: "\f18a"; }
.bi-bezier::before { content: "\f18b"; }
.bi-bezier2::before { content: "\f18c"; }
.bi-bicycle::before { content: "\f18d"; }
.bi-binoculars-fill::before { content: "\f18e"; }
.bi-binoculars::before { content: "\f18f"; }
.bi-blockquote-left::before { content: "\f190"; }
.bi-blockquote-right::before { content: "\f191"; }
.bi-book-fill::before { content: "\f192"; }
.bi-book-half::before { content: "\f193"; }
.bi-book::before { content: "\f194"; }
.bi-bookmark-check-fill::before { content: "\f195"; }
.bi-bookmark-check::before { content: "\f196"; }
.bi-bookmark-dash-fill::before { content: "\f197"; }
.bi-bookmark-dash::before { content: "\f198"; }
.bi-bookmark-fill::before { content: "\f199"; }
.bi-bookmark-heart-fill::before { content: "\f19a"; }
.bi-bookmark-heart::before { content: "\f19b"; }
.bi-bookmark-plus-fill::before { content: "\f19c"; }
.bi-bookmark-plus::before { content: "\f19d"; }
.bi-bookmark-star-fill::before { content: "\f19e"; }
.bi-bookmark-star::before { content: "\f19f"; }
.bi-bookmark-x-fill::before { content: "\f1a0"; }
.bi-bookmark-x::before { content: "\f1a1"; }
.bi-bookmark::before { content: "\f1a2"; }
.bi-bookmarks-fill::before { content: "\f1a3"; }
.bi-bookmarks::before { content: "\f1a4"; }
.bi-bookshelf::before { content: "\f1a5"; }
.bi-bootstrap-fill::before { content: "\f1a6"; }
.bi-bootstrap-reboot::before { content: "\f1a7"; }
.bi-bootstrap::before { content: "\f1a8"; }
.bi-border-all::before { content: "\f1a9"; }
.bi-border-bottom::before { content: "\f1aa"; }
.bi-border-center::before { content: "\f1ab"; }
.bi-border-inner::before { content: "\f1ac"; }
.bi-border-left::before { content: "\f1ad"; }
.bi-border-middle::before { content: "\f1ae"; }
.bi-border-outer::before { content: "\f1af"; }
.bi-border-right::before { content: "\f1b0"; }
.bi-border-style::before { content: "\f1b1"; }
.bi-border-top::before { content: "\f1b2"; }
.bi-border-width::before { content: "\f1b3"; }
.bi-border::before { content: "\f1b4"; }
.bi-bounding-box-circles::before { content: "\f1b5"; }
.bi-bounding-box::before { content: "\f1b6"; }
.bi-box-arrow-down-left::before { content: "\f1b7"; }
.bi-box-arrow-down-right::before { content: "\f1b8"; }
.bi-box-arrow-down::before { content: "\f1b9"; }
.bi-box-arrow-in-down-left::before { content: "\f1ba"; }
.bi-box-arrow-in-down-right::before { content: "\f1bb"; }
.bi-box-arrow-in-down::before { content: "\f1bc"; }
.bi-box-arrow-in-left::before { content: "\f1bd"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-box-arrow-in-up-left::before { content: "\f1bf"; }
.bi-box-arrow-in-up-right::before { content: "\f1c0"; }
.bi-box-arrow-in-up::before { content: "\f1c1"; }
.bi-box-arrow-left::before { content: "\f1c2"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-box-arrow-up-left::before { content: "\f1c4"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-box::before { content: "\f1c8"; }
.bi-braces::before { content: "\f1c9"; }
.bi-bricks::before { content: "\f1ca"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-brightness-alt-high-fill::before { content: "\f1cd"; }
.bi-brightness-alt-high::before { content: "\f1ce"; }
.bi-brightness-alt-low-fill::before { content: "\f1cf"; }
.bi-brightness-alt-low::before { content: "\f1d0"; }
.bi-brightness-high-fill::before { content: "\f1d1"; }
.bi-brightness-high::before { content: "\f1d2"; }
.bi-brightness-low-fill::before { content: "\f1d3"; }
.bi-brightness-low::before { content: "\f1d4"; }
.bi-broadcast-pin::before { content: "\f1d5"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-brush-fill::before { content: "\f1d7"; }
.bi-brush::before { content: "\f1d8"; }
.bi-bucket-fill::before { content: "\f1d9"; }
.bi-bucket::before { content: "\f1da"; }
.bi-bug-fill::before { content: "\f1db"; }
.bi-bug::before { content: "\f1dc"; }
.bi-building::before { content: "\f1dd"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calculator-fill::before { content: "\f1df"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-calendar-check-fill::before { content: "\f1e1"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar-date-fill::before { content: "\f1e3"; }
.bi-calendar-date::before { content: "\f1e4"; }
.bi-calendar-day-fill::before { content: "\f1e5"; }
.bi-calendar-day::before { content: "\f1e6"; }
.bi-calendar-event-fill::before { content: "\f1e7"; }
.bi-calendar-event::before { content: "\f1e8"; }
.bi-calendar-fill::before { content: "\f1e9"; }
.bi-calendar-minus-fill::before { content: "\f1ea"; }
.bi-calendar-minus::before { content: "\f1eb"; }
.bi-calendar-month-fill::before { content: "\f1ec"; }
.bi-calendar-month::before { content: "\f1ed"; }
.bi-calendar-plus-fill::before { content: "\f1ee"; }
.bi-calendar-plus::before { content: "\f1ef"; }
.bi-calendar-range-fill::before { content: "\f1f0"; }
.bi-calendar-range::before { content: "\f1f1"; }
.bi-calendar-week-fill::before { content: "\f1f2"; }
.bi-calendar-week::before { content: "\f1f3"; }
.bi-calendar-x-fill::before { content: "\f1f4"; }
.bi-calendar-x::before { content: "\f1f5"; }
.bi-calendar::before { content: "\f1f6"; }
.bi-calendar2-check-fill::before { content: "\f1f7"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-calendar2-date-fill::before { content: "\f1f9"; }
.bi-calendar2-date::before { content: "\f1fa"; }
.bi-calendar2-day-fill::before { content: "\f1fb"; }
.bi-calendar2-day::before { content: "\f1fc"; }
.bi-calendar2-event-fill::before { content: "\f1fd"; }
.bi-calendar2-event::before { content: "\f1fe"; }
.bi-calendar2-fill::before { content: "\f1ff"; }
.bi-calendar2-minus-fill::before { content: "\f200"; }
.bi-calendar2-minus::before { content: "\f201"; }
.bi-calendar2-month-fill::before { content: "\f202"; }
.bi-calendar2-month::before { content: "\f203"; }
.bi-calendar2-plus-fill::before { content: "\f204"; }
.bi-calendar2-plus::before { content: "\f205"; }
.bi-calendar2-range-fill::before { content: "\f206"; }
.bi-calendar2-range::before { content: "\f207"; }
.bi-calendar2-week-fill::before { content: "\f208"; }
.bi-calendar2-week::before { content: "\f209"; }
.bi-calendar2-x-fill::before { content: "\f20a"; }
.bi-calendar2-x::before { content: "\f20b"; }
.bi-calendar2::before { content: "\f20c"; }
.bi-calendar3-event-fill::before { content: "\f20d"; }
.bi-calendar3-event::before { content: "\f20e"; }
.bi-calendar3-fill::before { content: "\f20f"; }
.bi-calendar3-range-fill::before { content: "\f210"; }
.bi-calendar3-range::before { content: "\f211"; }
.bi-calendar3-week-fill::before { content: "\f212"; }
.bi-calendar3-week::before { content: "\f213"; }
.bi-calendar3::before { content: "\f214"; }
.bi-calendar4-event::before { content: "\f215"; }
.bi-calendar4-range::before { content: "\f216"; }
.bi-calendar4-week::before { content: "\f217"; }
.bi-calendar4::before { content: "\f218"; }
.bi-camera-fill::before { content: "\f219"; }
.bi-camera-reels-fill::before { content: "\f21a"; }
.bi-camera-reels::before { content: "\f21b"; }
.bi-camera-video-fill::before { content: "\f21c"; }
.bi-camera-video-off-fill::before { content: "\f21d"; }
.bi-camera-video-off::before { content: "\f21e"; }
.bi-camera-video::before { content: "\f21f"; }
.bi-camera::before { content: "\f220"; }
.bi-camera2::before { content: "\f221"; }
.bi-capslock-fill::before { content: "\f222"; }
.bi-capslock::before { content: "\f223"; }
.bi-card-checklist::before { content: "\f224"; }
.bi-card-heading::before { content: "\f225"; }
.bi-card-image::before { content: "\f226"; }
.bi-card-list::before { content: "\f227"; }
.bi-card-text::before { content: "\f228"; }
.bi-caret-down-fill::before { content: "\f229"; }
.bi-caret-down-square-fill::before { content: "\f22a"; }
.bi-caret-down-square::before { content: "\f22b"; }
.bi-caret-down::before { content: "\f22c"; }
.bi-caret-left-fill::before { content: "\f22d"; }
.bi-caret-left-square-fill::before { content: "\f22e"; }
.bi-caret-left-square::before { content: "\f22f"; }
.bi-caret-left::before { content: "\f230"; }
.bi-caret-right-fill::before { content: "\f231"; }
.bi-caret-right-square-fill::before { content: "\f232"; }
.bi-caret-right-square::before { content: "\f233"; }
.bi-caret-right::before { content: "\f234"; }
.bi-caret-up-fill::before { content: "\f235"; }
.bi-caret-up-square-fill::before { content: "\f236"; }
.bi-caret-up-square::before { content: "\f237"; }
.bi-caret-up::before { content: "\f238"; }
.bi-cart-check-fill::before { content: "\f239"; }
.bi-cart-check::before { content: "\f23a"; }
.bi-cart-dash-fill::before { content: "\f23b"; }
.bi-cart-dash::before { content: "\f23c"; }
.bi-cart-fill::before { content: "\f23d"; }
.bi-cart-plus-fill::before { content: "\f23e"; }
.bi-cart-plus::before { content: "\f23f"; }
.bi-cart-x-fill::before { content: "\f240"; }
.bi-cart-x::before { content: "\f241"; }
.bi-cart::before { content: "\f242"; }
.bi-cart2::before { content: "\f243"; }
.bi-cart3::before { content: "\f244"; }
.bi-cart4::before { content: "\f245"; }
.bi-cash-stack::before { content: "\f246"; }
.bi-cash::before { content: "\f247"; }
.bi-cast::before { content: "\f248"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-chat-dots::before { content: "\f24a"; }
.bi-chat-fill::before { content: "\f24b"; }
.bi-chat-left-dots-fill::before { content: "\f24c"; }
.bi-chat-left-dots::before { content: "\f24d"; }
.bi-chat-left-fill::before { content: "\f24e"; }
.bi-chat-left-quote-fill::before { content: "\f24f"; }
.bi-chat-left-quote::before { content: "\f250"; }
.bi-chat-left-text-fill::before { content: "\f251"; }
.bi-chat-left-text::before { content: "\f252"; }
.bi-chat-left::before { content: "\f253"; }
.bi-chat-quote-fill::before { content: "\f254"; }
.bi-chat-quote::before { content: "\f255"; }
.bi-chat-right-dots-fill::before { content: "\f256"; }
.bi-chat-right-dots::before { content: "\f257"; }
.bi-chat-right-fill::before { content: "\f258"; }
.bi-chat-right-quote-fill::before { content: "\f259"; }
.bi-chat-right-quote::before { content: "\f25a"; }
.bi-chat-right-text-fill::before { content: "\f25b"; }
.bi-chat-right-text::before { content: "\f25c"; }
.bi-chat-right::before { content: "\f25d"; }
.bi-chat-square-dots-fill::before { content: "\f25e"; }
.bi-chat-square-dots::before { content: "\f25f"; }
.bi-chat-square-fill::before { content: "\f260"; }
.bi-chat-square-quote-fill::before { content: "\f261"; }
.bi-chat-square-quote::before { content: "\f262"; }
.bi-chat-square-text-fill::before { content: "\f263"; }
.bi-chat-square-text::before { content: "\f264"; }
.bi-chat-square::before { content: "\f265"; }
.bi-chat-text-fill::before { content: "\f266"; }
.bi-chat-text::before { content: "\f267"; }
.bi-chat::before { content: "\f268"; }
.bi-check-all::before { content: "\f269"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-square-fill::before { content: "\f26c"; }
.bi-check-square::before { content: "\f26d"; }
.bi-check::before { content: "\f26e"; }
.bi-check2-all::before { content: "\f26f"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-check2-square::before { content: "\f271"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-bar-contract::before { content: "\f273"; }
.bi-chevron-bar-down::before { content: "\f274"; }
.bi-chevron-bar-expand::before { content: "\f275"; }
.bi-chevron-bar-left::before { content: "\f276"; }
.bi-chevron-bar-right::before { content: "\f277"; }
.bi-chevron-bar-up::before { content: "\f278"; }
.bi-chevron-compact-down::before { content: "\f279"; }
.bi-chevron-compact-left::before { content: "\f27a"; }
.bi-chevron-compact-right::before { content: "\f27b"; }
.bi-chevron-compact-up::before { content: "\f27c"; }
.bi-chevron-contract::before { content: "\f27d"; }
.bi-chevron-double-down::before { content: "\f27e"; }
.bi-chevron-double-left::before { content: "\f27f"; }
.bi-chevron-double-right::before { content: "\f280"; }
.bi-chevron-double-up::before { content: "\f281"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-expand::before { content: "\f283"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-circle-fill::before { content: "\f287"; }
.bi-circle-half::before { content: "\f288"; }
.bi-circle-square::before { content: "\f289"; }
.bi-circle::before { content: "\f28a"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clipboard-data::before { content: "\f28c"; }
.bi-clipboard-minus::before { content: "\f28d"; }
.bi-clipboard-plus::before { content: "\f28e"; }
.bi-clipboard-x::before { content: "\f28f"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-clock-history::before { content: "\f292"; }
.bi-clock::before { content: "\f293"; }
.bi-cloud-arrow-down-fill::before { content: "\f294"; }
.bi-cloud-arrow-down::before { content: "\f295"; }
.bi-cloud-arrow-up-fill::before { content: "\f296"; }
.bi-cloud-arrow-up::before { content: "\f297"; }
.bi-cloud-check-fill::before { content: "\f298"; }
.bi-cloud-check::before { content: "\f299"; }
.bi-cloud-download-fill::before { content: "\f29a"; }
.bi-cloud-download::before { content: "\f29b"; }
.bi-cloud-drizzle-fill::before { content: "\f29c"; }
.bi-cloud-drizzle::before { content: "\f29d"; }
.bi-cloud-fill::before { content: "\f29e"; }
.bi-cloud-fog-fill::before { content: "\f29f"; }
.bi-cloud-fog::before { content: "\f2a0"; }
.bi-cloud-fog2-fill::before { content: "\f2a1"; }
.bi-cloud-fog2::before { content: "\f2a2"; }
.bi-cloud-hail-fill::before { content: "\f2a3"; }
.bi-cloud-hail::before { content: "\f2a4"; }
.bi-cloud-haze-1::before { content: "\f2a5"; }
.bi-cloud-haze-fill::before { content: "\f2a6"; }
.bi-cloud-haze::before { content: "\f2a7"; }
.bi-cloud-haze2-fill::before { content: "\f2a8"; }
.bi-cloud-lightning-fill::before { content: "\f2a9"; }
.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
.bi-cloud-lightning-rain::before { content: "\f2ab"; }
.bi-cloud-lightning::before { content: "\f2ac"; }
.bi-cloud-minus-fill::before { content: "\f2ad"; }
.bi-cloud-minus::before { content: "\f2ae"; }
.bi-cloud-moon-fill::before { content: "\f2af"; }
.bi-cloud-moon::before { content: "\f2b0"; }
.bi-cloud-plus-fill::before { content: "\f2b1"; }
.bi-cloud-plus::before { content: "\f2b2"; }
.bi-cloud-rain-fill::before { content: "\f2b3"; }
.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
.bi-cloud-rain-heavy::before { content: "\f2b5"; }
.bi-cloud-rain::before { content: "\f2b6"; }
.bi-cloud-slash-fill::before { content: "\f2b7"; }
.bi-cloud-slash::before { content: "\f2b8"; }
.bi-cloud-sleet-fill::before { content: "\f2b9"; }
.bi-cloud-sleet::before { content: "\f2ba"; }
.bi-cloud-snow-fill::before { content: "\f2bb"; }
.bi-cloud-snow::before { content: "\f2bc"; }
.bi-cloud-sun-fill::before { content: "\f2bd"; }
.bi-cloud-sun::before { content: "\f2be"; }
.bi-cloud-upload-fill::before { content: "\f2bf"; }
.bi-cloud-upload::before { content: "\f2c0"; }
.bi-cloud::before { content: "\f2c1"; }
.bi-clouds-fill::before { content: "\f2c2"; }
.bi-clouds::before { content: "\f2c3"; }
.bi-cloudy-fill::before { content: "\f2c4"; }
.bi-cloudy::before { content: "\f2c5"; }
.bi-code-slash::before { content: "\f2c6"; }
.bi-code-square::before { content: "\f2c7"; }
.bi-code::before { content: "\f2c8"; }
.bi-collection-fill::before { content: "\f2c9"; }
.bi-collection-play-fill::before { content: "\f2ca"; }
.bi-collection-play::before { content: "\f2cb"; }
.bi-collection::before { content: "\f2cc"; }
.bi-columns-gap::before { content: "\f2cd"; }
.bi-columns::before { content: "\f2ce"; }
.bi-command::before { content: "\f2cf"; }
.bi-compass-fill::before { content: "\f2d0"; }
.bi-compass::before { content: "\f2d1"; }
.bi-cone-striped::before { content: "\f2d2"; }
.bi-cone::before { content: "\f2d3"; }
.bi-controller::before { content: "\f2d4"; }
.bi-cpu-fill::before { content: "\f2d5"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-credit-card-2-back-fill::before { content: "\f2d7"; }
.bi-credit-card-2-back::before { content: "\f2d8"; }
.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
.bi-credit-card-2-front::before { content: "\f2da"; }
.bi-credit-card-fill::before { content: "\f2db"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-crop::before { content: "\f2dd"; }
.bi-cup-fill::before { content: "\f2de"; }
.bi-cup-straw::before { content: "\f2df"; }
.bi-cup::before { content: "\f2e0"; }
.bi-cursor-fill::before { content: "\f2e1"; }
.bi-cursor-text::before { content: "\f2e2"; }
.bi-cursor::before { content: "\f2e3"; }
.bi-dash-circle-dotted::before { content: "\f2e4"; }
.bi-dash-circle-fill::before { content: "\f2e5"; }
.bi-dash-circle::before { content: "\f2e6"; }
.bi-dash-square-dotted::before { content: "\f2e7"; }
.bi-dash-square-fill::before { content: "\f2e8"; }
.bi-dash-square::before { content: "\f2e9"; }
.bi-dash::before { content: "\f2ea"; }
.bi-diagram-2-fill::before { content: "\f2eb"; }
.bi-diagram-2::before { content: "\f2ec"; }
.bi-diagram-3-fill::before { content: "\f2ed"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-diamond-fill::before { content: "\f2ef"; }
.bi-diamond-half::before { content: "\f2f0"; }
.bi-diamond::before { content: "\f2f1"; }
.bi-dice-1-fill::before { content: "\f2f2"; }
.bi-dice-1::before { content: "\f2f3"; }
.bi-dice-2-fill::before { content: "\f2f4"; }
.bi-dice-2::before { content: "\f2f5"; }
.bi-dice-3-fill::before { content: "\f2f6"; }
.bi-dice-3::before { content: "\f2f7"; }
.bi-dice-4-fill::before { content: "\f2f8"; }
.bi-dice-4::before { content: "\f2f9"; }
.bi-dice-5-fill::before { content: "\f2fa"; }
.bi-dice-5::before { content: "\f2fb"; }
.bi-dice-6-fill::before { content: "\f2fc"; }
.bi-dice-6::before { content: "\f2fd"; }
.bi-disc-fill::before { content: "\f2fe"; }
.bi-disc::before { content: "\f2ff"; }
.bi-discord::before { content: "\f300"; }
.bi-display-fill::before { content: "\f301"; }
.bi-display::before { content: "\f302"; }
.bi-distribute-horizontal::before { content: "\f303"; }
.bi-distribute-vertical::before { content: "\f304"; }
.bi-door-closed-fill::before { content: "\f305"; }
.bi-door-closed::before { content: "\f306"; }
.bi-door-open-fill::before { content: "\f307"; }
.bi-door-open::before { content: "\f308"; }
.bi-dot::before { content: "\f309"; }
.bi-download::before { content: "\f30a"; }
.bi-droplet-fill::before { content: "\f30b"; }
.bi-droplet-half::before { content: "\f30c"; }
.bi-droplet::before { content: "\f30d"; }
.bi-earbuds::before { content: "\f30e"; }
.bi-easel-fill::before { content: "\f30f"; }
.bi-easel::before { content: "\f310"; }
.bi-egg-fill::before { content: "\f311"; }
.bi-egg-fried::before { content: "\f312"; }
.bi-egg::before { content: "\f313"; }
.bi-eject-fill::before { content: "\f314"; }
.bi-eject::before { content: "\f315"; }
.bi-emoji-angry-fill::before { content: "\f316"; }
.bi-emoji-angry::before { content: "\f317"; }
.bi-emoji-dizzy-fill::before { content: "\f318"; }
.bi-emoji-dizzy::before { content: "\f319"; }
.bi-emoji-expressionless-fill::before { content: "\f31a"; }
.bi-emoji-expressionless::before { content: "\f31b"; }
.bi-emoji-frown-fill::before { content: "\f31c"; }
.bi-emoji-frown::before { content: "\f31d"; }
.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
.bi-emoji-heart-eyes::before { content: "\f31f"; }
.bi-emoji-laughing-fill::before { content: "\f320"; }
.bi-emoji-laughing::before { content: "\f321"; }
.bi-emoji-neutral-fill::before { content: "\f322"; }
.bi-emoji-neutral::before { content: "\f323"; }
.bi-emoji-smile-fill::before { content: "\f324"; }
.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
.bi-emoji-smile-upside-down::before { content: "\f326"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-emoji-sunglasses-fill::before { content: "\f328"; }
.bi-emoji-sunglasses::before { content: "\f329"; }
.bi-emoji-wink-fill::before { content: "\f32a"; }
.bi-emoji-wink::before { content: "\f32b"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope-open-fill::before { content: "\f32d"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-envelope::before { content: "\f32f"; }
.bi-eraser-fill::before { content: "\f330"; }
.bi-eraser::before { content: "\f331"; }
.bi-exclamation-circle-fill::before { content: "\f332"; }
.bi-exclamation-circle::before { content: "\f333"; }
.bi-exclamation-diamond-fill::before { content: "\f334"; }
.bi-exclamation-diamond::before { content: "\f335"; }
.bi-exclamation-octagon-fill::before { content: "\f336"; }
.bi-exclamation-octagon::before { content: "\f337"; }
.bi-exclamation-square-fill::before { content: "\f338"; }
.bi-exclamation-square::before { content: "\f339"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-exclamation::before { content: "\f33c"; }
.bi-exclude::before { content: "\f33d"; }
.bi-eye-fill::before { content: "\f33e"; }
.bi-eye-slash-fill::before { content: "\f33f"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-eye::before { content: "\f341"; }
.bi-eyedropper::before { content: "\f342"; }
.bi-eyeglasses::before { content: "\f343"; }
.bi-facebook::before { content: "\f344"; }
.bi-file-arrow-down-fill::before { content: "\f345"; }
.bi-file-arrow-down::before { content: "\f346"; }
.bi-file-arrow-up-fill::before { content: "\f347"; }
.bi-file-arrow-up::before { content: "\f348"; }
.bi-file-bar-graph-fill::before { content: "\f349"; }
.bi-file-bar-graph::before { content: "\f34a"; }
.bi-file-binary-fill::before { content: "\f34b"; }
.bi-file-binary::before { content: "\f34c"; }
.bi-file-break-fill::before { content: "\f34d"; }
.bi-file-break::before { content: "\f34e"; }
.bi-file-check-fill::before { content: "\f34f"; }
.bi-file-check::before { content: "\f350"; }
.bi-file-code-fill::before { content: "\f351"; }
.bi-file-code::before { content: "\f352"; }
.bi-file-diff-fill::before { content: "\f353"; }
.bi-file-diff::before { content: "\f354"; }
.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
.bi-file-earmark-arrow-down::before { content: "\f356"; }
.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
.bi-file-earmark-arrow-up::before { content: "\f358"; }
.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
.bi-file-earmark-bar-graph::before { content: "\f35a"; }
.bi-file-earmark-binary-fill::before { content: "\f35b"; }
.bi-file-earmark-binary::before { content: "\f35c"; }
.bi-file-earmark-break-fill::before { content: "\f35d"; }
.bi-file-earmark-break::before { content: "\f35e"; }
.bi-file-earmark-check-fill::before { content: "\f35f"; }
.bi-file-earmark-check::before { content: "\f360"; }
.bi-file-earmark-code-fill::before { content: "\f361"; }
.bi-file-earmark-code::before { content: "\f362"; }
.bi-file-earmark-diff-fill::before { content: "\f363"; }
.bi-file-earmark-diff::before { content: "\f364"; }
.bi-file-earmark-easel-fill::before { content: "\f365"; }
.bi-file-earmark-easel::before { content: "\f366"; }
.bi-file-earmark-excel-fill::before { content: "\f367"; }
.bi-file-earmark-excel::before { content: "\f368"; }
.bi-file-earmark-fill::before { content: "\f369"; }
.bi-file-earmark-font-fill::before { content: "\f36a"; }
.bi-file-earmark-font::before { content: "\f36b"; }
.bi-file-earmark-image-fill::before { content: "\f36c"; }
.bi-file-earmark-image::before { content: "\f36d"; }
.bi-file-earmark-lock-fill::before { content: "\f36e"; }
.bi-file-earmark-lock::before { content: "\f36f"; }
.bi-file-earmark-lock2-fill::before { content: "\f370"; }
.bi-file-earmark-lock2::before { content: "\f371"; }
.bi-file-earmark-medical-fill::before { content: "\f372"; }
.bi-file-earmark-medical::before { content: "\f373"; }
.bi-file-earmark-minus-fill::before { content: "\f374"; }
.bi-file-earmark-minus::before { content: "\f375"; }
.bi-file-earmark-music-fill::before { content: "\f376"; }
.bi-file-earmark-music::before { content: "\f377"; }
.bi-file-earmark-person-fill::before { content: "\f378"; }
.bi-file-earmark-person::before { content: "\f379"; }
.bi-file-earmark-play-fill::before { content: "\f37a"; }
.bi-file-earmark-play::before { content: "\f37b"; }
.bi-file-earmark-plus-fill::before { content: "\f37c"; }
.bi-file-earmark-plus::before { content: "\f37d"; }
.bi-file-earmark-post-fill::before { content: "\f37e"; }
.bi-file-earmark-post::before { content: "\f37f"; }
.bi-file-earmark-ppt-fill::before { content: "\f380"; }
.bi-file-earmark-ppt::before { content: "\f381"; }
.bi-file-earmark-richtext-fill::before { content: "\f382"; }
.bi-file-earmark-richtext::before { content: "\f383"; }
.bi-file-earmark-ruled-fill::before { content: "\f384"; }
.bi-file-earmark-ruled::before { content: "\f385"; }
.bi-file-earmark-slides-fill::before { content: "\f386"; }
.bi-file-earmark-slides::before { content: "\f387"; }
.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
.bi-file-earmark-spreadsheet::before { content: "\f389"; }
.bi-file-earmark-text-fill::before { content: "\f38a"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-file-earmark-word-fill::before { content: "\f38c"; }
.bi-file-earmark-word::before { content: "\f38d"; }
.bi-file-earmark-x-fill::before { content: "\f38e"; }
.bi-file-earmark-x::before { content: "\f38f"; }
.bi-file-earmark-zip-fill::before { content: "\f390"; }
.bi-file-earmark-zip::before { content: "\f391"; }
.bi-file-earmark::before { content: "\f392"; }
.bi-file-easel-fill::before { content: "\f393"; }
.bi-file-easel::before { content: "\f394"; }
.bi-file-excel-fill::before { content: "\f395"; }
.bi-file-excel::before { content: "\f396"; }
.bi-file-fill::before { content: "\f397"; }
.bi-file-font-fill::before { content: "\f398"; }
.bi-file-font::before { content: "\f399"; }
.bi-file-image-fill::before { content: "\f39a"; }
.bi-file-image::before { content: "\f39b"; }
.bi-file-lock-fill::before { content: "\f39c"; }
.bi-file-lock::before { content: "\f39d"; }
.bi-file-lock2-fill::before { content: "\f39e"; }
.bi-file-lock2::before { content: "\f39f"; }
.bi-file-medical-fill::before { content: "\f3a0"; }
.bi-file-medical::before { content: "\f3a1"; }
.bi-file-minus-fill::before { content: "\f3a2"; }
.bi-file-minus::before { content: "\f3a3"; }
.bi-file-music-fill::before { content: "\f3a4"; }
.bi-file-music::before { content: "\f3a5"; }
.bi-file-person-fill::before { content: "\f3a6"; }
.bi-file-person::before { content: "\f3a7"; }
.bi-file-play-fill::before { content: "\f3a8"; }
.bi-file-play::before { content: "\f3a9"; }
.bi-file-plus-fill::before { content: "\f3aa"; }
.bi-file-plus::before { content: "\f3ab"; }
.bi-file-post-fill::before { content: "\f3ac"; }
.bi-file-post::before { content: "\f3ad"; }
.bi-file-ppt-fill::before { content: "\f3ae"; }
.bi-file-ppt::before { content: "\f3af"; }
.bi-file-richtext-fill::before { content: "\f3b0"; }
.bi-file-richtext::before { content: "\f3b1"; }
.bi-file-ruled-fill::before { content: "\f3b2"; }
.bi-file-ruled::before { content: "\f3b3"; }
.bi-file-slides-fill::before { content: "\f3b4"; }
.bi-file-slides::before { content: "\f3b5"; }
.bi-file-spreadsheet-fill::before { content: "\f3b6"; }
.bi-file-spreadsheet::before { content: "\f3b7"; }
.bi-file-text-fill::before { content: "\f3b8"; }
.bi-file-text::before { content: "\f3b9"; }
.bi-file-word-fill::before { content: "\f3ba"; }
.bi-file-word::before { content: "\f3bb"; }
.bi-file-x-fill::before { content: "\f3bc"; }
.bi-file-x::before { content: "\f3bd"; }
.bi-file-zip-fill::before { content: "\f3be"; }
.bi-file-zip::before { content: "\f3bf"; }
.bi-file::before { content: "\f3c0"; }
.bi-files-alt::before { content: "\f3c1"; }
.bi-files::before { content: "\f3c2"; }
.bi-film::before { content: "\f3c3"; }
.bi-filter-circle-fill::before { content: "\f3c4"; }
.bi-filter-circle::before { content: "\f3c5"; }
.bi-filter-left::before { content: "\f3c6"; }
.bi-filter-right::before { content: "\f3c7"; }
.bi-filter-square-fill::before { content: "\f3c8"; }
.bi-filter-square::before { content: "\f3c9"; }
.bi-filter::before { content: "\f3ca"; }
.bi-flag-fill::before { content: "\f3cb"; }
.bi-flag::before { content: "\f3cc"; }
.bi-flower1::before { content: "\f3cd"; }
.bi-flower2::before { content: "\f3ce"; }
.bi-flower3::before { content: "\f3cf"; }
.bi-folder-check::before { content: "\f3d0"; }
.bi-folder-fill::before { content: "\f3d1"; }
.bi-folder-minus::before { content: "\f3d2"; }
.bi-folder-plus::before { content: "\f3d3"; }
.bi-folder-symlink-fill::before { content: "\f3d4"; }
.bi-folder-symlink::before { content: "\f3d5"; }
.bi-folder-x::before { content: "\f3d6"; }
.bi-folder::before { content: "\f3d7"; }
.bi-folder2-open::before { content: "\f3d8"; }
.bi-folder2::before { content: "\f3d9"; }
.bi-fonts::before { content: "\f3da"; }
.bi-forward-fill::before { content: "\f3db"; }
.bi-forward::before { content: "\f3dc"; }
.bi-front::before { content: "\f3dd"; }
.bi-fullscreen-exit::before { content: "\f3de"; }
.bi-fullscreen::before { content: "\f3df"; }
.bi-funnel-fill::before { content: "\f3e0"; }
.bi-funnel::before { content: "\f3e1"; }
.bi-gear-fill::before { content: "\f3e2"; }
.bi-gear-wide-connected::before { content: "\f3e3"; }
.bi-gear-wide::before { content: "\f3e4"; }
.bi-gear::before { content: "\f3e5"; }
.bi-gem::before { content: "\f3e6"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-fill::before { content: "\f3e9"; }
.bi-geo::before { content: "\f3ea"; }
.bi-gift-fill::before { content: "\f3eb"; }
.bi-gift::before { content: "\f3ec"; }
.bi-github::before { content: "\f3ed"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-google::before { content: "\f3f0"; }
.bi-graph-down::before { content: "\f3f1"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-grid-1x2-fill::before { content: "\f3f3"; }
.bi-grid-1x2::before { content: "\f3f4"; }
.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
.bi-grid-3x2-gap::before { content: "\f3f6"; }
.bi-grid-3x2::before { content: "\f3f7"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-grid-3x3::before { content: "\f3fa"; }
.bi-grid-fill::before { content: "\f3fb"; }
.bi-grid::before { content: "\f3fc"; }
.bi-grip-horizontal::before { content: "\f3fd"; }
.bi-grip-vertical::before { content: "\f3fe"; }
.bi-hammer::before { content: "\f3ff"; }
.bi-hand-index-fill::before { content: "\f400"; }
.bi-hand-index-thumb-fill::before { content: "\f401"; }
.bi-hand-index-thumb::before { content: "\f402"; }
.bi-hand-index::before { content: "\f403"; }
.bi-hand-thumbs-down-fill::before { content: "\f404"; }
.bi-hand-thumbs-down::before { content: "\f405"; }
.bi-hand-thumbs-up-fill::before { content: "\f406"; }
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-handbag-fill::before { content: "\f408"; }
.bi-handbag::before { content: "\f409"; }
.bi-hash::before { content: "\f40a"; }
.bi-hdd-fill::before { content: "\f40b"; }
.bi-hdd-network-fill::before { content: "\f40c"; }
.bi-hdd-network::before { content: "\f40d"; }
.bi-hdd-rack-fill::before { content: "\f40e"; }
.bi-hdd-rack::before { content: "\f40f"; }
.bi-hdd-stack-fill::before { content: "\f410"; }
.bi-hdd-stack::before { content: "\f411"; }
.bi-hdd::before { content: "\f412"; }
.bi-headphones::before { content: "\f413"; }
.bi-headset::before { content: "\f414"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-heart-half::before { content: "\f416"; }
.bi-heart::before { content: "\f417"; }
.bi-heptagon-fill::before { content: "\f418"; }
.bi-heptagon-half::before { content: "\f419"; }
.bi-heptagon::before { content: "\f41a"; }
.bi-hexagon-fill::before { content: "\f41b"; }
.bi-hexagon-half::before { content: "\f41c"; }
.bi-hexagon::before { content: "\f41d"; }
.bi-hourglass-bottom::before { content: "\f41e"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-hourglass-top::before { content: "\f420"; }
.bi-hourglass::before { content: "\f421"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-house-door::before { content: "\f423"; }
.bi-house-fill::before { content: "\f424"; }
.bi-house::before { content: "\f425"; }
.bi-hr::before { content: "\f426"; }
.bi-hurricane::before { content: "\f427"; }
.bi-image-alt::before { content: "\f428"; }
.bi-image-fill::before { content: "\f429"; }
.bi-image::before { content: "\f42a"; }
.bi-images::before { content: "\f42b"; }
.bi-inbox-fill::before { content: "\f42c"; }
.bi-inbox::before { content: "\f42d"; }
.bi-inboxes-fill::before { content: "\f42e"; }
.bi-inboxes::before { content: "\f42f"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-info-circle::before { content: "\f431"; }
.bi-info-square-fill::before { content: "\f432"; }
.bi-info-square::before { content: "\f433"; }
.bi-info::before { content: "\f434"; }
.bi-input-cursor-text::before { content: "\f435"; }
.bi-input-cursor::before { content: "\f436"; }
.bi-instagram::before { content: "\f437"; }
.bi-intersect::before { content: "\f438"; }
.bi-journal-album::before { content: "\f439"; }
.bi-journal-arrow-down::before { content: "\f43a"; }
.bi-journal-arrow-up::before { content: "\f43b"; }
.bi-journal-bookmark-fill::before { content: "\f43c"; }
.bi-journal-bookmark::before { content: "\f43d"; }
.bi-journal-check::before { content: "\f43e"; }
.bi-journal-code::before { content: "\f43f"; }
.bi-journal-medical::before { content: "\f440"; }
.bi-journal-minus::before { content: "\f441"; }
.bi-journal-plus::before { content: "\f442"; }
.bi-journal-richtext::before { content: "\f443"; }
.bi-journal-text::before { content: "\f444"; }
.bi-journal-x::before { content: "\f445"; }
.bi-journal::before { content: "\f446"; }
.bi-journals::before { content: "\f447"; }
.bi-joystick::before { content: "\f448"; }
.bi-justify-left::before { content: "\f449"; }
.bi-justify-right::before { content: "\f44a"; }
.bi-justify::before { content: "\f44b"; }
.bi-kanban-fill::before { content: "\f44c"; }
.bi-kanban::before { content: "\f44d"; }
.bi-key-fill::before { content: "\f44e"; }
.bi-key::before { content: "\f44f"; }
.bi-keyboard-fill::before { content: "\f450"; }
.bi-keyboard::before { content: "\f451"; }
.bi-ladder::before { content: "\f452"; }
.bi-lamp-fill::before { content: "\f453"; }
.bi-lamp::before { content: "\f454"; }
.bi-laptop-fill::before { content: "\f455"; }
.bi-laptop::before { content: "\f456"; }
.bi-layer-backward::before { content: "\f457"; }
.bi-layer-forward::before { content: "\f458"; }
.bi-layers-fill::before { content: "\f459"; }
.bi-layers-half::before { content: "\f45a"; }
.bi-layers::before { content: "\f45b"; }
.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
.bi-layout-sidebar-inset::before { content: "\f45d"; }
.bi-layout-sidebar-reverse::before { content: "\f45e"; }
.bi-layout-sidebar::before { content: "\f45f"; }
.bi-layout-split::before { content: "\f460"; }
.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
.bi-layout-text-sidebar::before { content: "\f462"; }
.bi-layout-text-window-reverse::before { content: "\f463"; }
.bi-layout-text-window::before { content: "\f464"; }
.bi-layout-three-columns::before { content: "\f465"; }
.bi-layout-wtf::before { content: "\f466"; }
.bi-life-preserver::before { content: "\f467"; }
.bi-lightbulb-fill::before { content: "\f468"; }
.bi-lightbulb-off-fill::before { content: "\f469"; }
.bi-lightbulb-off::before { content: "\f46a"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-lightning-fill::before { content: "\f46e"; }
.bi-lightning::before { content: "\f46f"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-link::before { content: "\f471"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list-check::before { content: "\f473"; }
.bi-list-nested::before { content: "\f474"; }
.bi-list-ol::before { content: "\f475"; }
.bi-list-stars::before { content: "\f476"; }
.bi-list-task::before { content: "\f477"; }
.bi-list-ul::before { content: "\f478"; }
.bi-list::before { content: "\f479"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-lock::before { content: "\f47b"; }
.bi-mailbox::before { content: "\f47c"; }
.bi-mailbox2::before { content: "\f47d"; }
.bi-map-fill::before { content: "\f47e"; }
.bi-map::before { content: "\f47f"; }
.bi-markdown-fill::before { content: "\f480"; }
.bi-markdown::before { content: "\f481"; }
.bi-mask::before { content: "\f482"; }
.bi-megaphone-fill::before { content: "\f483"; }
.bi-megaphone::before { content: "\f484"; }
.bi-menu-app-fill::before { content: "\f485"; }
.bi-menu-app::before { content: "\f486"; }
.bi-menu-button-fill::before { content: "\f487"; }
.bi-menu-button-wide-fill::before { content: "\f488"; }
.bi-menu-button-wide::before { content: "\f489"; }
.bi-menu-button::before { content: "\f48a"; }
.bi-menu-down::before { content: "\f48b"; }
.bi-menu-up::before { content: "\f48c"; }
.bi-mic-fill::before { content: "\f48d"; }
.bi-mic-mute-fill::before { content: "\f48e"; }
.bi-mic-mute::before { content: "\f48f"; }
.bi-mic::before { content: "\f490"; }
.bi-minecart-loaded::before { content: "\f491"; }
.bi-minecart::before { content: "\f492"; }
.bi-moisture::before { content: "\f493"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-moon-stars-fill::before { content: "\f495"; }
.bi-moon-stars::before { content: "\f496"; }
.bi-moon::before { content: "\f497"; }
.bi-mouse-fill::before { content: "\f498"; }
.bi-mouse::before { content: "\f499"; }
.bi-mouse2-fill::before { content: "\f49a"; }
.bi-mouse2::before { content: "\f49b"; }
.bi-mouse3-fill::before { content: "\f49c"; }
.bi-mouse3::before { content: "\f49d"; }
.bi-music-note-beamed::before { content: "\f49e"; }
.bi-music-note-list::before { content: "\f49f"; }
.bi-music-note::before { content: "\f4a0"; }
.bi-music-player-fill::before { content: "\f4a1"; }
.bi-music-player::before { content: "\f4a2"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-node-minus-fill::before { content: "\f4a4"; }
.bi-node-minus::before { content: "\f4a5"; }
.bi-node-plus-fill::before { content: "\f4a6"; }
.bi-node-plus::before { content: "\f4a7"; }
.bi-nut-fill::before { content: "\f4a8"; }
.bi-nut::before { content: "\f4a9"; }
.bi-octagon-fill::before { content: "\f4aa"; }
.bi-octagon-half::before { content: "\f4ab"; }
.bi-octagon::before { content: "\f4ac"; }
.bi-option::before { content: "\f4ad"; }
.bi-outlet::before { content: "\f4ae"; }
.bi-paint-bucket::before { content: "\f4af"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-palette::before { content: "\f4b1"; }
.bi-palette2::before { content: "\f4b2"; }
.bi-paperclip::before { content: "\f4b3"; }
.bi-paragraph::before { content: "\f4b4"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-patch-exclamation-fill::before { content: "\f4b7"; }
.bi-patch-exclamation::before { content: "\f4b8"; }
.bi-patch-minus-fill::before { content: "\f4b9"; }
.bi-patch-minus::before { content: "\f4ba"; }
.bi-patch-plus-fill::before { content: "\f4bb"; }
.bi-patch-plus::before { content: "\f4bc"; }
.bi-patch-question-fill::before { content: "\f4bd"; }
.bi-patch-question::before { content: "\f4be"; }
.bi-pause-btn-fill::before { content: "\f4bf"; }
.bi-pause-btn::before { content: "\f4c0"; }
.bi-pause-circle-fill::before { content: "\f4c1"; }
.bi-pause-circle::before { content: "\f4c2"; }
.bi-pause-fill::before { content: "\f4c3"; }
.bi-pause::before { content: "\f4c4"; }
.bi-peace-fill::before { content: "\f4c5"; }
.bi-peace::before { content: "\f4c6"; }
.bi-pen-fill::before { content: "\f4c7"; }
.bi-pen::before { content: "\f4c8"; }
.bi-pencil-fill::before { content: "\f4c9"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-pentagon-fill::before { content: "\f4cc"; }
.bi-pentagon-half::before { content: "\f4cd"; }
.bi-pentagon::before { content: "\f4ce"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-people::before { content: "\f4d0"; }
.bi-percent::before { content: "\f4d1"; }
.bi-person-badge-fill::before { content: "\f4d2"; }
.bi-person-badge::before { content: "\f4d3"; }
.bi-person-bounding-box::before { content: "\f4d4"; }
.bi-person-check-fill::before { content: "\f4d5"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person-dash-fill::before { content: "\f4d8"; }
.bi-person-dash::before { content: "\f4d9"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-person-lines-fill::before { content: "\f4db"; }
.bi-person-plus-fill::before { content: "\f4dc"; }
.bi-person-plus::before { content: "\f4dd"; }
.bi-person-square::before { content: "\f4de"; }
.bi-person-x-fill::before { content: "\f4df"; }
.bi-person-x::before { content: "\f4e0"; }
.bi-person::before { content: "\f4e1"; }
.bi-phone-fill::before { content: "\f4e2"; }
.bi-phone-landscape-fill::before { content: "\f4e3"; }
.bi-phone-landscape::before { content: "\f4e4"; }
.bi-phone-vibrate-fill::before { content: "\f4e5"; }
.bi-phone-vibrate::before { content: "\f4e6"; }
.bi-phone::before { content: "\f4e7"; }
.bi-pie-chart-fill::before { content: "\f4e8"; }
.bi-pie-chart::before { content: "\f4e9"; }
.bi-pin-angle-fill::before { content: "\f4ea"; }
.bi-pin-angle::before { content: "\f4eb"; }
.bi-pin-fill::before { content: "\f4ec"; }
.bi-pin::before { content: "\f4ed"; }
.bi-pip-fill::before { content: "\f4ee"; }
.bi-pip::before { content: "\f4ef"; }
.bi-play-btn-fill::before { content: "\f4f0"; }
.bi-play-btn::before { content: "\f4f1"; }
.bi-play-circle-fill::before { content: "\f4f2"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-play::before { content: "\f4f5"; }
.bi-plug-fill::before { content: "\f4f6"; }
.bi-plug::before { content: "\f4f7"; }
.bi-plus-circle-dotted::before { content: "\f4f8"; }
.bi-plus-circle-fill::before { content: "\f4f9"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-plus-square-dotted::before { content: "\f4fb"; }
.bi-plus-square-fill::before { content: "\f4fc"; }
.bi-plus-square::before { content: "\f4fd"; }
.bi-plus::before { content: "\f4fe"; }
.bi-power::before { content: "\f4ff"; }
.bi-printer-fill::before { content: "\f500"; }
.bi-printer::before { content: "\f501"; }
.bi-puzzle-fill::before { content: "\f502"; }
.bi-puzzle::before { content: "\f503"; }
.bi-question-circle-fill::before { content: "\f504"; }
.bi-question-circle::before { content: "\f505"; }
.bi-question-diamond-fill::before { content: "\f506"; }
.bi-question-diamond::before { content: "\f507"; }
.bi-question-octagon-fill::before { content: "\f508"; }
.bi-question-octagon::before { content: "\f509"; }
.bi-question-square-fill::before { content: "\f50a"; }
.bi-question-square::before { content: "\f50b"; }
.bi-question::before { content: "\f50c"; }
.bi-rainbow::before { content: "\f50d"; }
.bi-receipt-cutoff::before { content: "\f50e"; }
.bi-receipt::before { content: "\f50f"; }
.bi-reception-0::before { content: "\f510"; }
.bi-reception-1::before { content: "\f511"; }
.bi-reception-2::before { content: "\f512"; }
.bi-reception-3::before { content: "\f513"; }
.bi-reception-4::before { content: "\f514"; }
.bi-record-btn-fill::before { content: "\f515"; }
.bi-record-btn::before { content: "\f516"; }
.bi-record-circle-fill::before { content: "\f517"; }
.bi-record-circle::before { content: "\f518"; }
.bi-record-fill::before { content: "\f519"; }
.bi-record::before { content: "\f51a"; }
.bi-record2-fill::before { content: "\f51b"; }
.bi-record2::before { content: "\f51c"; }
.bi-reply-all-fill::before { content: "\f51d"; }
.bi-reply-all::before { content: "\f51e"; }
.bi-reply-fill::before { content: "\f51f"; }
.bi-reply::before { content: "\f520"; }
.bi-rss-fill::before { content: "\f521"; }
.bi-rss::before { content: "\f522"; }
.bi-rulers::before { content: "\f523"; }
.bi-save-fill::before { content: "\f524"; }
.bi-save::before { content: "\f525"; }
.bi-save2-fill::before { content: "\f526"; }
.bi-save2::before { content: "\f527"; }
.bi-scissors::before { content: "\f528"; }
.bi-screwdriver::before { content: "\f529"; }
.bi-search::before { content: "\f52a"; }
.bi-segmented-nav::before { content: "\f52b"; }
.bi-server::before { content: "\f52c"; }
.bi-share-fill::before { content: "\f52d"; }
.bi-share::before { content: "\f52e"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-exclamation::before { content: "\f530"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-shield-fill-exclamation::before { content: "\f532"; }
.bi-shield-fill-minus::before { content: "\f533"; }
.bi-shield-fill-plus::before { content: "\f534"; }
.bi-shield-fill-x::before { content: "\f535"; }
.bi-shield-fill::before { content: "\f536"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-shield-minus::before { content: "\f539"; }
.bi-shield-plus::before { content: "\f53a"; }
.bi-shield-shaded::before { content: "\f53b"; }
.bi-shield-slash-fill::before { content: "\f53c"; }
.bi-shield-slash::before { content: "\f53d"; }
.bi-shield-x::before { content: "\f53e"; }
.bi-shield::before { content: "\f53f"; }
.bi-shift-fill::before { content: "\f540"; }
.bi-shift::before { content: "\f541"; }
.bi-shop-window::before { content: "\f542"; }
.bi-shop::before { content: "\f543"; }
.bi-shuffle::before { content: "\f544"; }
.bi-signpost-2-fill::before { content: "\f545"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-signpost-fill::before { content: "\f547"; }
.bi-signpost-split-fill::before { content: "\f548"; }
.bi-signpost-split::before { content: "\f549"; }
.bi-signpost::before { content: "\f54a"; }
.bi-sim-fill::before { content: "\f54b"; }
.bi-sim::before { content: "\f54c"; }
.bi-skip-backward-btn-fill::before { content: "\f54d"; }
.bi-skip-backward-btn::before { content: "\f54e"; }
.bi-skip-backward-circle-fill::before { content: "\f54f"; }
.bi-skip-backward-circle::before { content: "\f550"; }
.bi-skip-backward-fill::before { content: "\f551"; }
.bi-skip-backward::before { content: "\f552"; }
.bi-skip-end-btn-fill::before { content: "\f553"; }
.bi-skip-end-btn::before { content: "\f554"; }
.bi-skip-end-circle-fill::before { content: "\f555"; }
.bi-skip-end-circle::before { content: "\f556"; }
.bi-skip-end-fill::before { content: "\f557"; }
.bi-skip-end::before { content: "\f558"; }
.bi-skip-forward-btn-fill::before { content: "\f559"; }
.bi-skip-forward-btn::before { content: "\f55a"; }
.bi-skip-forward-circle-fill::before { content: "\f55b"; }
.bi-skip-forward-circle::before { content: "\f55c"; }
.bi-skip-forward-fill::before { content: "\f55d"; }
.bi-skip-forward::before { content: "\f55e"; }
.bi-skip-start-btn-fill::before { content: "\f55f"; }
.bi-skip-start-btn::before { content: "\f560"; }
.bi-skip-start-circle-fill::before { content: "\f561"; }
.bi-skip-start-circle::before { content: "\f562"; }
.bi-skip-start-fill::before { content: "\f563"; }
.bi-skip-start::before { content: "\f564"; }
.bi-slack::before { content: "\f565"; }
.bi-slash-circle-fill::before { content: "\f566"; }
.bi-slash-circle::before { content: "\f567"; }
.bi-slash-square-fill::before { content: "\f568"; }
.bi-slash-square::before { content: "\f569"; }
.bi-slash::before { content: "\f56a"; }
.bi-sliders::before { content: "\f56b"; }
.bi-smartwatch::before { content: "\f56c"; }
.bi-snow::before { content: "\f56d"; }
.bi-snow2::before { content: "\f56e"; }
.bi-snow3::before { content: "\f56f"; }
.bi-sort-alpha-down-alt::before { content: "\f570"; }
.bi-sort-alpha-down::before { content: "\f571"; }
.bi-sort-alpha-up-alt::before { content: "\f572"; }
.bi-sort-alpha-up::before { content: "\f573"; }
.bi-sort-down-alt::before { content: "\f574"; }
.bi-sort-down::before { content: "\f575"; }
.bi-sort-numeric-down-alt::before { content: "\f576"; }
.bi-sort-numeric-down::before { content: "\f577"; }
.bi-sort-numeric-up-alt::before { content: "\f578"; }
.bi-sort-numeric-up::before { content: "\f579"; }
.bi-sort-up-alt::before { content: "\f57a"; }
.bi-sort-up::before { content: "\f57b"; }
.bi-soundwave::before { content: "\f57c"; }
.bi-speaker-fill::before { content: "\f57d"; }
.bi-speaker::before { content: "\f57e"; }
.bi-speedometer::before { content: "\f57f"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-spellcheck::before { content: "\f581"; }
.bi-square-fill::before { content: "\f582"; }
.bi-square-half::before { content: "\f583"; }
.bi-square::before { content: "\f584"; }
.bi-stack::before { content: "\f585"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-stickies-fill::before { content: "\f58a"; }
.bi-stickies::before { content: "\f58b"; }
.bi-sticky-fill::before { content: "\f58c"; }
.bi-sticky::before { content: "\f58d"; }
.bi-stop-btn-fill::before { content: "\f58e"; }
.bi-stop-btn::before { content: "\f58f"; }
.bi-stop-circle-fill::before { content: "\f590"; }
.bi-stop-circle::before { content: "\f591"; }
.bi-stop-fill::before { content: "\f592"; }
.bi-stop::before { content: "\f593"; }
.bi-stoplights-fill::before { content: "\f594"; }
.bi-stoplights::before { content: "\f595"; }
.bi-stopwatch-fill::before { content: "\f596"; }
.bi-stopwatch::before { content: "\f597"; }
.bi-subtract::before { content: "\f598"; }
.bi-suit-club-fill::before { content: "\f599"; }
.bi-suit-club::before { content: "\f59a"; }
.bi-suit-diamond-fill::before { content: "\f59b"; }
.bi-suit-diamond::before { content: "\f59c"; }
.bi-suit-heart-fill::before { content: "\f59d"; }
.bi-suit-heart::before { content: "\f59e"; }
.bi-suit-spade-fill::before { content: "\f59f"; }
.bi-suit-spade::before { content: "\f5a0"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-sun::before { content: "\f5a2"; }
.bi-sunglasses::before { content: "\f5a3"; }
.bi-sunrise-fill::before { content: "\f5a4"; }
.bi-sunrise::before { content: "\f5a5"; }
.bi-sunset-fill::before { content: "\f5a6"; }
.bi-sunset::before { content: "\f5a7"; }
.bi-symmetry-horizontal::before { content: "\f5a8"; }
.bi-symmetry-vertical::before { content: "\f5a9"; }
.bi-table::before { content: "\f5aa"; }
.bi-tablet-fill::before { content: "\f5ab"; }
.bi-tablet-landscape-fill::before { content: "\f5ac"; }
.bi-tablet-landscape::before { content: "\f5ad"; }
.bi-tablet::before { content: "\f5ae"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tag::before { content: "\f5b0"; }
.bi-tags-fill::before { content: "\f5b1"; }
.bi-tags::before { content: "\f5b2"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone-forward-fill::before { content: "\f5b5"; }
.bi-telephone-forward::before { content: "\f5b6"; }
.bi-telephone-inbound-fill::before { content: "\f5b7"; }
.bi-telephone-inbound::before { content: "\f5b8"; }
.bi-telephone-minus-fill::before { content: "\f5b9"; }
.bi-telephone-minus::before { content: "\f5ba"; }
.bi-telephone-outbound-fill::before { content: "\f5bb"; }
.bi-telephone-outbound::before { content: "\f5bc"; }
.bi-telephone-plus-fill::before { content: "\f5bd"; }
.bi-telephone-plus::before { content: "\f5be"; }
.bi-telephone-x-fill::before { content: "\f5bf"; }
.bi-telephone-x::before { content: "\f5c0"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-terminal-fill::before { content: "\f5c2"; }
.bi-terminal::before { content: "\f5c3"; }
.bi-text-center::before { content: "\f5c4"; }
.bi-text-indent-left::before { content: "\f5c5"; }
.bi-text-indent-right::before { content: "\f5c6"; }
.bi-text-left::before { content: "\f5c7"; }
.bi-text-paragraph::before { content: "\f5c8"; }
.bi-text-right::before { content: "\f5c9"; }
.bi-textarea-resize::before { content: "\f5ca"; }
.bi-textarea-t::before { content: "\f5cb"; }
.bi-textarea::before { content: "\f5cc"; }
.bi-thermometer-half::before { content: "\f5cd"; }
.bi-thermometer-high::before { content: "\f5ce"; }
.bi-thermometer-low::before { content: "\f5cf"; }
.bi-thermometer-snow::before { content: "\f5d0"; }
.bi-thermometer-sun::before { content: "\f5d1"; }
.bi-thermometer::before { content: "\f5d2"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-three-dots::before { content: "\f5d4"; }
.bi-toggle-off::before { content: "\f5d5"; }
.bi-toggle-on::before { content: "\f5d6"; }
.bi-toggle2-off::before { content: "\f5d7"; }
.bi-toggle2-on::before { content: "\f5d8"; }
.bi-toggles::before { content: "\f5d9"; }
.bi-toggles2::before { content: "\f5da"; }
.bi-tools::before { content: "\f5db"; }
.bi-tornado::before { content: "\f5dc"; }
.bi-trash-fill::before { content: "\f5dd"; }
.bi-trash::before { content: "\f5de"; }
.bi-trash2-fill::before { content: "\f5df"; }
.bi-trash2::before { content: "\f5e0"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-tree::before { content: "\f5e2"; }
.bi-triangle-fill::before { content: "\f5e3"; }
.bi-triangle-half::before { content: "\f5e4"; }
.bi-triangle::before { content: "\f5e5"; }
.bi-trophy-fill::before { content: "\f5e6"; }
.bi-trophy::before { content: "\f5e7"; }
.bi-tropical-storm::before { content: "\f5e8"; }
.bi-truck-flatbed::before { content: "\f5e9"; }
.bi-truck::before { content: "\f5ea"; }
.bi-tsunami::before { content: "\f5eb"; }
.bi-tv-fill::before { content: "\f5ec"; }
.bi-tv::before { content: "\f5ed"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-type-bold::before { content: "\f5f0"; }
.bi-type-h1::before { content: "\f5f1"; }
.bi-type-h2::before { content: "\f5f2"; }
.bi-type-h3::before { content: "\f5f3"; }
.bi-type-italic::before { content: "\f5f4"; }
.bi-type-strikethrough::before { content: "\f5f5"; }
.bi-type-underline::before { content: "\f5f6"; }
.bi-type::before { content: "\f5f7"; }
.bi-ui-checks-grid::before { content: "\f5f8"; }
.bi-ui-checks::before { content: "\f5f9"; }
.bi-ui-radios-grid::before { content: "\f5fa"; }
.bi-ui-radios::before { content: "\f5fb"; }
.bi-umbrella-fill::before { content: "\f5fc"; }
.bi-umbrella::before { content: "\f5fd"; }
.bi-union::before { content: "\f5fe"; }
.bi-unlock-fill::before { content: "\f5ff"; }
.bi-unlock::before { content: "\f600"; }
.bi-upc-scan::before { content: "\f601"; }
.bi-upc::before { content: "\f602"; }
.bi-upload::before { content: "\f603"; }
.bi-vector-pen::before { content: "\f604"; }
.bi-view-list::before { content: "\f605"; }
.bi-view-stacked::before { content: "\f606"; }
.bi-vinyl-fill::before { content: "\f607"; }
.bi-vinyl::before { content: "\f608"; }
.bi-voicemail::before { content: "\f609"; }
.bi-volume-down-fill::before { content: "\f60a"; }
.bi-volume-down::before { content: "\f60b"; }
.bi-volume-mute-fill::before { content: "\f60c"; }
.bi-volume-mute::before { content: "\f60d"; }
.bi-volume-off-fill::before { content: "\f60e"; }
.bi-volume-off::before { content: "\f60f"; }
.bi-volume-up-fill::before { content: "\f610"; }
.bi-volume-up::before { content: "\f611"; }
.bi-vr::before { content: "\f612"; }
.bi-wallet-fill::before { content: "\f613"; }
.bi-wallet::before { content: "\f614"; }
.bi-wallet2::before { content: "\f615"; }
.bi-watch::before { content: "\f616"; }
.bi-water::before { content: "\f617"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-wifi-1::before { content: "\f619"; }
.bi-wifi-2::before { content: "\f61a"; }
.bi-wifi-off::before { content: "\f61b"; }
.bi-wifi::before { content: "\f61c"; }
.bi-wind::before { content: "\f61d"; }
.bi-window-dock::before { content: "\f61e"; }
.bi-window-sidebar::before { content: "\f61f"; }
.bi-window::before { content: "\f620"; }
.bi-wrench::before { content: "\f621"; }
.bi-x-circle-fill::before { content: "\f622"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-diamond-fill::before { content: "\f624"; }
.bi-x-diamond::before { content: "\f625"; }
.bi-x-octagon-fill::before { content: "\f626"; }
.bi-x-octagon::before { content: "\f627"; }
.bi-x-square-fill::before { content: "\f628"; }
.bi-x-square::before { content: "\f629"; }
.bi-x::before { content: "\f62a"; }
.bi-youtube::before { content: "\f62b"; }
.bi-zoom-in::before { content: "\f62c"; }
.bi-zoom-out::before { content: "\f62d"; }
.bi-bank::before { content: "\f62e"; }
.bi-bank2::before { content: "\f62f"; }
.bi-bell-slash-fill::before { content: "\f630"; }
.bi-bell-slash::before { content: "\f631"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-check-lg::before { content: "\f633"; }
.bi-coin::before { content: "\f634"; }
.bi-currency-bitcoin::before { content: "\f635"; }
.bi-currency-dollar::before { content: "\f636"; }
.bi-currency-euro::before { content: "\f637"; }
.bi-currency-exchange::before { content: "\f638"; }
.bi-currency-pound::before { content: "\f639"; }
.bi-currency-yen::before { content: "\f63a"; }
.bi-dash-lg::before { content: "\f63b"; }
.bi-exclamation-lg::before { content: "\f63c"; }
.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.bi-file-pdf-fill::before { content: "\f63f"; }
.bi-file-pdf::before { content: "\f640"; }
.bi-gender-ambiguous::before { content: "\f641"; }
.bi-gender-female::before { content: "\f642"; }
.bi-gender-male::before { content: "\f643"; }
.bi-gender-trans::before { content: "\f644"; }
.bi-headset-vr::before { content: "\f645"; }
.bi-info-lg::before { content: "\f646"; }
.bi-mastodon::before { content: "\f647"; }
.bi-messenger::before { content: "\f648"; }
.bi-piggy-bank-fill::before { content: "\f649"; }
.bi-piggy-bank::before { content: "\f64a"; }
.bi-pin-map-fill::before { content: "\f64b"; }
.bi-pin-map::before { content: "\f64c"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-question-lg::before { content: "\f64e"; }
.bi-recycle::before { content: "\f64f"; }
.bi-reddit::before { content: "\f650"; }
.bi-safe-fill::before { content: "\f651"; }
.bi-safe2-fill::before { content: "\f652"; }
.bi-safe2::before { content: "\f653"; }
.bi-sd-card-fill::before { content: "\f654"; }
.bi-sd-card::before { content: "\f655"; }
.bi-skype::before { content: "\f656"; }
.bi-slash-lg::before { content: "\f657"; }
.bi-translate::before { content: "\f658"; }
.bi-x-lg::before { content: "\f659"; }
.bi-safe::before { content: "\f65a"; }
.bi-apple::before { content: "\f65b"; }
.bi-microsoft::before { content: "\f65d"; }
.bi-windows::before { content: "\f65e"; }
.bi-behance::before { content: "\f65c"; }
.bi-dribbble::before { content: "\f65f"; }
.bi-line::before { content: "\f660"; }
.bi-medium::before { content: "\f661"; }
.bi-paypal::before { content: "\f662"; }
.bi-pinterest::before { content: "\f663"; }
.bi-signal::before { content: "\f664"; }
.bi-snapchat::before { content: "\f665"; }
.bi-spotify::before { content: "\f666"; }
.bi-stack-overflow::before { content: "\f667"; }
.bi-strava::before { content: "\f668"; }
.bi-wordpress::before { content: "\f669"; }
.bi-vimeo::before { content: "\f66a"; }
.bi-activity::before { content: "\f66b"; }
.bi-easel2-fill::before { content: "\f66c"; }
.bi-easel2::before { content: "\f66d"; }
.bi-easel3-fill::before { content: "\f66e"; }
.bi-easel3::before { content: "\f66f"; }
.bi-fan::before { content: "\f670"; }
.bi-fingerprint::before { content: "\f671"; }
.bi-graph-down-arrow::before { content: "\f672"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-hypnotize::before { content: "\f674"; }
.bi-magic::before { content: "\f675"; }
.bi-person-rolodex::before { content: "\f676"; }
.bi-person-video::before { content: "\f677"; }
.bi-person-video2::before { content: "\f678"; }
.bi-person-video3::before { content: "\f679"; }
.bi-person-workspace::before { content: "\f67a"; }
.bi-radioactive::before { content: "\f67b"; }
.bi-webcam-fill::before { content: "\f67c"; }
.bi-webcam::before { content: "\f67d"; }
.bi-yin-yang::before { content: "\f67e"; }
.bi-bandaid-fill::before { content: "\f680"; }
.bi-bandaid::before { content: "\f681"; }
.bi-bluetooth::before { content: "\f682"; }
.bi-body-text::before { content: "\f683"; }
.bi-boombox::before { content: "\f684"; }
.bi-boxes::before { content: "\f685"; }
.bi-dpad-fill::before { content: "\f686"; }
.bi-dpad::before { content: "\f687"; }
.bi-ear-fill::before { content: "\f688"; }
.bi-ear::before { content: "\f689"; }
.bi-envelope-check-1::before { content: "\f68a"; }
.bi-envelope-check-fill::before { content: "\f68b"; }
.bi-envelope-check::before { content: "\f68c"; }
.bi-envelope-dash-1::before { content: "\f68d"; }
.bi-envelope-dash-fill::before { content: "\f68e"; }
.bi-envelope-dash::before { content: "\f68f"; }
.bi-envelope-exclamation-1::before { content: "\f690"; }
.bi-envelope-exclamation-fill::before { content: "\f691"; }
.bi-envelope-exclamation::before { content: "\f692"; }
.bi-envelope-plus-fill::before { content: "\f693"; }
.bi-envelope-plus::before { content: "\f694"; }
.bi-envelope-slash-1::before { content: "\f695"; }
.bi-envelope-slash-fill::before { content: "\f696"; }
.bi-envelope-slash::before { content: "\f697"; }
.bi-envelope-x-1::before { content: "\f698"; }
.bi-envelope-x-fill::before { content: "\f699"; }
.bi-envelope-x::before { content: "\f69a"; }
.bi-explicit-fill::before { content: "\f69b"; }
.bi-explicit::before { content: "\f69c"; }
.bi-git::before { content: "\f69d"; }
.bi-infinity::before { content: "\f69e"; }
.bi-list-columns-reverse::before { content: "\f69f"; }
.bi-list-columns::before { content: "\f6a0"; }
.bi-meta::before { content: "\f6a1"; }
.bi-mortorboard-fill::before { content: "\f6a2"; }
.bi-mortorboard::before { content: "\f6a3"; }
.bi-nintendo-switch::before { content: "\f6a4"; }
.bi-pc-display-horizontal::before { content: "\f6a5"; }
.bi-pc-display::before { content: "\f6a6"; }
.bi-pc-horizontal::before { content: "\f6a7"; }
.bi-pc::before { content: "\f6a8"; }
.bi-playstation::before { content: "\f6a9"; }
.bi-plus-slash-minus::before { content: "\f6aa"; }
.bi-projector-fill::before { content: "\f6ab"; }
.bi-projector::before { content: "\f6ac"; }
.bi-qr-code-scan::before { content: "\f6ad"; }
.bi-qr-code::before { content: "\f6ae"; }
.bi-quora::before { content: "\f6af"; }
.bi-quote::before { content: "\f6b0"; }
.bi-robot::before { content: "\f6b1"; }
.bi-send-check-fill::before { content: "\f6b2"; }
.bi-send-check::before { content: "\f6b3"; }
.bi-send-dash-fill::before { content: "\f6b4"; }
.bi-send-dash::before { content: "\f6b5"; }
.bi-send-exclamation-1::before { content: "\f6b6"; }
.bi-send-exclamation-fill::before { content: "\f6b7"; }
.bi-send-exclamation::before { content: "\f6b8"; }
.bi-send-fill::before { content: "\f6b9"; }
.bi-send-plus-fill::before { content: "\f6ba"; }
.bi-send-plus::before { content: "\f6bb"; }
.bi-send-slash-fill::before { content: "\f6bc"; }
.bi-send-slash::before { content: "\f6bd"; }
.bi-send-x-fill::before { content: "\f6be"; }
.bi-send-x::before { content: "\f6bf"; }
.bi-send::before { content: "\f6c0"; }
.bi-steam::before { content: "\f6c1"; }
.bi-terminal-dash-1::before { content: "\f6c2"; }
.bi-terminal-dash::before { content: "\f6c3"; }
.bi-terminal-plus::before { content: "\f6c4"; }
.bi-terminal-split::before { content: "\f6c5"; }
.bi-ticket-detailed-fill::before { content: "\f6c6"; }
.bi-ticket-detailed::before { content: "\f6c7"; }
.bi-ticket-fill::before { content: "\f6c8"; }
.bi-ticket-perforated-fill::before { content: "\f6c9"; }
.bi-ticket-perforated::before { content: "\f6ca"; }
.bi-ticket::before { content: "\f6cb"; }
.bi-tiktok::before { content: "\f6cc"; }
.bi-window-dash::before { content: "\f6cd"; }
.bi-window-desktop::before { content: "\f6ce"; }
.bi-window-fullscreen::before { content: "\f6cf"; }
.bi-window-plus::before { content: "\f6d0"; }
.bi-window-split::before { content: "\f6d1"; }
.bi-window-stack::before { content: "\f6d2"; }
.bi-window-x::before { content: "\f6d3"; }
.bi-xbox::before { content: "\f6d4"; }
.bi-ethernet::before { content: "\f6d5"; }
.bi-hdmi-fill::before { content: "\f6d6"; }
.bi-hdmi::before { content: "\f6d7"; }
.bi-usb-c-fill::before { content: "\f6d8"; }
.bi-usb-c::before { content: "\f6d9"; }
.bi-usb-fill::before { content: "\f6da"; }
.bi-usb-plug-fill::before { content: "\f6db"; }
.bi-usb-plug::before { content: "\f6dc"; }
.bi-usb-symbol::before { content: "\f6dd"; }
.bi-usb::before { content: "\f6de"; }
.bi-boombox-fill::before { content: "\f6df"; }
.bi-displayport-1::before { content: "\f6e0"; }
.bi-displayport::before { content: "\f6e1"; }
.bi-gpu-card::before { content: "\f6e2"; }
.bi-memory::before { content: "\f6e3"; }
.bi-modem-fill::before { content: "\f6e4"; }
.bi-modem::before { content: "\f6e5"; }
.bi-motherboard-fill::before { content: "\f6e6"; }
.bi-motherboard::before { content: "\f6e7"; }
.bi-optical-audio-fill::before { content: "\f6e8"; }
.bi-optical-audio::before { content: "\f6e9"; }
.bi-pci-card::before { content: "\f6ea"; }
.bi-router-fill::before { content: "\f6eb"; }
.bi-router::before { content: "\f6ec"; }
.bi-ssd-fill::before { content: "\f6ed"; }
.bi-ssd::before { content: "\f6ee"; }
.bi-thunderbolt-fill::before { content: "\f6ef"; }
.bi-thunderbolt::before { content: "\f6f0"; }
.bi-usb-drive-fill::before { content: "\f6f1"; }
.bi-usb-drive::before { content: "\f6f2"; }
.bi-usb-micro-fill::before { content: "\f6f3"; }
.bi-usb-micro::before { content: "\f6f4"; }
.bi-usb-mini-fill::before { content: "\f6f5"; }
.bi-usb-mini::before { content: "\f6f6"; }
.bi-cloud-haze2::before { content: "\f6f7"; }
.bi-device-hdd-fill::before { content: "\f6f8"; }
.bi-device-hdd::before { content: "\f6f9"; }
.bi-device-ssd-fill::before { content: "\f6fa"; }
.bi-device-ssd::before { content: "\f6fb"; }
.bi-displayport-fill::before { content: "\f6fc"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-terminal-x::before { content: "\f6ff"; }
.bi-arrow-through-heart-fill::before { content: "\f700"; }
.bi-arrow-through-heart::before { content: "\f701"; }
.bi-badge-sd-fill::before { content: "\f702"; }
.bi-badge-sd::before { content: "\f703"; }
.bi-bag-heart-fill::before { content: "\f704"; }
.bi-bag-heart::before { content: "\f705"; }
.bi-balloon-fill::before { content: "\f706"; }
.bi-balloon-heart-fill::before { content: "\f707"; }
.bi-balloon-heart::before { content: "\f708"; }
.bi-balloon::before { content: "\f709"; }
.bi-box2-fill::before { content: "\f70a"; }
.bi-box2-heart-fill::before { content: "\f70b"; }
.bi-box2-heart::before { content: "\f70c"; }
.bi-box2::before { content: "\f70d"; }
.bi-braces-asterisk::before { content: "\f70e"; }
.bi-calendar-heart-fill::before { content: "\f70f"; }
.bi-calendar-heart::before { content: "\f710"; }
.bi-calendar2-heart-fill::before { content: "\f711"; }
.bi-calendar2-heart::before { content: "\f712"; }
.bi-chat-heart-fill::before { content: "\f713"; }
.bi-chat-heart::before { content: "\f714"; }
.bi-chat-left-heart-fill::before { content: "\f715"; }
.bi-chat-left-heart::before { content: "\f716"; }
.bi-chat-right-heart-fill::before { content: "\f717"; }
.bi-chat-right-heart::before { content: "\f718"; }
.bi-chat-square-heart-fill::before { content: "\f719"; }
.bi-chat-square-heart::before { content: "\f71a"; }
.bi-clipboard-check-fill::before { content: "\f71b"; }
.bi-clipboard-data-fill::before { content: "\f71c"; }
.bi-clipboard-fill::before { content: "\f71d"; }
.bi-clipboard-heart-fill::before { content: "\f71e"; }
.bi-clipboard-heart::before { content: "\f71f"; }
.bi-clipboard-minus-fill::before { content: "\f720"; }
.bi-clipboard-plus-fill::before { content: "\f721"; }
.bi-clipboard-pulse::before { content: "\f722"; }
.bi-clipboard-x-fill::before { content: "\f723"; }
.bi-clipboard2-check-fill::before { content: "\f724"; }
.bi-clipboard2-check::before { content: "\f725"; }
.bi-clipboard2-data-fill::before { content: "\f726"; }
.bi-clipboard2-data::before { content: "\f727"; }
.bi-clipboard2-fill::before { content: "\f728"; }
.bi-clipboard2-heart-fill::before { content: "\f729"; }
.bi-clipboard2-heart::before { content: "\f72a"; }
.bi-clipboard2-minus-fill::before { content: "\f72b"; }
.bi-clipboard2-minus::before { content: "\f72c"; }
.bi-clipboard2-plus-fill::before { content: "\f72d"; }
.bi-clipboard2-plus::before { content: "\f72e"; }
.bi-clipboard2-pulse-fill::before { content: "\f72f"; }
.bi-clipboard2-pulse::before { content: "\f730"; }
.bi-clipboard2-x-fill::before { content: "\f731"; }
.bi-clipboard2-x::before { content: "\f732"; }
.bi-clipboard2::before { content: "\f733"; }
.bi-emoji-kiss-fill::before { content: "\f734"; }
.bi-emoji-kiss::before { content: "\f735"; }
.bi-envelope-heart-fill::before { content: "\f736"; }
.bi-envelope-heart::before { content: "\f737"; }
.bi-envelope-open-heart-fill::before { content: "\f738"; }
.bi-envelope-open-heart::before { content: "\f739"; }
.bi-envelope-paper-fill::before { content: "\f73a"; }
.bi-envelope-paper-heart-fill::before { content: "\f73b"; }
.bi-envelope-paper-heart::before { content: "\f73c"; }
.bi-envelope-paper::before { content: "\f73d"; }
.bi-filetype-aac::before { content: "\f73e"; }
.bi-filetype-ai::before { content: "\f73f"; }
.bi-filetype-bmp::before { content: "\f740"; }
.bi-filetype-cs::before { content: "\f741"; }
.bi-filetype-css::before { content: "\f742"; }
.bi-filetype-csv::before { content: "\f743"; }
.bi-filetype-doc::before { content: "\f744"; }
.bi-filetype-docx::before { content: "\f745"; }
.bi-filetype-exe::before { content: "\f746"; }
.bi-filetype-gif::before { content: "\f747"; }
.bi-filetype-heic::before { content: "\f748"; }
.bi-filetype-html::before { content: "\f749"; }
.bi-filetype-java::before { content: "\f74a"; }
.bi-filetype-jpg::before { content: "\f74b"; }
.bi-filetype-js::before { content: "\f74c"; }
.bi-filetype-jsx::before { content: "\f74d"; }
.bi-filetype-key::before { content: "\f74e"; }
.bi-filetype-m4p::before { content: "\f74f"; }
.bi-filetype-md::before { content: "\f750"; }
.bi-filetype-mdx::before { content: "\f751"; }
.bi-filetype-mov::before { content: "\f752"; }
.bi-filetype-mp3::before { content: "\f753"; }
.bi-filetype-mp4::before { content: "\f754"; }
.bi-filetype-otf::before { content: "\f755"; }
.bi-filetype-pdf::before { content: "\f756"; }
.bi-filetype-php::before { content: "\f757"; }
.bi-filetype-png::before { content: "\f758"; }
.bi-filetype-ppt-1::before { content: "\f759"; }
.bi-filetype-ppt::before { content: "\f75a"; }
.bi-filetype-psd::before { content: "\f75b"; }
.bi-filetype-py::before { content: "\f75c"; }
.bi-filetype-raw::before { content: "\f75d"; }
.bi-filetype-rb::before { content: "\f75e"; }
.bi-filetype-sass::before { content: "\f75f"; }
.bi-filetype-scss::before { content: "\f760"; }
.bi-filetype-sh::before { content: "\f761"; }
.bi-filetype-svg::before { content: "\f762"; }
.bi-filetype-tiff::before { content: "\f763"; }
.bi-filetype-tsx::before { content: "\f764"; }
.bi-filetype-ttf::before { content: "\f765"; }
.bi-filetype-txt::before { content: "\f766"; }
.bi-filetype-wav::before { content: "\f767"; }
.bi-filetype-woff::before { content: "\f768"; }
.bi-filetype-xls-1::before { content: "\f769"; }
.bi-filetype-xls::before { content: "\f76a"; }
.bi-filetype-xml::before { content: "\f76b"; }
.bi-filetype-yml::before { content: "\f76c"; }
.bi-heart-arrow::before { content: "\f76d"; }
.bi-heart-pulse-fill::before { content: "\f76e"; }
.bi-heart-pulse::before { content: "\f76f"; }
.bi-heartbreak-fill::before { content: "\f770"; }
.bi-heartbreak::before { content: "\f771"; }
.bi-hearts::before { content: "\f772"; }
.bi-hospital-fill::before { content: "\f773"; }
.bi-hospital::before { content: "\f774"; }
.bi-house-heart-fill::before { content: "\f775"; }
.bi-house-heart::before { content: "\f776"; }
.bi-incognito::before { content: "\f777"; }
.bi-magnet-fill::before { content: "\f778"; }
.bi-magnet::before { content: "\f779"; }
.bi-person-heart::before { content: "\f77a"; }
.bi-person-hearts::before { content: "\f77b"; }
.bi-phone-flip::before { content: "\f77c"; }
.bi-plugin::before { content: "\f77d"; }
.bi-postage-fill::before { content: "\f77e"; }
.bi-postage-heart-fill::before { content: "\f77f"; }
.bi-postage-heart::before { content: "\f780"; }
.bi-postage::before { content: "\f781"; }
.bi-postcard-fill::before { content: "\f782"; }
.bi-postcard-heart-fill::before { content: "\f783"; }
.bi-postcard-heart::before { content: "\f784"; }
.bi-postcard::before { content: "\f785"; }
.bi-search-heart-fill::before { content: "\f786"; }
.bi-search-heart::before { content: "\f787"; }
.bi-sliders2-vertical::before { content: "\f788"; }
.bi-sliders2::before { content: "\f789"; }
.bi-trash3-fill::before { content: "\f78a"; }
.bi-trash3::before { content: "\f78b"; }
.bi-valentine::before { content: "\f78c"; }
.bi-valentine2::before { content: "\f78d"; }
.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
.bi-wrench-adjustable-circle::before { content: "\f78f"; }
.bi-wrench-adjustable::before { content: "\f790"; }
.bi-filetype-json::before { content: "\f791"; }
.bi-filetype-pptx::before { content: "\f792"; }
.bi-filetype-xlsx::before { content: "\f793"; }

@font-face {
  font-family: "bootstrap-icons";
  src: url(../../css/dist/./assets/fonts/bootstrap-icons.woff2) format("woff2"),
url(../../css/dist/./assets/fonts/bootstrap-icons.woff) format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before { content: "\f67f"; }
.bi-alarm-fill::before { content: "\f101"; }
.bi-alarm::before { content: "\f102"; }
.bi-align-bottom::before { content: "\f103"; }
.bi-align-center::before { content: "\f104"; }
.bi-align-end::before { content: "\f105"; }
.bi-align-middle::before { content: "\f106"; }
.bi-align-start::before { content: "\f107"; }
.bi-align-top::before { content: "\f108"; }
.bi-alt::before { content: "\f109"; }
.bi-app-indicator::before { content: "\f10a"; }
.bi-app::before { content: "\f10b"; }
.bi-archive-fill::before { content: "\f10c"; }
.bi-archive::before { content: "\f10d"; }
.bi-arrow-90deg-down::before { content: "\f10e"; }
.bi-arrow-90deg-left::before { content: "\f10f"; }
.bi-arrow-90deg-right::before { content: "\f110"; }
.bi-arrow-90deg-up::before { content: "\f111"; }
.bi-arrow-bar-down::before { content: "\f112"; }
.bi-arrow-bar-left::before { content: "\f113"; }
.bi-arrow-bar-right::before { content: "\f114"; }
.bi-arrow-bar-up::before { content: "\f115"; }
.bi-arrow-clockwise::before { content: "\f116"; }
.bi-arrow-counterclockwise::before { content: "\f117"; }
.bi-arrow-down-circle-fill::before { content: "\f118"; }
.bi-arrow-down-circle::before { content: "\f119"; }
.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
.bi-arrow-down-left-circle::before { content: "\f11b"; }
.bi-arrow-down-left-square-fill::before { content: "\f11c"; }
.bi-arrow-down-left-square::before { content: "\f11d"; }
.bi-arrow-down-left::before { content: "\f11e"; }
.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
.bi-arrow-down-right-circle::before { content: "\f120"; }
.bi-arrow-down-right-square-fill::before { content: "\f121"; }
.bi-arrow-down-right-square::before { content: "\f122"; }
.bi-arrow-down-right::before { content: "\f123"; }
.bi-arrow-down-short::before { content: "\f124"; }
.bi-arrow-down-square-fill::before { content: "\f125"; }
.bi-arrow-down-square::before { content: "\f126"; }
.bi-arrow-down-up::before { content: "\f127"; }
.bi-arrow-down::before { content: "\f128"; }
.bi-arrow-left-circle-fill::before { content: "\f129"; }
.bi-arrow-left-circle::before { content: "\f12a"; }
.bi-arrow-left-right::before { content: "\f12b"; }
.bi-arrow-left-short::before { content: "\f12c"; }
.bi-arrow-left-square-fill::before { content: "\f12d"; }
.bi-arrow-left-square::before { content: "\f12e"; }
.bi-arrow-left::before { content: "\f12f"; }
.bi-arrow-repeat::before { content: "\f130"; }
.bi-arrow-return-left::before { content: "\f131"; }
.bi-arrow-return-right::before { content: "\f132"; }
.bi-arrow-right-circle-fill::before { content: "\f133"; }
.bi-arrow-right-circle::before { content: "\f134"; }
.bi-arrow-right-short::before { content: "\f135"; }
.bi-arrow-right-square-fill::before { content: "\f136"; }
.bi-arrow-right-square::before { content: "\f137"; }
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-circle-fill::before { content: "\f139"; }
.bi-arrow-up-circle::before { content: "\f13a"; }
.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
.bi-arrow-up-left-circle::before { content: "\f13c"; }
.bi-arrow-up-left-square-fill::before { content: "\f13d"; }
.bi-arrow-up-left-square::before { content: "\f13e"; }
.bi-arrow-up-left::before { content: "\f13f"; }
.bi-arrow-up-right-circle-fill::before { content: "\f140"; }
.bi-arrow-up-right-circle::before { content: "\f141"; }
.bi-arrow-up-right-square-fill::before { content: "\f142"; }
.bi-arrow-up-right-square::before { content: "\f143"; }
.bi-arrow-up-right::before { content: "\f144"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-arrow-up-square-fill::before { content: "\f146"; }
.bi-arrow-up-square::before { content: "\f147"; }
.bi-arrow-up::before { content: "\f148"; }
.bi-arrows-angle-contract::before { content: "\f149"; }
.bi-arrows-angle-expand::before { content: "\f14a"; }
.bi-arrows-collapse::before { content: "\f14b"; }
.bi-arrows-expand::before { content: "\f14c"; }
.bi-arrows-fullscreen::before { content: "\f14d"; }
.bi-arrows-move::before { content: "\f14e"; }
.bi-aspect-ratio-fill::before { content: "\f14f"; }
.bi-aspect-ratio::before { content: "\f150"; }
.bi-asterisk::before { content: "\f151"; }
.bi-at::before { content: "\f152"; }
.bi-award-fill::before { content: "\f153"; }
.bi-award::before { content: "\f154"; }
.bi-back::before { content: "\f155"; }
.bi-backspace-fill::before { content: "\f156"; }
.bi-backspace-reverse-fill::before { content: "\f157"; }
.bi-backspace-reverse::before { content: "\f158"; }
.bi-backspace::before { content: "\f159"; }
.bi-badge-3d-fill::before { content: "\f15a"; }
.bi-badge-3d::before { content: "\f15b"; }
.bi-badge-4k-fill::before { content: "\f15c"; }
.bi-badge-4k::before { content: "\f15d"; }
.bi-badge-8k-fill::before { content: "\f15e"; }
.bi-badge-8k::before { content: "\f15f"; }
.bi-badge-ad-fill::before { content: "\f160"; }
.bi-badge-ad::before { content: "\f161"; }
.bi-badge-ar-fill::before { content: "\f162"; }
.bi-badge-ar::before { content: "\f163"; }
.bi-badge-cc-fill::before { content: "\f164"; }
.bi-badge-cc::before { content: "\f165"; }
.bi-badge-hd-fill::before { content: "\f166"; }
.bi-badge-hd::before { content: "\f167"; }
.bi-badge-tm-fill::before { content: "\f168"; }
.bi-badge-tm::before { content: "\f169"; }
.bi-badge-vo-fill::before { content: "\f16a"; }
.bi-badge-vo::before { content: "\f16b"; }
.bi-badge-vr-fill::before { content: "\f16c"; }
.bi-badge-vr::before { content: "\f16d"; }
.bi-badge-wc-fill::before { content: "\f16e"; }
.bi-badge-wc::before { content: "\f16f"; }
.bi-bag-check-fill::before { content: "\f170"; }
.bi-bag-check::before { content: "\f171"; }
.bi-bag-dash-fill::before { content: "\f172"; }
.bi-bag-dash::before { content: "\f173"; }
.bi-bag-fill::before { content: "\f174"; }
.bi-bag-plus-fill::before { content: "\f175"; }
.bi-bag-plus::before { content: "\f176"; }
.bi-bag-x-fill::before { content: "\f177"; }
.bi-bag-x::before { content: "\f178"; }
.bi-bag::before { content: "\f179"; }
.bi-bar-chart-fill::before { content: "\f17a"; }
.bi-bar-chart-line-fill::before { content: "\f17b"; }
.bi-bar-chart-line::before { content: "\f17c"; }
.bi-bar-chart-steps::before { content: "\f17d"; }
.bi-bar-chart::before { content: "\f17e"; }
.bi-basket-fill::before { content: "\f17f"; }
.bi-basket::before { content: "\f180"; }
.bi-basket2-fill::before { content: "\f181"; }
.bi-basket2::before { content: "\f182"; }
.bi-basket3-fill::before { content: "\f183"; }
.bi-basket3::before { content: "\f184"; }
.bi-battery-charging::before { content: "\f185"; }
.bi-battery-full::before { content: "\f186"; }
.bi-battery-half::before { content: "\f187"; }
.bi-battery::before { content: "\f188"; }
.bi-bell-fill::before { content: "\f189"; }
.bi-bell::before { content: "\f18a"; }
.bi-bezier::before { content: "\f18b"; }
.bi-bezier2::before { content: "\f18c"; }
.bi-bicycle::before { content: "\f18d"; }
.bi-binoculars-fill::before { content: "\f18e"; }
.bi-binoculars::before { content: "\f18f"; }
.bi-blockquote-left::before { content: "\f190"; }
.bi-blockquote-right::before { content: "\f191"; }
.bi-book-fill::before { content: "\f192"; }
.bi-book-half::before { content: "\f193"; }
.bi-book::before { content: "\f194"; }
.bi-bookmark-check-fill::before { content: "\f195"; }
.bi-bookmark-check::before { content: "\f196"; }
.bi-bookmark-dash-fill::before { content: "\f197"; }
.bi-bookmark-dash::before { content: "\f198"; }
.bi-bookmark-fill::before { content: "\f199"; }
.bi-bookmark-heart-fill::before { content: "\f19a"; }
.bi-bookmark-heart::before { content: "\f19b"; }
.bi-bookmark-plus-fill::before { content: "\f19c"; }
.bi-bookmark-plus::before { content: "\f19d"; }
.bi-bookmark-star-fill::before { content: "\f19e"; }
.bi-bookmark-star::before { content: "\f19f"; }
.bi-bookmark-x-fill::before { content: "\f1a0"; }
.bi-bookmark-x::before { content: "\f1a1"; }
.bi-bookmark::before { content: "\f1a2"; }
.bi-bookmarks-fill::before { content: "\f1a3"; }
.bi-bookmarks::before { content: "\f1a4"; }
.bi-bookshelf::before { content: "\f1a5"; }
.bi-bootstrap-fill::before { content: "\f1a6"; }
.bi-bootstrap-reboot::before { content: "\f1a7"; }
.bi-bootstrap::before { content: "\f1a8"; }
.bi-border-all::before { content: "\f1a9"; }
.bi-border-bottom::before { content: "\f1aa"; }
.bi-border-center::before { content: "\f1ab"; }
.bi-border-inner::before { content: "\f1ac"; }
.bi-border-left::before { content: "\f1ad"; }
.bi-border-middle::before { content: "\f1ae"; }
.bi-border-outer::before { content: "\f1af"; }
.bi-border-right::before { content: "\f1b0"; }
.bi-border-style::before { content: "\f1b1"; }
.bi-border-top::before { content: "\f1b2"; }
.bi-border-width::before { content: "\f1b3"; }
.bi-border::before { content: "\f1b4"; }
.bi-bounding-box-circles::before { content: "\f1b5"; }
.bi-bounding-box::before { content: "\f1b6"; }
.bi-box-arrow-down-left::before { content: "\f1b7"; }
.bi-box-arrow-down-right::before { content: "\f1b8"; }
.bi-box-arrow-down::before { content: "\f1b9"; }
.bi-box-arrow-in-down-left::before { content: "\f1ba"; }
.bi-box-arrow-in-down-right::before { content: "\f1bb"; }
.bi-box-arrow-in-down::before { content: "\f1bc"; }
.bi-box-arrow-in-left::before { content: "\f1bd"; }
.bi-box-arrow-in-right::before { content: "\f1be"; }
.bi-box-arrow-in-up-left::before { content: "\f1bf"; }
.bi-box-arrow-in-up-right::before { content: "\f1c0"; }
.bi-box-arrow-in-up::before { content: "\f1c1"; }
.bi-box-arrow-left::before { content: "\f1c2"; }
.bi-box-arrow-right::before { content: "\f1c3"; }
.bi-box-arrow-up-left::before { content: "\f1c4"; }
.bi-box-arrow-up-right::before { content: "\f1c5"; }
.bi-box-arrow-up::before { content: "\f1c6"; }
.bi-box-seam::before { content: "\f1c7"; }
.bi-box::before { content: "\f1c8"; }
.bi-braces::before { content: "\f1c9"; }
.bi-bricks::before { content: "\f1ca"; }
.bi-briefcase-fill::before { content: "\f1cb"; }
.bi-briefcase::before { content: "\f1cc"; }
.bi-brightness-alt-high-fill::before { content: "\f1cd"; }
.bi-brightness-alt-high::before { content: "\f1ce"; }
.bi-brightness-alt-low-fill::before { content: "\f1cf"; }
.bi-brightness-alt-low::before { content: "\f1d0"; }
.bi-brightness-high-fill::before { content: "\f1d1"; }
.bi-brightness-high::before { content: "\f1d2"; }
.bi-brightness-low-fill::before { content: "\f1d3"; }
.bi-brightness-low::before { content: "\f1d4"; }
.bi-broadcast-pin::before { content: "\f1d5"; }
.bi-broadcast::before { content: "\f1d6"; }
.bi-brush-fill::before { content: "\f1d7"; }
.bi-brush::before { content: "\f1d8"; }
.bi-bucket-fill::before { content: "\f1d9"; }
.bi-bucket::before { content: "\f1da"; }
.bi-bug-fill::before { content: "\f1db"; }
.bi-bug::before { content: "\f1dc"; }
.bi-building::before { content: "\f1dd"; }
.bi-bullseye::before { content: "\f1de"; }
.bi-calculator-fill::before { content: "\f1df"; }
.bi-calculator::before { content: "\f1e0"; }
.bi-calendar-check-fill::before { content: "\f1e1"; }
.bi-calendar-check::before { content: "\f1e2"; }
.bi-calendar-date-fill::before { content: "\f1e3"; }
.bi-calendar-date::before { content: "\f1e4"; }
.bi-calendar-day-fill::before { content: "\f1e5"; }
.bi-calendar-day::before { content: "\f1e6"; }
.bi-calendar-event-fill::before { content: "\f1e7"; }
.bi-calendar-event::before { content: "\f1e8"; }
.bi-calendar-fill::before { content: "\f1e9"; }
.bi-calendar-minus-fill::before { content: "\f1ea"; }
.bi-calendar-minus::before { content: "\f1eb"; }
.bi-calendar-month-fill::before { content: "\f1ec"; }
.bi-calendar-month::before { content: "\f1ed"; }
.bi-calendar-plus-fill::before { content: "\f1ee"; }
.bi-calendar-plus::before { content: "\f1ef"; }
.bi-calendar-range-fill::before { content: "\f1f0"; }
.bi-calendar-range::before { content: "\f1f1"; }
.bi-calendar-week-fill::before { content: "\f1f2"; }
.bi-calendar-week::before { content: "\f1f3"; }
.bi-calendar-x-fill::before { content: "\f1f4"; }
.bi-calendar-x::before { content: "\f1f5"; }
.bi-calendar::before { content: "\f1f6"; }
.bi-calendar2-check-fill::before { content: "\f1f7"; }
.bi-calendar2-check::before { content: "\f1f8"; }
.bi-calendar2-date-fill::before { content: "\f1f9"; }
.bi-calendar2-date::before { content: "\f1fa"; }
.bi-calendar2-day-fill::before { content: "\f1fb"; }
.bi-calendar2-day::before { content: "\f1fc"; }
.bi-calendar2-event-fill::before { content: "\f1fd"; }
.bi-calendar2-event::before { content: "\f1fe"; }
.bi-calendar2-fill::before { content: "\f1ff"; }
.bi-calendar2-minus-fill::before { content: "\f200"; }
.bi-calendar2-minus::before { content: "\f201"; }
.bi-calendar2-month-fill::before { content: "\f202"; }
.bi-calendar2-month::before { content: "\f203"; }
.bi-calendar2-plus-fill::before { content: "\f204"; }
.bi-calendar2-plus::before { content: "\f205"; }
.bi-calendar2-range-fill::before { content: "\f206"; }
.bi-calendar2-range::before { content: "\f207"; }
.bi-calendar2-week-fill::before { content: "\f208"; }
.bi-calendar2-week::before { content: "\f209"; }
.bi-calendar2-x-fill::before { content: "\f20a"; }
.bi-calendar2-x::before { content: "\f20b"; }
.bi-calendar2::before { content: "\f20c"; }
.bi-calendar3-event-fill::before { content: "\f20d"; }
.bi-calendar3-event::before { content: "\f20e"; }
.bi-calendar3-fill::before { content: "\f20f"; }
.bi-calendar3-range-fill::before { content: "\f210"; }
.bi-calendar3-range::before { content: "\f211"; }
.bi-calendar3-week-fill::before { content: "\f212"; }
.bi-calendar3-week::before { content: "\f213"; }
.bi-calendar3::before { content: "\f214"; }
.bi-calendar4-event::before { content: "\f215"; }
.bi-calendar4-range::before { content: "\f216"; }
.bi-calendar4-week::before { content: "\f217"; }
.bi-calendar4::before { content: "\f218"; }
.bi-camera-fill::before { content: "\f219"; }
.bi-camera-reels-fill::before { content: "\f21a"; }
.bi-camera-reels::before { content: "\f21b"; }
.bi-camera-video-fill::before { content: "\f21c"; }
.bi-camera-video-off-fill::before { content: "\f21d"; }
.bi-camera-video-off::before { content: "\f21e"; }
.bi-camera-video::before { content: "\f21f"; }
.bi-camera::before { content: "\f220"; }
.bi-camera2::before { content: "\f221"; }
.bi-capslock-fill::before { content: "\f222"; }
.bi-capslock::before { content: "\f223"; }
.bi-card-checklist::before { content: "\f224"; }
.bi-card-heading::before { content: "\f225"; }
.bi-card-image::before { content: "\f226"; }
.bi-card-list::before { content: "\f227"; }
.bi-card-text::before { content: "\f228"; }
.bi-caret-down-fill::before { content: "\f229"; }
.bi-caret-down-square-fill::before { content: "\f22a"; }
.bi-caret-down-square::before { content: "\f22b"; }
.bi-caret-down::before { content: "\f22c"; }
.bi-caret-left-fill::before { content: "\f22d"; }
.bi-caret-left-square-fill::before { content: "\f22e"; }
.bi-caret-left-square::before { content: "\f22f"; }
.bi-caret-left::before { content: "\f230"; }
.bi-caret-right-fill::before { content: "\f231"; }
.bi-caret-right-square-fill::before { content: "\f232"; }
.bi-caret-right-square::before { content: "\f233"; }
.bi-caret-right::before { content: "\f234"; }
.bi-caret-up-fill::before { content: "\f235"; }
.bi-caret-up-square-fill::before { content: "\f236"; }
.bi-caret-up-square::before { content: "\f237"; }
.bi-caret-up::before { content: "\f238"; }
.bi-cart-check-fill::before { content: "\f239"; }
.bi-cart-check::before { content: "\f23a"; }
.bi-cart-dash-fill::before { content: "\f23b"; }
.bi-cart-dash::before { content: "\f23c"; }
.bi-cart-fill::before { content: "\f23d"; }
.bi-cart-plus-fill::before { content: "\f23e"; }
.bi-cart-plus::before { content: "\f23f"; }
.bi-cart-x-fill::before { content: "\f240"; }
.bi-cart-x::before { content: "\f241"; }
.bi-cart::before { content: "\f242"; }
.bi-cart2::before { content: "\f243"; }
.bi-cart3::before { content: "\f244"; }
.bi-cart4::before { content: "\f245"; }
.bi-cash-stack::before { content: "\f246"; }
.bi-cash::before { content: "\f247"; }
.bi-cast::before { content: "\f248"; }
.bi-chat-dots-fill::before { content: "\f249"; }
.bi-chat-dots::before { content: "\f24a"; }
.bi-chat-fill::before { content: "\f24b"; }
.bi-chat-left-dots-fill::before { content: "\f24c"; }
.bi-chat-left-dots::before { content: "\f24d"; }
.bi-chat-left-fill::before { content: "\f24e"; }
.bi-chat-left-quote-fill::before { content: "\f24f"; }
.bi-chat-left-quote::before { content: "\f250"; }
.bi-chat-left-text-fill::before { content: "\f251"; }
.bi-chat-left-text::before { content: "\f252"; }
.bi-chat-left::before { content: "\f253"; }
.bi-chat-quote-fill::before { content: "\f254"; }
.bi-chat-quote::before { content: "\f255"; }
.bi-chat-right-dots-fill::before { content: "\f256"; }
.bi-chat-right-dots::before { content: "\f257"; }
.bi-chat-right-fill::before { content: "\f258"; }
.bi-chat-right-quote-fill::before { content: "\f259"; }
.bi-chat-right-quote::before { content: "\f25a"; }
.bi-chat-right-text-fill::before { content: "\f25b"; }
.bi-chat-right-text::before { content: "\f25c"; }
.bi-chat-right::before { content: "\f25d"; }
.bi-chat-square-dots-fill::before { content: "\f25e"; }
.bi-chat-square-dots::before { content: "\f25f"; }
.bi-chat-square-fill::before { content: "\f260"; }
.bi-chat-square-quote-fill::before { content: "\f261"; }
.bi-chat-square-quote::before { content: "\f262"; }
.bi-chat-square-text-fill::before { content: "\f263"; }
.bi-chat-square-text::before { content: "\f264"; }
.bi-chat-square::before { content: "\f265"; }
.bi-chat-text-fill::before { content: "\f266"; }
.bi-chat-text::before { content: "\f267"; }
.bi-chat::before { content: "\f268"; }
.bi-check-all::before { content: "\f269"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check-circle::before { content: "\f26b"; }
.bi-check-square-fill::before { content: "\f26c"; }
.bi-check-square::before { content: "\f26d"; }
.bi-check::before { content: "\f26e"; }
.bi-check2-all::before { content: "\f26f"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-check2-square::before { content: "\f271"; }
.bi-check2::before { content: "\f272"; }
.bi-chevron-bar-contract::before { content: "\f273"; }
.bi-chevron-bar-down::before { content: "\f274"; }
.bi-chevron-bar-expand::before { content: "\f275"; }
.bi-chevron-bar-left::before { content: "\f276"; }
.bi-chevron-bar-right::before { content: "\f277"; }
.bi-chevron-bar-up::before { content: "\f278"; }
.bi-chevron-compact-down::before { content: "\f279"; }
.bi-chevron-compact-left::before { content: "\f27a"; }
.bi-chevron-compact-right::before { content: "\f27b"; }
.bi-chevron-compact-up::before { content: "\f27c"; }
.bi-chevron-contract::before { content: "\f27d"; }
.bi-chevron-double-down::before { content: "\f27e"; }
.bi-chevron-double-left::before { content: "\f27f"; }
.bi-chevron-double-right::before { content: "\f280"; }
.bi-chevron-double-up::before { content: "\f281"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-chevron-expand::before { content: "\f283"; }
.bi-chevron-left::before { content: "\f284"; }
.bi-chevron-right::before { content: "\f285"; }
.bi-chevron-up::before { content: "\f286"; }
.bi-circle-fill::before { content: "\f287"; }
.bi-circle-half::before { content: "\f288"; }
.bi-circle-square::before { content: "\f289"; }
.bi-circle::before { content: "\f28a"; }
.bi-clipboard-check::before { content: "\f28b"; }
.bi-clipboard-data::before { content: "\f28c"; }
.bi-clipboard-minus::before { content: "\f28d"; }
.bi-clipboard-plus::before { content: "\f28e"; }
.bi-clipboard-x::before { content: "\f28f"; }
.bi-clipboard::before { content: "\f290"; }
.bi-clock-fill::before { content: "\f291"; }
.bi-clock-history::before { content: "\f292"; }
.bi-clock::before { content: "\f293"; }
.bi-cloud-arrow-down-fill::before { content: "\f294"; }
.bi-cloud-arrow-down::before { content: "\f295"; }
.bi-cloud-arrow-up-fill::before { content: "\f296"; }
.bi-cloud-arrow-up::before { content: "\f297"; }
.bi-cloud-check-fill::before { content: "\f298"; }
.bi-cloud-check::before { content: "\f299"; }
.bi-cloud-download-fill::before { content: "\f29a"; }
.bi-cloud-download::before { content: "\f29b"; }
.bi-cloud-drizzle-fill::before { content: "\f29c"; }
.bi-cloud-drizzle::before { content: "\f29d"; }
.bi-cloud-fill::before { content: "\f29e"; }
.bi-cloud-fog-fill::before { content: "\f29f"; }
.bi-cloud-fog::before { content: "\f2a0"; }
.bi-cloud-fog2-fill::before { content: "\f2a1"; }
.bi-cloud-fog2::before { content: "\f2a2"; }
.bi-cloud-hail-fill::before { content: "\f2a3"; }
.bi-cloud-hail::before { content: "\f2a4"; }
.bi-cloud-haze-1::before { content: "\f2a5"; }
.bi-cloud-haze-fill::before { content: "\f2a6"; }
.bi-cloud-haze::before { content: "\f2a7"; }
.bi-cloud-haze2-fill::before { content: "\f2a8"; }
.bi-cloud-lightning-fill::before { content: "\f2a9"; }
.bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
.bi-cloud-lightning-rain::before { content: "\f2ab"; }
.bi-cloud-lightning::before { content: "\f2ac"; }
.bi-cloud-minus-fill::before { content: "\f2ad"; }
.bi-cloud-minus::before { content: "\f2ae"; }
.bi-cloud-moon-fill::before { content: "\f2af"; }
.bi-cloud-moon::before { content: "\f2b0"; }
.bi-cloud-plus-fill::before { content: "\f2b1"; }
.bi-cloud-plus::before { content: "\f2b2"; }
.bi-cloud-rain-fill::before { content: "\f2b3"; }
.bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
.bi-cloud-rain-heavy::before { content: "\f2b5"; }
.bi-cloud-rain::before { content: "\f2b6"; }
.bi-cloud-slash-fill::before { content: "\f2b7"; }
.bi-cloud-slash::before { content: "\f2b8"; }
.bi-cloud-sleet-fill::before { content: "\f2b9"; }
.bi-cloud-sleet::before { content: "\f2ba"; }
.bi-cloud-snow-fill::before { content: "\f2bb"; }
.bi-cloud-snow::before { content: "\f2bc"; }
.bi-cloud-sun-fill::before { content: "\f2bd"; }
.bi-cloud-sun::before { content: "\f2be"; }
.bi-cloud-upload-fill::before { content: "\f2bf"; }
.bi-cloud-upload::before { content: "\f2c0"; }
.bi-cloud::before { content: "\f2c1"; }
.bi-clouds-fill::before { content: "\f2c2"; }
.bi-clouds::before { content: "\f2c3"; }
.bi-cloudy-fill::before { content: "\f2c4"; }
.bi-cloudy::before { content: "\f2c5"; }
.bi-code-slash::before { content: "\f2c6"; }
.bi-code-square::before { content: "\f2c7"; }
.bi-code::before { content: "\f2c8"; }
.bi-collection-fill::before { content: "\f2c9"; }
.bi-collection-play-fill::before { content: "\f2ca"; }
.bi-collection-play::before { content: "\f2cb"; }
.bi-collection::before { content: "\f2cc"; }
.bi-columns-gap::before { content: "\f2cd"; }
.bi-columns::before { content: "\f2ce"; }
.bi-command::before { content: "\f2cf"; }
.bi-compass-fill::before { content: "\f2d0"; }
.bi-compass::before { content: "\f2d1"; }
.bi-cone-striped::before { content: "\f2d2"; }
.bi-cone::before { content: "\f2d3"; }
.bi-controller::before { content: "\f2d4"; }
.bi-cpu-fill::before { content: "\f2d5"; }
.bi-cpu::before { content: "\f2d6"; }
.bi-credit-card-2-back-fill::before { content: "\f2d7"; }
.bi-credit-card-2-back::before { content: "\f2d8"; }
.bi-credit-card-2-front-fill::before { content: "\f2d9"; }
.bi-credit-card-2-front::before { content: "\f2da"; }
.bi-credit-card-fill::before { content: "\f2db"; }
.bi-credit-card::before { content: "\f2dc"; }
.bi-crop::before { content: "\f2dd"; }
.bi-cup-fill::before { content: "\f2de"; }
.bi-cup-straw::before { content: "\f2df"; }
.bi-cup::before { content: "\f2e0"; }
.bi-cursor-fill::before { content: "\f2e1"; }
.bi-cursor-text::before { content: "\f2e2"; }
.bi-cursor::before { content: "\f2e3"; }
.bi-dash-circle-dotted::before { content: "\f2e4"; }
.bi-dash-circle-fill::before { content: "\f2e5"; }
.bi-dash-circle::before { content: "\f2e6"; }
.bi-dash-square-dotted::before { content: "\f2e7"; }
.bi-dash-square-fill::before { content: "\f2e8"; }
.bi-dash-square::before { content: "\f2e9"; }
.bi-dash::before { content: "\f2ea"; }
.bi-diagram-2-fill::before { content: "\f2eb"; }
.bi-diagram-2::before { content: "\f2ec"; }
.bi-diagram-3-fill::before { content: "\f2ed"; }
.bi-diagram-3::before { content: "\f2ee"; }
.bi-diamond-fill::before { content: "\f2ef"; }
.bi-diamond-half::before { content: "\f2f0"; }
.bi-diamond::before { content: "\f2f1"; }
.bi-dice-1-fill::before { content: "\f2f2"; }
.bi-dice-1::before { content: "\f2f3"; }
.bi-dice-2-fill::before { content: "\f2f4"; }
.bi-dice-2::before { content: "\f2f5"; }
.bi-dice-3-fill::before { content: "\f2f6"; }
.bi-dice-3::before { content: "\f2f7"; }
.bi-dice-4-fill::before { content: "\f2f8"; }
.bi-dice-4::before { content: "\f2f9"; }
.bi-dice-5-fill::before { content: "\f2fa"; }
.bi-dice-5::before { content: "\f2fb"; }
.bi-dice-6-fill::before { content: "\f2fc"; }
.bi-dice-6::before { content: "\f2fd"; }
.bi-disc-fill::before { content: "\f2fe"; }
.bi-disc::before { content: "\f2ff"; }
.bi-discord::before { content: "\f300"; }
.bi-display-fill::before { content: "\f301"; }
.bi-display::before { content: "\f302"; }
.bi-distribute-horizontal::before { content: "\f303"; }
.bi-distribute-vertical::before { content: "\f304"; }
.bi-door-closed-fill::before { content: "\f305"; }
.bi-door-closed::before { content: "\f306"; }
.bi-door-open-fill::before { content: "\f307"; }
.bi-door-open::before { content: "\f308"; }
.bi-dot::before { content: "\f309"; }
.bi-download::before { content: "\f30a"; }
.bi-droplet-fill::before { content: "\f30b"; }
.bi-droplet-half::before { content: "\f30c"; }
.bi-droplet::before { content: "\f30d"; }
.bi-earbuds::before { content: "\f30e"; }
.bi-easel-fill::before { content: "\f30f"; }
.bi-easel::before { content: "\f310"; }
.bi-egg-fill::before { content: "\f311"; }
.bi-egg-fried::before { content: "\f312"; }
.bi-egg::before { content: "\f313"; }
.bi-eject-fill::before { content: "\f314"; }
.bi-eject::before { content: "\f315"; }
.bi-emoji-angry-fill::before { content: "\f316"; }
.bi-emoji-angry::before { content: "\f317"; }
.bi-emoji-dizzy-fill::before { content: "\f318"; }
.bi-emoji-dizzy::before { content: "\f319"; }
.bi-emoji-expressionless-fill::before { content: "\f31a"; }
.bi-emoji-expressionless::before { content: "\f31b"; }
.bi-emoji-frown-fill::before { content: "\f31c"; }
.bi-emoji-frown::before { content: "\f31d"; }
.bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
.bi-emoji-heart-eyes::before { content: "\f31f"; }
.bi-emoji-laughing-fill::before { content: "\f320"; }
.bi-emoji-laughing::before { content: "\f321"; }
.bi-emoji-neutral-fill::before { content: "\f322"; }
.bi-emoji-neutral::before { content: "\f323"; }
.bi-emoji-smile-fill::before { content: "\f324"; }
.bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
.bi-emoji-smile-upside-down::before { content: "\f326"; }
.bi-emoji-smile::before { content: "\f327"; }
.bi-emoji-sunglasses-fill::before { content: "\f328"; }
.bi-emoji-sunglasses::before { content: "\f329"; }
.bi-emoji-wink-fill::before { content: "\f32a"; }
.bi-emoji-wink::before { content: "\f32b"; }
.bi-envelope-fill::before { content: "\f32c"; }
.bi-envelope-open-fill::before { content: "\f32d"; }
.bi-envelope-open::before { content: "\f32e"; }
.bi-envelope::before { content: "\f32f"; }
.bi-eraser-fill::before { content: "\f330"; }
.bi-eraser::before { content: "\f331"; }
.bi-exclamation-circle-fill::before { content: "\f332"; }
.bi-exclamation-circle::before { content: "\f333"; }
.bi-exclamation-diamond-fill::before { content: "\f334"; }
.bi-exclamation-diamond::before { content: "\f335"; }
.bi-exclamation-octagon-fill::before { content: "\f336"; }
.bi-exclamation-octagon::before { content: "\f337"; }
.bi-exclamation-square-fill::before { content: "\f338"; }
.bi-exclamation-square::before { content: "\f339"; }
.bi-exclamation-triangle-fill::before { content: "\f33a"; }
.bi-exclamation-triangle::before { content: "\f33b"; }
.bi-exclamation::before { content: "\f33c"; }
.bi-exclude::before { content: "\f33d"; }
.bi-eye-fill::before { content: "\f33e"; }
.bi-eye-slash-fill::before { content: "\f33f"; }
.bi-eye-slash::before { content: "\f340"; }
.bi-eye::before { content: "\f341"; }
.bi-eyedropper::before { content: "\f342"; }
.bi-eyeglasses::before { content: "\f343"; }
.bi-facebook::before { content: "\f344"; }
.bi-file-arrow-down-fill::before { content: "\f345"; }
.bi-file-arrow-down::before { content: "\f346"; }
.bi-file-arrow-up-fill::before { content: "\f347"; }
.bi-file-arrow-up::before { content: "\f348"; }
.bi-file-bar-graph-fill::before { content: "\f349"; }
.bi-file-bar-graph::before { content: "\f34a"; }
.bi-file-binary-fill::before { content: "\f34b"; }
.bi-file-binary::before { content: "\f34c"; }
.bi-file-break-fill::before { content: "\f34d"; }
.bi-file-break::before { content: "\f34e"; }
.bi-file-check-fill::before { content: "\f34f"; }
.bi-file-check::before { content: "\f350"; }
.bi-file-code-fill::before { content: "\f351"; }
.bi-file-code::before { content: "\f352"; }
.bi-file-diff-fill::before { content: "\f353"; }
.bi-file-diff::before { content: "\f354"; }
.bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
.bi-file-earmark-arrow-down::before { content: "\f356"; }
.bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
.bi-file-earmark-arrow-up::before { content: "\f358"; }
.bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
.bi-file-earmark-bar-graph::before { content: "\f35a"; }
.bi-file-earmark-binary-fill::before { content: "\f35b"; }
.bi-file-earmark-binary::before { content: "\f35c"; }
.bi-file-earmark-break-fill::before { content: "\f35d"; }
.bi-file-earmark-break::before { content: "\f35e"; }
.bi-file-earmark-check-fill::before { content: "\f35f"; }
.bi-file-earmark-check::before { content: "\f360"; }
.bi-file-earmark-code-fill::before { content: "\f361"; }
.bi-file-earmark-code::before { content: "\f362"; }
.bi-file-earmark-diff-fill::before { content: "\f363"; }
.bi-file-earmark-diff::before { content: "\f364"; }
.bi-file-earmark-easel-fill::before { content: "\f365"; }
.bi-file-earmark-easel::before { content: "\f366"; }
.bi-file-earmark-excel-fill::before { content: "\f367"; }
.bi-file-earmark-excel::before { content: "\f368"; }
.bi-file-earmark-fill::before { content: "\f369"; }
.bi-file-earmark-font-fill::before { content: "\f36a"; }
.bi-file-earmark-font::before { content: "\f36b"; }
.bi-file-earmark-image-fill::before { content: "\f36c"; }
.bi-file-earmark-image::before { content: "\f36d"; }
.bi-file-earmark-lock-fill::before { content: "\f36e"; }
.bi-file-earmark-lock::before { content: "\f36f"; }
.bi-file-earmark-lock2-fill::before { content: "\f370"; }
.bi-file-earmark-lock2::before { content: "\f371"; }
.bi-file-earmark-medical-fill::before { content: "\f372"; }
.bi-file-earmark-medical::before { content: "\f373"; }
.bi-file-earmark-minus-fill::before { content: "\f374"; }
.bi-file-earmark-minus::before { content: "\f375"; }
.bi-file-earmark-music-fill::before { content: "\f376"; }
.bi-file-earmark-music::before { content: "\f377"; }
.bi-file-earmark-person-fill::before { content: "\f378"; }
.bi-file-earmark-person::before { content: "\f379"; }
.bi-file-earmark-play-fill::before { content: "\f37a"; }
.bi-file-earmark-play::before { content: "\f37b"; }
.bi-file-earmark-plus-fill::before { content: "\f37c"; }
.bi-file-earmark-plus::before { content: "\f37d"; }
.bi-file-earmark-post-fill::before { content: "\f37e"; }
.bi-file-earmark-post::before { content: "\f37f"; }
.bi-file-earmark-ppt-fill::before { content: "\f380"; }
.bi-file-earmark-ppt::before { content: "\f381"; }
.bi-file-earmark-richtext-fill::before { content: "\f382"; }
.bi-file-earmark-richtext::before { content: "\f383"; }
.bi-file-earmark-ruled-fill::before { content: "\f384"; }
.bi-file-earmark-ruled::before { content: "\f385"; }
.bi-file-earmark-slides-fill::before { content: "\f386"; }
.bi-file-earmark-slides::before { content: "\f387"; }
.bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
.bi-file-earmark-spreadsheet::before { content: "\f389"; }
.bi-file-earmark-text-fill::before { content: "\f38a"; }
.bi-file-earmark-text::before { content: "\f38b"; }
.bi-file-earmark-word-fill::before { content: "\f38c"; }
.bi-file-earmark-word::before { content: "\f38d"; }
.bi-file-earmark-x-fill::before { content: "\f38e"; }
.bi-file-earmark-x::before { content: "\f38f"; }
.bi-file-earmark-zip-fill::before { content: "\f390"; }
.bi-file-earmark-zip::before { content: "\f391"; }
.bi-file-earmark::before { content: "\f392"; }
.bi-file-easel-fill::before { content: "\f393"; }
.bi-file-easel::before { content: "\f394"; }
.bi-file-excel-fill::before { content: "\f395"; }
.bi-file-excel::before { content: "\f396"; }
.bi-file-fill::before { content: "\f397"; }
.bi-file-font-fill::before { content: "\f398"; }
.bi-file-font::before { content: "\f399"; }
.bi-file-image-fill::before { content: "\f39a"; }
.bi-file-image::before { content: "\f39b"; }
.bi-file-lock-fill::before { content: "\f39c"; }
.bi-file-lock::before { content: "\f39d"; }
.bi-file-lock2-fill::before { content: "\f39e"; }
.bi-file-lock2::before { content: "\f39f"; }
.bi-file-medical-fill::before { content: "\f3a0"; }
.bi-file-medical::before { content: "\f3a1"; }
.bi-file-minus-fill::before { content: "\f3a2"; }
.bi-file-minus::before { content: "\f3a3"; }
.bi-file-music-fill::before { content: "\f3a4"; }
.bi-file-music::before { content: "\f3a5"; }
.bi-file-person-fill::before { content: "\f3a6"; }
.bi-file-person::before { content: "\f3a7"; }
.bi-file-play-fill::before { content: "\f3a8"; }
.bi-file-play::before { content: "\f3a9"; }
.bi-file-plus-fill::before { content: "\f3aa"; }
.bi-file-plus::before { content: "\f3ab"; }
.bi-file-post-fill::before { content: "\f3ac"; }
.bi-file-post::before { content: "\f3ad"; }
.bi-file-ppt-fill::before { content: "\f3ae"; }
.bi-file-ppt::before { content: "\f3af"; }
.bi-file-richtext-fill::before { content: "\f3b0"; }
.bi-file-richtext::before { content: "\f3b1"; }
.bi-file-ruled-fill::before { content: "\f3b2"; }
.bi-file-ruled::before { content: "\f3b3"; }
.bi-file-slides-fill::before { content: "\f3b4"; }
.bi-file-slides::before { content: "\f3b5"; }
.bi-file-spreadsheet-fill::before { content: "\f3b6"; }
.bi-file-spreadsheet::before { content: "\f3b7"; }
.bi-file-text-fill::before { content: "\f3b8"; }
.bi-file-text::before { content: "\f3b9"; }
.bi-file-word-fill::before { content: "\f3ba"; }
.bi-file-word::before { content: "\f3bb"; }
.bi-file-x-fill::before { content: "\f3bc"; }
.bi-file-x::before { content: "\f3bd"; }
.bi-file-zip-fill::before { content: "\f3be"; }
.bi-file-zip::before { content: "\f3bf"; }
.bi-file::before { content: "\f3c0"; }
.bi-files-alt::before { content: "\f3c1"; }
.bi-files::before { content: "\f3c2"; }
.bi-film::before { content: "\f3c3"; }
.bi-filter-circle-fill::before { content: "\f3c4"; }
.bi-filter-circle::before { content: "\f3c5"; }
.bi-filter-left::before { content: "\f3c6"; }
.bi-filter-right::before { content: "\f3c7"; }
.bi-filter-square-fill::before { content: "\f3c8"; }
.bi-filter-square::before { content: "\f3c9"; }
.bi-filter::before { content: "\f3ca"; }
.bi-flag-fill::before { content: "\f3cb"; }
.bi-flag::before { content: "\f3cc"; }
.bi-flower1::before { content: "\f3cd"; }
.bi-flower2::before { content: "\f3ce"; }
.bi-flower3::before { content: "\f3cf"; }
.bi-folder-check::before { content: "\f3d0"; }
.bi-folder-fill::before { content: "\f3d1"; }
.bi-folder-minus::before { content: "\f3d2"; }
.bi-folder-plus::before { content: "\f3d3"; }
.bi-folder-symlink-fill::before { content: "\f3d4"; }
.bi-folder-symlink::before { content: "\f3d5"; }
.bi-folder-x::before { content: "\f3d6"; }
.bi-folder::before { content: "\f3d7"; }
.bi-folder2-open::before { content: "\f3d8"; }
.bi-folder2::before { content: "\f3d9"; }
.bi-fonts::before { content: "\f3da"; }
.bi-forward-fill::before { content: "\f3db"; }
.bi-forward::before { content: "\f3dc"; }
.bi-front::before { content: "\f3dd"; }
.bi-fullscreen-exit::before { content: "\f3de"; }
.bi-fullscreen::before { content: "\f3df"; }
.bi-funnel-fill::before { content: "\f3e0"; }
.bi-funnel::before { content: "\f3e1"; }
.bi-gear-fill::before { content: "\f3e2"; }
.bi-gear-wide-connected::before { content: "\f3e3"; }
.bi-gear-wide::before { content: "\f3e4"; }
.bi-gear::before { content: "\f3e5"; }
.bi-gem::before { content: "\f3e6"; }
.bi-geo-alt-fill::before { content: "\f3e7"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-geo-fill::before { content: "\f3e9"; }
.bi-geo::before { content: "\f3ea"; }
.bi-gift-fill::before { content: "\f3eb"; }
.bi-gift::before { content: "\f3ec"; }
.bi-github::before { content: "\f3ed"; }
.bi-globe::before { content: "\f3ee"; }
.bi-globe2::before { content: "\f3ef"; }
.bi-google::before { content: "\f3f0"; }
.bi-graph-down::before { content: "\f3f1"; }
.bi-graph-up::before { content: "\f3f2"; }
.bi-grid-1x2-fill::before { content: "\f3f3"; }
.bi-grid-1x2::before { content: "\f3f4"; }
.bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
.bi-grid-3x2-gap::before { content: "\f3f6"; }
.bi-grid-3x2::before { content: "\f3f7"; }
.bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
.bi-grid-3x3-gap::before { content: "\f3f9"; }
.bi-grid-3x3::before { content: "\f3fa"; }
.bi-grid-fill::before { content: "\f3fb"; }
.bi-grid::before { content: "\f3fc"; }
.bi-grip-horizontal::before { content: "\f3fd"; }
.bi-grip-vertical::before { content: "\f3fe"; }
.bi-hammer::before { content: "\f3ff"; }
.bi-hand-index-fill::before { content: "\f400"; }
.bi-hand-index-thumb-fill::before { content: "\f401"; }
.bi-hand-index-thumb::before { content: "\f402"; }
.bi-hand-index::before { content: "\f403"; }
.bi-hand-thumbs-down-fill::before { content: "\f404"; }
.bi-hand-thumbs-down::before { content: "\f405"; }
.bi-hand-thumbs-up-fill::before { content: "\f406"; }
.bi-hand-thumbs-up::before { content: "\f407"; }
.bi-handbag-fill::before { content: "\f408"; }
.bi-handbag::before { content: "\f409"; }
.bi-hash::before { content: "\f40a"; }
.bi-hdd-fill::before { content: "\f40b"; }
.bi-hdd-network-fill::before { content: "\f40c"; }
.bi-hdd-network::before { content: "\f40d"; }
.bi-hdd-rack-fill::before { content: "\f40e"; }
.bi-hdd-rack::before { content: "\f40f"; }
.bi-hdd-stack-fill::before { content: "\f410"; }
.bi-hdd-stack::before { content: "\f411"; }
.bi-hdd::before { content: "\f412"; }
.bi-headphones::before { content: "\f413"; }
.bi-headset::before { content: "\f414"; }
.bi-heart-fill::before { content: "\f415"; }
.bi-heart-half::before { content: "\f416"; }
.bi-heart::before { content: "\f417"; }
.bi-heptagon-fill::before { content: "\f418"; }
.bi-heptagon-half::before { content: "\f419"; }
.bi-heptagon::before { content: "\f41a"; }
.bi-hexagon-fill::before { content: "\f41b"; }
.bi-hexagon-half::before { content: "\f41c"; }
.bi-hexagon::before { content: "\f41d"; }
.bi-hourglass-bottom::before { content: "\f41e"; }
.bi-hourglass-split::before { content: "\f41f"; }
.bi-hourglass-top::before { content: "\f420"; }
.bi-hourglass::before { content: "\f421"; }
.bi-house-door-fill::before { content: "\f422"; }
.bi-house-door::before { content: "\f423"; }
.bi-house-fill::before { content: "\f424"; }
.bi-house::before { content: "\f425"; }
.bi-hr::before { content: "\f426"; }
.bi-hurricane::before { content: "\f427"; }
.bi-image-alt::before { content: "\f428"; }
.bi-image-fill::before { content: "\f429"; }
.bi-image::before { content: "\f42a"; }
.bi-images::before { content: "\f42b"; }
.bi-inbox-fill::before { content: "\f42c"; }
.bi-inbox::before { content: "\f42d"; }
.bi-inboxes-fill::before { content: "\f42e"; }
.bi-inboxes::before { content: "\f42f"; }
.bi-info-circle-fill::before { content: "\f430"; }
.bi-info-circle::before { content: "\f431"; }
.bi-info-square-fill::before { content: "\f432"; }
.bi-info-square::before { content: "\f433"; }
.bi-info::before { content: "\f434"; }
.bi-input-cursor-text::before { content: "\f435"; }
.bi-input-cursor::before { content: "\f436"; }
.bi-instagram::before { content: "\f437"; }
.bi-intersect::before { content: "\f438"; }
.bi-journal-album::before { content: "\f439"; }
.bi-journal-arrow-down::before { content: "\f43a"; }
.bi-journal-arrow-up::before { content: "\f43b"; }
.bi-journal-bookmark-fill::before { content: "\f43c"; }
.bi-journal-bookmark::before { content: "\f43d"; }
.bi-journal-check::before { content: "\f43e"; }
.bi-journal-code::before { content: "\f43f"; }
.bi-journal-medical::before { content: "\f440"; }
.bi-journal-minus::before { content: "\f441"; }
.bi-journal-plus::before { content: "\f442"; }
.bi-journal-richtext::before { content: "\f443"; }
.bi-journal-text::before { content: "\f444"; }
.bi-journal-x::before { content: "\f445"; }
.bi-journal::before { content: "\f446"; }
.bi-journals::before { content: "\f447"; }
.bi-joystick::before { content: "\f448"; }
.bi-justify-left::before { content: "\f449"; }
.bi-justify-right::before { content: "\f44a"; }
.bi-justify::before { content: "\f44b"; }
.bi-kanban-fill::before { content: "\f44c"; }
.bi-kanban::before { content: "\f44d"; }
.bi-key-fill::before { content: "\f44e"; }
.bi-key::before { content: "\f44f"; }
.bi-keyboard-fill::before { content: "\f450"; }
.bi-keyboard::before { content: "\f451"; }
.bi-ladder::before { content: "\f452"; }
.bi-lamp-fill::before { content: "\f453"; }
.bi-lamp::before { content: "\f454"; }
.bi-laptop-fill::before { content: "\f455"; }
.bi-laptop::before { content: "\f456"; }
.bi-layer-backward::before { content: "\f457"; }
.bi-layer-forward::before { content: "\f458"; }
.bi-layers-fill::before { content: "\f459"; }
.bi-layers-half::before { content: "\f45a"; }
.bi-layers::before { content: "\f45b"; }
.bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
.bi-layout-sidebar-inset::before { content: "\f45d"; }
.bi-layout-sidebar-reverse::before { content: "\f45e"; }
.bi-layout-sidebar::before { content: "\f45f"; }
.bi-layout-split::before { content: "\f460"; }
.bi-layout-text-sidebar-reverse::before { content: "\f461"; }
.bi-layout-text-sidebar::before { content: "\f462"; }
.bi-layout-text-window-reverse::before { content: "\f463"; }
.bi-layout-text-window::before { content: "\f464"; }
.bi-layout-three-columns::before { content: "\f465"; }
.bi-layout-wtf::before { content: "\f466"; }
.bi-life-preserver::before { content: "\f467"; }
.bi-lightbulb-fill::before { content: "\f468"; }
.bi-lightbulb-off-fill::before { content: "\f469"; }
.bi-lightbulb-off::before { content: "\f46a"; }
.bi-lightbulb::before { content: "\f46b"; }
.bi-lightning-charge-fill::before { content: "\f46c"; }
.bi-lightning-charge::before { content: "\f46d"; }
.bi-lightning-fill::before { content: "\f46e"; }
.bi-lightning::before { content: "\f46f"; }
.bi-link-45deg::before { content: "\f470"; }
.bi-link::before { content: "\f471"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list-check::before { content: "\f473"; }
.bi-list-nested::before { content: "\f474"; }
.bi-list-ol::before { content: "\f475"; }
.bi-list-stars::before { content: "\f476"; }
.bi-list-task::before { content: "\f477"; }
.bi-list-ul::before { content: "\f478"; }
.bi-list::before { content: "\f479"; }
.bi-lock-fill::before { content: "\f47a"; }
.bi-lock::before { content: "\f47b"; }
.bi-mailbox::before { content: "\f47c"; }
.bi-mailbox2::before { content: "\f47d"; }
.bi-map-fill::before { content: "\f47e"; }
.bi-map::before { content: "\f47f"; }
.bi-markdown-fill::before { content: "\f480"; }
.bi-markdown::before { content: "\f481"; }
.bi-mask::before { content: "\f482"; }
.bi-megaphone-fill::before { content: "\f483"; }
.bi-megaphone::before { content: "\f484"; }
.bi-menu-app-fill::before { content: "\f485"; }
.bi-menu-app::before { content: "\f486"; }
.bi-menu-button-fill::before { content: "\f487"; }
.bi-menu-button-wide-fill::before { content: "\f488"; }
.bi-menu-button-wide::before { content: "\f489"; }
.bi-menu-button::before { content: "\f48a"; }
.bi-menu-down::before { content: "\f48b"; }
.bi-menu-up::before { content: "\f48c"; }
.bi-mic-fill::before { content: "\f48d"; }
.bi-mic-mute-fill::before { content: "\f48e"; }
.bi-mic-mute::before { content: "\f48f"; }
.bi-mic::before { content: "\f490"; }
.bi-minecart-loaded::before { content: "\f491"; }
.bi-minecart::before { content: "\f492"; }
.bi-moisture::before { content: "\f493"; }
.bi-moon-fill::before { content: "\f494"; }
.bi-moon-stars-fill::before { content: "\f495"; }
.bi-moon-stars::before { content: "\f496"; }
.bi-moon::before { content: "\f497"; }
.bi-mouse-fill::before { content: "\f498"; }
.bi-mouse::before { content: "\f499"; }
.bi-mouse2-fill::before { content: "\f49a"; }
.bi-mouse2::before { content: "\f49b"; }
.bi-mouse3-fill::before { content: "\f49c"; }
.bi-mouse3::before { content: "\f49d"; }
.bi-music-note-beamed::before { content: "\f49e"; }
.bi-music-note-list::before { content: "\f49f"; }
.bi-music-note::before { content: "\f4a0"; }
.bi-music-player-fill::before { content: "\f4a1"; }
.bi-music-player::before { content: "\f4a2"; }
.bi-newspaper::before { content: "\f4a3"; }
.bi-node-minus-fill::before { content: "\f4a4"; }
.bi-node-minus::before { content: "\f4a5"; }
.bi-node-plus-fill::before { content: "\f4a6"; }
.bi-node-plus::before { content: "\f4a7"; }
.bi-nut-fill::before { content: "\f4a8"; }
.bi-nut::before { content: "\f4a9"; }
.bi-octagon-fill::before { content: "\f4aa"; }
.bi-octagon-half::before { content: "\f4ab"; }
.bi-octagon::before { content: "\f4ac"; }
.bi-option::before { content: "\f4ad"; }
.bi-outlet::before { content: "\f4ae"; }
.bi-paint-bucket::before { content: "\f4af"; }
.bi-palette-fill::before { content: "\f4b0"; }
.bi-palette::before { content: "\f4b1"; }
.bi-palette2::before { content: "\f4b2"; }
.bi-paperclip::before { content: "\f4b3"; }
.bi-paragraph::before { content: "\f4b4"; }
.bi-patch-check-fill::before { content: "\f4b5"; }
.bi-patch-check::before { content: "\f4b6"; }
.bi-patch-exclamation-fill::before { content: "\f4b7"; }
.bi-patch-exclamation::before { content: "\f4b8"; }
.bi-patch-minus-fill::before { content: "\f4b9"; }
.bi-patch-minus::before { content: "\f4ba"; }
.bi-patch-plus-fill::before { content: "\f4bb"; }
.bi-patch-plus::before { content: "\f4bc"; }
.bi-patch-question-fill::before { content: "\f4bd"; }
.bi-patch-question::before { content: "\f4be"; }
.bi-pause-btn-fill::before { content: "\f4bf"; }
.bi-pause-btn::before { content: "\f4c0"; }
.bi-pause-circle-fill::before { content: "\f4c1"; }
.bi-pause-circle::before { content: "\f4c2"; }
.bi-pause-fill::before { content: "\f4c3"; }
.bi-pause::before { content: "\f4c4"; }
.bi-peace-fill::before { content: "\f4c5"; }
.bi-peace::before { content: "\f4c6"; }
.bi-pen-fill::before { content: "\f4c7"; }
.bi-pen::before { content: "\f4c8"; }
.bi-pencil-fill::before { content: "\f4c9"; }
.bi-pencil-square::before { content: "\f4ca"; }
.bi-pencil::before { content: "\f4cb"; }
.bi-pentagon-fill::before { content: "\f4cc"; }
.bi-pentagon-half::before { content: "\f4cd"; }
.bi-pentagon::before { content: "\f4ce"; }
.bi-people-fill::before { content: "\f4cf"; }
.bi-people::before { content: "\f4d0"; }
.bi-percent::before { content: "\f4d1"; }
.bi-person-badge-fill::before { content: "\f4d2"; }
.bi-person-badge::before { content: "\f4d3"; }
.bi-person-bounding-box::before { content: "\f4d4"; }
.bi-person-check-fill::before { content: "\f4d5"; }
.bi-person-check::before { content: "\f4d6"; }
.bi-person-circle::before { content: "\f4d7"; }
.bi-person-dash-fill::before { content: "\f4d8"; }
.bi-person-dash::before { content: "\f4d9"; }
.bi-person-fill::before { content: "\f4da"; }
.bi-person-lines-fill::before { content: "\f4db"; }
.bi-person-plus-fill::before { content: "\f4dc"; }
.bi-person-plus::before { content: "\f4dd"; }
.bi-person-square::before { content: "\f4de"; }
.bi-person-x-fill::before { content: "\f4df"; }
.bi-person-x::before { content: "\f4e0"; }
.bi-person::before { content: "\f4e1"; }
.bi-phone-fill::before { content: "\f4e2"; }
.bi-phone-landscape-fill::before { content: "\f4e3"; }
.bi-phone-landscape::before { content: "\f4e4"; }
.bi-phone-vibrate-fill::before { content: "\f4e5"; }
.bi-phone-vibrate::before { content: "\f4e6"; }
.bi-phone::before { content: "\f4e7"; }
.bi-pie-chart-fill::before { content: "\f4e8"; }
.bi-pie-chart::before { content: "\f4e9"; }
.bi-pin-angle-fill::before { content: "\f4ea"; }
.bi-pin-angle::before { content: "\f4eb"; }
.bi-pin-fill::before { content: "\f4ec"; }
.bi-pin::before { content: "\f4ed"; }
.bi-pip-fill::before { content: "\f4ee"; }
.bi-pip::before { content: "\f4ef"; }
.bi-play-btn-fill::before { content: "\f4f0"; }
.bi-play-btn::before { content: "\f4f1"; }
.bi-play-circle-fill::before { content: "\f4f2"; }
.bi-play-circle::before { content: "\f4f3"; }
.bi-play-fill::before { content: "\f4f4"; }
.bi-play::before { content: "\f4f5"; }
.bi-plug-fill::before { content: "\f4f6"; }
.bi-plug::before { content: "\f4f7"; }
.bi-plus-circle-dotted::before { content: "\f4f8"; }
.bi-plus-circle-fill::before { content: "\f4f9"; }
.bi-plus-circle::before { content: "\f4fa"; }
.bi-plus-square-dotted::before { content: "\f4fb"; }
.bi-plus-square-fill::before { content: "\f4fc"; }
.bi-plus-square::before { content: "\f4fd"; }
.bi-plus::before { content: "\f4fe"; }
.bi-power::before { content: "\f4ff"; }
.bi-printer-fill::before { content: "\f500"; }
.bi-printer::before { content: "\f501"; }
.bi-puzzle-fill::before { content: "\f502"; }
.bi-puzzle::before { content: "\f503"; }
.bi-question-circle-fill::before { content: "\f504"; }
.bi-question-circle::before { content: "\f505"; }
.bi-question-diamond-fill::before { content: "\f506"; }
.bi-question-diamond::before { content: "\f507"; }
.bi-question-octagon-fill::before { content: "\f508"; }
.bi-question-octagon::before { content: "\f509"; }
.bi-question-square-fill::before { content: "\f50a"; }
.bi-question-square::before { content: "\f50b"; }
.bi-question::before { content: "\f50c"; }
.bi-rainbow::before { content: "\f50d"; }
.bi-receipt-cutoff::before { content: "\f50e"; }
.bi-receipt::before { content: "\f50f"; }
.bi-reception-0::before { content: "\f510"; }
.bi-reception-1::before { content: "\f511"; }
.bi-reception-2::before { content: "\f512"; }
.bi-reception-3::before { content: "\f513"; }
.bi-reception-4::before { content: "\f514"; }
.bi-record-btn-fill::before { content: "\f515"; }
.bi-record-btn::before { content: "\f516"; }
.bi-record-circle-fill::before { content: "\f517"; }
.bi-record-circle::before { content: "\f518"; }
.bi-record-fill::before { content: "\f519"; }
.bi-record::before { content: "\f51a"; }
.bi-record2-fill::before { content: "\f51b"; }
.bi-record2::before { content: "\f51c"; }
.bi-reply-all-fill::before { content: "\f51d"; }
.bi-reply-all::before { content: "\f51e"; }
.bi-reply-fill::before { content: "\f51f"; }
.bi-reply::before { content: "\f520"; }
.bi-rss-fill::before { content: "\f521"; }
.bi-rss::before { content: "\f522"; }
.bi-rulers::before { content: "\f523"; }
.bi-save-fill::before { content: "\f524"; }
.bi-save::before { content: "\f525"; }
.bi-save2-fill::before { content: "\f526"; }
.bi-save2::before { content: "\f527"; }
.bi-scissors::before { content: "\f528"; }
.bi-screwdriver::before { content: "\f529"; }
.bi-search::before { content: "\f52a"; }
.bi-segmented-nav::before { content: "\f52b"; }
.bi-server::before { content: "\f52c"; }
.bi-share-fill::before { content: "\f52d"; }
.bi-share::before { content: "\f52e"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-exclamation::before { content: "\f530"; }
.bi-shield-fill-check::before { content: "\f531"; }
.bi-shield-fill-exclamation::before { content: "\f532"; }
.bi-shield-fill-minus::before { content: "\f533"; }
.bi-shield-fill-plus::before { content: "\f534"; }
.bi-shield-fill-x::before { content: "\f535"; }
.bi-shield-fill::before { content: "\f536"; }
.bi-shield-lock-fill::before { content: "\f537"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-shield-minus::before { content: "\f539"; }
.bi-shield-plus::before { content: "\f53a"; }
.bi-shield-shaded::before { content: "\f53b"; }
.bi-shield-slash-fill::before { content: "\f53c"; }
.bi-shield-slash::before { content: "\f53d"; }
.bi-shield-x::before { content: "\f53e"; }
.bi-shield::before { content: "\f53f"; }
.bi-shift-fill::before { content: "\f540"; }
.bi-shift::before { content: "\f541"; }
.bi-shop-window::before { content: "\f542"; }
.bi-shop::before { content: "\f543"; }
.bi-shuffle::before { content: "\f544"; }
.bi-signpost-2-fill::before { content: "\f545"; }
.bi-signpost-2::before { content: "\f546"; }
.bi-signpost-fill::before { content: "\f547"; }
.bi-signpost-split-fill::before { content: "\f548"; }
.bi-signpost-split::before { content: "\f549"; }
.bi-signpost::before { content: "\f54a"; }
.bi-sim-fill::before { content: "\f54b"; }
.bi-sim::before { content: "\f54c"; }
.bi-skip-backward-btn-fill::before { content: "\f54d"; }
.bi-skip-backward-btn::before { content: "\f54e"; }
.bi-skip-backward-circle-fill::before { content: "\f54f"; }
.bi-skip-backward-circle::before { content: "\f550"; }
.bi-skip-backward-fill::before { content: "\f551"; }
.bi-skip-backward::before { content: "\f552"; }
.bi-skip-end-btn-fill::before { content: "\f553"; }
.bi-skip-end-btn::before { content: "\f554"; }
.bi-skip-end-circle-fill::before { content: "\f555"; }
.bi-skip-end-circle::before { content: "\f556"; }
.bi-skip-end-fill::before { content: "\f557"; }
.bi-skip-end::before { content: "\f558"; }
.bi-skip-forward-btn-fill::before { content: "\f559"; }
.bi-skip-forward-btn::before { content: "\f55a"; }
.bi-skip-forward-circle-fill::before { content: "\f55b"; }
.bi-skip-forward-circle::before { content: "\f55c"; }
.bi-skip-forward-fill::before { content: "\f55d"; }
.bi-skip-forward::before { content: "\f55e"; }
.bi-skip-start-btn-fill::before { content: "\f55f"; }
.bi-skip-start-btn::before { content: "\f560"; }
.bi-skip-start-circle-fill::before { content: "\f561"; }
.bi-skip-start-circle::before { content: "\f562"; }
.bi-skip-start-fill::before { content: "\f563"; }
.bi-skip-start::before { content: "\f564"; }
.bi-slack::before { content: "\f565"; }
.bi-slash-circle-fill::before { content: "\f566"; }
.bi-slash-circle::before { content: "\f567"; }
.bi-slash-square-fill::before { content: "\f568"; }
.bi-slash-square::before { content: "\f569"; }
.bi-slash::before { content: "\f56a"; }
.bi-sliders::before { content: "\f56b"; }
.bi-smartwatch::before { content: "\f56c"; }
.bi-snow::before { content: "\f56d"; }
.bi-snow2::before { content: "\f56e"; }
.bi-snow3::before { content: "\f56f"; }
.bi-sort-alpha-down-alt::before { content: "\f570"; }
.bi-sort-alpha-down::before { content: "\f571"; }
.bi-sort-alpha-up-alt::before { content: "\f572"; }
.bi-sort-alpha-up::before { content: "\f573"; }
.bi-sort-down-alt::before { content: "\f574"; }
.bi-sort-down::before { content: "\f575"; }
.bi-sort-numeric-down-alt::before { content: "\f576"; }
.bi-sort-numeric-down::before { content: "\f577"; }
.bi-sort-numeric-up-alt::before { content: "\f578"; }
.bi-sort-numeric-up::before { content: "\f579"; }
.bi-sort-up-alt::before { content: "\f57a"; }
.bi-sort-up::before { content: "\f57b"; }
.bi-soundwave::before { content: "\f57c"; }
.bi-speaker-fill::before { content: "\f57d"; }
.bi-speaker::before { content: "\f57e"; }
.bi-speedometer::before { content: "\f57f"; }
.bi-speedometer2::before { content: "\f580"; }
.bi-spellcheck::before { content: "\f581"; }
.bi-square-fill::before { content: "\f582"; }
.bi-square-half::before { content: "\f583"; }
.bi-square::before { content: "\f584"; }
.bi-stack::before { content: "\f585"; }
.bi-star-fill::before { content: "\f586"; }
.bi-star-half::before { content: "\f587"; }
.bi-star::before { content: "\f588"; }
.bi-stars::before { content: "\f589"; }
.bi-stickies-fill::before { content: "\f58a"; }
.bi-stickies::before { content: "\f58b"; }
.bi-sticky-fill::before { content: "\f58c"; }
.bi-sticky::before { content: "\f58d"; }
.bi-stop-btn-fill::before { content: "\f58e"; }
.bi-stop-btn::before { content: "\f58f"; }
.bi-stop-circle-fill::before { content: "\f590"; }
.bi-stop-circle::before { content: "\f591"; }
.bi-stop-fill::before { content: "\f592"; }
.bi-stop::before { content: "\f593"; }
.bi-stoplights-fill::before { content: "\f594"; }
.bi-stoplights::before { content: "\f595"; }
.bi-stopwatch-fill::before { content: "\f596"; }
.bi-stopwatch::before { content: "\f597"; }
.bi-subtract::before { content: "\f598"; }
.bi-suit-club-fill::before { content: "\f599"; }
.bi-suit-club::before { content: "\f59a"; }
.bi-suit-diamond-fill::before { content: "\f59b"; }
.bi-suit-diamond::before { content: "\f59c"; }
.bi-suit-heart-fill::before { content: "\f59d"; }
.bi-suit-heart::before { content: "\f59e"; }
.bi-suit-spade-fill::before { content: "\f59f"; }
.bi-suit-spade::before { content: "\f5a0"; }
.bi-sun-fill::before { content: "\f5a1"; }
.bi-sun::before { content: "\f5a2"; }
.bi-sunglasses::before { content: "\f5a3"; }
.bi-sunrise-fill::before { content: "\f5a4"; }
.bi-sunrise::before { content: "\f5a5"; }
.bi-sunset-fill::before { content: "\f5a6"; }
.bi-sunset::before { content: "\f5a7"; }
.bi-symmetry-horizontal::before { content: "\f5a8"; }
.bi-symmetry-vertical::before { content: "\f5a9"; }
.bi-table::before { content: "\f5aa"; }
.bi-tablet-fill::before { content: "\f5ab"; }
.bi-tablet-landscape-fill::before { content: "\f5ac"; }
.bi-tablet-landscape::before { content: "\f5ad"; }
.bi-tablet::before { content: "\f5ae"; }
.bi-tag-fill::before { content: "\f5af"; }
.bi-tag::before { content: "\f5b0"; }
.bi-tags-fill::before { content: "\f5b1"; }
.bi-tags::before { content: "\f5b2"; }
.bi-telegram::before { content: "\f5b3"; }
.bi-telephone-fill::before { content: "\f5b4"; }
.bi-telephone-forward-fill::before { content: "\f5b5"; }
.bi-telephone-forward::before { content: "\f5b6"; }
.bi-telephone-inbound-fill::before { content: "\f5b7"; }
.bi-telephone-inbound::before { content: "\f5b8"; }
.bi-telephone-minus-fill::before { content: "\f5b9"; }
.bi-telephone-minus::before { content: "\f5ba"; }
.bi-telephone-outbound-fill::before { content: "\f5bb"; }
.bi-telephone-outbound::before { content: "\f5bc"; }
.bi-telephone-plus-fill::before { content: "\f5bd"; }
.bi-telephone-plus::before { content: "\f5be"; }
.bi-telephone-x-fill::before { content: "\f5bf"; }
.bi-telephone-x::before { content: "\f5c0"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-terminal-fill::before { content: "\f5c2"; }
.bi-terminal::before { content: "\f5c3"; }
.bi-text-center::before { content: "\f5c4"; }
.bi-text-indent-left::before { content: "\f5c5"; }
.bi-text-indent-right::before { content: "\f5c6"; }
.bi-text-left::before { content: "\f5c7"; }
.bi-text-paragraph::before { content: "\f5c8"; }
.bi-text-right::before { content: "\f5c9"; }
.bi-textarea-resize::before { content: "\f5ca"; }
.bi-textarea-t::before { content: "\f5cb"; }
.bi-textarea::before { content: "\f5cc"; }
.bi-thermometer-half::before { content: "\f5cd"; }
.bi-thermometer-high::before { content: "\f5ce"; }
.bi-thermometer-low::before { content: "\f5cf"; }
.bi-thermometer-snow::before { content: "\f5d0"; }
.bi-thermometer-sun::before { content: "\f5d1"; }
.bi-thermometer::before { content: "\f5d2"; }
.bi-three-dots-vertical::before { content: "\f5d3"; }
.bi-three-dots::before { content: "\f5d4"; }
.bi-toggle-off::before { content: "\f5d5"; }
.bi-toggle-on::before { content: "\f5d6"; }
.bi-toggle2-off::before { content: "\f5d7"; }
.bi-toggle2-on::before { content: "\f5d8"; }
.bi-toggles::before { content: "\f5d9"; }
.bi-toggles2::before { content: "\f5da"; }
.bi-tools::before { content: "\f5db"; }
.bi-tornado::before { content: "\f5dc"; }
.bi-trash-fill::before { content: "\f5dd"; }
.bi-trash::before { content: "\f5de"; }
.bi-trash2-fill::before { content: "\f5df"; }
.bi-trash2::before { content: "\f5e0"; }
.bi-tree-fill::before { content: "\f5e1"; }
.bi-tree::before { content: "\f5e2"; }
.bi-triangle-fill::before { content: "\f5e3"; }
.bi-triangle-half::before { content: "\f5e4"; }
.bi-triangle::before { content: "\f5e5"; }
.bi-trophy-fill::before { content: "\f5e6"; }
.bi-trophy::before { content: "\f5e7"; }
.bi-tropical-storm::before { content: "\f5e8"; }
.bi-truck-flatbed::before { content: "\f5e9"; }
.bi-truck::before { content: "\f5ea"; }
.bi-tsunami::before { content: "\f5eb"; }
.bi-tv-fill::before { content: "\f5ec"; }
.bi-tv::before { content: "\f5ed"; }
.bi-twitch::before { content: "\f5ee"; }
.bi-twitter::before { content: "\f5ef"; }
.bi-type-bold::before { content: "\f5f0"; }
.bi-type-h1::before { content: "\f5f1"; }
.bi-type-h2::before { content: "\f5f2"; }
.bi-type-h3::before { content: "\f5f3"; }
.bi-type-italic::before { content: "\f5f4"; }
.bi-type-strikethrough::before { content: "\f5f5"; }
.bi-type-underline::before { content: "\f5f6"; }
.bi-type::before { content: "\f5f7"; }
.bi-ui-checks-grid::before { content: "\f5f8"; }
.bi-ui-checks::before { content: "\f5f9"; }
.bi-ui-radios-grid::before { content: "\f5fa"; }
.bi-ui-radios::before { content: "\f5fb"; }
.bi-umbrella-fill::before { content: "\f5fc"; }
.bi-umbrella::before { content: "\f5fd"; }
.bi-union::before { content: "\f5fe"; }
.bi-unlock-fill::before { content: "\f5ff"; }
.bi-unlock::before { content: "\f600"; }
.bi-upc-scan::before { content: "\f601"; }
.bi-upc::before { content: "\f602"; }
.bi-upload::before { content: "\f603"; }
.bi-vector-pen::before { content: "\f604"; }
.bi-view-list::before { content: "\f605"; }
.bi-view-stacked::before { content: "\f606"; }
.bi-vinyl-fill::before { content: "\f607"; }
.bi-vinyl::before { content: "\f608"; }
.bi-voicemail::before { content: "\f609"; }
.bi-volume-down-fill::before { content: "\f60a"; }
.bi-volume-down::before { content: "\f60b"; }
.bi-volume-mute-fill::before { content: "\f60c"; }
.bi-volume-mute::before { content: "\f60d"; }
.bi-volume-off-fill::before { content: "\f60e"; }
.bi-volume-off::before { content: "\f60f"; }
.bi-volume-up-fill::before { content: "\f610"; }
.bi-volume-up::before { content: "\f611"; }
.bi-vr::before { content: "\f612"; }
.bi-wallet-fill::before { content: "\f613"; }
.bi-wallet::before { content: "\f614"; }
.bi-wallet2::before { content: "\f615"; }
.bi-watch::before { content: "\f616"; }
.bi-water::before { content: "\f617"; }
.bi-whatsapp::before { content: "\f618"; }
.bi-wifi-1::before { content: "\f619"; }
.bi-wifi-2::before { content: "\f61a"; }
.bi-wifi-off::before { content: "\f61b"; }
.bi-wifi::before { content: "\f61c"; }
.bi-wind::before { content: "\f61d"; }
.bi-window-dock::before { content: "\f61e"; }
.bi-window-sidebar::before { content: "\f61f"; }
.bi-window::before { content: "\f620"; }
.bi-wrench::before { content: "\f621"; }
.bi-x-circle-fill::before { content: "\f622"; }
.bi-x-circle::before { content: "\f623"; }
.bi-x-diamond-fill::before { content: "\f624"; }
.bi-x-diamond::before { content: "\f625"; }
.bi-x-octagon-fill::before { content: "\f626"; }
.bi-x-octagon::before { content: "\f627"; }
.bi-x-square-fill::before { content: "\f628"; }
.bi-x-square::before { content: "\f629"; }
.bi-x::before { content: "\f62a"; }
.bi-youtube::before { content: "\f62b"; }
.bi-zoom-in::before { content: "\f62c"; }
.bi-zoom-out::before { content: "\f62d"; }
.bi-bank::before { content: "\f62e"; }
.bi-bank2::before { content: "\f62f"; }
.bi-bell-slash-fill::before { content: "\f630"; }
.bi-bell-slash::before { content: "\f631"; }
.bi-cash-coin::before { content: "\f632"; }
.bi-check-lg::before { content: "\f633"; }
.bi-coin::before { content: "\f634"; }
.bi-currency-bitcoin::before { content: "\f635"; }
.bi-currency-dollar::before { content: "\f636"; }
.bi-currency-euro::before { content: "\f637"; }
.bi-currency-exchange::before { content: "\f638"; }
.bi-currency-pound::before { content: "\f639"; }
.bi-currency-yen::before { content: "\f63a"; }
.bi-dash-lg::before { content: "\f63b"; }
.bi-exclamation-lg::before { content: "\f63c"; }
.bi-file-earmark-pdf-fill::before { content: "\f63d"; }
.bi-file-earmark-pdf::before { content: "\f63e"; }
.bi-file-pdf-fill::before { content: "\f63f"; }
.bi-file-pdf::before { content: "\f640"; }
.bi-gender-ambiguous::before { content: "\f641"; }
.bi-gender-female::before { content: "\f642"; }
.bi-gender-male::before { content: "\f643"; }
.bi-gender-trans::before { content: "\f644"; }
.bi-headset-vr::before { content: "\f645"; }
.bi-info-lg::before { content: "\f646"; }
.bi-mastodon::before { content: "\f647"; }
.bi-messenger::before { content: "\f648"; }
.bi-piggy-bank-fill::before { content: "\f649"; }
.bi-piggy-bank::before { content: "\f64a"; }
.bi-pin-map-fill::before { content: "\f64b"; }
.bi-pin-map::before { content: "\f64c"; }
.bi-plus-lg::before { content: "\f64d"; }
.bi-question-lg::before { content: "\f64e"; }
.bi-recycle::before { content: "\f64f"; }
.bi-reddit::before { content: "\f650"; }
.bi-safe-fill::before { content: "\f651"; }
.bi-safe2-fill::before { content: "\f652"; }
.bi-safe2::before { content: "\f653"; }
.bi-sd-card-fill::before { content: "\f654"; }
.bi-sd-card::before { content: "\f655"; }
.bi-skype::before { content: "\f656"; }
.bi-slash-lg::before { content: "\f657"; }
.bi-translate::before { content: "\f658"; }
.bi-x-lg::before { content: "\f659"; }
.bi-safe::before { content: "\f65a"; }
.bi-apple::before { content: "\f65b"; }
.bi-microsoft::before { content: "\f65d"; }
.bi-windows::before { content: "\f65e"; }
.bi-behance::before { content: "\f65c"; }
.bi-dribbble::before { content: "\f65f"; }
.bi-line::before { content: "\f660"; }
.bi-medium::before { content: "\f661"; }
.bi-paypal::before { content: "\f662"; }
.bi-pinterest::before { content: "\f663"; }
.bi-signal::before { content: "\f664"; }
.bi-snapchat::before { content: "\f665"; }
.bi-spotify::before { content: "\f666"; }
.bi-stack-overflow::before { content: "\f667"; }
.bi-strava::before { content: "\f668"; }
.bi-wordpress::before { content: "\f669"; }
.bi-vimeo::before { content: "\f66a"; }
.bi-activity::before { content: "\f66b"; }
.bi-easel2-fill::before { content: "\f66c"; }
.bi-easel2::before { content: "\f66d"; }
.bi-easel3-fill::before { content: "\f66e"; }
.bi-easel3::before { content: "\f66f"; }
.bi-fan::before { content: "\f670"; }
.bi-fingerprint::before { content: "\f671"; }
.bi-graph-down-arrow::before { content: "\f672"; }
.bi-graph-up-arrow::before { content: "\f673"; }
.bi-hypnotize::before { content: "\f674"; }
.bi-magic::before { content: "\f675"; }
.bi-person-rolodex::before { content: "\f676"; }
.bi-person-video::before { content: "\f677"; }
.bi-person-video2::before { content: "\f678"; }
.bi-person-video3::before { content: "\f679"; }
.bi-person-workspace::before { content: "\f67a"; }
.bi-radioactive::before { content: "\f67b"; }
.bi-webcam-fill::before { content: "\f67c"; }
.bi-webcam::before { content: "\f67d"; }
.bi-yin-yang::before { content: "\f67e"; }
.bi-bandaid-fill::before { content: "\f680"; }
.bi-bandaid::before { content: "\f681"; }
.bi-bluetooth::before { content: "\f682"; }
.bi-body-text::before { content: "\f683"; }
.bi-boombox::before { content: "\f684"; }
.bi-boxes::before { content: "\f685"; }
.bi-dpad-fill::before { content: "\f686"; }
.bi-dpad::before { content: "\f687"; }
.bi-ear-fill::before { content: "\f688"; }
.bi-ear::before { content: "\f689"; }
.bi-envelope-check-1::before { content: "\f68a"; }
.bi-envelope-check-fill::before { content: "\f68b"; }
.bi-envelope-check::before { content: "\f68c"; }
.bi-envelope-dash-1::before { content: "\f68d"; }
.bi-envelope-dash-fill::before { content: "\f68e"; }
.bi-envelope-dash::before { content: "\f68f"; }
.bi-envelope-exclamation-1::before { content: "\f690"; }
.bi-envelope-exclamation-fill::before { content: "\f691"; }
.bi-envelope-exclamation::before { content: "\f692"; }
.bi-envelope-plus-fill::before { content: "\f693"; }
.bi-envelope-plus::before { content: "\f694"; }
.bi-envelope-slash-1::before { content: "\f695"; }
.bi-envelope-slash-fill::before { content: "\f696"; }
.bi-envelope-slash::before { content: "\f697"; }
.bi-envelope-x-1::before { content: "\f698"; }
.bi-envelope-x-fill::before { content: "\f699"; }
.bi-envelope-x::before { content: "\f69a"; }
.bi-explicit-fill::before { content: "\f69b"; }
.bi-explicit::before { content: "\f69c"; }
.bi-git::before { content: "\f69d"; }
.bi-infinity::before { content: "\f69e"; }
.bi-list-columns-reverse::before { content: "\f69f"; }
.bi-list-columns::before { content: "\f6a0"; }
.bi-meta::before { content: "\f6a1"; }
.bi-mortorboard-fill::before { content: "\f6a2"; }
.bi-mortorboard::before { content: "\f6a3"; }
.bi-nintendo-switch::before { content: "\f6a4"; }
.bi-pc-display-horizontal::before { content: "\f6a5"; }
.bi-pc-display::before { content: "\f6a6"; }
.bi-pc-horizontal::before { content: "\f6a7"; }
.bi-pc::before { content: "\f6a8"; }
.bi-playstation::before { content: "\f6a9"; }
.bi-plus-slash-minus::before { content: "\f6aa"; }
.bi-projector-fill::before { content: "\f6ab"; }
.bi-projector::before { content: "\f6ac"; }
.bi-qr-code-scan::before { content: "\f6ad"; }
.bi-qr-code::before { content: "\f6ae"; }
.bi-quora::before { content: "\f6af"; }
.bi-quote::before { content: "\f6b0"; }
.bi-robot::before { content: "\f6b1"; }
.bi-send-check-fill::before { content: "\f6b2"; }
.bi-send-check::before { content: "\f6b3"; }
.bi-send-dash-fill::before { content: "\f6b4"; }
.bi-send-dash::before { content: "\f6b5"; }
.bi-send-exclamation-1::before { content: "\f6b6"; }
.bi-send-exclamation-fill::before { content: "\f6b7"; }
.bi-send-exclamation::before { content: "\f6b8"; }
.bi-send-fill::before { content: "\f6b9"; }
.bi-send-plus-fill::before { content: "\f6ba"; }
.bi-send-plus::before { content: "\f6bb"; }
.bi-send-slash-fill::before { content: "\f6bc"; }
.bi-send-slash::before { content: "\f6bd"; }
.bi-send-x-fill::before { content: "\f6be"; }
.bi-send-x::before { content: "\f6bf"; }
.bi-send::before { content: "\f6c0"; }
.bi-steam::before { content: "\f6c1"; }
.bi-terminal-dash-1::before { content: "\f6c2"; }
.bi-terminal-dash::before { content: "\f6c3"; }
.bi-terminal-plus::before { content: "\f6c4"; }
.bi-terminal-split::before { content: "\f6c5"; }
.bi-ticket-detailed-fill::before { content: "\f6c6"; }
.bi-ticket-detailed::before { content: "\f6c7"; }
.bi-ticket-fill::before { content: "\f6c8"; }
.bi-ticket-perforated-fill::before { content: "\f6c9"; }
.bi-ticket-perforated::before { content: "\f6ca"; }
.bi-ticket::before { content: "\f6cb"; }
.bi-tiktok::before { content: "\f6cc"; }
.bi-window-dash::before { content: "\f6cd"; }
.bi-window-desktop::before { content: "\f6ce"; }
.bi-window-fullscreen::before { content: "\f6cf"; }
.bi-window-plus::before { content: "\f6d0"; }
.bi-window-split::before { content: "\f6d1"; }
.bi-window-stack::before { content: "\f6d2"; }
.bi-window-x::before { content: "\f6d3"; }
.bi-xbox::before { content: "\f6d4"; }
.bi-ethernet::before { content: "\f6d5"; }
.bi-hdmi-fill::before { content: "\f6d6"; }
.bi-hdmi::before { content: "\f6d7"; }
.bi-usb-c-fill::before { content: "\f6d8"; }
.bi-usb-c::before { content: "\f6d9"; }
.bi-usb-fill::before { content: "\f6da"; }
.bi-usb-plug-fill::before { content: "\f6db"; }
.bi-usb-plug::before { content: "\f6dc"; }
.bi-usb-symbol::before { content: "\f6dd"; }
.bi-usb::before { content: "\f6de"; }
.bi-boombox-fill::before { content: "\f6df"; }
.bi-displayport-1::before { content: "\f6e0"; }
.bi-displayport::before { content: "\f6e1"; }
.bi-gpu-card::before { content: "\f6e2"; }
.bi-memory::before { content: "\f6e3"; }
.bi-modem-fill::before { content: "\f6e4"; }
.bi-modem::before { content: "\f6e5"; }
.bi-motherboard-fill::before { content: "\f6e6"; }
.bi-motherboard::before { content: "\f6e7"; }
.bi-optical-audio-fill::before { content: "\f6e8"; }
.bi-optical-audio::before { content: "\f6e9"; }
.bi-pci-card::before { content: "\f6ea"; }
.bi-router-fill::before { content: "\f6eb"; }
.bi-router::before { content: "\f6ec"; }
.bi-ssd-fill::before { content: "\f6ed"; }
.bi-ssd::before { content: "\f6ee"; }
.bi-thunderbolt-fill::before { content: "\f6ef"; }
.bi-thunderbolt::before { content: "\f6f0"; }
.bi-usb-drive-fill::before { content: "\f6f1"; }
.bi-usb-drive::before { content: "\f6f2"; }
.bi-usb-micro-fill::before { content: "\f6f3"; }
.bi-usb-micro::before { content: "\f6f4"; }
.bi-usb-mini-fill::before { content: "\f6f5"; }
.bi-usb-mini::before { content: "\f6f6"; }
.bi-cloud-haze2::before { content: "\f6f7"; }
.bi-device-hdd-fill::before { content: "\f6f8"; }
.bi-device-hdd::before { content: "\f6f9"; }
.bi-device-ssd-fill::before { content: "\f6fa"; }
.bi-device-ssd::before { content: "\f6fb"; }
.bi-displayport-fill::before { content: "\f6fc"; }
.bi-mortarboard-fill::before { content: "\f6fd"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-terminal-x::before { content: "\f6ff"; }
.bi-arrow-through-heart-fill::before { content: "\f700"; }
.bi-arrow-through-heart::before { content: "\f701"; }
.bi-badge-sd-fill::before { content: "\f702"; }
.bi-badge-sd::before { content: "\f703"; }
.bi-bag-heart-fill::before { content: "\f704"; }
.bi-bag-heart::before { content: "\f705"; }
.bi-balloon-fill::before { content: "\f706"; }
.bi-balloon-heart-fill::before { content: "\f707"; }
.bi-balloon-heart::before { content: "\f708"; }
.bi-balloon::before { content: "\f709"; }
.bi-box2-fill::before { content: "\f70a"; }
.bi-box2-heart-fill::before { content: "\f70b"; }
.bi-box2-heart::before { content: "\f70c"; }
.bi-box2::before { content: "\f70d"; }
.bi-braces-asterisk::before { content: "\f70e"; }
.bi-calendar-heart-fill::before { content: "\f70f"; }
.bi-calendar-heart::before { content: "\f710"; }
.bi-calendar2-heart-fill::before { content: "\f711"; }
.bi-calendar2-heart::before { content: "\f712"; }
.bi-chat-heart-fill::before { content: "\f713"; }
.bi-chat-heart::before { content: "\f714"; }
.bi-chat-left-heart-fill::before { content: "\f715"; }
.bi-chat-left-heart::before { content: "\f716"; }
.bi-chat-right-heart-fill::before { content: "\f717"; }
.bi-chat-right-heart::before { content: "\f718"; }
.bi-chat-square-heart-fill::before { content: "\f719"; }
.bi-chat-square-heart::before { content: "\f71a"; }
.bi-clipboard-check-fill::before { content: "\f71b"; }
.bi-clipboard-data-fill::before { content: "\f71c"; }
.bi-clipboard-fill::before { content: "\f71d"; }
.bi-clipboard-heart-fill::before { content: "\f71e"; }
.bi-clipboard-heart::before { content: "\f71f"; }
.bi-clipboard-minus-fill::before { content: "\f720"; }
.bi-clipboard-plus-fill::before { content: "\f721"; }
.bi-clipboard-pulse::before { content: "\f722"; }
.bi-clipboard-x-fill::before { content: "\f723"; }
.bi-clipboard2-check-fill::before { content: "\f724"; }
.bi-clipboard2-check::before { content: "\f725"; }
.bi-clipboard2-data-fill::before { content: "\f726"; }
.bi-clipboard2-data::before { content: "\f727"; }
.bi-clipboard2-fill::before { content: "\f728"; }
.bi-clipboard2-heart-fill::before { content: "\f729"; }
.bi-clipboard2-heart::before { content: "\f72a"; }
.bi-clipboard2-minus-fill::before { content: "\f72b"; }
.bi-clipboard2-minus::before { content: "\f72c"; }
.bi-clipboard2-plus-fill::before { content: "\f72d"; }
.bi-clipboard2-plus::before { content: "\f72e"; }
.bi-clipboard2-pulse-fill::before { content: "\f72f"; }
.bi-clipboard2-pulse::before { content: "\f730"; }
.bi-clipboard2-x-fill::before { content: "\f731"; }
.bi-clipboard2-x::before { content: "\f732"; }
.bi-clipboard2::before { content: "\f733"; }
.bi-emoji-kiss-fill::before { content: "\f734"; }
.bi-emoji-kiss::before { content: "\f735"; }
.bi-envelope-heart-fill::before { content: "\f736"; }
.bi-envelope-heart::before { content: "\f737"; }
.bi-envelope-open-heart-fill::before { content: "\f738"; }
.bi-envelope-open-heart::before { content: "\f739"; }
.bi-envelope-paper-fill::before { content: "\f73a"; }
.bi-envelope-paper-heart-fill::before { content: "\f73b"; }
.bi-envelope-paper-heart::before { content: "\f73c"; }
.bi-envelope-paper::before { content: "\f73d"; }
.bi-filetype-aac::before { content: "\f73e"; }
.bi-filetype-ai::before { content: "\f73f"; }
.bi-filetype-bmp::before { content: "\f740"; }
.bi-filetype-cs::before { content: "\f741"; }
.bi-filetype-css::before { content: "\f742"; }
.bi-filetype-csv::before { content: "\f743"; }
.bi-filetype-doc::before { content: "\f744"; }
.bi-filetype-docx::before { content: "\f745"; }
.bi-filetype-exe::before { content: "\f746"; }
.bi-filetype-gif::before { content: "\f747"; }
.bi-filetype-heic::before { content: "\f748"; }
.bi-filetype-html::before { content: "\f749"; }
.bi-filetype-java::before { content: "\f74a"; }
.bi-filetype-jpg::before { content: "\f74b"; }
.bi-filetype-js::before { content: "\f74c"; }
.bi-filetype-jsx::before { content: "\f74d"; }
.bi-filetype-key::before { content: "\f74e"; }
.bi-filetype-m4p::before { content: "\f74f"; }
.bi-filetype-md::before { content: "\f750"; }
.bi-filetype-mdx::before { content: "\f751"; }
.bi-filetype-mov::before { content: "\f752"; }
.bi-filetype-mp3::before { content: "\f753"; }
.bi-filetype-mp4::before { content: "\f754"; }
.bi-filetype-otf::before { content: "\f755"; }
.bi-filetype-pdf::before { content: "\f756"; }
.bi-filetype-php::before { content: "\f757"; }
.bi-filetype-png::before { content: "\f758"; }
.bi-filetype-ppt-1::before { content: "\f759"; }
.bi-filetype-ppt::before { content: "\f75a"; }
.bi-filetype-psd::before { content: "\f75b"; }
.bi-filetype-py::before { content: "\f75c"; }
.bi-filetype-raw::before { content: "\f75d"; }
.bi-filetype-rb::before { content: "\f75e"; }
.bi-filetype-sass::before { content: "\f75f"; }
.bi-filetype-scss::before { content: "\f760"; }
.bi-filetype-sh::before { content: "\f761"; }
.bi-filetype-svg::before { content: "\f762"; }
.bi-filetype-tiff::before { content: "\f763"; }
.bi-filetype-tsx::before { content: "\f764"; }
.bi-filetype-ttf::before { content: "\f765"; }
.bi-filetype-txt::before { content: "\f766"; }
.bi-filetype-wav::before { content: "\f767"; }
.bi-filetype-woff::before { content: "\f768"; }
.bi-filetype-xls-1::before { content: "\f769"; }
.bi-filetype-xls::before { content: "\f76a"; }
.bi-filetype-xml::before { content: "\f76b"; }
.bi-filetype-yml::before { content: "\f76c"; }
.bi-heart-arrow::before { content: "\f76d"; }
.bi-heart-pulse-fill::before { content: "\f76e"; }
.bi-heart-pulse::before { content: "\f76f"; }
.bi-heartbreak-fill::before { content: "\f770"; }
.bi-heartbreak::before { content: "\f771"; }
.bi-hearts::before { content: "\f772"; }
.bi-hospital-fill::before { content: "\f773"; }
.bi-hospital::before { content: "\f774"; }
.bi-house-heart-fill::before { content: "\f775"; }
.bi-house-heart::before { content: "\f776"; }
.bi-incognito::before { content: "\f777"; }
.bi-magnet-fill::before { content: "\f778"; }
.bi-magnet::before { content: "\f779"; }
.bi-person-heart::before { content: "\f77a"; }
.bi-person-hearts::before { content: "\f77b"; }
.bi-phone-flip::before { content: "\f77c"; }
.bi-plugin::before { content: "\f77d"; }
.bi-postage-fill::before { content: "\f77e"; }
.bi-postage-heart-fill::before { content: "\f77f"; }
.bi-postage-heart::before { content: "\f780"; }
.bi-postage::before { content: "\f781"; }
.bi-postcard-fill::before { content: "\f782"; }
.bi-postcard-heart-fill::before { content: "\f783"; }
.bi-postcard-heart::before { content: "\f784"; }
.bi-postcard::before { content: "\f785"; }
.bi-search-heart-fill::before { content: "\f786"; }
.bi-search-heart::before { content: "\f787"; }
.bi-sliders2-vertical::before { content: "\f788"; }
.bi-sliders2::before { content: "\f789"; }
.bi-trash3-fill::before { content: "\f78a"; }
.bi-trash3::before { content: "\f78b"; }
.bi-valentine::before { content: "\f78c"; }
.bi-valentine2::before { content: "\f78d"; }
.bi-wrench-adjustable-circle-fill::before { content: "\f78e"; }
.bi-wrench-adjustable-circle::before { content: "\f78f"; }
.bi-wrench-adjustable::before { content: "\f790"; }
.bi-filetype-json::before { content: "\f791"; }
.bi-filetype-pptx::before { content: "\f792"; }
.bi-filetype-xlsx::before { content: "\f793"; }

@charset "UTF-8";
.bootstrap-styles.theme-contrast :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: cyan;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.bootstrap-styles.theme-contrast :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: cyan;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.bootstrap-styles.theme-contrast *,
.bootstrap-styles.theme-contrast *::before,
.bootstrap-styles.theme-contrast *::after {
  box-sizing: border-box;
}

.bootstrap-styles.theme-contrast html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.bootstrap-styles.theme-contrast article, .bootstrap-styles.theme-contrast aside, .bootstrap-styles.theme-contrast figcaption, .bootstrap-styles.theme-contrast figure, .bootstrap-styles.theme-contrast footer, .bootstrap-styles.theme-contrast header, .bootstrap-styles.theme-contrast hgroup, .bootstrap-styles.theme-contrast main, .bootstrap-styles.theme-contrast nav, .bootstrap-styles.theme-contrast section {
  display: block;
}

.bootstrap-styles.theme-contrast body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.bootstrap-styles.theme-contrast [tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

.bootstrap-styles.theme-contrast hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.bootstrap-styles.theme-contrast h1, .bootstrap-styles.theme-contrast h2, .bootstrap-styles.theme-contrast h3, .bootstrap-styles.theme-contrast h4, .bootstrap-styles.theme-contrast h5, .bootstrap-styles.theme-contrast h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.bootstrap-styles.theme-contrast p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bootstrap-styles.theme-contrast abbr[title],
.bootstrap-styles.theme-contrast abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.bootstrap-styles.theme-contrast address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.bootstrap-styles.theme-contrast ol,
.bootstrap-styles.theme-contrast ul,
.bootstrap-styles.theme-contrast dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.bootstrap-styles.theme-contrast ol ol,
.bootstrap-styles.theme-contrast ul ul,
.bootstrap-styles.theme-contrast ol ul,
.bootstrap-styles.theme-contrast ul ol {
  margin-bottom: 0;
}

.bootstrap-styles.theme-contrast dt {
  font-weight: 700;
}

.bootstrap-styles.theme-contrast dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.bootstrap-styles.theme-contrast blockquote {
  margin: 0 0 1rem;
}

.bootstrap-styles.theme-contrast b,
.bootstrap-styles.theme-contrast strong {
  font-weight: bolder;
}

.bootstrap-styles.theme-contrast small {
  font-size: 80%;
}

.bootstrap-styles.theme-contrast sub,
.bootstrap-styles.theme-contrast sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.bootstrap-styles.theme-contrast sub {
  bottom: -0.25em;
}

.bootstrap-styles.theme-contrast sup {
  top: -0.5em;
}

.bootstrap-styles.theme-contrast a {
  color: cyan;
  text-decoration: none;
  background-color: transparent;
}
.bootstrap-styles.theme-contrast a:hover {
  color: #00b3b3;
  text-decoration: underline;
}

.bootstrap-styles.theme-contrast a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
.bootstrap-styles.theme-contrast a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.bootstrap-styles.theme-contrast pre,
.bootstrap-styles.theme-contrast code,
.bootstrap-styles.theme-contrast kbd,
.bootstrap-styles.theme-contrast samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

.bootstrap-styles.theme-contrast pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

.bootstrap-styles.theme-contrast figure {
  margin: 0 0 1rem;
}

.bootstrap-styles.theme-contrast img {
  vertical-align: middle;
  border-style: none;
}

.bootstrap-styles.theme-contrast svg {
  overflow: hidden;
  vertical-align: middle;
}

.bootstrap-styles.theme-contrast table {
  border-collapse: collapse;
}

.bootstrap-styles.theme-contrast caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

.bootstrap-styles.theme-contrast th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.bootstrap-styles.theme-contrast label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.bootstrap-styles.theme-contrast button {
  border-radius: 0;
}

.bootstrap-styles.theme-contrast button:focus:not(:focus-visible) {
  outline: 0;
}

.bootstrap-styles.theme-contrast input,
.bootstrap-styles.theme-contrast button,
.bootstrap-styles.theme-contrast select,
.bootstrap-styles.theme-contrast optgroup,
.bootstrap-styles.theme-contrast textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.bootstrap-styles.theme-contrast button,
.bootstrap-styles.theme-contrast input {
  overflow: visible;
}

.bootstrap-styles.theme-contrast button,
.bootstrap-styles.theme-contrast select {
  text-transform: none;
}

.bootstrap-styles.theme-contrast [role=button] {
  cursor: pointer;
}

.bootstrap-styles.theme-contrast select {
  word-wrap: normal;
}

.bootstrap-styles.theme-contrast button,
.bootstrap-styles.theme-contrast [type=button],
.bootstrap-styles.theme-contrast [type=reset],
.bootstrap-styles.theme-contrast [type=submit] {
  -webkit-appearance: button;
}

.bootstrap-styles.theme-contrast button:not(:disabled),
.bootstrap-styles.theme-contrast [type=button]:not(:disabled),
.bootstrap-styles.theme-contrast [type=reset]:not(:disabled),
.bootstrap-styles.theme-contrast [type=submit]:not(:disabled) {
  cursor: pointer;
}

.bootstrap-styles.theme-contrast button::-moz-focus-inner,
.bootstrap-styles.theme-contrast [type=button]::-moz-focus-inner,
.bootstrap-styles.theme-contrast [type=reset]::-moz-focus-inner,
.bootstrap-styles.theme-contrast [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.bootstrap-styles.theme-contrast input[type=radio],
.bootstrap-styles.theme-contrast input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

.bootstrap-styles.theme-contrast textarea {
  overflow: auto;
  resize: vertical;
}

.bootstrap-styles.theme-contrast fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.bootstrap-styles.theme-contrast legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

.bootstrap-styles.theme-contrast progress {
  vertical-align: baseline;
}

.bootstrap-styles.theme-contrast [type=number]::-webkit-inner-spin-button,
.bootstrap-styles.theme-contrast [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.bootstrap-styles.theme-contrast [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

.bootstrap-styles.theme-contrast [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.bootstrap-styles.theme-contrast ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.bootstrap-styles.theme-contrast output {
  display: inline-block;
}

.bootstrap-styles.theme-contrast summary {
  display: list-item;
  cursor: pointer;
}

.bootstrap-styles.theme-contrast template {
  display: none;
}

.bootstrap-styles.theme-contrast [hidden] {
  display: none !important;
}

.bootstrap-styles.theme-contrast h1, .bootstrap-styles.theme-contrast h2, .bootstrap-styles.theme-contrast h3, .bootstrap-styles.theme-contrast h4, .bootstrap-styles.theme-contrast h5, .bootstrap-styles.theme-contrast h6, .bootstrap-styles.theme-contrast .h1, .bootstrap-styles.theme-contrast .h2, .bootstrap-styles.theme-contrast .h3, .bootstrap-styles.theme-contrast .h4, .bootstrap-styles.theme-contrast .h5, .bootstrap-styles.theme-contrast .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.bootstrap-styles.theme-contrast h1, .bootstrap-styles.theme-contrast .h1 {
  font-size: 2.5rem;
}

.bootstrap-styles.theme-contrast h2, .bootstrap-styles.theme-contrast .h2 {
  font-size: 2rem;
}

.bootstrap-styles.theme-contrast h3, .bootstrap-styles.theme-contrast .h3 {
  font-size: 1.75rem;
}

.bootstrap-styles.theme-contrast h4, .bootstrap-styles.theme-contrast .h4 {
  font-size: 1.5rem;
}

.bootstrap-styles.theme-contrast h5, .bootstrap-styles.theme-contrast .h5 {
  font-size: 1.25rem;
}

.bootstrap-styles.theme-contrast h6, .bootstrap-styles.theme-contrast .h6 {
  font-size: 1rem;
}

.bootstrap-styles.theme-contrast .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.bootstrap-styles.theme-contrast .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.bootstrap-styles.theme-contrast .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.bootstrap-styles.theme-contrast .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.bootstrap-styles.theme-contrast .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.bootstrap-styles.theme-contrast hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bootstrap-styles.theme-contrast small,
.bootstrap-styles.theme-contrast .small {
  font-size: 0.875em;
  font-weight: 400;
}

.bootstrap-styles.theme-contrast mark,
.bootstrap-styles.theme-contrast .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.bootstrap-styles.theme-contrast .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.bootstrap-styles.theme-contrast .list-inline {
  padding-left: 0;
  list-style: none;
}

.bootstrap-styles.theme-contrast .list-inline-item {
  display: inline-block;
}
.bootstrap-styles.theme-contrast .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.bootstrap-styles.theme-contrast .initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.bootstrap-styles.theme-contrast .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.bootstrap-styles.theme-contrast .blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.bootstrap-styles.theme-contrast .blockquote-footer::before {
  content: "— ";
}

.bootstrap-styles.theme-contrast .img-fluid {
  max-width: 100%;
  height: auto;
}

.bootstrap-styles.theme-contrast .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.bootstrap-styles.theme-contrast .figure {
  display: inline-block;
}

.bootstrap-styles.theme-contrast .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.bootstrap-styles.theme-contrast .figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.bootstrap-styles.theme-contrast code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
.bootstrap-styles.theme-contrast a > code {
  color: inherit;
}

.bootstrap-styles.theme-contrast kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
.bootstrap-styles.theme-contrast kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

.bootstrap-styles.theme-contrast pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
.bootstrap-styles.theme-contrast pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.bootstrap-styles.theme-contrast .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.bootstrap-styles.theme-contrast .container,
.bootstrap-styles.theme-contrast .container-fluid,
.bootstrap-styles.theme-contrast .container-xxl,
.bootstrap-styles.theme-contrast .container-xl,
.bootstrap-styles.theme-contrast .container-lg,
.bootstrap-styles.theme-contrast .container-md,
.bootstrap-styles.theme-contrast .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .container-sm, .bootstrap-styles.theme-contrast .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast .container-md, .bootstrap-styles.theme-contrast .container-sm, .bootstrap-styles.theme-contrast .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .container-lg, .bootstrap-styles.theme-contrast .container-md, .bootstrap-styles.theme-contrast .container-sm, .bootstrap-styles.theme-contrast .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast .container-xl, .bootstrap-styles.theme-contrast .container-lg, .bootstrap-styles.theme-contrast .container-md, .bootstrap-styles.theme-contrast .container-sm, .bootstrap-styles.theme-contrast .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .bootstrap-styles.theme-contrast .container-xxl, .bootstrap-styles.theme-contrast .container-xl, .bootstrap-styles.theme-contrast .container-lg, .bootstrap-styles.theme-contrast .container-md, .bootstrap-styles.theme-contrast .container-sm, .bootstrap-styles.theme-contrast .container {
    max-width: 1440px;
  }
}
.bootstrap-styles.theme-contrast .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bootstrap-styles.theme-contrast .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-styles.theme-contrast .no-gutters > .col,
.bootstrap-styles.theme-contrast .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.bootstrap-styles.theme-contrast .col-xxl,
.bootstrap-styles.theme-contrast .col-xxl-auto,
.bootstrap-styles.theme-contrast .col-xxl-12,
.bootstrap-styles.theme-contrast .col-xxl-11,
.bootstrap-styles.theme-contrast .col-xxl-10,
.bootstrap-styles.theme-contrast .col-xxl-9,
.bootstrap-styles.theme-contrast .col-xxl-8,
.bootstrap-styles.theme-contrast .col-xxl-7,
.bootstrap-styles.theme-contrast .col-xxl-6,
.bootstrap-styles.theme-contrast .col-xxl-5,
.bootstrap-styles.theme-contrast .col-xxl-4,
.bootstrap-styles.theme-contrast .col-xxl-3,
.bootstrap-styles.theme-contrast .col-xxl-2,
.bootstrap-styles.theme-contrast .col-xxl-1,
.bootstrap-styles.theme-contrast .col-xl,
.bootstrap-styles.theme-contrast .col-xl-auto,
.bootstrap-styles.theme-contrast .col-xl-12,
.bootstrap-styles.theme-contrast .col-xl-11,
.bootstrap-styles.theme-contrast .col-xl-10,
.bootstrap-styles.theme-contrast .col-xl-9,
.bootstrap-styles.theme-contrast .col-xl-8,
.bootstrap-styles.theme-contrast .col-xl-7,
.bootstrap-styles.theme-contrast .col-xl-6,
.bootstrap-styles.theme-contrast .col-xl-5,
.bootstrap-styles.theme-contrast .col-xl-4,
.bootstrap-styles.theme-contrast .col-xl-3,
.bootstrap-styles.theme-contrast .col-xl-2,
.bootstrap-styles.theme-contrast .col-xl-1,
.bootstrap-styles.theme-contrast .col-lg,
.bootstrap-styles.theme-contrast .col-lg-auto,
.bootstrap-styles.theme-contrast .col-lg-12,
.bootstrap-styles.theme-contrast .col-lg-11,
.bootstrap-styles.theme-contrast .col-lg-10,
.bootstrap-styles.theme-contrast .col-lg-9,
.bootstrap-styles.theme-contrast .col-lg-8,
.bootstrap-styles.theme-contrast .col-lg-7,
.bootstrap-styles.theme-contrast .col-lg-6,
.bootstrap-styles.theme-contrast .col-lg-5,
.bootstrap-styles.theme-contrast .col-lg-4,
.bootstrap-styles.theme-contrast .col-lg-3,
.bootstrap-styles.theme-contrast .col-lg-2,
.bootstrap-styles.theme-contrast .col-lg-1,
.bootstrap-styles.theme-contrast .col-md,
.bootstrap-styles.theme-contrast .col-md-auto,
.bootstrap-styles.theme-contrast .col-md-12,
.bootstrap-styles.theme-contrast .col-md-11,
.bootstrap-styles.theme-contrast .col-md-10,
.bootstrap-styles.theme-contrast .col-md-9,
.bootstrap-styles.theme-contrast .col-md-8,
.bootstrap-styles.theme-contrast .col-md-7,
.bootstrap-styles.theme-contrast .col-md-6,
.bootstrap-styles.theme-contrast .col-md-5,
.bootstrap-styles.theme-contrast .col-md-4,
.bootstrap-styles.theme-contrast .col-md-3,
.bootstrap-styles.theme-contrast .col-md-2,
.bootstrap-styles.theme-contrast .col-md-1,
.bootstrap-styles.theme-contrast .col-sm,
.bootstrap-styles.theme-contrast .col-sm-auto,
.bootstrap-styles.theme-contrast .col-sm-12,
.bootstrap-styles.theme-contrast .col-sm-11,
.bootstrap-styles.theme-contrast .col-sm-10,
.bootstrap-styles.theme-contrast .col-sm-9,
.bootstrap-styles.theme-contrast .col-sm-8,
.bootstrap-styles.theme-contrast .col-sm-7,
.bootstrap-styles.theme-contrast .col-sm-6,
.bootstrap-styles.theme-contrast .col-sm-5,
.bootstrap-styles.theme-contrast .col-sm-4,
.bootstrap-styles.theme-contrast .col-sm-3,
.bootstrap-styles.theme-contrast .col-sm-2,
.bootstrap-styles.theme-contrast .col-sm-1,
.bootstrap-styles.theme-contrast .col,
.bootstrap-styles.theme-contrast .col-auto,
.bootstrap-styles.theme-contrast .col-12,
.bootstrap-styles.theme-contrast .col-11,
.bootstrap-styles.theme-contrast .col-10,
.bootstrap-styles.theme-contrast .col-9,
.bootstrap-styles.theme-contrast .col-8,
.bootstrap-styles.theme-contrast .col-7,
.bootstrap-styles.theme-contrast .col-6,
.bootstrap-styles.theme-contrast .col-5,
.bootstrap-styles.theme-contrast .col-4,
.bootstrap-styles.theme-contrast .col-3,
.bootstrap-styles.theme-contrast .col-2,
.bootstrap-styles.theme-contrast .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.bootstrap-styles.theme-contrast .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.bootstrap-styles.theme-contrast .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.bootstrap-styles.theme-contrast .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.bootstrap-styles.theme-contrast .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.bootstrap-styles.theme-contrast .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.bootstrap-styles.theme-contrast .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.bootstrap-styles.theme-contrast .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.bootstrap-styles.theme-contrast .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.bootstrap-styles.theme-contrast .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.bootstrap-styles.theme-contrast .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.bootstrap-styles.theme-contrast .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.bootstrap-styles.theme-contrast .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.bootstrap-styles.theme-contrast .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.bootstrap-styles.theme-contrast .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.bootstrap-styles.theme-contrast .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.bootstrap-styles.theme-contrast .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.bootstrap-styles.theme-contrast .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.bootstrap-styles.theme-contrast .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.bootstrap-styles.theme-contrast .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.bootstrap-styles.theme-contrast .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.bootstrap-styles.theme-contrast .order-first {
  order: -1;
}

.bootstrap-styles.theme-contrast .order-last {
  order: 13;
}

.bootstrap-styles.theme-contrast .order-0 {
  order: 0;
}

.bootstrap-styles.theme-contrast .order-1 {
  order: 1;
}

.bootstrap-styles.theme-contrast .order-2 {
  order: 2;
}

.bootstrap-styles.theme-contrast .order-3 {
  order: 3;
}

.bootstrap-styles.theme-contrast .order-4 {
  order: 4;
}

.bootstrap-styles.theme-contrast .order-5 {
  order: 5;
}

.bootstrap-styles.theme-contrast .order-6 {
  order: 6;
}

.bootstrap-styles.theme-contrast .order-7 {
  order: 7;
}

.bootstrap-styles.theme-contrast .order-8 {
  order: 8;
}

.bootstrap-styles.theme-contrast .order-9 {
  order: 9;
}

.bootstrap-styles.theme-contrast .order-10 {
  order: 10;
}

.bootstrap-styles.theme-contrast .order-11 {
  order: 11;
}

.bootstrap-styles.theme-contrast .order-12 {
  order: 12;
}

.bootstrap-styles.theme-contrast .offset-1 {
  margin-left: 8.33333333%;
}

.bootstrap-styles.theme-contrast .offset-2 {
  margin-left: 16.66666667%;
}

.bootstrap-styles.theme-contrast .offset-3 {
  margin-left: 25%;
}

.bootstrap-styles.theme-contrast .offset-4 {
  margin-left: 33.33333333%;
}

.bootstrap-styles.theme-contrast .offset-5 {
  margin-left: 41.66666667%;
}

.bootstrap-styles.theme-contrast .offset-6 {
  margin-left: 50%;
}

.bootstrap-styles.theme-contrast .offset-7 {
  margin-left: 58.33333333%;
}

.bootstrap-styles.theme-contrast .offset-8 {
  margin-left: 66.66666667%;
}

.bootstrap-styles.theme-contrast .offset-9 {
  margin-left: 75%;
}

.bootstrap-styles.theme-contrast .offset-10 {
  margin-left: 83.33333333%;
}

.bootstrap-styles.theme-contrast .offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-styles.theme-contrast .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-styles.theme-contrast .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-styles.theme-contrast .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-styles.theme-contrast .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-styles.theme-contrast .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-styles.theme-contrast .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-styles.theme-contrast .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-styles.theme-contrast .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .order-sm-first {
    order: -1;
  }
  .bootstrap-styles.theme-contrast .order-sm-last {
    order: 13;
  }
  .bootstrap-styles.theme-contrast .order-sm-0 {
    order: 0;
  }
  .bootstrap-styles.theme-contrast .order-sm-1 {
    order: 1;
  }
  .bootstrap-styles.theme-contrast .order-sm-2 {
    order: 2;
  }
  .bootstrap-styles.theme-contrast .order-sm-3 {
    order: 3;
  }
  .bootstrap-styles.theme-contrast .order-sm-4 {
    order: 4;
  }
  .bootstrap-styles.theme-contrast .order-sm-5 {
    order: 5;
  }
  .bootstrap-styles.theme-contrast .order-sm-6 {
    order: 6;
  }
  .bootstrap-styles.theme-contrast .order-sm-7 {
    order: 7;
  }
  .bootstrap-styles.theme-contrast .order-sm-8 {
    order: 8;
  }
  .bootstrap-styles.theme-contrast .order-sm-9 {
    order: 9;
  }
  .bootstrap-styles.theme-contrast .order-sm-10 {
    order: 10;
  }
  .bootstrap-styles.theme-contrast .order-sm-11 {
    order: 11;
  }
  .bootstrap-styles.theme-contrast .order-sm-12 {
    order: 12;
  }
  .bootstrap-styles.theme-contrast .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap-styles.theme-contrast .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap-styles.theme-contrast .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap-styles.theme-contrast .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap-styles.theme-contrast .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-styles.theme-contrast .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-styles.theme-contrast .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-styles.theme-contrast .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-styles.theme-contrast .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-styles.theme-contrast .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-styles.theme-contrast .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-styles.theme-contrast .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-styles.theme-contrast .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .order-md-first {
    order: -1;
  }
  .bootstrap-styles.theme-contrast .order-md-last {
    order: 13;
  }
  .bootstrap-styles.theme-contrast .order-md-0 {
    order: 0;
  }
  .bootstrap-styles.theme-contrast .order-md-1 {
    order: 1;
  }
  .bootstrap-styles.theme-contrast .order-md-2 {
    order: 2;
  }
  .bootstrap-styles.theme-contrast .order-md-3 {
    order: 3;
  }
  .bootstrap-styles.theme-contrast .order-md-4 {
    order: 4;
  }
  .bootstrap-styles.theme-contrast .order-md-5 {
    order: 5;
  }
  .bootstrap-styles.theme-contrast .order-md-6 {
    order: 6;
  }
  .bootstrap-styles.theme-contrast .order-md-7 {
    order: 7;
  }
  .bootstrap-styles.theme-contrast .order-md-8 {
    order: 8;
  }
  .bootstrap-styles.theme-contrast .order-md-9 {
    order: 9;
  }
  .bootstrap-styles.theme-contrast .order-md-10 {
    order: 10;
  }
  .bootstrap-styles.theme-contrast .order-md-11 {
    order: 11;
  }
  .bootstrap-styles.theme-contrast .order-md-12 {
    order: 12;
  }
  .bootstrap-styles.theme-contrast .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap-styles.theme-contrast .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap-styles.theme-contrast .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap-styles.theme-contrast .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap-styles.theme-contrast .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-styles.theme-contrast .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-styles.theme-contrast .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-styles.theme-contrast .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-styles.theme-contrast .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-styles.theme-contrast .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-styles.theme-contrast .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-styles.theme-contrast .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-styles.theme-contrast .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .order-lg-first {
    order: -1;
  }
  .bootstrap-styles.theme-contrast .order-lg-last {
    order: 13;
  }
  .bootstrap-styles.theme-contrast .order-lg-0 {
    order: 0;
  }
  .bootstrap-styles.theme-contrast .order-lg-1 {
    order: 1;
  }
  .bootstrap-styles.theme-contrast .order-lg-2 {
    order: 2;
  }
  .bootstrap-styles.theme-contrast .order-lg-3 {
    order: 3;
  }
  .bootstrap-styles.theme-contrast .order-lg-4 {
    order: 4;
  }
  .bootstrap-styles.theme-contrast .order-lg-5 {
    order: 5;
  }
  .bootstrap-styles.theme-contrast .order-lg-6 {
    order: 6;
  }
  .bootstrap-styles.theme-contrast .order-lg-7 {
    order: 7;
  }
  .bootstrap-styles.theme-contrast .order-lg-8 {
    order: 8;
  }
  .bootstrap-styles.theme-contrast .order-lg-9 {
    order: 9;
  }
  .bootstrap-styles.theme-contrast .order-lg-10 {
    order: 10;
  }
  .bootstrap-styles.theme-contrast .order-lg-11 {
    order: 11;
  }
  .bootstrap-styles.theme-contrast .order-lg-12 {
    order: 12;
  }
  .bootstrap-styles.theme-contrast .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap-styles.theme-contrast .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap-styles.theme-contrast .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap-styles.theme-contrast .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap-styles.theme-contrast .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-styles.theme-contrast .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-styles.theme-contrast .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-styles.theme-contrast .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-styles.theme-contrast .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .order-xl-first {
    order: -1;
  }
  .bootstrap-styles.theme-contrast .order-xl-last {
    order: 13;
  }
  .bootstrap-styles.theme-contrast .order-xl-0 {
    order: 0;
  }
  .bootstrap-styles.theme-contrast .order-xl-1 {
    order: 1;
  }
  .bootstrap-styles.theme-contrast .order-xl-2 {
    order: 2;
  }
  .bootstrap-styles.theme-contrast .order-xl-3 {
    order: 3;
  }
  .bootstrap-styles.theme-contrast .order-xl-4 {
    order: 4;
  }
  .bootstrap-styles.theme-contrast .order-xl-5 {
    order: 5;
  }
  .bootstrap-styles.theme-contrast .order-xl-6 {
    order: 6;
  }
  .bootstrap-styles.theme-contrast .order-xl-7 {
    order: 7;
  }
  .bootstrap-styles.theme-contrast .order-xl-8 {
    order: 8;
  }
  .bootstrap-styles.theme-contrast .order-xl-9 {
    order: 9;
  }
  .bootstrap-styles.theme-contrast .order-xl-10 {
    order: 10;
  }
  .bootstrap-styles.theme-contrast .order-xl-11 {
    order: 11;
  }
  .bootstrap-styles.theme-contrast .order-xl-12 {
    order: 12;
  }
  .bootstrap-styles.theme-contrast .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap-styles.theme-contrast .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap-styles.theme-contrast .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap-styles.theme-contrast .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap-styles.theme-contrast .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1440px) {
  .bootstrap-styles.theme-contrast .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap-styles.theme-contrast .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .bootstrap-styles.theme-contrast .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-styles.theme-contrast .order-xxl-first {
    order: -1;
  }
  .bootstrap-styles.theme-contrast .order-xxl-last {
    order: 13;
  }
  .bootstrap-styles.theme-contrast .order-xxl-0 {
    order: 0;
  }
  .bootstrap-styles.theme-contrast .order-xxl-1 {
    order: 1;
  }
  .bootstrap-styles.theme-contrast .order-xxl-2 {
    order: 2;
  }
  .bootstrap-styles.theme-contrast .order-xxl-3 {
    order: 3;
  }
  .bootstrap-styles.theme-contrast .order-xxl-4 {
    order: 4;
  }
  .bootstrap-styles.theme-contrast .order-xxl-5 {
    order: 5;
  }
  .bootstrap-styles.theme-contrast .order-xxl-6 {
    order: 6;
  }
  .bootstrap-styles.theme-contrast .order-xxl-7 {
    order: 7;
  }
  .bootstrap-styles.theme-contrast .order-xxl-8 {
    order: 8;
  }
  .bootstrap-styles.theme-contrast .order-xxl-9 {
    order: 9;
  }
  .bootstrap-styles.theme-contrast .order-xxl-10 {
    order: 10;
  }
  .bootstrap-styles.theme-contrast .order-xxl-11 {
    order: 11;
  }
  .bootstrap-styles.theme-contrast .order-xxl-12 {
    order: 12;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-0 {
    margin-left: 0;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-3 {
    margin-left: 25%;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-6 {
    margin-left: 50%;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-9 {
    margin-left: 75%;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .bootstrap-styles.theme-contrast .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.bootstrap-styles.theme-contrast .table, .bootstrap-styles.theme-contrast .eproc-table, .bootstrap-styles.theme-contrast .infraTable, .bootstrap-styles.theme-contrast .infraTabelaDinamica {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.bootstrap-styles.theme-contrast .table th, .bootstrap-styles.theme-contrast .eproc-table th, .bootstrap-styles.theme-contrast .infraTable th, .bootstrap-styles.theme-contrast .infraTabelaDinamica th, .bootstrap-styles.theme-contrast .table td, .bootstrap-styles.theme-contrast .eproc-table td, .bootstrap-styles.theme-contrast .infraTable td, .bootstrap-styles.theme-contrast .infraTabelaDinamica td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.bootstrap-styles.theme-contrast .table thead th, .bootstrap-styles.theme-contrast .eproc-table thead th, .bootstrap-styles.theme-contrast .infraTable thead th, .bootstrap-styles.theme-contrast .infraTabelaDinamica thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.bootstrap-styles.theme-contrast .table tbody + tbody, .bootstrap-styles.theme-contrast .eproc-table tbody + tbody, .bootstrap-styles.theme-contrast .infraTable tbody + tbody, .bootstrap-styles.theme-contrast .infraTabelaDinamica tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.bootstrap-styles.theme-contrast .table-sm th, .bootstrap-styles.theme-contrast .eproc-table th, .bootstrap-styles.theme-contrast .infraTable th, .bootstrap-styles.theme-contrast .infraTabelaDinamica th, .bootstrap-styles.theme-contrast .table-sm td, .bootstrap-styles.theme-contrast .eproc-table td, .bootstrap-styles.theme-contrast .infraTable td, .bootstrap-styles.theme-contrast .infraTabelaDinamica td {
  padding: 0.3rem;
}

.bootstrap-styles.theme-contrast .table-bordered, .bootstrap-styles.theme-contrast .eproc-table, .bootstrap-styles.theme-contrast .infraTable, .bootstrap-styles.theme-contrast .infraTabelaDinamica {
  border: 1px solid #dee2e6;
}
.bootstrap-styles.theme-contrast .table-bordered th, .bootstrap-styles.theme-contrast .eproc-table th, .bootstrap-styles.theme-contrast .infraTable th, .bootstrap-styles.theme-contrast .infraTabelaDinamica th, .bootstrap-styles.theme-contrast .table-bordered td, .bootstrap-styles.theme-contrast .eproc-table td, .bootstrap-styles.theme-contrast .infraTable td, .bootstrap-styles.theme-contrast .infraTabelaDinamica td {
  border: 1px solid #dee2e6;
}
.bootstrap-styles.theme-contrast .table-bordered thead th, .bootstrap-styles.theme-contrast .eproc-table thead th, .bootstrap-styles.theme-contrast .infraTable thead th, .bootstrap-styles.theme-contrast .infraTabelaDinamica thead th, .bootstrap-styles.theme-contrast .table-bordered thead td, .bootstrap-styles.theme-contrast .eproc-table thead td, .bootstrap-styles.theme-contrast .infraTable thead td, .bootstrap-styles.theme-contrast .infraTabelaDinamica thead td {
  border-bottom-width: 2px;
}

.bootstrap-styles.theme-contrast .table-borderless th,
.bootstrap-styles.theme-contrast .table-borderless td,
.bootstrap-styles.theme-contrast .table-borderless thead th,
.bootstrap-styles.theme-contrast .table-borderless tbody + tbody {
  border: 0;
}

.bootstrap-styles.theme-contrast .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.bootstrap-styles.theme-contrast .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.bootstrap-styles.theme-contrast .table-primary,
.bootstrap-styles.theme-contrast .table-primary > th,
.bootstrap-styles.theme-contrast .table-primary > td {
  background-color: #b8ffff;
}
.bootstrap-styles.theme-contrast .table-primary th,
.bootstrap-styles.theme-contrast .table-primary td,
.bootstrap-styles.theme-contrast .table-primary thead th,
.bootstrap-styles.theme-contrast .table-primary tbody + tbody {
  border-color: #7affff;
}

.bootstrap-styles.theme-contrast .table-hover .table-primary:hover {
  background-color: #9fffff;
}
.bootstrap-styles.theme-contrast .table-hover .table-primary:hover > td,
.bootstrap-styles.theme-contrast .table-hover .table-primary:hover > th {
  background-color: #9fffff;
}

.bootstrap-styles.theme-contrast .table-secondary,
.bootstrap-styles.theme-contrast .table-secondary > th,
.bootstrap-styles.theme-contrast .table-secondary > td {
  background-color: #d6d8db;
}
.bootstrap-styles.theme-contrast .table-secondary th,
.bootstrap-styles.theme-contrast .table-secondary td,
.bootstrap-styles.theme-contrast .table-secondary thead th,
.bootstrap-styles.theme-contrast .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.bootstrap-styles.theme-contrast .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.bootstrap-styles.theme-contrast .table-hover .table-secondary:hover > td,
.bootstrap-styles.theme-contrast .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.bootstrap-styles.theme-contrast .table-success,
.bootstrap-styles.theme-contrast .table-success > th,
.bootstrap-styles.theme-contrast .table-success > td {
  background-color: #c3e6cb;
}
.bootstrap-styles.theme-contrast .table-success th,
.bootstrap-styles.theme-contrast .table-success td,
.bootstrap-styles.theme-contrast .table-success thead th,
.bootstrap-styles.theme-contrast .table-success tbody + tbody {
  border-color: #8fd19e;
}

.bootstrap-styles.theme-contrast .table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.bootstrap-styles.theme-contrast .table-hover .table-success:hover > td,
.bootstrap-styles.theme-contrast .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.bootstrap-styles.theme-contrast .table-info,
.bootstrap-styles.theme-contrast .table-info > th,
.bootstrap-styles.theme-contrast .table-info > td {
  background-color: #bee5eb;
}
.bootstrap-styles.theme-contrast .table-info th,
.bootstrap-styles.theme-contrast .table-info td,
.bootstrap-styles.theme-contrast .table-info thead th,
.bootstrap-styles.theme-contrast .table-info tbody + tbody {
  border-color: #86cfda;
}

.bootstrap-styles.theme-contrast .table-hover .table-info:hover {
  background-color: #abdde5;
}
.bootstrap-styles.theme-contrast .table-hover .table-info:hover > td,
.bootstrap-styles.theme-contrast .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.bootstrap-styles.theme-contrast .table-warning,
.bootstrap-styles.theme-contrast .table-warning > th,
.bootstrap-styles.theme-contrast .table-warning > td {
  background-color: #ffeeba;
}
.bootstrap-styles.theme-contrast .table-warning th,
.bootstrap-styles.theme-contrast .table-warning td,
.bootstrap-styles.theme-contrast .table-warning thead th,
.bootstrap-styles.theme-contrast .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.bootstrap-styles.theme-contrast .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.bootstrap-styles.theme-contrast .table-hover .table-warning:hover > td,
.bootstrap-styles.theme-contrast .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.bootstrap-styles.theme-contrast .table-danger,
.bootstrap-styles.theme-contrast .table-danger > th,
.bootstrap-styles.theme-contrast .table-danger > td {
  background-color: #f5c6cb;
}
.bootstrap-styles.theme-contrast .table-danger th,
.bootstrap-styles.theme-contrast .table-danger td,
.bootstrap-styles.theme-contrast .table-danger thead th,
.bootstrap-styles.theme-contrast .table-danger tbody + tbody {
  border-color: #ed969e;
}

.bootstrap-styles.theme-contrast .table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.bootstrap-styles.theme-contrast .table-hover .table-danger:hover > td,
.bootstrap-styles.theme-contrast .table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.bootstrap-styles.theme-contrast .table-light,
.bootstrap-styles.theme-contrast .table-light > th,
.bootstrap-styles.theme-contrast .table-light > td {
  background-color: #fdfdfe;
}
.bootstrap-styles.theme-contrast .table-light th,
.bootstrap-styles.theme-contrast .table-light td,
.bootstrap-styles.theme-contrast .table-light thead th,
.bootstrap-styles.theme-contrast .table-light tbody + tbody {
  border-color: #fbfcfc;
}

.bootstrap-styles.theme-contrast .table-hover .table-light:hover {
  background-color: #ececf6;
}
.bootstrap-styles.theme-contrast .table-hover .table-light:hover > td,
.bootstrap-styles.theme-contrast .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.bootstrap-styles.theme-contrast .table-dark,
.bootstrap-styles.theme-contrast .table-dark > th,
.bootstrap-styles.theme-contrast .table-dark > td {
  background-color: #c6c8ca;
}
.bootstrap-styles.theme-contrast .table-dark th,
.bootstrap-styles.theme-contrast .table-dark td,
.bootstrap-styles.theme-contrast .table-dark thead th,
.bootstrap-styles.theme-contrast .table-dark tbody + tbody {
  border-color: #95999c;
}

.bootstrap-styles.theme-contrast .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.bootstrap-styles.theme-contrast .table-hover .table-dark:hover > td,
.bootstrap-styles.theme-contrast .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.bootstrap-styles.theme-contrast .table-active,
.bootstrap-styles.theme-contrast .table-active > th,
.bootstrap-styles.theme-contrast .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.bootstrap-styles.theme-contrast .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.bootstrap-styles.theme-contrast .table-hover .table-active:hover > td,
.bootstrap-styles.theme-contrast .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.bootstrap-styles.theme-contrast .table .thead-dark th, .bootstrap-styles.theme-contrast .eproc-table .thead-dark th, .bootstrap-styles.theme-contrast .infraTable .thead-dark th, .bootstrap-styles.theme-contrast .infraTabelaDinamica .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.bootstrap-styles.theme-contrast .table .thead-light th, .bootstrap-styles.theme-contrast .eproc-table .thead-light th, .bootstrap-styles.theme-contrast .infraTable .thead-light th, .bootstrap-styles.theme-contrast .infraTabelaDinamica .thead-light th, .bootstrap-styles.theme-contrast .eproc-table thead th, .bootstrap-styles.theme-contrast .infraTable thead th, .bootstrap-styles.theme-contrast .infraTabelaDinamica thead th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.bootstrap-styles.theme-contrast .table-dark {
  color: #fff;
  background-color: #343a40;
}
.bootstrap-styles.theme-contrast .table-dark th,
.bootstrap-styles.theme-contrast .table-dark td,
.bootstrap-styles.theme-contrast .table-dark thead th {
  border-color: #454d55;
}
.bootstrap-styles.theme-contrast .table-dark.table-bordered, .bootstrap-styles.theme-contrast .table-dark.eproc-table, .bootstrap-styles.theme-contrast .table-dark.infraTable, .bootstrap-styles.theme-contrast .table-dark.infraTabelaDinamica {
  border: 0;
}
.bootstrap-styles.theme-contrast .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.bootstrap-styles.theme-contrast .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .bootstrap-styles.theme-contrast .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-styles.theme-contrast .table-responsive-sm > .table-bordered, .bootstrap-styles.theme-contrast .table-responsive-sm > .eproc-table, .bootstrap-styles.theme-contrast .table-responsive-sm > .infraTable, .bootstrap-styles.theme-contrast .table-responsive-sm > .infraTabelaDinamica {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-styles.theme-contrast .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-styles.theme-contrast .table-responsive-md > .table-bordered, .bootstrap-styles.theme-contrast .table-responsive-md > .eproc-table, .bootstrap-styles.theme-contrast .table-responsive-md > .infraTable, .bootstrap-styles.theme-contrast .table-responsive-md > .infraTabelaDinamica {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-styles.theme-contrast .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-styles.theme-contrast .table-responsive-lg > .table-bordered, .bootstrap-styles.theme-contrast .table-responsive-lg > .eproc-table, .bootstrap-styles.theme-contrast .table-responsive-lg > .infraTable, .bootstrap-styles.theme-contrast .table-responsive-lg > .infraTabelaDinamica {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-styles.theme-contrast .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-styles.theme-contrast .table-responsive-xl > .table-bordered, .bootstrap-styles.theme-contrast .table-responsive-xl > .eproc-table, .bootstrap-styles.theme-contrast .table-responsive-xl > .infraTable, .bootstrap-styles.theme-contrast .table-responsive-xl > .infraTabelaDinamica {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .bootstrap-styles.theme-contrast .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bootstrap-styles.theme-contrast .table-responsive-xxl > .table-bordered, .bootstrap-styles.theme-contrast .table-responsive-xxl > .eproc-table, .bootstrap-styles.theme-contrast .table-responsive-xxl > .infraTable, .bootstrap-styles.theme-contrast .table-responsive-xxl > .infraTabelaDinamica {
    border: 0;
  }
}
.bootstrap-styles.theme-contrast .table-responsive, .bootstrap-styles.theme-contrast .infraAreaTabela, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.bootstrap-styles.theme-contrast .table-responsive > .table-bordered, .bootstrap-styles.theme-contrast .infraAreaTabela > .table-bordered, .bootstrap-styles.theme-contrast .table-responsive > .eproc-table, .bootstrap-styles.theme-contrast .infraAreaTabela > .eproc-table, .bootstrap-styles.theme-contrast .table-responsive > .infraTable, .bootstrap-styles.theme-contrast .infraAreaTabela > .infraTable, .bootstrap-styles.theme-contrast .table-responsive > .infraTabelaDinamica, .bootstrap-styles.theme-contrast .infraAreaTabela > .infraTabelaDinamica, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) > .table-bordered, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) > .eproc-table, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) > .infraTable, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) > .infraTabelaDinamica {
  border: 0;
}

.bootstrap-styles.theme-contrast .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast .infraAutoCompletar, .bootstrap-styles.theme-contrast .eproc-text, .bootstrap-styles.theme-contrast .infraText, .bootstrap-styles.theme-contrast .infraTxtDate, .bootstrap-styles.theme-contrast .eproc-textarea, .bootstrap-styles.theme-contrast .infraTextArea, .bootstrap-styles.theme-contrast .infraTextarea, .bootstrap-styles.theme-contrast .eproc-select, .bootstrap-styles.theme-contrast .infraSelect {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast .infraAutoCompletar, .bootstrap-styles.theme-contrast .eproc-text, .bootstrap-styles.theme-contrast .infraText, .bootstrap-styles.theme-contrast .infraTxtDate, .bootstrap-styles.theme-contrast .eproc-textarea, .bootstrap-styles.theme-contrast .infraTextArea, .bootstrap-styles.theme-contrast .infraTextarea, .bootstrap-styles.theme-contrast .eproc-select, .bootstrap-styles.theme-contrast .infraSelect {
    transition: none;
  }
}
.bootstrap-styles.theme-contrast .form-control::-ms-expand, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button::-ms-expand, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button::-ms-expand, .bootstrap-styles.theme-contrast .infraAutoCompletar::-ms-expand, .bootstrap-styles.theme-contrast .eproc-text::-ms-expand, .bootstrap-styles.theme-contrast .infraText::-ms-expand, .bootstrap-styles.theme-contrast .infraTxtDate::-ms-expand, .bootstrap-styles.theme-contrast .eproc-textarea::-ms-expand, .bootstrap-styles.theme-contrast .infraTextArea::-ms-expand, .bootstrap-styles.theme-contrast .infraTextarea::-ms-expand, .bootstrap-styles.theme-contrast .eproc-select::-ms-expand, .bootstrap-styles.theme-contrast .infraSelect::-ms-expand {
  background-color: transparent;
  border: 0;
}
.bootstrap-styles.theme-contrast .form-control:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button:focus, .bootstrap-styles.theme-contrast .infraAutoCompletar:focus, .bootstrap-styles.theme-contrast .eproc-text:focus, .bootstrap-styles.theme-contrast .infraText:focus, .bootstrap-styles.theme-contrast .infraTxtDate:focus, .bootstrap-styles.theme-contrast .eproc-textarea:focus, .bootstrap-styles.theme-contrast .infraTextArea:focus, .bootstrap-styles.theme-contrast .infraTextarea:focus, .bootstrap-styles.theme-contrast .eproc-select:focus, .bootstrap-styles.theme-contrast .infraSelect:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80ffff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0.25);
}
.bootstrap-styles.theme-contrast .form-control::-ms-input-placeholder, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button::-ms-input-placeholder, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraAutoCompletar::-ms-input-placeholder, .bootstrap-styles.theme-contrast .eproc-text::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraText::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraTxtDate::-ms-input-placeholder, .bootstrap-styles.theme-contrast .eproc-textarea::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraTextArea::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraTextarea::-ms-input-placeholder, .bootstrap-styles.theme-contrast .eproc-select::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraSelect::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap-styles.theme-contrast .form-control::placeholder, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button::placeholder, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button::placeholder, .bootstrap-styles.theme-contrast .infraAutoCompletar::placeholder, .bootstrap-styles.theme-contrast .eproc-text::placeholder, .bootstrap-styles.theme-contrast .infraText::placeholder, .bootstrap-styles.theme-contrast .infraTxtDate::placeholder, .bootstrap-styles.theme-contrast .eproc-textarea::placeholder, .bootstrap-styles.theme-contrast .infraTextArea::placeholder, .bootstrap-styles.theme-contrast .infraTextarea::placeholder, .bootstrap-styles.theme-contrast .eproc-select::placeholder, .bootstrap-styles.theme-contrast .infraSelect::placeholder {
  color: #6c757d;
  opacity: 1;
}
.bootstrap-styles.theme-contrast .form-control:disabled, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button:disabled, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button:disabled, .bootstrap-styles.theme-contrast .infraAutoCompletar:disabled, .bootstrap-styles.theme-contrast .eproc-text:disabled, .bootstrap-styles.theme-contrast .infraText:disabled, .bootstrap-styles.theme-contrast .infraTxtDate:disabled, .bootstrap-styles.theme-contrast .eproc-textarea:disabled, .bootstrap-styles.theme-contrast .infraTextArea:disabled, .bootstrap-styles.theme-contrast .infraTextarea:disabled, .bootstrap-styles.theme-contrast .eproc-select:disabled, .bootstrap-styles.theme-contrast .infraSelect:disabled, .bootstrap-styles.theme-contrast .form-control[readonly], .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button[readonly], .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button[readonly], .bootstrap-styles.theme-contrast [readonly].infraAutoCompletar, .bootstrap-styles.theme-contrast [readonly].eproc-text, .bootstrap-styles.theme-contrast [readonly].infraText, .bootstrap-styles.theme-contrast [readonly].infraTxtDate, .bootstrap-styles.theme-contrast [readonly].eproc-textarea, .bootstrap-styles.theme-contrast [readonly].infraTextArea, .bootstrap-styles.theme-contrast [readonly].infraTextarea, .bootstrap-styles.theme-contrast [readonly].eproc-select, .bootstrap-styles.theme-contrast [readonly].infraSelect {
  background-color: #e9ecef;
  opacity: 1;
}

.bootstrap-styles.theme-contrast input[type=date].form-control, .bootstrap-styles.theme-contrast input[type=date].infraAutoCompletar, .bootstrap-styles.theme-contrast input[type=date].eproc-text, .bootstrap-styles.theme-contrast input[type=date].infraText, .bootstrap-styles.theme-contrast input[type=date].infraTxtDate, .bootstrap-styles.theme-contrast input[type=date].eproc-textarea, .bootstrap-styles.theme-contrast input[type=date].infraTextArea, .bootstrap-styles.theme-contrast input[type=date].infraTextarea, .bootstrap-styles.theme-contrast input[type=date].eproc-select, .bootstrap-styles.theme-contrast input[type=date].infraSelect, .bootstrap-styles.theme-contrast input[type=time].form-control, .bootstrap-styles.theme-contrast input[type=time].infraAutoCompletar, .bootstrap-styles.theme-contrast input[type=time].eproc-text, .bootstrap-styles.theme-contrast input[type=time].infraText, .bootstrap-styles.theme-contrast input[type=time].infraTxtDate, .bootstrap-styles.theme-contrast input[type=time].eproc-textarea, .bootstrap-styles.theme-contrast input[type=time].infraTextArea, .bootstrap-styles.theme-contrast input[type=time].infraTextarea, .bootstrap-styles.theme-contrast input[type=time].eproc-select, .bootstrap-styles.theme-contrast input[type=time].infraSelect, .bootstrap-styles.theme-contrast input[type=datetime-local].form-control, .bootstrap-styles.theme-contrast input[type=datetime-local].infraAutoCompletar, .bootstrap-styles.theme-contrast input[type=datetime-local].eproc-text, .bootstrap-styles.theme-contrast input[type=datetime-local].infraText, .bootstrap-styles.theme-contrast input[type=datetime-local].infraTxtDate, .bootstrap-styles.theme-contrast input[type=datetime-local].eproc-textarea, .bootstrap-styles.theme-contrast input[type=datetime-local].infraTextArea, .bootstrap-styles.theme-contrast input[type=datetime-local].infraTextarea, .bootstrap-styles.theme-contrast input[type=datetime-local].eproc-select, .bootstrap-styles.theme-contrast input[type=datetime-local].infraSelect, .bootstrap-styles.theme-contrast input[type=month].form-control, .bootstrap-styles.theme-contrast input[type=month].infraAutoCompletar, .bootstrap-styles.theme-contrast input[type=month].eproc-text, .bootstrap-styles.theme-contrast input[type=month].infraText, .bootstrap-styles.theme-contrast input[type=month].infraTxtDate, .bootstrap-styles.theme-contrast input[type=month].eproc-textarea, .bootstrap-styles.theme-contrast input[type=month].infraTextArea, .bootstrap-styles.theme-contrast input[type=month].infraTextarea, .bootstrap-styles.theme-contrast input[type=month].eproc-select, .bootstrap-styles.theme-contrast input[type=month].infraSelect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.bootstrap-styles.theme-contrast select.form-control:-moz-focusring, .bootstrap-styles.theme-contrast select.infraAutoCompletar:-moz-focusring, .bootstrap-styles.theme-contrast select.eproc-text:-moz-focusring, .bootstrap-styles.theme-contrast select.infraText:-moz-focusring, .bootstrap-styles.theme-contrast select.infraTxtDate:-moz-focusring, .bootstrap-styles.theme-contrast select.eproc-textarea:-moz-focusring, .bootstrap-styles.theme-contrast select.infraTextArea:-moz-focusring, .bootstrap-styles.theme-contrast select.infraTextarea:-moz-focusring, .bootstrap-styles.theme-contrast select.eproc-select:-moz-focusring, .bootstrap-styles.theme-contrast select.infraSelect:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.bootstrap-styles.theme-contrast select.form-control:focus::-ms-value, .bootstrap-styles.theme-contrast select.infraAutoCompletar:focus::-ms-value, .bootstrap-styles.theme-contrast select.eproc-text:focus::-ms-value, .bootstrap-styles.theme-contrast select.infraText:focus::-ms-value, .bootstrap-styles.theme-contrast select.infraTxtDate:focus::-ms-value, .bootstrap-styles.theme-contrast select.eproc-textarea:focus::-ms-value, .bootstrap-styles.theme-contrast select.infraTextArea:focus::-ms-value, .bootstrap-styles.theme-contrast select.infraTextarea:focus::-ms-value, .bootstrap-styles.theme-contrast select.eproc-select:focus::-ms-value, .bootstrap-styles.theme-contrast select.infraSelect:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.bootstrap-styles.theme-contrast .form-control-file,
.bootstrap-styles.theme-contrast .form-control-range {
  display: block;
  width: 100%;
}

.bootstrap-styles.theme-contrast .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.bootstrap-styles.theme-contrast .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.bootstrap-styles.theme-contrast .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.bootstrap-styles.theme-contrast .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.bootstrap-styles.theme-contrast .form-control-plaintext.form-control-sm, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.form-control-plaintext, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.form-control-plaintext, .bootstrap-styles.theme-contrast .form-control-plaintext.infraAutoCompletar, .bootstrap-styles.theme-contrast .form-control-plaintext.eproc-text, .bootstrap-styles.theme-contrast .form-control-plaintext.infraText, .bootstrap-styles.theme-contrast .form-control-plaintext.infraTxtDate, .bootstrap-styles.theme-contrast .form-control-plaintext.eproc-textarea, .bootstrap-styles.theme-contrast .form-control-plaintext.infraTextArea, .bootstrap-styles.theme-contrast .form-control-plaintext.infraTextarea, .bootstrap-styles.theme-contrast .form-control-plaintext.eproc-select, .bootstrap-styles.theme-contrast .form-control-plaintext.infraSelect, .bootstrap-styles.theme-contrast .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.bootstrap-styles.theme-contrast .form-control-sm, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast .infraAutoCompletar, .bootstrap-styles.theme-contrast .eproc-text, .bootstrap-styles.theme-contrast .infraText, .bootstrap-styles.theme-contrast .infraTxtDate, .bootstrap-styles.theme-contrast .eproc-textarea, .bootstrap-styles.theme-contrast .infraTextArea, .bootstrap-styles.theme-contrast .infraTextarea, .bootstrap-styles.theme-contrast .eproc-select, .bootstrap-styles.theme-contrast .infraSelect {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.bootstrap-styles.theme-contrast .form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.bootstrap-styles.theme-contrast select.form-control[size], .bootstrap-styles.theme-contrast select[size].infraAutoCompletar, .bootstrap-styles.theme-contrast select[size].eproc-text, .bootstrap-styles.theme-contrast select[size].infraText, .bootstrap-styles.theme-contrast select[size].infraTxtDate, .bootstrap-styles.theme-contrast select[size].eproc-textarea, .bootstrap-styles.theme-contrast select[size].infraTextArea, .bootstrap-styles.theme-contrast select[size].infraTextarea, .bootstrap-styles.theme-contrast select[size].eproc-select, .bootstrap-styles.theme-contrast select[size].infraSelect, .bootstrap-styles.theme-contrast select.form-control[multiple], .bootstrap-styles.theme-contrast select[multiple].infraAutoCompletar, .bootstrap-styles.theme-contrast select[multiple].eproc-text, .bootstrap-styles.theme-contrast select[multiple].infraText, .bootstrap-styles.theme-contrast select[multiple].infraTxtDate, .bootstrap-styles.theme-contrast select[multiple].eproc-textarea, .bootstrap-styles.theme-contrast select[multiple].infraTextArea, .bootstrap-styles.theme-contrast select[multiple].infraTextarea, .bootstrap-styles.theme-contrast select[multiple].eproc-select, .bootstrap-styles.theme-contrast select[multiple].infraSelect {
  height: auto;
}

.bootstrap-styles.theme-contrast textarea.form-control, .bootstrap-styles.theme-contrast textarea.infraAutoCompletar, .bootstrap-styles.theme-contrast textarea.eproc-text, .bootstrap-styles.theme-contrast textarea.infraText, .bootstrap-styles.theme-contrast textarea.infraTxtDate, .bootstrap-styles.theme-contrast textarea.eproc-textarea, .bootstrap-styles.theme-contrast textarea.infraTextArea, .bootstrap-styles.theme-contrast textarea.infraTextarea, .bootstrap-styles.theme-contrast textarea.eproc-select, .bootstrap-styles.theme-contrast textarea.infraSelect {
  height: auto;
}

.bootstrap-styles.theme-contrast .form-group {
  margin-bottom: 1rem;
}

.bootstrap-styles.theme-contrast .form-text {
  display: block;
  margin-top: 0.25rem;
}

.bootstrap-styles.theme-contrast .form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.bootstrap-styles.theme-contrast .form-row > .col,
.bootstrap-styles.theme-contrast .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.bootstrap-styles.theme-contrast .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.bootstrap-styles.theme-contrast .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.bootstrap-styles.theme-contrast .form-check-input[disabled] ~ .form-check-label, .bootstrap-styles.theme-contrast .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.bootstrap-styles.theme-contrast .form-check-label {
  margin-bottom: 0;
}

.bootstrap-styles.theme-contrast .form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.bootstrap-styles.theme-contrast .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.bootstrap-styles.theme-contrast .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.bootstrap-styles.theme-contrast .valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .form-row > .col > .valid-tooltip, .bootstrap-styles.theme-contrast .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.bootstrap-styles.theme-contrast .was-validated :valid ~ .valid-feedback,
.bootstrap-styles.theme-contrast .was-validated :valid ~ .valid-tooltip,
.bootstrap-styles.theme-contrast .is-valid ~ .valid-feedback,
.bootstrap-styles.theme-contrast .is-valid ~ .valid-tooltip {
  display: block;
}

.bootstrap-styles.theme-contrast .was-validated .form-control:valid, .bootstrap-styles.theme-contrast .was-validated div.infraSelect.classeMultipleSelect button:valid, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .was-validated button:valid, .bootstrap-styles.theme-contrast .was-validated div.infraSelect.multipleSelect button:valid, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .was-validated button:valid, .bootstrap-styles.theme-contrast .was-validated .infraAutoCompletar:valid, .bootstrap-styles.theme-contrast .was-validated .eproc-text:valid, .bootstrap-styles.theme-contrast .was-validated .infraText:valid, .bootstrap-styles.theme-contrast .was-validated .infraTxtDate:valid, .bootstrap-styles.theme-contrast .was-validated .eproc-textarea:valid, .bootstrap-styles.theme-contrast .was-validated .infraTextArea:valid, .bootstrap-styles.theme-contrast .was-validated .infraTextarea:valid, .bootstrap-styles.theme-contrast .was-validated .eproc-select:valid, .bootstrap-styles.theme-contrast .was-validated .infraSelect:valid, .bootstrap-styles.theme-contrast .form-control.is-valid, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.is-valid, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.is-valid, .bootstrap-styles.theme-contrast .is-valid.infraAutoCompletar, .bootstrap-styles.theme-contrast .is-valid.eproc-text, .bootstrap-styles.theme-contrast .is-valid.infraText, .bootstrap-styles.theme-contrast .is-valid.infraTxtDate, .bootstrap-styles.theme-contrast .is-valid.eproc-textarea, .bootstrap-styles.theme-contrast .is-valid.infraTextArea, .bootstrap-styles.theme-contrast .is-valid.infraTextarea, .bootstrap-styles.theme-contrast .is-valid.eproc-select, .bootstrap-styles.theme-contrast .is-valid.infraSelect {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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);
}
.bootstrap-styles.theme-contrast .was-validated .form-control:valid:focus, .bootstrap-styles.theme-contrast .was-validated div.infraSelect.classeMultipleSelect button:valid:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .was-validated button:valid:focus, .bootstrap-styles.theme-contrast .was-validated div.infraSelect.multipleSelect button:valid:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .was-validated button:valid:focus, .bootstrap-styles.theme-contrast .was-validated .infraAutoCompletar:valid:focus, .bootstrap-styles.theme-contrast .was-validated .eproc-text:valid:focus, .bootstrap-styles.theme-contrast .was-validated .infraText:valid:focus, .bootstrap-styles.theme-contrast .was-validated .infraTxtDate:valid:focus, .bootstrap-styles.theme-contrast .was-validated .eproc-textarea:valid:focus, .bootstrap-styles.theme-contrast .was-validated .infraTextArea:valid:focus, .bootstrap-styles.theme-contrast .was-validated .infraTextarea:valid:focus, .bootstrap-styles.theme-contrast .was-validated .eproc-select:valid:focus, .bootstrap-styles.theme-contrast .was-validated .infraSelect:valid:focus, .bootstrap-styles.theme-contrast .form-control.is-valid:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.is-valid:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.is-valid:focus, .bootstrap-styles.theme-contrast .is-valid.infraAutoCompletar:focus, .bootstrap-styles.theme-contrast .is-valid.eproc-text:focus, .bootstrap-styles.theme-contrast .is-valid.infraText:focus, .bootstrap-styles.theme-contrast .is-valid.infraTxtDate:focus, .bootstrap-styles.theme-contrast .is-valid.eproc-textarea:focus, .bootstrap-styles.theme-contrast .is-valid.infraTextArea:focus, .bootstrap-styles.theme-contrast .is-valid.infraTextarea:focus, .bootstrap-styles.theme-contrast .is-valid.eproc-select:focus, .bootstrap-styles.theme-contrast .is-valid.infraSelect:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.bootstrap-styles.theme-contrast .was-validated select.form-control:valid, .bootstrap-styles.theme-contrast .was-validated select.infraAutoCompletar:valid, .bootstrap-styles.theme-contrast .was-validated select.eproc-text:valid, .bootstrap-styles.theme-contrast .was-validated select.infraText:valid, .bootstrap-styles.theme-contrast .was-validated select.infraTxtDate:valid, .bootstrap-styles.theme-contrast .was-validated select.eproc-textarea:valid, .bootstrap-styles.theme-contrast .was-validated select.infraTextArea:valid, .bootstrap-styles.theme-contrast .was-validated select.infraTextarea:valid, .bootstrap-styles.theme-contrast .was-validated select.eproc-select:valid, .bootstrap-styles.theme-contrast .was-validated select.infraSelect:valid, .bootstrap-styles.theme-contrast select.form-control.is-valid, .bootstrap-styles.theme-contrast select.is-valid.infraAutoCompletar, .bootstrap-styles.theme-contrast select.is-valid.eproc-text, .bootstrap-styles.theme-contrast select.is-valid.infraText, .bootstrap-styles.theme-contrast select.is-valid.infraTxtDate, .bootstrap-styles.theme-contrast select.is-valid.eproc-textarea, .bootstrap-styles.theme-contrast select.is-valid.infraTextArea, .bootstrap-styles.theme-contrast select.is-valid.infraTextarea, .bootstrap-styles.theme-contrast select.is-valid.eproc-select, .bootstrap-styles.theme-contrast select.is-valid.infraSelect {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.bootstrap-styles.theme-contrast .was-validated textarea.form-control:valid, .bootstrap-styles.theme-contrast .was-validated textarea.infraAutoCompletar:valid, .bootstrap-styles.theme-contrast .was-validated textarea.eproc-text:valid, .bootstrap-styles.theme-contrast .was-validated textarea.infraText:valid, .bootstrap-styles.theme-contrast .was-validated textarea.infraTxtDate:valid, .bootstrap-styles.theme-contrast .was-validated textarea.eproc-textarea:valid, .bootstrap-styles.theme-contrast .was-validated textarea.infraTextArea:valid, .bootstrap-styles.theme-contrast .was-validated textarea.infraTextarea:valid, .bootstrap-styles.theme-contrast .was-validated textarea.eproc-select:valid, .bootstrap-styles.theme-contrast .was-validated textarea.infraSelect:valid, .bootstrap-styles.theme-contrast textarea.form-control.is-valid, .bootstrap-styles.theme-contrast textarea.is-valid.infraAutoCompletar, .bootstrap-styles.theme-contrast textarea.is-valid.eproc-text, .bootstrap-styles.theme-contrast textarea.is-valid.infraText, .bootstrap-styles.theme-contrast textarea.is-valid.infraTxtDate, .bootstrap-styles.theme-contrast textarea.is-valid.eproc-textarea, .bootstrap-styles.theme-contrast textarea.is-valid.infraTextArea, .bootstrap-styles.theme-contrast textarea.is-valid.infraTextarea, .bootstrap-styles.theme-contrast textarea.is-valid.eproc-select, .bootstrap-styles.theme-contrast textarea.is-valid.infraSelect {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.bootstrap-styles.theme-contrast .was-validated .custom-select:valid, .bootstrap-styles.theme-contrast .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.bootstrap-styles.theme-contrast .was-validated .custom-select:valid:focus, .bootstrap-styles.theme-contrast .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.bootstrap-styles.theme-contrast .was-validated .form-check-input:valid ~ .form-check-label, .bootstrap-styles.theme-contrast .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.bootstrap-styles.theme-contrast .was-validated .form-check-input:valid ~ .valid-feedback,
.bootstrap-styles.theme-contrast .was-validated .form-check-input:valid ~ .valid-tooltip,
.bootstrap-styles.theme-contrast .form-check-input.is-valid ~ .valid-feedback,
.bootstrap-styles.theme-contrast .form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.bootstrap-styles.theme-contrast .was-validated .custom-control-input:valid ~ .custom-control-label, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:valid ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:valid ~ .custom-control-label, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:valid ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:valid ~ .custom-control-label, .bootstrap-styles.theme-contrast .was-validated .custom-radio .custom-control-input:valid ~ label, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:valid ~ label, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:valid ~ label, .bootstrap-styles.theme-contrast .custom-radio .was-validated .custom-control-input:valid ~ label, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:valid ~ label, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:valid ~ label, .bootstrap-styles.theme-contrast .custom-control-input.is-valid ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio .is-valid.infraRadio ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio input.is-valid[type=radio] ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input.is-valid ~ label, .bootstrap-styles.theme-contrast .custom-radio .is-valid.infraRadio ~ label, .bootstrap-styles.theme-contrast .custom-radio input.is-valid[type=radio] ~ label {
  color: #28a745;
}
.bootstrap-styles.theme-contrast .was-validated .custom-control-input:valid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:valid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:valid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:valid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:valid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .custom-control-input:valid ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:valid ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:valid ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .custom-control-input:valid ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:valid ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:valid ~ label::before, .bootstrap-styles.theme-contrast .custom-control-input.is-valid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .is-valid.infraRadio ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-valid[type=radio] ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input.is-valid ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .is-valid.infraRadio ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-valid[type=radio] ~ label::before {
  border-color: #28a745;
}
.bootstrap-styles.theme-contrast .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:valid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:valid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:valid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:valid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .custom-control-input:valid:checked ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:valid:checked ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:valid:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .custom-control-input:valid:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:valid:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:valid:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-control-input.is-valid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .is-valid.infraRadio:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-valid[type=radio]:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input.is-valid:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .is-valid.infraRadio:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-valid[type=radio]:checked ~ label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.bootstrap-styles.theme-contrast .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:valid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:valid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:valid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:valid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .custom-control-input:valid:focus ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:valid:focus ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:valid:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .custom-control-input:valid:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:valid:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:valid:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-control-input.is-valid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .is-valid.infraRadio:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-valid[type=radio]:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input.is-valid:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .is-valid.infraRadio:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-valid[type=radio]:focus ~ label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.bootstrap-styles.theme-contrast .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .custom-control-input:valid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:valid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:valid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .custom-control-input:valid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:valid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:valid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .is-valid.infraRadio:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-valid[type=radio]:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input.is-valid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .is-valid.infraRadio:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-valid[type=radio]:focus:not(:checked) ~ label::before {
  border-color: #28a745;
}

.bootstrap-styles.theme-contrast .was-validated .custom-file-input:valid ~ .custom-file-label, .bootstrap-styles.theme-contrast .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.bootstrap-styles.theme-contrast .was-validated .custom-file-input:valid:focus ~ .custom-file-label, .bootstrap-styles.theme-contrast .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.bootstrap-styles.theme-contrast .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.bootstrap-styles.theme-contrast .invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .form-row > .col > .invalid-tooltip, .bootstrap-styles.theme-contrast .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.bootstrap-styles.theme-contrast .was-validated :invalid ~ .invalid-feedback,
.bootstrap-styles.theme-contrast .was-validated :invalid ~ .invalid-tooltip,
.bootstrap-styles.theme-contrast .is-invalid ~ .invalid-feedback,
.bootstrap-styles.theme-contrast .is-invalid ~ .invalid-tooltip {
  display: block;
}

.bootstrap-styles.theme-contrast .was-validated .form-control:invalid, .bootstrap-styles.theme-contrast .was-validated div.infraSelect.classeMultipleSelect button:invalid, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .was-validated button:invalid, .bootstrap-styles.theme-contrast .was-validated div.infraSelect.multipleSelect button:invalid, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .was-validated button:invalid, .bootstrap-styles.theme-contrast .was-validated .infraAutoCompletar:invalid, .bootstrap-styles.theme-contrast .was-validated .eproc-text:invalid, .bootstrap-styles.theme-contrast .was-validated .infraText:invalid, .bootstrap-styles.theme-contrast .was-validated .infraTxtDate:invalid, .bootstrap-styles.theme-contrast .was-validated .eproc-textarea:invalid, .bootstrap-styles.theme-contrast .was-validated .infraTextArea:invalid, .bootstrap-styles.theme-contrast .was-validated .infraTextarea:invalid, .bootstrap-styles.theme-contrast .was-validated .eproc-select:invalid, .bootstrap-styles.theme-contrast .was-validated .infraSelect:invalid, .bootstrap-styles.theme-contrast .form-control.is-invalid, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.is-invalid, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.is-invalid, .bootstrap-styles.theme-contrast .is-invalid.infraAutoCompletar, .bootstrap-styles.theme-contrast .is-invalid.eproc-text, .bootstrap-styles.theme-contrast .is-invalid.infraText, .bootstrap-styles.theme-contrast .is-invalid.infraTxtDate, .bootstrap-styles.theme-contrast .is-invalid.eproc-textarea, .bootstrap-styles.theme-contrast .is-invalid.infraTextArea, .bootstrap-styles.theme-contrast .is-invalid.infraTextarea, .bootstrap-styles.theme-contrast .is-invalid.eproc-select, .bootstrap-styles.theme-contrast .is-invalid.infraSelect {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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);
}
.bootstrap-styles.theme-contrast .was-validated .form-control:invalid:focus, .bootstrap-styles.theme-contrast .was-validated div.infraSelect.classeMultipleSelect button:invalid:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .was-validated button:invalid:focus, .bootstrap-styles.theme-contrast .was-validated div.infraSelect.multipleSelect button:invalid:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .was-validated button:invalid:focus, .bootstrap-styles.theme-contrast .was-validated .infraAutoCompletar:invalid:focus, .bootstrap-styles.theme-contrast .was-validated .eproc-text:invalid:focus, .bootstrap-styles.theme-contrast .was-validated .infraText:invalid:focus, .bootstrap-styles.theme-contrast .was-validated .infraTxtDate:invalid:focus, .bootstrap-styles.theme-contrast .was-validated .eproc-textarea:invalid:focus, .bootstrap-styles.theme-contrast .was-validated .infraTextArea:invalid:focus, .bootstrap-styles.theme-contrast .was-validated .infraTextarea:invalid:focus, .bootstrap-styles.theme-contrast .was-validated .eproc-select:invalid:focus, .bootstrap-styles.theme-contrast .was-validated .infraSelect:invalid:focus, .bootstrap-styles.theme-contrast .form-control.is-invalid:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.is-invalid:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.is-invalid:focus, .bootstrap-styles.theme-contrast .is-invalid.infraAutoCompletar:focus, .bootstrap-styles.theme-contrast .is-invalid.eproc-text:focus, .bootstrap-styles.theme-contrast .is-invalid.infraText:focus, .bootstrap-styles.theme-contrast .is-invalid.infraTxtDate:focus, .bootstrap-styles.theme-contrast .is-invalid.eproc-textarea:focus, .bootstrap-styles.theme-contrast .is-invalid.infraTextArea:focus, .bootstrap-styles.theme-contrast .is-invalid.infraTextarea:focus, .bootstrap-styles.theme-contrast .is-invalid.eproc-select:focus, .bootstrap-styles.theme-contrast .is-invalid.infraSelect:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.bootstrap-styles.theme-contrast .was-validated select.form-control:invalid, .bootstrap-styles.theme-contrast .was-validated select.infraAutoCompletar:invalid, .bootstrap-styles.theme-contrast .was-validated select.eproc-text:invalid, .bootstrap-styles.theme-contrast .was-validated select.infraText:invalid, .bootstrap-styles.theme-contrast .was-validated select.infraTxtDate:invalid, .bootstrap-styles.theme-contrast .was-validated select.eproc-textarea:invalid, .bootstrap-styles.theme-contrast .was-validated select.infraTextArea:invalid, .bootstrap-styles.theme-contrast .was-validated select.infraTextarea:invalid, .bootstrap-styles.theme-contrast .was-validated select.eproc-select:invalid, .bootstrap-styles.theme-contrast .was-validated select.infraSelect:invalid, .bootstrap-styles.theme-contrast select.form-control.is-invalid, .bootstrap-styles.theme-contrast select.is-invalid.infraAutoCompletar, .bootstrap-styles.theme-contrast select.is-invalid.eproc-text, .bootstrap-styles.theme-contrast select.is-invalid.infraText, .bootstrap-styles.theme-contrast select.is-invalid.infraTxtDate, .bootstrap-styles.theme-contrast select.is-invalid.eproc-textarea, .bootstrap-styles.theme-contrast select.is-invalid.infraTextArea, .bootstrap-styles.theme-contrast select.is-invalid.infraTextarea, .bootstrap-styles.theme-contrast select.is-invalid.eproc-select, .bootstrap-styles.theme-contrast select.is-invalid.infraSelect {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.bootstrap-styles.theme-contrast .was-validated textarea.form-control:invalid, .bootstrap-styles.theme-contrast .was-validated textarea.infraAutoCompletar:invalid, .bootstrap-styles.theme-contrast .was-validated textarea.eproc-text:invalid, .bootstrap-styles.theme-contrast .was-validated textarea.infraText:invalid, .bootstrap-styles.theme-contrast .was-validated textarea.infraTxtDate:invalid, .bootstrap-styles.theme-contrast .was-validated textarea.eproc-textarea:invalid, .bootstrap-styles.theme-contrast .was-validated textarea.infraTextArea:invalid, .bootstrap-styles.theme-contrast .was-validated textarea.infraTextarea:invalid, .bootstrap-styles.theme-contrast .was-validated textarea.eproc-select:invalid, .bootstrap-styles.theme-contrast .was-validated textarea.infraSelect:invalid, .bootstrap-styles.theme-contrast textarea.form-control.is-invalid, .bootstrap-styles.theme-contrast textarea.is-invalid.infraAutoCompletar, .bootstrap-styles.theme-contrast textarea.is-invalid.eproc-text, .bootstrap-styles.theme-contrast textarea.is-invalid.infraText, .bootstrap-styles.theme-contrast textarea.is-invalid.infraTxtDate, .bootstrap-styles.theme-contrast textarea.is-invalid.eproc-textarea, .bootstrap-styles.theme-contrast textarea.is-invalid.infraTextArea, .bootstrap-styles.theme-contrast textarea.is-invalid.infraTextarea, .bootstrap-styles.theme-contrast textarea.is-invalid.eproc-select, .bootstrap-styles.theme-contrast textarea.is-invalid.infraSelect {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.bootstrap-styles.theme-contrast .was-validated .custom-select:invalid, .bootstrap-styles.theme-contrast .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.bootstrap-styles.theme-contrast .was-validated .custom-select:invalid:focus, .bootstrap-styles.theme-contrast .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.bootstrap-styles.theme-contrast .was-validated .form-check-input:invalid ~ .form-check-label, .bootstrap-styles.theme-contrast .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.bootstrap-styles.theme-contrast .was-validated .form-check-input:invalid ~ .invalid-feedback,
.bootstrap-styles.theme-contrast .was-validated .form-check-input:invalid ~ .invalid-tooltip,
.bootstrap-styles.theme-contrast .form-check-input.is-invalid ~ .invalid-feedback,
.bootstrap-styles.theme-contrast .form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.bootstrap-styles.theme-contrast .was-validated .custom-control-input:invalid ~ .custom-control-label, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:invalid ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:invalid ~ .custom-control-label, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:invalid ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:invalid ~ .custom-control-label, .bootstrap-styles.theme-contrast .was-validated .custom-radio .custom-control-input:invalid ~ label, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:invalid ~ label, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:invalid ~ label, .bootstrap-styles.theme-contrast .custom-radio .was-validated .custom-control-input:invalid ~ label, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:invalid ~ label, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:invalid ~ label, .bootstrap-styles.theme-contrast .custom-control-input.is-invalid ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio .is-invalid.infraRadio ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio input.is-invalid[type=radio] ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input.is-invalid ~ label, .bootstrap-styles.theme-contrast .custom-radio .is-invalid.infraRadio ~ label, .bootstrap-styles.theme-contrast .custom-radio input.is-invalid[type=radio] ~ label {
  color: #dc3545;
}
.bootstrap-styles.theme-contrast .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:invalid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:invalid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:invalid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:invalid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .custom-control-input:invalid ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:invalid ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:invalid ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .custom-control-input:invalid ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:invalid ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:invalid ~ label::before, .bootstrap-styles.theme-contrast .custom-control-input.is-invalid ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .is-invalid.infraRadio ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-invalid[type=radio] ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input.is-invalid ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .is-invalid.infraRadio ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-invalid[type=radio] ~ label::before {
  border-color: #dc3545;
}
.bootstrap-styles.theme-contrast .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:invalid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:invalid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:invalid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:invalid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .custom-control-input:invalid:checked ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:invalid:checked ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:invalid:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .custom-control-input:invalid:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:invalid:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:invalid:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-control-input.is-invalid:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .is-invalid.infraRadio:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-invalid[type=radio]:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input.is-invalid:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .is-invalid.infraRadio:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-invalid[type=radio]:checked ~ label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.bootstrap-styles.theme-contrast .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:invalid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:invalid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:invalid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:invalid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .custom-control-input:invalid:focus ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:invalid:focus ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:invalid:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .custom-control-input:invalid:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:invalid:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:invalid:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-control-input.is-invalid:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .is-invalid.infraRadio:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-invalid[type=radio]:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input.is-invalid:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .is-invalid.infraRadio:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-invalid[type=radio]:focus ~ label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.bootstrap-styles.theme-contrast .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .custom-control-input:invalid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio .infraRadio:invalid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .was-validated .custom-radio input[type=radio]:invalid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .custom-control-input:invalid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated .infraRadio:invalid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .was-validated input[type=radio]:invalid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .is-invalid.infraRadio:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-invalid[type=radio]:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input.is-invalid:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .is-invalid.infraRadio:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input.is-invalid[type=radio]:focus:not(:checked) ~ label::before {
  border-color: #dc3545;
}

.bootstrap-styles.theme-contrast .was-validated .custom-file-input:invalid ~ .custom-file-label, .bootstrap-styles.theme-contrast .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.bootstrap-styles.theme-contrast .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .bootstrap-styles.theme-contrast .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.bootstrap-styles.theme-contrast .form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.bootstrap-styles.theme-contrast .form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .bootstrap-styles.theme-contrast .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .bootstrap-styles.theme-contrast .form-inline .form-control, .bootstrap-styles.theme-contrast .form-inline div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-inline button, .bootstrap-styles.theme-contrast .form-inline div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-inline button, .bootstrap-styles.theme-contrast .form-inline .infraAutoCompletar, .bootstrap-styles.theme-contrast .form-inline .eproc-text, .bootstrap-styles.theme-contrast .form-inline .infraText, .bootstrap-styles.theme-contrast .form-inline .infraTxtDate, .bootstrap-styles.theme-contrast .form-inline .eproc-textarea, .bootstrap-styles.theme-contrast .form-inline .infraTextArea, .bootstrap-styles.theme-contrast .form-inline .infraTextarea, .bootstrap-styles.theme-contrast .form-inline .eproc-select, .bootstrap-styles.theme-contrast .form-inline .infraSelect {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bootstrap-styles.theme-contrast .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .bootstrap-styles.theme-contrast .form-inline .input-group,
  .bootstrap-styles.theme-contrast .form-inline .custom-select {
    width: auto;
  }
  .bootstrap-styles.theme-contrast .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .bootstrap-styles.theme-contrast .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .bootstrap-styles.theme-contrast .form-inline .custom-control, .bootstrap-styles.theme-contrast .form-inline .custom-radio {
    align-items: center;
    justify-content: center;
  }
  .bootstrap-styles.theme-contrast .form-inline .custom-control-label, .bootstrap-styles.theme-contrast .form-inline .custom-radio label, .bootstrap-styles.theme-contrast .custom-radio .form-inline label {
    margin-bottom: 0;
  }
}

.bootstrap-styles.theme-contrast .btn, .bootstrap-styles.theme-contrast .eproc-button-primary, .bootstrap-styles.theme-contrast .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .eproc-button, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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) {
  .bootstrap-styles.theme-contrast .btn, .bootstrap-styles.theme-contrast .eproc-button-primary, .bootstrap-styles.theme-contrast .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .eproc-button, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
    transition: none;
  }
}
.bootstrap-styles.theme-contrast .btn:hover, .bootstrap-styles.theme-contrast .eproc-button-primary:hover, .bootstrap-styles.theme-contrast .infraButton.btn-primary:hover, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado:hover, .bootstrap-styles.theme-contrast .eproc-button:hover, .bootstrap-styles.theme-contrast .infraButton:hover:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: #212529;
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .btn:focus, .bootstrap-styles.theme-contrast .eproc-button-primary:focus, .bootstrap-styles.theme-contrast .infraButton.btn-primary:focus, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .eproc-button:focus, .bootstrap-styles.theme-contrast .infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn.focus, .bootstrap-styles.theme-contrast .focus.eproc-button-primary, .bootstrap-styles.theme-contrast .focus.infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .focus.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .focus.eproc-button, .bootstrap-styles.theme-contrast .focus.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0.25);
}
.bootstrap-styles.theme-contrast .btn.disabled, .bootstrap-styles.theme-contrast .disabled.eproc-button-primary, .bootstrap-styles.theme-contrast .disabled.infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .disabled.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .disabled.eproc-button, .bootstrap-styles.theme-contrast .disabled.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn:disabled, .bootstrap-styles.theme-contrast .eproc-button-primary:disabled, .bootstrap-styles.theme-contrast .infraButton.btn-primary:disabled, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado:disabled, .bootstrap-styles.theme-contrast .eproc-button:disabled, .bootstrap-styles.theme-contrast .infraButton:disabled:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  opacity: 0.65;
}
.bootstrap-styles.theme-contrast .btn:not(:disabled):not(.disabled), .bootstrap-styles.theme-contrast .eproc-button-primary:not(:disabled):not(.disabled), .bootstrap-styles.theme-contrast .infraButton.btn-primary:not(:disabled):not(.disabled), .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado:not(:disabled):not(.disabled), .bootstrap-styles.theme-contrast .eproc-button:not(:disabled):not(.disabled), .bootstrap-styles.theme-contrast .infraButton:not(:disabled):not(.disabled):not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  cursor: pointer;
}
.bootstrap-styles.theme-contrast a.btn.disabled, .bootstrap-styles.theme-contrast a.disabled.eproc-button-primary, .bootstrap-styles.theme-contrast a.disabled.infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore a.disabled.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast a.disabled.eproc-button, .bootstrap-styles.theme-contrast a.disabled.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast fieldset:disabled a.btn, .bootstrap-styles.theme-contrast fieldset:disabled a.eproc-button-primary, .bootstrap-styles.theme-contrast fieldset:disabled a.infraButton.btn-primary, .bootstrap-styles.theme-contrast fieldset:disabled .infraArvore a.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore fieldset:disabled a.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast fieldset:disabled a.eproc-button, .bootstrap-styles.theme-contrast fieldset:disabled a.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  pointer-events: none;
}

.bootstrap-styles.theme-contrast .btn-primary, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .eproc-button-primary, .bootstrap-styles.theme-contrast .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraButton.eproc-button-primary {
  color: #212529;
  background-color: cyan;
  border-color: cyan;
}
.bootstrap-styles.theme-contrast .btn-primary:hover, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:hover, .bootstrap-styles.theme-contrast .eproc-button-primary:hover {
  color: #212529;
  background-color: #00d9d9;
  border-color: #00cccc;
}
.bootstrap-styles.theme-contrast .btn-primary:focus, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .eproc-button-primary:focus, .bootstrap-styles.theme-contrast .btn-primary.focus, .bootstrap-styles.theme-contrast .infraArvore .focus.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .focus.eproc-button-primary {
  color: #212529;
  background-color: #00d9d9;
  border-color: #00cccc;
  box-shadow: 0 0 0 0.2rem rgba(5, 222, 223, 0.5);
}
.bootstrap-styles.theme-contrast .btn-primary.disabled, .bootstrap-styles.theme-contrast .infraArvore .disabled.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .disabled.eproc-button-primary, .bootstrap-styles.theme-contrast .btn-primary:disabled, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:disabled, .bootstrap-styles.theme-contrast .eproc-button-primary:disabled {
  color: #212529;
  background-color: cyan;
  border-color: cyan;
}
.bootstrap-styles.theme-contrast .btn-primary:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .eproc-button-primary:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-primary:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .eproc-button-primary:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-primary.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-primary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .show > .dropdown-toggle.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.infraSelect.classeMultipleSelect .show > button.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .infraArvore .show > button.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.infraSelect.multipleSelect .show > button.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .infraArvore .show > button.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .show > .dropdown-toggle.eproc-button-primary, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.eproc-button-primary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.eproc-button-primary {
  color: #fff;
  background-color: #00cccc;
  border-color: #00bfbf;
}
.bootstrap-styles.theme-contrast .btn-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .eproc-button-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .eproc-button-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-primary.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-primary:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-primary:focus, .bootstrap-styles.theme-contrast .infraArvore .show > .dropdown-toggle.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .infraArvore div.infraSelect.classeMultipleSelect .show > button.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .infraArvore .show > button.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .infraArvore div.infraSelect.multipleSelect .show > button.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .infraArvore .show > button.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .show > .dropdown-toggle.eproc-button-primary:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.eproc-button-primary:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.eproc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(5, 222, 223, 0.5);
}

.bootstrap-styles.theme-contrast .btn-secondary, .bootstrap-styles.theme-contrast .eproc-button, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-styles.theme-contrast .btn-secondary:hover, .bootstrap-styles.theme-contrast .eproc-button:hover, .bootstrap-styles.theme-contrast .infraButton:hover:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.bootstrap-styles.theme-contrast .btn-secondary:focus, .bootstrap-styles.theme-contrast .eproc-button:focus, .bootstrap-styles.theme-contrast .infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-secondary.focus, .bootstrap-styles.theme-contrast .focus.eproc-button, .bootstrap-styles.theme-contrast .focus.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.bootstrap-styles.theme-contrast .btn-secondary.disabled, .bootstrap-styles.theme-contrast .disabled.eproc-button, .bootstrap-styles.theme-contrast .disabled.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-secondary:disabled, .bootstrap-styles.theme-contrast .eproc-button:disabled, .bootstrap-styles.theme-contrast .infraButton:disabled:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-styles.theme-contrast .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .eproc-button:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .infraButton:not(:disabled):not(.disabled):active:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-secondary:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .eproc-button:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .infraButton:not(:disabled):not(.disabled).active:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .show > .btn-secondary.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-secondary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-secondary, .bootstrap-styles.theme-contrast .show > .dropdown-toggle.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.eproc-button, .bootstrap-styles.theme-contrast .show > .dropdown-toggle.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.bootstrap-styles.theme-contrast .btn-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .eproc-button:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .infraButton:not(:disabled):not(.disabled):active:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-secondary:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .eproc-button:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .infraButton:not(:disabled):not(.disabled).active:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .show > .btn-secondary.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-secondary:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-secondary:focus, .bootstrap-styles.theme-contrast .show > .dropdown-toggle.eproc-button:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.eproc-button:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.eproc-button:focus, .bootstrap-styles.theme-contrast .show > .dropdown-toggle.infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.bootstrap-styles.theme-contrast .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap-styles.theme-contrast .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.bootstrap-styles.theme-contrast .btn-success:focus, .bootstrap-styles.theme-contrast .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.bootstrap-styles.theme-contrast .btn-success.disabled, .bootstrap-styles.theme-contrast .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap-styles.theme-contrast .btn-success:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-success:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-success.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-success, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-success {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.bootstrap-styles.theme-contrast .btn-success:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-success:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-success.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-success:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.bootstrap-styles.theme-contrast .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap-styles.theme-contrast .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.bootstrap-styles.theme-contrast .btn-info:focus, .bootstrap-styles.theme-contrast .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.bootstrap-styles.theme-contrast .btn-info.disabled, .bootstrap-styles.theme-contrast .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap-styles.theme-contrast .btn-info:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-info:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-info.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-info, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-info {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.bootstrap-styles.theme-contrast .btn-info:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-info:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-info.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-info:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.bootstrap-styles.theme-contrast .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-styles.theme-contrast .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.bootstrap-styles.theme-contrast .btn-warning:focus, .bootstrap-styles.theme-contrast .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.bootstrap-styles.theme-contrast .btn-warning.disabled, .bootstrap-styles.theme-contrast .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-styles.theme-contrast .btn-warning:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-warning:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-warning.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-warning, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-warning {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.bootstrap-styles.theme-contrast .btn-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-warning:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-warning.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-warning:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.bootstrap-styles.theme-contrast .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap-styles.theme-contrast .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.bootstrap-styles.theme-contrast .btn-danger:focus, .bootstrap-styles.theme-contrast .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.bootstrap-styles.theme-contrast .btn-danger.disabled, .bootstrap-styles.theme-contrast .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap-styles.theme-contrast .btn-danger:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-danger:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-danger.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-danger, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-danger {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.bootstrap-styles.theme-contrast .btn-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-danger:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-danger.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-danger:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.bootstrap-styles.theme-contrast .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap-styles.theme-contrast .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.bootstrap-styles.theme-contrast .btn-light:focus, .bootstrap-styles.theme-contrast .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.bootstrap-styles.theme-contrast .btn-light.disabled, .bootstrap-styles.theme-contrast .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap-styles.theme-contrast .btn-light:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-light:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-light.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-light, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-light {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.bootstrap-styles.theme-contrast .btn-light:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-light:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-light.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-light:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.bootstrap-styles.theme-contrast .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-styles.theme-contrast .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.bootstrap-styles.theme-contrast .btn-dark:focus, .bootstrap-styles.theme-contrast .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.bootstrap-styles.theme-contrast .btn-dark.disabled, .bootstrap-styles.theme-contrast .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-styles.theme-contrast .btn-dark:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-dark:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-dark.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-dark, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-dark {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.bootstrap-styles.theme-contrast .btn-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-dark:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-dark.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-dark:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.bootstrap-styles.theme-contrast .btn-outline-primary {
  color: cyan;
  border-color: cyan;
}
.bootstrap-styles.theme-contrast .btn-outline-primary:hover {
  color: #212529;
  background-color: cyan;
  border-color: cyan;
}
.bootstrap-styles.theme-contrast .btn-outline-primary:focus, .bootstrap-styles.theme-contrast .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0.5);
}
.bootstrap-styles.theme-contrast .btn-outline-primary.disabled, .bootstrap-styles.theme-contrast .btn-outline-primary:disabled {
  color: cyan;
  background-color: transparent;
}
.bootstrap-styles.theme-contrast .btn-outline-primary:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-outline-primary:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-outline-primary.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-primary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-primary {
  color: #212529;
  background-color: cyan;
  border-color: cyan;
}
.bootstrap-styles.theme-contrast .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-outline-primary.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-primary:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0.5);
}

.bootstrap-styles.theme-contrast .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-styles.theme-contrast .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-styles.theme-contrast .btn-outline-secondary:focus, .bootstrap-styles.theme-contrast .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.bootstrap-styles.theme-contrast .btn-outline-secondary.disabled, .bootstrap-styles.theme-contrast .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.bootstrap-styles.theme-contrast .btn-outline-secondary:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-outline-secondary:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-outline-secondary.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-secondary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.bootstrap-styles.theme-contrast .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-outline-secondary.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-secondary:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.bootstrap-styles.theme-contrast .btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.bootstrap-styles.theme-contrast .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap-styles.theme-contrast .btn-outline-success:focus, .bootstrap-styles.theme-contrast .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.bootstrap-styles.theme-contrast .btn-outline-success.disabled, .bootstrap-styles.theme-contrast .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.bootstrap-styles.theme-contrast .btn-outline-success:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-outline-success:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-outline-success.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-success, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.bootstrap-styles.theme-contrast .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-outline-success:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-outline-success.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-success:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.bootstrap-styles.theme-contrast .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap-styles.theme-contrast .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap-styles.theme-contrast .btn-outline-info:focus, .bootstrap-styles.theme-contrast .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.bootstrap-styles.theme-contrast .btn-outline-info.disabled, .bootstrap-styles.theme-contrast .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.bootstrap-styles.theme-contrast .btn-outline-info:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-outline-info:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-outline-info.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-info, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.bootstrap-styles.theme-contrast .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-outline-info:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-outline-info.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-info:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.bootstrap-styles.theme-contrast .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-styles.theme-contrast .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-styles.theme-contrast .btn-outline-warning:focus, .bootstrap-styles.theme-contrast .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.bootstrap-styles.theme-contrast .btn-outline-warning.disabled, .bootstrap-styles.theme-contrast .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.bootstrap-styles.theme-contrast .btn-outline-warning:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-outline-warning:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-outline-warning.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-warning, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.bootstrap-styles.theme-contrast .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-outline-warning.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-warning:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bootstrap-styles.theme-contrast .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.bootstrap-styles.theme-contrast .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap-styles.theme-contrast .btn-outline-danger:focus, .bootstrap-styles.theme-contrast .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.bootstrap-styles.theme-contrast .btn-outline-danger.disabled, .bootstrap-styles.theme-contrast .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.bootstrap-styles.theme-contrast .btn-outline-danger:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-outline-danger:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-outline-danger.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-danger, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.bootstrap-styles.theme-contrast .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-outline-danger.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-danger:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.bootstrap-styles.theme-contrast .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap-styles.theme-contrast .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap-styles.theme-contrast .btn-outline-light:focus, .bootstrap-styles.theme-contrast .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.bootstrap-styles.theme-contrast .btn-outline-light.disabled, .bootstrap-styles.theme-contrast .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.bootstrap-styles.theme-contrast .btn-outline-light:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-outline-light:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-outline-light.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-light, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.bootstrap-styles.theme-contrast .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-outline-light:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-outline-light.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-light:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.bootstrap-styles.theme-contrast .btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.bootstrap-styles.theme-contrast .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-styles.theme-contrast .btn-outline-dark:focus, .bootstrap-styles.theme-contrast .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.bootstrap-styles.theme-contrast .btn-outline-dark.disabled, .bootstrap-styles.theme-contrast .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.bootstrap-styles.theme-contrast .btn-outline-dark:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .btn-outline-dark:not(:disabled):not(.disabled).active, .bootstrap-styles.theme-contrast .show > .btn-outline-dark.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-dark, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.bootstrap-styles.theme-contrast .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bootstrap-styles.theme-contrast .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .bootstrap-styles.theme-contrast .show > .btn-outline-dark.dropdown-toggle:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-outline-dark:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bootstrap-styles.theme-contrast .btn-link, .bootstrap-styles.theme-contrast .autocomplete-wrapper .btn-listar-todos {
  font-weight: 400;
  color: cyan;
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .btn-link:hover, .bootstrap-styles.theme-contrast .autocomplete-wrapper .btn-listar-todos:hover {
  color: #00b3b3;
  text-decoration: underline;
}
.bootstrap-styles.theme-contrast .btn-link:focus, .bootstrap-styles.theme-contrast .autocomplete-wrapper .btn-listar-todos:focus, .bootstrap-styles.theme-contrast .btn-link.focus, .bootstrap-styles.theme-contrast .autocomplete-wrapper .focus.btn-listar-todos {
  text-decoration: underline;
}
.bootstrap-styles.theme-contrast .btn-link:disabled, .bootstrap-styles.theme-contrast .autocomplete-wrapper .btn-listar-todos:disabled, .bootstrap-styles.theme-contrast .btn-link.disabled, .bootstrap-styles.theme-contrast .autocomplete-wrapper .disabled.btn-listar-todos {
  color: #6c757d;
  pointer-events: none;
}

.bootstrap-styles.theme-contrast .btn-lg, .bootstrap-styles.theme-contrast .btn-group-lg > .btn, .bootstrap-styles.theme-contrast .btn-group-lg > .eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group-lg > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group-lg > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group-lg > .eproc-button, .bootstrap-styles.theme-contrast .btn-group-lg > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.bootstrap-styles.theme-contrast .btn-sm, .bootstrap-styles.theme-contrast .eproc-button-primary, .bootstrap-styles.theme-contrast .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .eproc-button, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group-sm > .btn, .bootstrap-styles.theme-contrast .btn-group-sm > .eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group-sm > .eproc-button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.bootstrap-styles.theme-contrast .btn-block {
  display: block;
  width: 100%;
}
.bootstrap-styles.theme-contrast .btn-block + .btn-block {
  margin-top: 0.5rem;
}

.bootstrap-styles.theme-contrast input[type=submit].btn-block,
.bootstrap-styles.theme-contrast input[type=reset].btn-block,
.bootstrap-styles.theme-contrast input[type=button].btn-block {
  width: 100%;
}

.bootstrap-styles.theme-contrast .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .fade {
    transition: none;
  }
}
.bootstrap-styles.theme-contrast .fade:not(.show) {
  opacity: 0;
}

.bootstrap-styles.theme-contrast .collapse:not(.show) {
  display: none;
}

.bootstrap-styles.theme-contrast .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .collapsing {
    transition: none;
  }
}
.bootstrap-styles.theme-contrast .collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .collapsing.width {
    transition: none;
  }
}

.bootstrap-styles.theme-contrast .dropup,
.bootstrap-styles.theme-contrast .dropright,
.bootstrap-styles.theme-contrast .dropdown,
.bootstrap-styles.theme-contrast .dropleft {
  position: relative;
}

.bootstrap-styles.theme-contrast .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button {
  white-space: nowrap;
}
.bootstrap-styles.theme-contrast .dropdown-toggle::after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button::after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bootstrap-styles.theme-contrast .dropdown-toggle:empty::after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button:empty::after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button:empty::after {
  margin-left: 0;
}

.bootstrap-styles.theme-contrast .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.bootstrap-styles.theme-contrast .dropdown-menu-left {
  right: auto;
  left: 0;
}

.bootstrap-styles.theme-contrast .dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .bootstrap-styles.theme-contrast .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .bootstrap-styles.theme-contrast .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .bootstrap-styles.theme-contrast .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .bootstrap-styles.theme-contrast .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .bootstrap-styles.theme-contrast .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .bootstrap-styles.theme-contrast .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.bootstrap-styles.theme-contrast .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.bootstrap-styles.theme-contrast .dropup .dropdown-toggle::after, .bootstrap-styles.theme-contrast .dropup div.infraSelect.classeMultipleSelect button::after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .dropup button::after, .bootstrap-styles.theme-contrast .dropup div.infraSelect.multipleSelect button::after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .dropup button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.bootstrap-styles.theme-contrast .dropup .dropdown-toggle:empty::after, .bootstrap-styles.theme-contrast .dropup div.infraSelect.classeMultipleSelect button:empty::after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .dropup button:empty::after, .bootstrap-styles.theme-contrast .dropup div.infraSelect.multipleSelect button:empty::after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .dropup button:empty::after {
  margin-left: 0;
}

.bootstrap-styles.theme-contrast .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.bootstrap-styles.theme-contrast .dropright .dropdown-toggle::after, .bootstrap-styles.theme-contrast .dropright div.infraSelect.classeMultipleSelect button::after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .dropright button::after, .bootstrap-styles.theme-contrast .dropright div.infraSelect.multipleSelect button::after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .dropright button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.bootstrap-styles.theme-contrast .dropright .dropdown-toggle:empty::after, .bootstrap-styles.theme-contrast .dropright div.infraSelect.classeMultipleSelect button:empty::after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .dropright button:empty::after, .bootstrap-styles.theme-contrast .dropright div.infraSelect.multipleSelect button:empty::after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .dropright button:empty::after {
  margin-left: 0;
}
.bootstrap-styles.theme-contrast .dropright .dropdown-toggle::after, .bootstrap-styles.theme-contrast .dropright div.infraSelect.classeMultipleSelect button::after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .dropright button::after, .bootstrap-styles.theme-contrast .dropright div.infraSelect.multipleSelect button::after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .dropright button::after {
  vertical-align: 0;
}

.bootstrap-styles.theme-contrast .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.bootstrap-styles.theme-contrast .dropleft .dropdown-toggle::after, .bootstrap-styles.theme-contrast .dropleft div.infraSelect.classeMultipleSelect button::after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .dropleft button::after, .bootstrap-styles.theme-contrast .dropleft div.infraSelect.multipleSelect button::after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .dropleft button::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.bootstrap-styles.theme-contrast .dropleft .dropdown-toggle::after, .bootstrap-styles.theme-contrast .dropleft div.infraSelect.classeMultipleSelect button::after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .dropleft button::after, .bootstrap-styles.theme-contrast .dropleft div.infraSelect.multipleSelect button::after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .dropleft button::after {
  display: none;
}
.bootstrap-styles.theme-contrast .dropleft .dropdown-toggle::before, .bootstrap-styles.theme-contrast .dropleft div.infraSelect.classeMultipleSelect button::before, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .dropleft button::before, .bootstrap-styles.theme-contrast .dropleft div.infraSelect.multipleSelect button::before, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .dropleft button::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.bootstrap-styles.theme-contrast .dropleft .dropdown-toggle:empty::after, .bootstrap-styles.theme-contrast .dropleft div.infraSelect.classeMultipleSelect button:empty::after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .dropleft button:empty::after, .bootstrap-styles.theme-contrast .dropleft div.infraSelect.multipleSelect button:empty::after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .dropleft button:empty::after {
  margin-left: 0;
}
.bootstrap-styles.theme-contrast .dropleft .dropdown-toggle::before, .bootstrap-styles.theme-contrast .dropleft div.infraSelect.classeMultipleSelect button::before, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .dropleft button::before, .bootstrap-styles.theme-contrast .dropleft div.infraSelect.multipleSelect button::before, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .dropleft button::before {
  vertical-align: 0;
}

.bootstrap-styles.theme-contrast .dropdown-menu[x-placement^=top], .bootstrap-styles.theme-contrast .dropdown-menu[x-placement^=right], .bootstrap-styles.theme-contrast .dropdown-menu[x-placement^=bottom], .bootstrap-styles.theme-contrast .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.bootstrap-styles.theme-contrast .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.bootstrap-styles.theme-contrast .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.bootstrap-styles.theme-contrast .dropdown-item:hover, .bootstrap-styles.theme-contrast .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.bootstrap-styles.theme-contrast .dropdown-item.active, .bootstrap-styles.theme-contrast .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: cyan;
}
.bootstrap-styles.theme-contrast .dropdown-item.disabled, .bootstrap-styles.theme-contrast .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.bootstrap-styles.theme-contrast .dropdown-menu.show {
  display: block;
}

.bootstrap-styles.theme-contrast .dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast .dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.bootstrap-styles.theme-contrast .btn-group,
.bootstrap-styles.theme-contrast .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.bootstrap-styles.theme-contrast .btn-group > .btn, .bootstrap-styles.theme-contrast .btn-group > .eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group > .eproc-button, .bootstrap-styles.theme-contrast .btn-group > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group-vertical > .btn, .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group-vertical > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button, .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  position: relative;
  flex: 1 1 auto;
}
.bootstrap-styles.theme-contrast .btn-group > .btn:hover, .bootstrap-styles.theme-contrast .btn-group > .eproc-button-primary:hover, .bootstrap-styles.theme-contrast .btn-group > .infraButton.btn-primary:hover, .bootstrap-styles.theme-contrast .infraArvore .btn-group > .infraButton.infraArvoreNoSelecionado:hover, .bootstrap-styles.theme-contrast .btn-group > .eproc-button:hover, .bootstrap-styles.theme-contrast .btn-group > .infraButton:hover:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group-vertical > .btn:hover, .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button-primary:hover, .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton.btn-primary:hover, .bootstrap-styles.theme-contrast .infraArvore .btn-group-vertical > .infraButton.infraArvoreNoSelecionado:hover, .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button:hover, .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton:hover:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  z-index: 1;
}
.bootstrap-styles.theme-contrast .btn-group > .btn:focus, .bootstrap-styles.theme-contrast .btn-group > .eproc-button-primary:focus, .bootstrap-styles.theme-contrast .btn-group > .infraButton.btn-primary:focus, .bootstrap-styles.theme-contrast .infraArvore .btn-group > .infraButton.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .btn-group > .eproc-button:focus, .bootstrap-styles.theme-contrast .btn-group > .infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group > .btn:active, .bootstrap-styles.theme-contrast .btn-group > .eproc-button-primary:active, .bootstrap-styles.theme-contrast .btn-group > .infraButton.btn-primary:active, .bootstrap-styles.theme-contrast .infraArvore .btn-group > .infraButton.infraArvoreNoSelecionado:active, .bootstrap-styles.theme-contrast .btn-group > .eproc-button:active, .bootstrap-styles.theme-contrast .btn-group > .infraButton:active:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group > .btn.active, .bootstrap-styles.theme-contrast .btn-group > .active.eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group > .active.infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group > .active.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group > .active.eproc-button, .bootstrap-styles.theme-contrast .btn-group > .active.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group-vertical > .btn:focus, .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button-primary:focus, .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton.btn-primary:focus, .bootstrap-styles.theme-contrast .infraArvore .btn-group-vertical > .infraButton.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button:focus, .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group-vertical > .btn:active, .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button-primary:active, .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton.btn-primary:active, .bootstrap-styles.theme-contrast .infraArvore .btn-group-vertical > .infraButton.infraArvoreNoSelecionado:active, .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button:active, .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton:active:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group-vertical > .btn.active, .bootstrap-styles.theme-contrast .btn-group-vertical > .active.eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group-vertical > .active.infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group-vertical > .active.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group-vertical > .active.eproc-button, .bootstrap-styles.theme-contrast .btn-group-vertical > .active.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  z-index: 1;
}

.bootstrap-styles.theme-contrast .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.bootstrap-styles.theme-contrast .btn-toolbar .input-group {
  width: auto;
}

.bootstrap-styles.theme-contrast .btn-group > .btn:not(:first-child), .bootstrap-styles.theme-contrast .btn-group > .eproc-button-primary:not(:first-child), .bootstrap-styles.theme-contrast .btn-group > .infraButton.btn-primary:not(:first-child), .bootstrap-styles.theme-contrast .infraArvore .btn-group > .infraButton.infraArvoreNoSelecionado:not(:first-child), .bootstrap-styles.theme-contrast .btn-group > .eproc-button:not(:first-child), .bootstrap-styles.theme-contrast .btn-group > .infraButton:not(:first-child):not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.bootstrap-styles.theme-contrast .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .btn-group > .eproc-button-primary:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .btn-group > .infraButton.btn-primary:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .infraArvore .btn-group > .infraButton.infraArvoreNoSelecionado:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .btn-group > .eproc-button:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .btn-group > .infraButton:not(:last-child):not(.dropdown-toggle):not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group > .btn-group:not(:last-child) > .btn, .bootstrap-styles.theme-contrast .btn-group > .btn-group:not(:last-child) > .eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group > .btn-group:not(:last-child) > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group > .btn-group:not(:last-child) > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group > .btn-group:not(:last-child) > .eproc-button, .bootstrap-styles.theme-contrast .btn-group > .btn-group:not(:last-child) > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-styles.theme-contrast .btn-group > .btn:not(:first-child), .bootstrap-styles.theme-contrast .btn-group > .eproc-button-primary:not(:first-child), .bootstrap-styles.theme-contrast .btn-group > .infraButton.btn-primary:not(:first-child), .bootstrap-styles.theme-contrast .infraArvore .btn-group > .infraButton.infraArvoreNoSelecionado:not(:first-child), .bootstrap-styles.theme-contrast .btn-group > .eproc-button:not(:first-child), .bootstrap-styles.theme-contrast .btn-group > .infraButton:not(:first-child):not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group > .btn-group:not(:first-child) > .btn, .bootstrap-styles.theme-contrast .btn-group > .btn-group:not(:first-child) > .eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group > .btn-group:not(:first-child) > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group > .btn-group:not(:first-child) > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group > .btn-group:not(:first-child) > .eproc-button, .bootstrap-styles.theme-contrast .btn-group > .btn-group:not(:first-child) > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap-styles.theme-contrast .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.bootstrap-styles.theme-contrast .dropdown-toggle-split::after, .bootstrap-styles.theme-contrast .dropup .dropdown-toggle-split::after, .bootstrap-styles.theme-contrast .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.bootstrap-styles.theme-contrast .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.bootstrap-styles.theme-contrast .btn-sm + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .eproc-button-primary + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .infraButton.btn-primary + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .eproc-button + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.bootstrap-styles.theme-contrast .btn-lg + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .btn-group-lg > .btn + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .btn-group-lg > .eproc-button-primary + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .btn-group-lg > .infraButton.btn-primary + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .infraArvore .btn-group-lg > .infraButton.infraArvoreNoSelecionado + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .btn-group-lg > .eproc-button + .dropdown-toggle-split, .bootstrap-styles.theme-contrast .btn-group-lg > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.bootstrap-styles.theme-contrast .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.bootstrap-styles.theme-contrast .btn-group-vertical > .btn, .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group-vertical > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button, .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group {
  width: 100%;
}
.bootstrap-styles.theme-contrast .btn-group-vertical > .btn:not(:first-child), .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button-primary:not(:first-child), .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton.btn-primary:not(:first-child), .bootstrap-styles.theme-contrast .infraArvore .btn-group-vertical > .infraButton.infraArvoreNoSelecionado:not(:first-child), .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button:not(:first-child), .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton:not(:first-child):not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.bootstrap-styles.theme-contrast .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button-primary:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton.btn-primary:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .infraArvore .btn-group-vertical > .infraButton.infraArvoreNoSelecionado:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton:not(:last-child):not(.dropdown-toggle):not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group:not(:last-child) > .btn, .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group:not(:last-child) > .eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group:not(:last-child) > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group-vertical > .btn-group:not(:last-child) > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group:not(:last-child) > .eproc-button, .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group:not(:last-child) > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-styles.theme-contrast .btn-group-vertical > .btn:not(:first-child), .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button-primary:not(:first-child), .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton.btn-primary:not(:first-child), .bootstrap-styles.theme-contrast .infraArvore .btn-group-vertical > .infraButton.infraArvoreNoSelecionado:not(:first-child), .bootstrap-styles.theme-contrast .btn-group-vertical > .eproc-button:not(:first-child), .bootstrap-styles.theme-contrast .btn-group-vertical > .infraButton:not(:first-child):not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group:not(:first-child) > .btn, .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group:not(:first-child) > .eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group:not(:first-child) > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group-vertical > .btn-group:not(:first-child) > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group:not(:first-child) > .eproc-button, .bootstrap-styles.theme-contrast .btn-group-vertical > .btn-group:not(:first-child) > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-styles.theme-contrast .btn-group-toggle > .btn, .bootstrap-styles.theme-contrast .btn-group-toggle > .eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group-toggle > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group-toggle > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group-toggle > .eproc-button, .bootstrap-styles.theme-contrast .btn-group-toggle > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-group-toggle > .btn-group > .btn, .bootstrap-styles.theme-contrast .btn-group-toggle > .btn-group > .eproc-button-primary, .bootstrap-styles.theme-contrast .btn-group-toggle > .btn-group > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .btn-group-toggle > .btn-group > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .btn-group-toggle > .btn-group > .eproc-button, .bootstrap-styles.theme-contrast .btn-group-toggle > .btn-group > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  margin-bottom: 0;
}
.bootstrap-styles.theme-contrast .btn-group-toggle > .btn input[type=radio], .bootstrap-styles.theme-contrast .btn-group-toggle > .eproc-button-primary input[type=radio], .bootstrap-styles.theme-contrast .btn-group-toggle > .infraButton.btn-primary input[type=radio], .bootstrap-styles.theme-contrast .infraArvore .btn-group-toggle > .infraButton.infraArvoreNoSelecionado input[type=radio], .bootstrap-styles.theme-contrast .btn-group-toggle > .eproc-button input[type=radio], .bootstrap-styles.theme-contrast .btn-group-toggle > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) input[type=radio], .bootstrap-styles.theme-contrast .btn-group-toggle > .btn input[type=checkbox], .bootstrap-styles.theme-contrast .btn-group-toggle > .eproc-button-primary input[type=checkbox], .bootstrap-styles.theme-contrast .btn-group-toggle > .infraButton.btn-primary input[type=checkbox], .bootstrap-styles.theme-contrast .infraArvore .btn-group-toggle > .infraButton.infraArvoreNoSelecionado input[type=checkbox], .bootstrap-styles.theme-contrast .btn-group-toggle > .eproc-button input[type=checkbox], .bootstrap-styles.theme-contrast .btn-group-toggle > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) input[type=checkbox], .bootstrap-styles.theme-contrast .btn-group-toggle > .btn-group > .btn input[type=radio], .bootstrap-styles.theme-contrast .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.bootstrap-styles.theme-contrast .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.bootstrap-styles.theme-contrast .input-group > .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .eproc-text, .bootstrap-styles.theme-contrast .input-group > .infraText, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .eproc-select, .bootstrap-styles.theme-contrast .input-group > .infraSelect, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext, .bootstrap-styles.theme-contrast .input-group > .custom-select, .bootstrap-styles.theme-contrast .input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.bootstrap-styles.theme-contrast .input-group > .form-control + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .form-control + button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect div.infraSelect.classeMultipleSelect .input-group > button + button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect div.infraSelect.multipleSelect .input-group > button + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .form-control + button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect div.infraSelect.multipleSelect .input-group > button + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect div.infraSelect.classeMultipleSelect .input-group > button + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + button, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .infraAutoCompletar + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .infraAutoCompletar + button, .bootstrap-styles.theme-contrast .input-group > .form-control + .infraAutoCompletar, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .infraAutoCompletar, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .eproc-text + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .eproc-text + button, .bootstrap-styles.theme-contrast .input-group > .infraText + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .infraText + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .infraText + button, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .infraTxtDate + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .infraTxtDate + button, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .infraText + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .form-control + .eproc-text, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .eproc-text, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .form-control + .infraText, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .infraText, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .infraText, .bootstrap-styles.theme-contrast .input-group > .form-control + .infraTxtDate, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .infraTxtDate, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .infraText, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .infraText + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .infraText, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .infraText + .infraText, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .infraText, .bootstrap-styles.theme-contrast .input-group > .infraText + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .form-control, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .eproc-textarea + button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .infraTextArea + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .eproc-textarea + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .infraTextArea + button, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .infraTextarea + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .infraTextarea + button, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .infraText, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .infraText, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .infraText, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .form-control + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .form-control + .infraTextArea, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .eproc-textarea, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .infraTextArea, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .eproc-textarea, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .form-control + .infraTextarea, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .infraTextarea, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .infraText + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .infraText + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .infraText + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .eproc-select + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .eproc-select + button, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .infraSelect + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .infraSelect + button, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .infraText, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .infraText, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .form-control + .eproc-select, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .eproc-select, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .form-control + .infraSelect, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .infraSelect, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .infraText + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .infraText + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .form-control + .custom-select, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .custom-select, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .custom-select, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .custom-select, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .custom-select, .bootstrap-styles.theme-contrast .input-group > .infraText + .custom-select, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .custom-select, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .custom-select, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .custom-select, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .custom-select, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .custom-select, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .custom-select, .bootstrap-styles.theme-contrast .input-group > .form-control + .custom-file, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button + .custom-file, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button + .custom-file, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar + .custom-file, .bootstrap-styles.theme-contrast .input-group > .eproc-text + .custom-file, .bootstrap-styles.theme-contrast .input-group > .infraText + .custom-file, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate + .custom-file, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea + .custom-file, .bootstrap-styles.theme-contrast .input-group > .infraTextArea + .custom-file, .bootstrap-styles.theme-contrast .input-group > .infraTextarea + .custom-file, .bootstrap-styles.theme-contrast .input-group > .eproc-select + .custom-file, .bootstrap-styles.theme-contrast .input-group > .infraSelect + .custom-file, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .form-control-plaintext + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .form-control-plaintext + button, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .infraText, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .custom-select, .bootstrap-styles.theme-contrast .input-group > .form-control-plaintext + .custom-file, .bootstrap-styles.theme-contrast .input-group > .custom-select + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .custom-select + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .custom-select + button, .bootstrap-styles.theme-contrast .input-group > .custom-select + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .custom-select + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .custom-select + .infraText, .bootstrap-styles.theme-contrast .input-group > .custom-select + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .custom-select + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .custom-select + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .custom-select + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .custom-select + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .custom-select + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .custom-select + .custom-select, .bootstrap-styles.theme-contrast .input-group > .custom-select + .custom-file, .bootstrap-styles.theme-contrast .input-group > .custom-file + .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > .custom-file + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > .custom-file + button, .bootstrap-styles.theme-contrast .input-group > .custom-file + .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group > .custom-file + .eproc-text, .bootstrap-styles.theme-contrast .input-group > .custom-file + .infraText, .bootstrap-styles.theme-contrast .input-group > .custom-file + .infraTxtDate, .bootstrap-styles.theme-contrast .input-group > .custom-file + .eproc-textarea, .bootstrap-styles.theme-contrast .input-group > .custom-file + .infraTextArea, .bootstrap-styles.theme-contrast .input-group > .custom-file + .infraTextarea, .bootstrap-styles.theme-contrast .input-group > .custom-file + .eproc-select, .bootstrap-styles.theme-contrast .input-group > .custom-file + .infraSelect, .bootstrap-styles.theme-contrast .input-group > .custom-file + .custom-select, .bootstrap-styles.theme-contrast .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.bootstrap-styles.theme-contrast .input-group > .form-control:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button:focus, .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar:focus, .bootstrap-styles.theme-contrast .input-group > .eproc-text:focus, .bootstrap-styles.theme-contrast .input-group > .infraText:focus, .bootstrap-styles.theme-contrast .input-group > .infraTxtDate:focus, .bootstrap-styles.theme-contrast .input-group > .eproc-textarea:focus, .bootstrap-styles.theme-contrast .input-group > .infraTextArea:focus, .bootstrap-styles.theme-contrast .input-group > .infraTextarea:focus, .bootstrap-styles.theme-contrast .input-group > .eproc-select:focus, .bootstrap-styles.theme-contrast .input-group > .infraSelect:focus, .bootstrap-styles.theme-contrast .input-group > .custom-select:focus, .bootstrap-styles.theme-contrast .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.bootstrap-styles.theme-contrast .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.bootstrap-styles.theme-contrast .input-group > .form-control:not(:first-child), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group > button:not(:first-child), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group > button:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .infraAutoCompletar:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .eproc-text:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .infraText:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .infraTxtDate:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .eproc-textarea:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .infraTextArea:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .infraTextarea:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .eproc-select:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .infraSelect:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-styles.theme-contrast .input-group > .custom-file {
  display: flex;
  align-items: center;
}
.bootstrap-styles.theme-contrast .input-group > .custom-file:not(:last-child) .custom-file-label, .bootstrap-styles.theme-contrast .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-styles.theme-contrast .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .form-control:not(:last-child), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group:not(.has-validation) > button:not(:last-child), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group:not(.has-validation) > button:not(:last-child), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .infraAutoCompletar:not(:last-child), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .eproc-text:not(:last-child), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .infraText:not(:last-child), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .infraTxtDate:not(:last-child), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .eproc-textarea:not(:last-child), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .infraTextArea:not(:last-child), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .infraTextarea:not(:last-child), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .eproc-select:not(:last-child), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .infraSelect:not(:last-child), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .custom-select:not(:last-child), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-styles.theme-contrast .input-group.has-validation > .form-control:nth-last-child(n+3), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group.has-validation > button:nth-last-child(n+3), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group.has-validation > button:nth-last-child(n+3), .bootstrap-styles.theme-contrast .input-group.has-validation > .infraAutoCompletar:nth-last-child(n+3), .bootstrap-styles.theme-contrast .input-group.has-validation > .eproc-text:nth-last-child(n+3), .bootstrap-styles.theme-contrast .input-group.has-validation > .infraText:nth-last-child(n+3), .bootstrap-styles.theme-contrast .input-group.has-validation > .infraTxtDate:nth-last-child(n+3), .bootstrap-styles.theme-contrast .input-group.has-validation > .eproc-textarea:nth-last-child(n+3), .bootstrap-styles.theme-contrast .input-group.has-validation > .infraTextArea:nth-last-child(n+3), .bootstrap-styles.theme-contrast .input-group.has-validation > .infraTextarea:nth-last-child(n+3), .bootstrap-styles.theme-contrast .input-group.has-validation > .eproc-select:nth-last-child(n+3), .bootstrap-styles.theme-contrast .input-group.has-validation > .infraSelect:nth-last-child(n+3), .bootstrap-styles.theme-contrast .input-group.has-validation > .custom-select:nth-last-child(n+3), .bootstrap-styles.theme-contrast .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label, .bootstrap-styles.theme-contrast .input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-styles.theme-contrast .input-group-prepend,
.bootstrap-styles.theme-contrast .input-group-append {
  display: flex;
}
.bootstrap-styles.theme-contrast .input-group-prepend .btn, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-append .btn, .bootstrap-styles.theme-contrast .input-group-append .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-append .eproc-button, .bootstrap-styles.theme-contrast .input-group-append .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  position: relative;
  z-index: 2;
}
.bootstrap-styles.theme-contrast .input-group-prepend .btn:focus, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button-primary:focus, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.btn-primary:focus, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button:focus, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-append .btn:focus, .bootstrap-styles.theme-contrast .input-group-append .eproc-button-primary:focus, .bootstrap-styles.theme-contrast .input-group-append .infraButton.btn-primary:focus, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .input-group-append .eproc-button:focus, .bootstrap-styles.theme-contrast .input-group-append .infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  z-index: 3;
}
.bootstrap-styles.theme-contrast .input-group-prepend .btn + .btn, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button-primary + .btn, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.btn-primary + .btn, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.eproc-button-primary + .btn, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.infraArvoreNoSelecionado + .btn, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.infraArvoreNoSelecionado + .btn, .bootstrap-styles.theme-contrast .input-group-prepend .btn + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .btn + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-prepend .btn + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .btn + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .btn + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button-primary + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.btn-primary + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.eproc-button-primary + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.infraArvoreNoSelecionado + .eproc-button-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.infraArvoreNoSelecionado + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button-primary + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.btn-primary + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.eproc-button-primary + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.infraArvoreNoSelecionado + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.infraArvoreNoSelecionado + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button-primary + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.btn-primary + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.eproc-button-primary + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.infraArvoreNoSelecionado + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.infraArvoreNoSelecionado + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .eproc-button-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .eproc-button-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.btn-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.btn-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.eproc-button-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.eproc-button-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.infraArvoreNoSelecionado + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.infraArvoreNoSelecionado + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button + .btn, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .btn, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .eproc-button + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .eproc-button + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-prepend .btn + .eproc-button, .bootstrap-styles.theme-contrast .input-group-prepend .btn + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button-primary + .eproc-button, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.btn-primary + .eproc-button, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.eproc-button-primary + .eproc-button, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.infraArvoreNoSelecionado + .eproc-button, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.infraArvoreNoSelecionado + .eproc-button, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button-primary + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.btn-primary + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.eproc-button-primary + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.infraArvoreNoSelecionado + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.infraArvoreNoSelecionado + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button + .eproc-button, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .eproc-button, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-prepend .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-prepend .btn + .input-group-text, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button-primary + .input-group-text, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.btn-primary + .input-group-text, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton.eproc-button-primary + .input-group-text, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .infraButton.infraArvoreNoSelecionado + .input-group-text, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .infraButton.infraArvoreNoSelecionado + .input-group-text, .bootstrap-styles.theme-contrast .input-group-prepend .eproc-button + .input-group-text, .bootstrap-styles.theme-contrast .input-group-prepend .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .input-group-text, .bootstrap-styles.theme-contrast .input-group-prepend .input-group-text + .input-group-text, .bootstrap-styles.theme-contrast .input-group-prepend .input-group-text + .btn, .bootstrap-styles.theme-contrast .input-group-prepend .input-group-text + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .input-group-text + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-prepend .input-group-text + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-prepend .infraArvore .input-group-text + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-prepend .input-group-text + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-prepend .input-group-text + .eproc-button, .bootstrap-styles.theme-contrast .input-group-prepend .input-group-text + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-append .btn + .btn, .bootstrap-styles.theme-contrast .input-group-append .eproc-button-primary + .btn, .bootstrap-styles.theme-contrast .input-group-append .infraButton.btn-primary + .btn, .bootstrap-styles.theme-contrast .input-group-append .infraButton.eproc-button-primary + .btn, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.infraArvoreNoSelecionado + .btn, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.infraArvoreNoSelecionado + .btn, .bootstrap-styles.theme-contrast .input-group-append .btn + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .btn + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-append .btn + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .btn + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .btn + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-append .eproc-button-primary + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraButton.btn-primary + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraButton.eproc-button-primary + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.infraArvoreNoSelecionado + .eproc-button-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.infraArvoreNoSelecionado + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .eproc-button-primary + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-append .infraButton.btn-primary + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-append .infraButton.eproc-button-primary + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.infraArvoreNoSelecionado + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.infraArvoreNoSelecionado + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-append .eproc-button-primary + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraButton.btn-primary + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraButton.eproc-button-primary + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.infraArvoreNoSelecionado + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.infraArvoreNoSelecionado + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .eproc-button-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .eproc-button-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.btn-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.btn-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.eproc-button-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.eproc-button-primary + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.infraArvoreNoSelecionado + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.infraArvoreNoSelecionado + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-append .eproc-button + .btn, .bootstrap-styles.theme-contrast .input-group-append .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .btn, .bootstrap-styles.theme-contrast .input-group-append .eproc-button + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .eproc-button + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-append .eproc-button + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .eproc-button + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .eproc-button + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-append .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-append .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-append .btn + .eproc-button, .bootstrap-styles.theme-contrast .input-group-append .btn + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-append .eproc-button-primary + .eproc-button, .bootstrap-styles.theme-contrast .input-group-append .infraButton.btn-primary + .eproc-button, .bootstrap-styles.theme-contrast .input-group-append .infraButton.eproc-button-primary + .eproc-button, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.infraArvoreNoSelecionado + .eproc-button, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.infraArvoreNoSelecionado + .eproc-button, .bootstrap-styles.theme-contrast .input-group-append .eproc-button-primary + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-append .infraButton.btn-primary + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-append .infraButton.eproc-button-primary + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.infraArvoreNoSelecionado + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.infraArvoreNoSelecionado + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-append .eproc-button + .eproc-button, .bootstrap-styles.theme-contrast .input-group-append .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .eproc-button, .bootstrap-styles.theme-contrast .input-group-append .eproc-button + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-append .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-append .btn + .input-group-text, .bootstrap-styles.theme-contrast .input-group-append .eproc-button-primary + .input-group-text, .bootstrap-styles.theme-contrast .input-group-append .infraButton.btn-primary + .input-group-text, .bootstrap-styles.theme-contrast .input-group-append .infraButton.eproc-button-primary + .input-group-text, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .infraButton.infraArvoreNoSelecionado + .input-group-text, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .infraButton.infraArvoreNoSelecionado + .input-group-text, .bootstrap-styles.theme-contrast .input-group-append .eproc-button + .input-group-text, .bootstrap-styles.theme-contrast .input-group-append .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) + .input-group-text, .bootstrap-styles.theme-contrast .input-group-append .input-group-text + .input-group-text, .bootstrap-styles.theme-contrast .input-group-append .input-group-text + .btn, .bootstrap-styles.theme-contrast .input-group-append .input-group-text + .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .input-group-text + .infraButton.btn-primary, .bootstrap-styles.theme-contrast .input-group-append .input-group-text + .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-append .infraArvore .input-group-text + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .input-group-append .input-group-text + .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-append .input-group-text + .eproc-button, .bootstrap-styles.theme-contrast .input-group-append .input-group-text + .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  margin-left: -1px;
}

.bootstrap-styles.theme-contrast .input-group-prepend {
  margin-right: -1px;
}

.bootstrap-styles.theme-contrast .input-group-append {
  margin-left: -1px;
}

.bootstrap-styles.theme-contrast .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .input-group-text input[type=radio],
.bootstrap-styles.theme-contrast .input-group-text input[type=checkbox] {
  margin-top: 0;
}

.bootstrap-styles.theme-contrast .input-group-lg > .form-control:not(textarea), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group-lg > button:not(textarea), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group-lg > button:not(textarea), .bootstrap-styles.theme-contrast .input-group-lg > .infraAutoCompletar:not(textarea), .bootstrap-styles.theme-contrast .input-group-lg > .eproc-text:not(textarea), .bootstrap-styles.theme-contrast .input-group-lg > .infraText:not(textarea), .bootstrap-styles.theme-contrast .input-group-lg > .infraTxtDate:not(textarea), .bootstrap-styles.theme-contrast .input-group-lg > .eproc-textarea:not(textarea), .bootstrap-styles.theme-contrast .input-group-lg > .infraTextArea:not(textarea), .bootstrap-styles.theme-contrast .input-group-lg > .infraTextarea:not(textarea), .bootstrap-styles.theme-contrast .input-group-lg > .eproc-select:not(textarea), .bootstrap-styles.theme-contrast .input-group-lg > .infraSelect:not(textarea), .bootstrap-styles.theme-contrast .input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.bootstrap-styles.theme-contrast .input-group-lg > .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group-lg > button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group-lg > button, .bootstrap-styles.theme-contrast .input-group-lg > .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group-lg > .eproc-text, .bootstrap-styles.theme-contrast .input-group-lg > .infraText, .bootstrap-styles.theme-contrast .input-group-lg > .infraTxtDate, .bootstrap-styles.theme-contrast .input-group-lg > .eproc-textarea, .bootstrap-styles.theme-contrast .input-group-lg > .infraTextArea, .bootstrap-styles.theme-contrast .input-group-lg > .infraTextarea, .bootstrap-styles.theme-contrast .input-group-lg > .eproc-select, .bootstrap-styles.theme-contrast .input-group-lg > .infraSelect, .bootstrap-styles.theme-contrast .input-group-lg > .custom-select, .bootstrap-styles.theme-contrast .input-group-lg > .input-group-prepend > .input-group-text, .bootstrap-styles.theme-contrast .input-group-lg > .input-group-append > .input-group-text, .bootstrap-styles.theme-contrast .input-group-lg > .input-group-prepend > .btn, .bootstrap-styles.theme-contrast .input-group-lg > .input-group-prepend > .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-lg > .input-group-prepend > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group-lg > .input-group-prepend > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-lg > .input-group-prepend > .eproc-button, .bootstrap-styles.theme-contrast .input-group-lg > .input-group-prepend > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-lg > .input-group-append > .btn, .bootstrap-styles.theme-contrast .input-group-lg > .input-group-append > .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-lg > .input-group-append > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group-lg > .input-group-append > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-lg > .input-group-append > .eproc-button, .bootstrap-styles.theme-contrast .input-group-lg > .input-group-append > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.bootstrap-styles.theme-contrast .input-group-sm > .form-control:not(textarea), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group-sm > button:not(textarea), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group-sm > button:not(textarea), .bootstrap-styles.theme-contrast .input-group-sm > .infraAutoCompletar:not(textarea), .bootstrap-styles.theme-contrast .input-group-sm > .eproc-text:not(textarea), .bootstrap-styles.theme-contrast .input-group-sm > .infraText:not(textarea), .bootstrap-styles.theme-contrast .input-group-sm > .infraTxtDate:not(textarea), .bootstrap-styles.theme-contrast .input-group-sm > .eproc-textarea:not(textarea), .bootstrap-styles.theme-contrast .input-group-sm > .infraTextArea:not(textarea), .bootstrap-styles.theme-contrast .input-group-sm > .infraTextarea:not(textarea), .bootstrap-styles.theme-contrast .input-group-sm > .eproc-select:not(textarea), .bootstrap-styles.theme-contrast .input-group-sm > .infraSelect:not(textarea), .bootstrap-styles.theme-contrast .input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.bootstrap-styles.theme-contrast .input-group-sm > .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group-sm > button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group-sm > button, .bootstrap-styles.theme-contrast .input-group-sm > .infraAutoCompletar, .bootstrap-styles.theme-contrast .input-group-sm > .eproc-text, .bootstrap-styles.theme-contrast .input-group-sm > .infraText, .bootstrap-styles.theme-contrast .input-group-sm > .infraTxtDate, .bootstrap-styles.theme-contrast .input-group-sm > .eproc-textarea, .bootstrap-styles.theme-contrast .input-group-sm > .infraTextArea, .bootstrap-styles.theme-contrast .input-group-sm > .infraTextarea, .bootstrap-styles.theme-contrast .input-group-sm > .eproc-select, .bootstrap-styles.theme-contrast .input-group-sm > .infraSelect, .bootstrap-styles.theme-contrast .input-group-sm > .custom-select, .bootstrap-styles.theme-contrast .input-group-sm > .input-group-prepend > .input-group-text, .bootstrap-styles.theme-contrast .input-group-sm > .input-group-append > .input-group-text, .bootstrap-styles.theme-contrast .input-group-sm > .input-group-prepend > .btn, .bootstrap-styles.theme-contrast .input-group-sm > .input-group-prepend > .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-sm > .input-group-prepend > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group-sm > .input-group-prepend > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-sm > .input-group-prepend > .eproc-button, .bootstrap-styles.theme-contrast .input-group-sm > .input-group-prepend > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group-sm > .input-group-append > .btn, .bootstrap-styles.theme-contrast .input-group-sm > .input-group-append > .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group-sm > .input-group-append > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group-sm > .input-group-append > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group-sm > .input-group-append > .eproc-button, .bootstrap-styles.theme-contrast .input-group-sm > .input-group-append > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.bootstrap-styles.theme-contrast .input-group-lg > .custom-select,
.bootstrap-styles.theme-contrast .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.bootstrap-styles.theme-contrast .input-group > .input-group-prepend > .btn, .bootstrap-styles.theme-contrast .input-group > .input-group-prepend > .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group > .input-group-prepend > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group > .input-group-prepend > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group > .input-group-prepend > .eproc-button, .bootstrap-styles.theme-contrast .input-group > .input-group-prepend > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group > .input-group-prepend > .input-group-text, .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .eproc-button, .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .bootstrap-styles.theme-contrast .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .bootstrap-styles.theme-contrast .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .eproc-button, .bootstrap-styles.theme-contrast .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .bootstrap-styles.theme-contrast .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .input-group > .input-group-append:last-child > .eproc-button-primary:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .input-group > .input-group-append:last-child > .infraButton.btn-primary:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .infraArvore .input-group > .input-group-append:last-child > .infraButton.infraArvoreNoSelecionado:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .input-group > .input-group-append:last-child > .eproc-button:not(:last-child):not(.dropdown-toggle), .bootstrap-styles.theme-contrast .input-group > .input-group-append:last-child > .infraButton:not(:last-child):not(.dropdown-toggle):not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.bootstrap-styles.theme-contrast .input-group > .input-group-append > .btn, .bootstrap-styles.theme-contrast .input-group > .input-group-append > .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group > .input-group-append > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group > .input-group-append > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group > .input-group-append > .eproc-button, .bootstrap-styles.theme-contrast .input-group > .input-group-append > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group > .input-group-append > .input-group-text, .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:not(:first-child) > .btn, .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:not(:first-child) > .eproc-button-primary, .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:not(:first-child) > .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .input-group > .input-group-prepend:not(:first-child) > .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:not(:first-child) > .eproc-button, .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:not(:first-child) > .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:first-child > .eproc-button-primary:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:first-child > .infraButton.btn-primary:not(:first-child), .bootstrap-styles.theme-contrast .infraArvore .input-group > .input-group-prepend:first-child > .infraButton.infraArvoreNoSelecionado:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:first-child > .eproc-button:not(:first-child), .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:first-child > .infraButton:not(:first-child):not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.bootstrap-styles.theme-contrast .custom-control, .bootstrap-styles.theme-contrast .custom-radio {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.bootstrap-styles.theme-contrast .custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.bootstrap-styles.theme-contrast .custom-control-input, .bootstrap-styles.theme-contrast .custom-radio .infraRadio, .bootstrap-styles.theme-contrast .custom-radio input[type=radio] {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.bootstrap-styles.theme-contrast .custom-control-input:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:checked ~ label::before {
  color: #fff;
  border-color: cyan;
  background-color: cyan;
}
.bootstrap-styles.theme-contrast .custom-control-input:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:focus ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:focus ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:focus ~ label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0.25);
}
.bootstrap-styles.theme-contrast .custom-control-input:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:focus:not(:checked) ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:focus:not(:checked) ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:focus:not(:checked) ~ label::before {
  border-color: #80ffff;
}
.bootstrap-styles.theme-contrast .custom-control-input:not(:disabled):active ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:not(:disabled):active ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:not(:disabled):active ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input:not(:disabled):active ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:not(:disabled):active ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:not(:disabled):active ~ label::before {
  color: #fff;
  background-color: #b3ffff;
  border-color: #b3ffff;
}
.bootstrap-styles.theme-contrast .custom-control-input[disabled] ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio [disabled].infraRadio ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio input[disabled][type=radio] ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input[disabled] ~ label, .bootstrap-styles.theme-contrast .custom-radio [disabled].infraRadio ~ label, .bootstrap-styles.theme-contrast .custom-radio input[disabled][type=radio] ~ label, .bootstrap-styles.theme-contrast .custom-control-input:disabled ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:disabled ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:disabled ~ .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input:disabled ~ label, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:disabled ~ label, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:disabled ~ label {
  color: #6c757d;
}
.bootstrap-styles.theme-contrast .custom-control-input[disabled] ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio [disabled].infraRadio ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input[disabled][type=radio] ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input[disabled] ~ label::before, .bootstrap-styles.theme-contrast .custom-radio [disabled].infraRadio ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input[disabled][type=radio] ~ label::before, .bootstrap-styles.theme-contrast .custom-control-input:disabled ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:disabled ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:disabled ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input:disabled ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:disabled ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:disabled ~ label::before {
  background-color: #e9ecef;
}

.bootstrap-styles.theme-contrast .custom-control-label, .bootstrap-styles.theme-contrast .custom-radio label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.bootstrap-styles.theme-contrast .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.bootstrap-styles.theme-contrast .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-radio label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.bootstrap-styles.theme-contrast .custom-checkbox .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox label::before {
  border-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .infraRadio:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .infraRadio:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio input[type=radio]:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox input[type=radio]:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .custom-control-input:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .infraRadio:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio input[type=radio]:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .custom-control-input:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .infraRadio:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox input[type=radio]:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.bootstrap-styles.theme-contrast .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .infraRadio:indeterminate ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .infraRadio:indeterminate ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio input[type=radio]:indeterminate ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox input[type=radio]:indeterminate ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .custom-control-input:indeterminate ~ label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .infraRadio:indeterminate ~ label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio input[type=radio]:indeterminate ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .custom-control-input:indeterminate ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .infraRadio:indeterminate ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox input[type=radio]:indeterminate ~ label::before {
  border-color: cyan;
  background-color: cyan;
}
.bootstrap-styles.theme-contrast .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .infraRadio:indeterminate ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .infraRadio:indeterminate ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio input[type=radio]:indeterminate ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox input[type=radio]:indeterminate ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .custom-control-input:indeterminate ~ label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .infraRadio:indeterminate ~ label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio input[type=radio]:indeterminate ~ label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .custom-control-input:indeterminate ~ label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .infraRadio:indeterminate ~ label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox input[type=radio]:indeterminate ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.bootstrap-styles.theme-contrast .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .infraRadio:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .infraRadio:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio input[type=radio]:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox input[type=radio]:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .custom-control-input:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .infraRadio:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio input[type=radio]:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .custom-control-input:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .infraRadio:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox input[type=radio]:disabled:checked ~ label::before {
  background-color: rgba(0, 255, 255, 0.5);
}
.bootstrap-styles.theme-contrast .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .infraRadio:disabled:indeterminate ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .infraRadio:disabled:indeterminate ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio input[type=radio]:disabled:indeterminate ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox input[type=radio]:disabled:indeterminate ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .custom-control-input:disabled:indeterminate ~ label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio .infraRadio:disabled:indeterminate ~ label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio input[type=radio]:disabled:indeterminate ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .custom-control-input:disabled:indeterminate ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox .infraRadio:disabled:indeterminate ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox input[type=radio]:disabled:indeterminate ~ label::before {
  background-color: rgba(0, 255, 255, 0.5);
}

.bootstrap-styles.theme-contrast .custom-radio .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio label::before {
  border-radius: 50%;
}
.bootstrap-styles.theme-contrast .custom-radio .custom-control-input:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:checked ~ label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bootstrap-styles.theme-contrast .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:disabled:checked ~ label::before {
  background-color: rgba(0, 255, 255, 0.5);
}

.bootstrap-styles.theme-contrast .custom-switch {
  padding-left: 2.25rem;
}
.bootstrap-styles.theme-contrast .custom-switch .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-switch .custom-radio label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-switch label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.bootstrap-styles.theme-contrast .custom-switch .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-switch .custom-radio label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-switch label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 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) {
  .bootstrap-styles.theme-contrast .custom-switch .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-switch .custom-radio label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-switch label::after {
    transition: none;
  }
}
.bootstrap-styles.theme-contrast .custom-switch .custom-control-input:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-switch .custom-radio .infraRadio:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-switch .infraRadio:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-switch .custom-radio input[type=radio]:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-switch input[type=radio]:checked ~ .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-switch .custom-radio .custom-control-input:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-switch .custom-radio .infraRadio:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-switch .custom-radio input[type=radio]:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-switch .custom-control-input:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-switch .infraRadio:checked ~ label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-switch input[type=radio]:checked ~ label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.bootstrap-styles.theme-contrast .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-switch .custom-radio .infraRadio:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-switch .infraRadio:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-switch .custom-radio input[type=radio]:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-switch input[type=radio]:disabled:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-switch .custom-radio .custom-control-input:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-switch .custom-radio .infraRadio:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-switch .custom-radio input[type=radio]:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-switch .custom-control-input:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-switch .infraRadio:disabled:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-switch input[type=radio]:disabled:checked ~ label::before {
  background-color: rgba(0, 255, 255, 0.5);
}

.bootstrap-styles.theme-contrast .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bootstrap-styles.theme-contrast .custom-select:focus {
  border-color: #80ffff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0.25);
}
.bootstrap-styles.theme-contrast .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.bootstrap-styles.theme-contrast .custom-select[multiple], .bootstrap-styles.theme-contrast .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.bootstrap-styles.theme-contrast .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.bootstrap-styles.theme-contrast .custom-select::-ms-expand {
  display: none;
}
.bootstrap-styles.theme-contrast .custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.bootstrap-styles.theme-contrast .custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.bootstrap-styles.theme-contrast .custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.bootstrap-styles.theme-contrast .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.bootstrap-styles.theme-contrast .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.bootstrap-styles.theme-contrast .custom-file-input:focus ~ .custom-file-label {
  border-color: #80ffff;
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0.25);
}
.bootstrap-styles.theme-contrast .custom-file-input[disabled] ~ .custom-file-label, .bootstrap-styles.theme-contrast .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.bootstrap-styles.theme-contrast .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.bootstrap-styles.theme-contrast .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.bootstrap-styles.theme-contrast .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.bootstrap-styles.theme-contrast .custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.bootstrap-styles.theme-contrast .custom-range:focus {
  outline: 0;
}
.bootstrap-styles.theme-contrast .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 255, 0.25);
}
.bootstrap-styles.theme-contrast .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 255, 0.25);
}
.bootstrap-styles.theme-contrast .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 255, 255, 0.25);
}
.bootstrap-styles.theme-contrast .custom-range::-moz-focus-outer {
  border: 0;
}
.bootstrap-styles.theme-contrast .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: cyan;
  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) {
  .bootstrap-styles.theme-contrast .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.bootstrap-styles.theme-contrast .custom-range::-webkit-slider-thumb:active {
  background-color: #b3ffff;
}
.bootstrap-styles.theme-contrast .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap-styles.theme-contrast .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: cyan;
  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) {
  .bootstrap-styles.theme-contrast .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.bootstrap-styles.theme-contrast .custom-range::-moz-range-thumb:active {
  background-color: #b3ffff;
}
.bootstrap-styles.theme-contrast .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.bootstrap-styles.theme-contrast .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: cyan;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.bootstrap-styles.theme-contrast .custom-range::-ms-thumb:active {
  background-color: #b3ffff;
}
.bootstrap-styles.theme-contrast .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.bootstrap-styles.theme-contrast .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrap-styles.theme-contrast .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.bootstrap-styles.theme-contrast .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.bootstrap-styles.theme-contrast .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.bootstrap-styles.theme-contrast .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.bootstrap-styles.theme-contrast .custom-range:disabled::-moz-range-track {
  cursor: default;
}
.bootstrap-styles.theme-contrast .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.bootstrap-styles.theme-contrast .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio label::before, .bootstrap-styles.theme-contrast .custom-file-label, .bootstrap-styles.theme-contrast .custom-select {
  transition: 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) {
  .bootstrap-styles.theme-contrast .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio label::before, .bootstrap-styles.theme-contrast .custom-file-label, .bootstrap-styles.theme-contrast .custom-select {
    transition: none;
  }
}

.bootstrap-styles.theme-contrast .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bootstrap-styles.theme-contrast .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.bootstrap-styles.theme-contrast .nav-link:hover, .bootstrap-styles.theme-contrast .nav-link:focus {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.bootstrap-styles.theme-contrast .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.bootstrap-styles.theme-contrast .nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .nav-tabs .nav-link:hover, .bootstrap-styles.theme-contrast .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.bootstrap-styles.theme-contrast .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.bootstrap-styles.theme-contrast .nav-tabs .nav-link.active,
.bootstrap-styles.theme-contrast .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.bootstrap-styles.theme-contrast .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bootstrap-styles.theme-contrast .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .nav-pills .nav-link.active,
.bootstrap-styles.theme-contrast .nav-pills .show > .nav-link {
  color: #fff;
  background-color: cyan;
}

.bootstrap-styles.theme-contrast .nav-fill > .nav-link,
.bootstrap-styles.theme-contrast .nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.bootstrap-styles.theme-contrast .nav-justified > .nav-link,
.bootstrap-styles.theme-contrast .nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.bootstrap-styles.theme-contrast .tab-content > .tab-pane {
  display: none;
}
.bootstrap-styles.theme-contrast .tab-content > .active {
  display: block;
}

.bootstrap-styles.theme-contrast .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.bootstrap-styles.theme-contrast .navbar .container,
.bootstrap-styles.theme-contrast .navbar .container-fluid,
.bootstrap-styles.theme-contrast .navbar .container-sm,
.bootstrap-styles.theme-contrast .navbar .container-md,
.bootstrap-styles.theme-contrast .navbar .container-lg,
.bootstrap-styles.theme-contrast .navbar .container-xl,
.bootstrap-styles.theme-contrast .navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.bootstrap-styles.theme-contrast .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.bootstrap-styles.theme-contrast .navbar-brand:hover, .bootstrap-styles.theme-contrast .navbar-brand:focus {
  text-decoration: none;
}

.bootstrap-styles.theme-contrast .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.bootstrap-styles.theme-contrast .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-styles.theme-contrast .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.bootstrap-styles.theme-contrast .navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.bootstrap-styles.theme-contrast .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.bootstrap-styles.theme-contrast .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .navbar-toggler:hover, .bootstrap-styles.theme-contrast .navbar-toggler:focus {
  text-decoration: none;
}

.bootstrap-styles.theme-contrast .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.bootstrap-styles.theme-contrast .navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-fluid,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-sm,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-md,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-lg,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-xl,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-fluid,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-sm,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-md,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-lg,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-xl,
  .bootstrap-styles.theme-contrast .navbar-expand-sm > .container-xxl {
    flex-wrap: nowrap;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-fluid,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-sm,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-md,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-lg,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-xl,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-fluid,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-sm,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-md,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-lg,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-xl,
  .bootstrap-styles.theme-contrast .navbar-expand-md > .container-xxl {
    flex-wrap: nowrap;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-fluid,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-sm,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-md,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-lg,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-xl,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-fluid,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-sm,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-md,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-lg,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-xl,
  .bootstrap-styles.theme-contrast .navbar-expand-lg > .container-xxl {
    flex-wrap: nowrap;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-fluid,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-sm,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-md,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-lg,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-xl,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-fluid,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-sm,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-md,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-lg,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-xl,
  .bootstrap-styles.theme-contrast .navbar-expand-xl > .container-xxl {
    flex-wrap: nowrap;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-fluid,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-sm,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-md,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-lg,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-xl,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .bootstrap-styles.theme-contrast .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-fluid,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-sm,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-md,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-lg,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-xl,
  .bootstrap-styles.theme-contrast .navbar-expand-xxl > .container-xxl {
    flex-wrap: nowrap;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .bootstrap-styles.theme-contrast .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.bootstrap-styles.theme-contrast .navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.bootstrap-styles.theme-contrast .navbar-expand > .container,
.bootstrap-styles.theme-contrast .navbar-expand > .container-fluid,
.bootstrap-styles.theme-contrast .navbar-expand > .container-sm,
.bootstrap-styles.theme-contrast .navbar-expand > .container-md,
.bootstrap-styles.theme-contrast .navbar-expand > .container-lg,
.bootstrap-styles.theme-contrast .navbar-expand > .container-xl,
.bootstrap-styles.theme-contrast .navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-styles.theme-contrast .navbar-expand .navbar-nav {
  flex-direction: row;
}
.bootstrap-styles.theme-contrast .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.bootstrap-styles.theme-contrast .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.bootstrap-styles.theme-contrast .navbar-expand > .container,
.bootstrap-styles.theme-contrast .navbar-expand > .container-fluid,
.bootstrap-styles.theme-contrast .navbar-expand > .container-sm,
.bootstrap-styles.theme-contrast .navbar-expand > .container-md,
.bootstrap-styles.theme-contrast .navbar-expand > .container-lg,
.bootstrap-styles.theme-contrast .navbar-expand > .container-xl,
.bootstrap-styles.theme-contrast .navbar-expand > .container-xxl {
  flex-wrap: nowrap;
}
.bootstrap-styles.theme-contrast .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.bootstrap-styles.theme-contrast .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.bootstrap-styles.theme-contrast .navbar-expand .navbar-toggler {
  display: none;
}

.bootstrap-styles.theme-contrast .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-styles.theme-contrast .navbar-light .navbar-brand:hover, .bootstrap-styles.theme-contrast .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-styles.theme-contrast .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap-styles.theme-contrast .navbar-light .navbar-nav .nav-link:hover, .bootstrap-styles.theme-contrast .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.bootstrap-styles.theme-contrast .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.bootstrap-styles.theme-contrast .navbar-light .navbar-nav .show > .nav-link,
.bootstrap-styles.theme-contrast .navbar-light .navbar-nav .active > .nav-link,
.bootstrap-styles.theme-contrast .navbar-light .navbar-nav .nav-link.show,
.bootstrap-styles.theme-contrast .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-styles.theme-contrast .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.bootstrap-styles.theme-contrast .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap-styles.theme-contrast .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.bootstrap-styles.theme-contrast .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.bootstrap-styles.theme-contrast .navbar-light .navbar-text a:hover, .bootstrap-styles.theme-contrast .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.bootstrap-styles.theme-contrast .navbar-dark .navbar-brand {
  color: #fff;
}
.bootstrap-styles.theme-contrast .navbar-dark .navbar-brand:hover, .bootstrap-styles.theme-contrast .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.bootstrap-styles.theme-contrast .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-styles.theme-contrast .navbar-dark .navbar-nav .nav-link:hover, .bootstrap-styles.theme-contrast .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.bootstrap-styles.theme-contrast .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.bootstrap-styles.theme-contrast .navbar-dark .navbar-nav .show > .nav-link,
.bootstrap-styles.theme-contrast .navbar-dark .navbar-nav .active > .nav-link,
.bootstrap-styles.theme-contrast .navbar-dark .navbar-nav .nav-link.show,
.bootstrap-styles.theme-contrast .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.bootstrap-styles.theme-contrast .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.bootstrap-styles.theme-contrast .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bootstrap-styles.theme-contrast .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-styles.theme-contrast .navbar-dark .navbar-text a {
  color: #fff;
}
.bootstrap-styles.theme-contrast .navbar-dark .navbar-text a:hover, .bootstrap-styles.theme-contrast .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.bootstrap-styles.theme-contrast .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-styles.theme-contrast .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bootstrap-styles.theme-contrast .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.bootstrap-styles.theme-contrast .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.bootstrap-styles.theme-contrast .card > .card-header + .list-group,
.bootstrap-styles.theme-contrast .card > .list-group + .card-footer {
  border-top: 0;
}

.bootstrap-styles.theme-contrast .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.bootstrap-styles.theme-contrast .card-title {
  margin-bottom: 0.75rem;
}

.bootstrap-styles.theme-contrast .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.bootstrap-styles.theme-contrast .card-text:last-child {
  margin-bottom: 0;
}

.bootstrap-styles.theme-contrast .card-link:hover {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .card-link + .card-link {
  margin-left: 1.25rem;
}

.bootstrap-styles.theme-contrast .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap-styles.theme-contrast .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.bootstrap-styles.theme-contrast .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap-styles.theme-contrast .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.bootstrap-styles.theme-contrast .card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.bootstrap-styles.theme-contrast .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.bootstrap-styles.theme-contrast .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.bootstrap-styles.theme-contrast .card-img,
.bootstrap-styles.theme-contrast .card-img-top,
.bootstrap-styles.theme-contrast .card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.bootstrap-styles.theme-contrast .card-img,
.bootstrap-styles.theme-contrast .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.bootstrap-styles.theme-contrast .card-img,
.bootstrap-styles.theme-contrast .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.bootstrap-styles.theme-contrast .card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .bootstrap-styles.theme-contrast .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.bootstrap-styles.theme-contrast .card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .bootstrap-styles.theme-contrast .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .bootstrap-styles.theme-contrast .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .bootstrap-styles.theme-contrast .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .bootstrap-styles.theme-contrast .card-group > .card:not(:last-child) .card-img-top,
  .bootstrap-styles.theme-contrast .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .bootstrap-styles.theme-contrast .card-group > .card:not(:last-child) .card-img-bottom,
  .bootstrap-styles.theme-contrast .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .bootstrap-styles.theme-contrast .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .bootstrap-styles.theme-contrast .card-group > .card:not(:first-child) .card-img-top,
  .bootstrap-styles.theme-contrast .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .bootstrap-styles.theme-contrast .card-group > .card:not(:first-child) .card-img-bottom,
  .bootstrap-styles.theme-contrast .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.bootstrap-styles.theme-contrast .card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .bootstrap-styles.theme-contrast .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.bootstrap-styles.theme-contrast .accordion {
  overflow-anchor: none;
}
.bootstrap-styles.theme-contrast .accordion > .card {
  overflow: hidden;
}
.bootstrap-styles.theme-contrast .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bootstrap-styles.theme-contrast .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-styles.theme-contrast .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.bootstrap-styles.theme-contrast .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.bootstrap-styles.theme-contrast .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.bootstrap-styles.theme-contrast .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.bootstrap-styles.theme-contrast .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.bootstrap-styles.theme-contrast .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .breadcrumb-item.active {
  color: #6c757d;
}

.bootstrap-styles.theme-contrast .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.bootstrap-styles.theme-contrast .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: cyan;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.bootstrap-styles.theme-contrast .page-link:hover {
  z-index: 2;
  color: #00b3b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.bootstrap-styles.theme-contrast .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0.25);
}

.bootstrap-styles.theme-contrast .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: cyan;
  border-color: cyan;
}
.bootstrap-styles.theme-contrast .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.bootstrap-styles.theme-contrast .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.bootstrap-styles.theme-contrast .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.bootstrap-styles.theme-contrast .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.bootstrap-styles.theme-contrast .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.bootstrap-styles.theme-contrast .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.bootstrap-styles.theme-contrast .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.bootstrap-styles.theme-contrast .badge, .bootstrap-styles.theme-contrast .lblAvisoImportante {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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) {
  .bootstrap-styles.theme-contrast .badge, .bootstrap-styles.theme-contrast .lblAvisoImportante {
    transition: none;
  }
}
.bootstrap-styles.theme-contrast a.badge:hover, .bootstrap-styles.theme-contrast a.lblAvisoImportante:hover, .bootstrap-styles.theme-contrast a.badge:focus, .bootstrap-styles.theme-contrast a.lblAvisoImportante:focus {
  text-decoration: none;
}

.bootstrap-styles.theme-contrast .badge:empty, .bootstrap-styles.theme-contrast .lblAvisoImportante:empty {
  display: none;
}

.bootstrap-styles.theme-contrast .btn .badge, .bootstrap-styles.theme-contrast .btn .lblAvisoImportante, .bootstrap-styles.theme-contrast .eproc-button-primary .badge, .bootstrap-styles.theme-contrast .eproc-button-primary .lblAvisoImportante, .bootstrap-styles.theme-contrast .infraButton.btn-primary .badge, .bootstrap-styles.theme-contrast .infraButton.btn-primary .lblAvisoImportante, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado .badge, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado .lblAvisoImportante, .bootstrap-styles.theme-contrast .eproc-button .badge, .bootstrap-styles.theme-contrast .eproc-button .lblAvisoImportante, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) .badge, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) .lblAvisoImportante {
  position: relative;
  top: -1px;
}

.bootstrap-styles.theme-contrast .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.bootstrap-styles.theme-contrast .badge-primary {
  color: #212529;
  background-color: cyan;
}
.bootstrap-styles.theme-contrast a.badge-primary:hover, .bootstrap-styles.theme-contrast a.badge-primary:focus {
  color: #212529;
  background-color: #00cccc;
}
.bootstrap-styles.theme-contrast a.badge-primary:focus, .bootstrap-styles.theme-contrast a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0.5);
}

.bootstrap-styles.theme-contrast .badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.bootstrap-styles.theme-contrast a.badge-secondary:hover, .bootstrap-styles.theme-contrast a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
.bootstrap-styles.theme-contrast a.badge-secondary:focus, .bootstrap-styles.theme-contrast a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.bootstrap-styles.theme-contrast .badge-success {
  color: #fff;
  background-color: #28a745;
}
.bootstrap-styles.theme-contrast a.badge-success:hover, .bootstrap-styles.theme-contrast a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
.bootstrap-styles.theme-contrast a.badge-success:focus, .bootstrap-styles.theme-contrast a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.bootstrap-styles.theme-contrast .badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.bootstrap-styles.theme-contrast a.badge-info:hover, .bootstrap-styles.theme-contrast a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
.bootstrap-styles.theme-contrast a.badge-info:focus, .bootstrap-styles.theme-contrast a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.bootstrap-styles.theme-contrast .badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.bootstrap-styles.theme-contrast a.badge-warning:hover, .bootstrap-styles.theme-contrast a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
.bootstrap-styles.theme-contrast a.badge-warning:focus, .bootstrap-styles.theme-contrast a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.bootstrap-styles.theme-contrast .badge-danger, .bootstrap-styles.theme-contrast .lblAvisoImportante {
  color: #fff;
  background-color: #dc3545;
}
.bootstrap-styles.theme-contrast a.badge-danger:hover, .bootstrap-styles.theme-contrast a.lblAvisoImportante:hover, .bootstrap-styles.theme-contrast a.badge-danger:focus, .bootstrap-styles.theme-contrast a.lblAvisoImportante:focus {
  color: #fff;
  background-color: #bd2130;
}
.bootstrap-styles.theme-contrast a.badge-danger:focus, .bootstrap-styles.theme-contrast a.lblAvisoImportante:focus, .bootstrap-styles.theme-contrast a.badge-danger.focus, .bootstrap-styles.theme-contrast a.focus.lblAvisoImportante {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.bootstrap-styles.theme-contrast .badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.bootstrap-styles.theme-contrast a.badge-light:hover, .bootstrap-styles.theme-contrast a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
.bootstrap-styles.theme-contrast a.badge-light:focus, .bootstrap-styles.theme-contrast a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.bootstrap-styles.theme-contrast .badge-dark {
  color: #fff;
  background-color: #343a40;
}
.bootstrap-styles.theme-contrast a.badge-dark:hover, .bootstrap-styles.theme-contrast a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
.bootstrap-styles.theme-contrast a.badge-dark:focus, .bootstrap-styles.theme-contrast a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.bootstrap-styles.theme-contrast .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .jumbotron {
    padding: 4rem 2rem;
  }
}

.bootstrap-styles.theme-contrast .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.bootstrap-styles.theme-contrast .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.bootstrap-styles.theme-contrast .alert-heading {
  color: inherit;
}

.bootstrap-styles.theme-contrast .alert-link {
  font-weight: 700;
}

.bootstrap-styles.theme-contrast .alert-dismissible {
  padding-right: 4rem;
}
.bootstrap-styles.theme-contrast .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.bootstrap-styles.theme-contrast .alert-primary {
  color: #008585;
  background-color: #ccffff;
  border-color: #b8ffff;
}
.bootstrap-styles.theme-contrast .alert-primary hr {
  border-top-color: #9fffff;
}
.bootstrap-styles.theme-contrast .alert-primary .alert-link {
  color: #005252;
}

.bootstrap-styles.theme-contrast .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.bootstrap-styles.theme-contrast .alert-secondary hr {
  border-top-color: #c8cbcf;
}
.bootstrap-styles.theme-contrast .alert-secondary .alert-link {
  color: #202326;
}

.bootstrap-styles.theme-contrast .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.bootstrap-styles.theme-contrast .alert-success hr {
  border-top-color: #b1dfbb;
}
.bootstrap-styles.theme-contrast .alert-success .alert-link {
  color: #0b2e13;
}

.bootstrap-styles.theme-contrast .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.bootstrap-styles.theme-contrast .alert-info hr {
  border-top-color: #abdde5;
}
.bootstrap-styles.theme-contrast .alert-info .alert-link {
  color: #062c33;
}

.bootstrap-styles.theme-contrast .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.bootstrap-styles.theme-contrast .alert-warning hr {
  border-top-color: #ffe8a1;
}
.bootstrap-styles.theme-contrast .alert-warning .alert-link {
  color: #533f03;
}

.bootstrap-styles.theme-contrast .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.bootstrap-styles.theme-contrast .alert-danger hr {
  border-top-color: #f1b0b7;
}
.bootstrap-styles.theme-contrast .alert-danger .alert-link {
  color: #491217;
}

.bootstrap-styles.theme-contrast .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.bootstrap-styles.theme-contrast .alert-light hr {
  border-top-color: #ececf6;
}
.bootstrap-styles.theme-contrast .alert-light .alert-link {
  color: #686868;
}

.bootstrap-styles.theme-contrast .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.bootstrap-styles.theme-contrast .alert-dark hr {
  border-top-color: #b9bbbe;
}
.bootstrap-styles.theme-contrast .alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.bootstrap-styles.theme-contrast .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.bootstrap-styles.theme-contrast .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: cyan;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .progress-bar {
    transition: none;
  }
}

.bootstrap-styles.theme-contrast .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.bootstrap-styles.theme-contrast .progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .progress-bar-animated {
    animation: none;
  }
}

.bootstrap-styles.theme-contrast .media {
  display: flex;
  align-items: flex-start;
}

.bootstrap-styles.theme-contrast .media-body {
  flex: 1;
}

.bootstrap-styles.theme-contrast .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.bootstrap-styles.theme-contrast .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.bootstrap-styles.theme-contrast .list-group-item-action:hover, .bootstrap-styles.theme-contrast .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap-styles.theme-contrast .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.bootstrap-styles.theme-contrast .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.bootstrap-styles.theme-contrast .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.bootstrap-styles.theme-contrast .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.bootstrap-styles.theme-contrast .list-group-item.disabled, .bootstrap-styles.theme-contrast .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.bootstrap-styles.theme-contrast .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: cyan;
  border-color: cyan;
}
.bootstrap-styles.theme-contrast .list-group-item + .list-group-item {
  border-top-width: 0;
}
.bootstrap-styles.theme-contrast .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.bootstrap-styles.theme-contrast .list-group-horizontal {
  flex-direction: row;
}
.bootstrap-styles.theme-contrast .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.bootstrap-styles.theme-contrast .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.bootstrap-styles.theme-contrast .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.bootstrap-styles.theme-contrast .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.bootstrap-styles.theme-contrast .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .list-group-horizontal-sm {
    flex-direction: row;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast .list-group-horizontal-md {
    flex-direction: row;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .list-group-horizontal-lg {
    flex-direction: row;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast .list-group-horizontal-xl {
    flex-direction: row;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .bootstrap-styles.theme-contrast .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .bootstrap-styles.theme-contrast .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.bootstrap-styles.theme-contrast .list-group-flush {
  border-radius: 0;
}
.bootstrap-styles.theme-contrast .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.bootstrap-styles.theme-contrast .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.bootstrap-styles.theme-contrast .list-group-item-primary {
  color: #008585;
  background-color: #b8ffff;
}
.bootstrap-styles.theme-contrast .list-group-item-primary.list-group-item-action:hover, .bootstrap-styles.theme-contrast .list-group-item-primary.list-group-item-action:focus {
  color: #008585;
  background-color: #9fffff;
}
.bootstrap-styles.theme-contrast .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #008585;
  border-color: #008585;
}

.bootstrap-styles.theme-contrast .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.bootstrap-styles.theme-contrast .list-group-item-secondary.list-group-item-action:hover, .bootstrap-styles.theme-contrast .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.bootstrap-styles.theme-contrast .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.bootstrap-styles.theme-contrast .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.bootstrap-styles.theme-contrast .list-group-item-success.list-group-item-action:hover, .bootstrap-styles.theme-contrast .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.bootstrap-styles.theme-contrast .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.bootstrap-styles.theme-contrast .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.bootstrap-styles.theme-contrast .list-group-item-info.list-group-item-action:hover, .bootstrap-styles.theme-contrast .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.bootstrap-styles.theme-contrast .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.bootstrap-styles.theme-contrast .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.bootstrap-styles.theme-contrast .list-group-item-warning.list-group-item-action:hover, .bootstrap-styles.theme-contrast .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.bootstrap-styles.theme-contrast .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.bootstrap-styles.theme-contrast .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.bootstrap-styles.theme-contrast .list-group-item-danger.list-group-item-action:hover, .bootstrap-styles.theme-contrast .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.bootstrap-styles.theme-contrast .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.bootstrap-styles.theme-contrast .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.bootstrap-styles.theme-contrast .list-group-item-light.list-group-item-action:hover, .bootstrap-styles.theme-contrast .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.bootstrap-styles.theme-contrast .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.bootstrap-styles.theme-contrast .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.bootstrap-styles.theme-contrast .list-group-item-dark.list-group-item-action:hover, .bootstrap-styles.theme-contrast .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.bootstrap-styles.theme-contrast .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.bootstrap-styles.theme-contrast .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.bootstrap-styles.theme-contrast .close:hover {
  color: #000;
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .close:not(:disabled):not(.disabled):hover, .bootstrap-styles.theme-contrast .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

.bootstrap-styles.theme-contrast button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.bootstrap-styles.theme-contrast a.close.disabled {
  pointer-events: none;
}

.bootstrap-styles.theme-contrast .toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.bootstrap-styles.theme-contrast .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.bootstrap-styles.theme-contrast .toast.showing {
  opacity: 1;
}
.bootstrap-styles.theme-contrast .toast.show {
  display: block;
  opacity: 1;
}
.bootstrap-styles.theme-contrast .toast.hide {
  display: none;
}

.bootstrap-styles.theme-contrast .toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.bootstrap-styles.theme-contrast .toast-body {
  padding: 0.75rem;
}

.bootstrap-styles.theme-contrast .modal-open {
  overflow: hidden;
}
.bootstrap-styles.theme-contrast .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.bootstrap-styles.theme-contrast .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.bootstrap-styles.theme-contrast .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.bootstrap-styles.theme-contrast .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .modal.fade .modal-dialog {
    transition: none;
  }
}
.bootstrap-styles.theme-contrast .modal.show .modal-dialog {
  transform: none;
}
.bootstrap-styles.theme-contrast .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.bootstrap-styles.theme-contrast .modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.bootstrap-styles.theme-contrast .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.bootstrap-styles.theme-contrast .modal-dialog-scrollable .modal-header,
.bootstrap-styles.theme-contrast .modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.bootstrap-styles.theme-contrast .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.bootstrap-styles.theme-contrast .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.bootstrap-styles.theme-contrast .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.bootstrap-styles.theme-contrast .modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bootstrap-styles.theme-contrast .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.bootstrap-styles.theme-contrast .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.bootstrap-styles.theme-contrast .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.bootstrap-styles.theme-contrast .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.bootstrap-styles.theme-contrast .modal-backdrop.fade {
  opacity: 0;
}
.bootstrap-styles.theme-contrast .modal-backdrop.show {
  opacity: 0.5;
}

.bootstrap-styles.theme-contrast .modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap-styles.theme-contrast .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.bootstrap-styles.theme-contrast .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.bootstrap-styles.theme-contrast .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.bootstrap-styles.theme-contrast .modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.bootstrap-styles.theme-contrast .modal-footer > * {
  margin: 0.25rem;
}

.bootstrap-styles.theme-contrast .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .bootstrap-styles.theme-contrast .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .bootstrap-styles.theme-contrast .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .bootstrap-styles.theme-contrast .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .bootstrap-styles.theme-contrast .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .bootstrap-styles.theme-contrast .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .modal-lg,
  .bootstrap-styles.theme-contrast .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast .modal-xl {
    max-width: 1140px;
  }
}
.bootstrap-styles.theme-contrast .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.bootstrap-styles.theme-contrast .tooltip.show {
  opacity: 0.9;
}
.bootstrap-styles.theme-contrast .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.bootstrap-styles.theme-contrast .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bootstrap-styles.theme-contrast .bs-tooltip-top, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bootstrap-styles.theme-contrast .bs-tooltip-top .arrow, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bootstrap-styles.theme-contrast .bs-tooltip-top .arrow::before, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bootstrap-styles.theme-contrast .bs-tooltip-right, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bootstrap-styles.theme-contrast .bs-tooltip-right .arrow, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap-styles.theme-contrast .bs-tooltip-right .arrow::before, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bootstrap-styles.theme-contrast .bs-tooltip-bottom, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bootstrap-styles.theme-contrast .bs-tooltip-bottom .arrow, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bootstrap-styles.theme-contrast .bs-tooltip-bottom .arrow::before, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bootstrap-styles.theme-contrast .bs-tooltip-left, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bootstrap-styles.theme-contrast .bs-tooltip-left .arrow, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bootstrap-styles.theme-contrast .bs-tooltip-left .arrow::before, .bootstrap-styles.theme-contrast .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.bootstrap-styles.theme-contrast .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.bootstrap-styles.theme-contrast .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.bootstrap-styles.theme-contrast .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.bootstrap-styles.theme-contrast .popover .arrow::before, .bootstrap-styles.theme-contrast .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bootstrap-styles.theme-contrast .bs-popover-top, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bootstrap-styles.theme-contrast .bs-popover-top > .arrow, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bootstrap-styles.theme-contrast .bs-popover-top > .arrow::before, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-styles.theme-contrast .bs-popover-top > .arrow::after, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bootstrap-styles.theme-contrast .bs-popover-right, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bootstrap-styles.theme-contrast .bs-popover-right > .arrow, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrap-styles.theme-contrast .bs-popover-right > .arrow::before, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-styles.theme-contrast .bs-popover-right > .arrow::after, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bootstrap-styles.theme-contrast .bs-popover-bottom, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bootstrap-styles.theme-contrast .bs-popover-bottom > .arrow, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bootstrap-styles.theme-contrast .bs-popover-bottom > .arrow::before, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-styles.theme-contrast .bs-popover-bottom > .arrow::after, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bootstrap-styles.theme-contrast .bs-popover-bottom .popover-header::before, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bootstrap-styles.theme-contrast .bs-popover-left, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bootstrap-styles.theme-contrast .bs-popover-left > .arrow, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bootstrap-styles.theme-contrast .bs-popover-left > .arrow::before, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bootstrap-styles.theme-contrast .bs-popover-left > .arrow::after, .bootstrap-styles.theme-contrast .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.bootstrap-styles.theme-contrast .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.bootstrap-styles.theme-contrast .popover-header:empty {
  display: none;
}

.bootstrap-styles.theme-contrast .popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.bootstrap-styles.theme-contrast .carousel {
  position: relative;
}

.bootstrap-styles.theme-contrast .carousel.pointer-event {
  touch-action: pan-y;
}

.bootstrap-styles.theme-contrast .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.bootstrap-styles.theme-contrast .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.bootstrap-styles.theme-contrast .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .carousel-item {
    transition: none;
  }
}

.bootstrap-styles.theme-contrast .carousel-item.active,
.bootstrap-styles.theme-contrast .carousel-item-next,
.bootstrap-styles.theme-contrast .carousel-item-prev {
  display: block;
}

.bootstrap-styles.theme-contrast .carousel-item-next:not(.carousel-item-left),
.bootstrap-styles.theme-contrast .active.carousel-item-right {
  transform: translateX(100%);
}

.bootstrap-styles.theme-contrast .carousel-item-prev:not(.carousel-item-right),
.bootstrap-styles.theme-contrast .active.carousel-item-left {
  transform: translateX(-100%);
}

.bootstrap-styles.theme-contrast .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.bootstrap-styles.theme-contrast .carousel-fade .carousel-item.active,
.bootstrap-styles.theme-contrast .carousel-fade .carousel-item-next.carousel-item-left,
.bootstrap-styles.theme-contrast .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.bootstrap-styles.theme-contrast .carousel-fade .active.carousel-item-left,
.bootstrap-styles.theme-contrast .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .carousel-fade .active.carousel-item-left,
  .bootstrap-styles.theme-contrast .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.bootstrap-styles.theme-contrast .carousel-control-prev,
.bootstrap-styles.theme-contrast .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .carousel-control-prev,
  .bootstrap-styles.theme-contrast .carousel-control-next {
    transition: none;
  }
}
.bootstrap-styles.theme-contrast .carousel-control-prev:hover, .bootstrap-styles.theme-contrast .carousel-control-prev:focus, .bootstrap-styles.theme-contrast .carousel-control-next:hover, .bootstrap-styles.theme-contrast .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.bootstrap-styles.theme-contrast .carousel-control-prev {
  left: 0;
}

.bootstrap-styles.theme-contrast .carousel-control-next {
  right: 0;
}

.bootstrap-styles.theme-contrast .carousel-control-prev-icon,
.bootstrap-styles.theme-contrast .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.bootstrap-styles.theme-contrast .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.bootstrap-styles.theme-contrast .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.bootstrap-styles.theme-contrast .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.bootstrap-styles.theme-contrast .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .carousel-indicators li {
    transition: none;
  }
}
.bootstrap-styles.theme-contrast .carousel-indicators .active {
  opacity: 1;
}

.bootstrap-styles.theme-contrast .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.bootstrap-styles.theme-contrast .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.bootstrap-styles.theme-contrast .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.bootstrap-styles.theme-contrast .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.bootstrap-styles.theme-contrast .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-styles.theme-contrast .spinner-border,
  .bootstrap-styles.theme-contrast .spinner-grow {
    animation-duration: 1.5s;
  }
}
.bootstrap-styles.theme-contrast .align-baseline {
  vertical-align: baseline !important;
}

.bootstrap-styles.theme-contrast .align-top {
  vertical-align: top !important;
}

.bootstrap-styles.theme-contrast .align-middle {
  vertical-align: middle !important;
}

.bootstrap-styles.theme-contrast .align-bottom {
  vertical-align: bottom !important;
}

.bootstrap-styles.theme-contrast .align-text-bottom {
  vertical-align: text-bottom !important;
}

.bootstrap-styles.theme-contrast .align-text-top {
  vertical-align: text-top !important;
}

.bootstrap-styles.theme-contrast .bg-primary {
  background-color: cyan !important;
}

.bootstrap-styles.theme-contrast a.bg-primary:hover, .bootstrap-styles.theme-contrast a.bg-primary:focus, .bootstrap-styles.theme-contrast button.bg-primary:hover, .bootstrap-styles.theme-contrast button.bg-primary:focus {
  background-color: #00cccc !important;
}

.bootstrap-styles.theme-contrast .bg-secondary {
  background-color: #6c757d !important;
}

.bootstrap-styles.theme-contrast a.bg-secondary:hover, .bootstrap-styles.theme-contrast a.bg-secondary:focus, .bootstrap-styles.theme-contrast button.bg-secondary:hover, .bootstrap-styles.theme-contrast button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bootstrap-styles.theme-contrast .bg-success {
  background-color: #28a745 !important;
}

.bootstrap-styles.theme-contrast a.bg-success:hover, .bootstrap-styles.theme-contrast a.bg-success:focus, .bootstrap-styles.theme-contrast button.bg-success:hover, .bootstrap-styles.theme-contrast button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bootstrap-styles.theme-contrast .bg-info {
  background-color: #17a2b8 !important;
}

.bootstrap-styles.theme-contrast a.bg-info:hover, .bootstrap-styles.theme-contrast a.bg-info:focus, .bootstrap-styles.theme-contrast button.bg-info:hover, .bootstrap-styles.theme-contrast button.bg-info:focus {
  background-color: #117a8b !important;
}

.bootstrap-styles.theme-contrast .bg-warning {
  background-color: #ffc107 !important;
}

.bootstrap-styles.theme-contrast a.bg-warning:hover, .bootstrap-styles.theme-contrast a.bg-warning:focus, .bootstrap-styles.theme-contrast button.bg-warning:hover, .bootstrap-styles.theme-contrast button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bootstrap-styles.theme-contrast .bg-danger {
  background-color: #dc3545 !important;
}

.bootstrap-styles.theme-contrast a.bg-danger:hover, .bootstrap-styles.theme-contrast a.bg-danger:focus, .bootstrap-styles.theme-contrast button.bg-danger:hover, .bootstrap-styles.theme-contrast button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bootstrap-styles.theme-contrast .bg-light {
  background-color: #f8f9fa !important;
}

.bootstrap-styles.theme-contrast a.bg-light:hover, .bootstrap-styles.theme-contrast a.bg-light:focus, .bootstrap-styles.theme-contrast button.bg-light:hover, .bootstrap-styles.theme-contrast button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bootstrap-styles.theme-contrast .bg-dark {
  background-color: #343a40 !important;
}

.bootstrap-styles.theme-contrast a.bg-dark:hover, .bootstrap-styles.theme-contrast a.bg-dark:focus, .bootstrap-styles.theme-contrast button.bg-dark:hover, .bootstrap-styles.theme-contrast button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bootstrap-styles.theme-contrast .bg-white, .bootstrap-styles.theme-contrast .eproc-card, .bootstrap-styles.theme-contrast .eproc-fieldset, .bootstrap-styles.theme-contrast .infraFieldset, .bootstrap-styles.theme-contrast .ui-autocomplete-input {
  background-color: #fff !important;
}

.bootstrap-styles.theme-contrast .bg-transparent {
  background-color: transparent !important;
}

.bootstrap-styles.theme-contrast .border {
  border: 1px solid #dee2e6 !important;
}

.bootstrap-styles.theme-contrast .border-top {
  border-top: 1px solid #dee2e6 !important;
}

.bootstrap-styles.theme-contrast .border-right {
  border-right: 1px solid #dee2e6 !important;
}

.bootstrap-styles.theme-contrast .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.bootstrap-styles.theme-contrast .border-left {
  border-left: 1px solid #dee2e6 !important;
}

.bootstrap-styles.theme-contrast .border-0 {
  border: 0 !important;
}

.bootstrap-styles.theme-contrast .border-top-0 {
  border-top: 0 !important;
}

.bootstrap-styles.theme-contrast .border-right-0 {
  border-right: 0 !important;
}

.bootstrap-styles.theme-contrast .border-bottom-0 {
  border-bottom: 0 !important;
}

.bootstrap-styles.theme-contrast .border-left-0 {
  border-left: 0 !important;
}

.bootstrap-styles.theme-contrast .border-primary {
  border-color: cyan !important;
}

.bootstrap-styles.theme-contrast .border-secondary {
  border-color: #6c757d !important;
}

.bootstrap-styles.theme-contrast .border-success {
  border-color: #28a745 !important;
}

.bootstrap-styles.theme-contrast .border-info {
  border-color: #17a2b8 !important;
}

.bootstrap-styles.theme-contrast .border-warning {
  border-color: #ffc107 !important;
}

.bootstrap-styles.theme-contrast .border-danger {
  border-color: #dc3545 !important;
}

.bootstrap-styles.theme-contrast .border-light {
  border-color: #f8f9fa !important;
}

.bootstrap-styles.theme-contrast .border-dark {
  border-color: #343a40 !important;
}

.bootstrap-styles.theme-contrast .border-white {
  border-color: #fff !important;
}

.bootstrap-styles.theme-contrast .rounded-sm {
  border-radius: 0.2rem !important;
}

.bootstrap-styles.theme-contrast .rounded {
  border-radius: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .rounded-lg {
  border-radius: 0.3rem !important;
}

.bootstrap-styles.theme-contrast .rounded-circle {
  border-radius: 50% !important;
}

.bootstrap-styles.theme-contrast .rounded-pill {
  border-radius: 50rem !important;
}

.bootstrap-styles.theme-contrast .rounded-0 {
  border-radius: 0 !important;
}

.bootstrap-styles.theme-contrast .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.bootstrap-styles.theme-contrast .d-none {
  display: none !important;
}

.bootstrap-styles.theme-contrast .d-inline {
  display: inline !important;
}

.bootstrap-styles.theme-contrast .d-inline-block {
  display: inline-block !important;
}

.bootstrap-styles.theme-contrast .d-block {
  display: block !important;
}

.bootstrap-styles.theme-contrast .d-table {
  display: table !important;
}

.bootstrap-styles.theme-contrast .d-table-row {
  display: table-row !important;
}

.bootstrap-styles.theme-contrast .d-table-cell {
  display: table-cell !important;
}

.bootstrap-styles.theme-contrast .d-flex {
  display: flex !important;
}

.bootstrap-styles.theme-contrast .d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .d-sm-none {
    display: none !important;
  }
  .bootstrap-styles.theme-contrast .d-sm-inline {
    display: inline !important;
  }
  .bootstrap-styles.theme-contrast .d-sm-inline-block {
    display: inline-block !important;
  }
  .bootstrap-styles.theme-contrast .d-sm-block {
    display: block !important;
  }
  .bootstrap-styles.theme-contrast .d-sm-table {
    display: table !important;
  }
  .bootstrap-styles.theme-contrast .d-sm-table-row {
    display: table-row !important;
  }
  .bootstrap-styles.theme-contrast .d-sm-table-cell {
    display: table-cell !important;
  }
  .bootstrap-styles.theme-contrast .d-sm-flex {
    display: flex !important;
  }
  .bootstrap-styles.theme-contrast .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast .d-md-none {
    display: none !important;
  }
  .bootstrap-styles.theme-contrast .d-md-inline {
    display: inline !important;
  }
  .bootstrap-styles.theme-contrast .d-md-inline-block {
    display: inline-block !important;
  }
  .bootstrap-styles.theme-contrast .d-md-block {
    display: block !important;
  }
  .bootstrap-styles.theme-contrast .d-md-table {
    display: table !important;
  }
  .bootstrap-styles.theme-contrast .d-md-table-row {
    display: table-row !important;
  }
  .bootstrap-styles.theme-contrast .d-md-table-cell {
    display: table-cell !important;
  }
  .bootstrap-styles.theme-contrast .d-md-flex {
    display: flex !important;
  }
  .bootstrap-styles.theme-contrast .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .d-lg-none {
    display: none !important;
  }
  .bootstrap-styles.theme-contrast .d-lg-inline {
    display: inline !important;
  }
  .bootstrap-styles.theme-contrast .d-lg-inline-block {
    display: inline-block !important;
  }
  .bootstrap-styles.theme-contrast .d-lg-block {
    display: block !important;
  }
  .bootstrap-styles.theme-contrast .d-lg-table {
    display: table !important;
  }
  .bootstrap-styles.theme-contrast .d-lg-table-row {
    display: table-row !important;
  }
  .bootstrap-styles.theme-contrast .d-lg-table-cell {
    display: table-cell !important;
  }
  .bootstrap-styles.theme-contrast .d-lg-flex {
    display: flex !important;
  }
  .bootstrap-styles.theme-contrast .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast .d-xl-none {
    display: none !important;
  }
  .bootstrap-styles.theme-contrast .d-xl-inline {
    display: inline !important;
  }
  .bootstrap-styles.theme-contrast .d-xl-inline-block {
    display: inline-block !important;
  }
  .bootstrap-styles.theme-contrast .d-xl-block {
    display: block !important;
  }
  .bootstrap-styles.theme-contrast .d-xl-table {
    display: table !important;
  }
  .bootstrap-styles.theme-contrast .d-xl-table-row {
    display: table-row !important;
  }
  .bootstrap-styles.theme-contrast .d-xl-table-cell {
    display: table-cell !important;
  }
  .bootstrap-styles.theme-contrast .d-xl-flex {
    display: flex !important;
  }
  .bootstrap-styles.theme-contrast .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .bootstrap-styles.theme-contrast .d-xxl-none {
    display: none !important;
  }
  .bootstrap-styles.theme-contrast .d-xxl-inline {
    display: inline !important;
  }
  .bootstrap-styles.theme-contrast .d-xxl-inline-block {
    display: inline-block !important;
  }
  .bootstrap-styles.theme-contrast .d-xxl-block {
    display: block !important;
  }
  .bootstrap-styles.theme-contrast .d-xxl-table {
    display: table !important;
  }
  .bootstrap-styles.theme-contrast .d-xxl-table-row {
    display: table-row !important;
  }
  .bootstrap-styles.theme-contrast .d-xxl-table-cell {
    display: table-cell !important;
  }
  .bootstrap-styles.theme-contrast .d-xxl-flex {
    display: flex !important;
  }
  .bootstrap-styles.theme-contrast .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .bootstrap-styles.theme-contrast .d-print-none {
    display: none !important;
  }
  .bootstrap-styles.theme-contrast .d-print-inline {
    display: inline !important;
  }
  .bootstrap-styles.theme-contrast .d-print-inline-block {
    display: inline-block !important;
  }
  .bootstrap-styles.theme-contrast .d-print-block {
    display: block !important;
  }
  .bootstrap-styles.theme-contrast .d-print-table {
    display: table !important;
  }
  .bootstrap-styles.theme-contrast .d-print-table-row {
    display: table-row !important;
  }
  .bootstrap-styles.theme-contrast .d-print-table-cell {
    display: table-cell !important;
  }
  .bootstrap-styles.theme-contrast .d-print-flex {
    display: flex !important;
  }
  .bootstrap-styles.theme-contrast .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.bootstrap-styles.theme-contrast .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.bootstrap-styles.theme-contrast .embed-responsive::before {
  display: block;
  content: "";
}
.bootstrap-styles.theme-contrast .embed-responsive .embed-responsive-item,
.bootstrap-styles.theme-contrast .embed-responsive iframe,
.bootstrap-styles.theme-contrast .embed-responsive embed,
.bootstrap-styles.theme-contrast .embed-responsive object,
.bootstrap-styles.theme-contrast .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bootstrap-styles.theme-contrast .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.bootstrap-styles.theme-contrast .embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.bootstrap-styles.theme-contrast .embed-responsive-4by3::before {
  padding-top: 75%;
}

.bootstrap-styles.theme-contrast .embed-responsive-1by1::before {
  padding-top: 100%;
}

.bootstrap-styles.theme-contrast .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.bootstrap-styles.theme-contrast .embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.bootstrap-styles.theme-contrast .embed-responsive-4by3::before {
  padding-top: 75%;
}

.bootstrap-styles.theme-contrast .embed-responsive-1by1::before {
  padding-top: 100%;
}

.bootstrap-styles.theme-contrast .flex-row {
  flex-direction: row !important;
}

.bootstrap-styles.theme-contrast .flex-column {
  flex-direction: column !important;
}

.bootstrap-styles.theme-contrast .flex-row-reverse {
  flex-direction: row-reverse !important;
}

.bootstrap-styles.theme-contrast .flex-column-reverse {
  flex-direction: column-reverse !important;
}

.bootstrap-styles.theme-contrast .flex-wrap {
  flex-wrap: wrap !important;
}

.bootstrap-styles.theme-contrast .flex-nowrap {
  flex-wrap: nowrap !important;
}

.bootstrap-styles.theme-contrast .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.bootstrap-styles.theme-contrast .flex-fill {
  flex: 1 1 auto !important;
}

.bootstrap-styles.theme-contrast .flex-grow-0 {
  flex-grow: 0 !important;
}

.bootstrap-styles.theme-contrast .flex-grow-1 {
  flex-grow: 1 !important;
}

.bootstrap-styles.theme-contrast .flex-shrink-0 {
  flex-shrink: 0 !important;
}

.bootstrap-styles.theme-contrast .flex-shrink-1 {
  flex-shrink: 1 !important;
}

.bootstrap-styles.theme-contrast .justify-content-start {
  justify-content: flex-start !important;
}

.bootstrap-styles.theme-contrast .justify-content-end {
  justify-content: flex-end !important;
}

.bootstrap-styles.theme-contrast .justify-content-center {
  justify-content: center !important;
}

.bootstrap-styles.theme-contrast .justify-content-between {
  justify-content: space-between !important;
}

.bootstrap-styles.theme-contrast .justify-content-around {
  justify-content: space-around !important;
}

.bootstrap-styles.theme-contrast .align-items-start {
  align-items: flex-start !important;
}

.bootstrap-styles.theme-contrast .align-items-end {
  align-items: flex-end !important;
}

.bootstrap-styles.theme-contrast .align-items-center {
  align-items: center !important;
}

.bootstrap-styles.theme-contrast .align-items-baseline {
  align-items: baseline !important;
}

.bootstrap-styles.theme-contrast .align-items-stretch {
  align-items: stretch !important;
}

.bootstrap-styles.theme-contrast .align-content-start {
  align-content: flex-start !important;
}

.bootstrap-styles.theme-contrast .align-content-end {
  align-content: flex-end !important;
}

.bootstrap-styles.theme-contrast .align-content-center {
  align-content: center !important;
}

.bootstrap-styles.theme-contrast .align-content-between {
  align-content: space-between !important;
}

.bootstrap-styles.theme-contrast .align-content-around {
  align-content: space-around !important;
}

.bootstrap-styles.theme-contrast .align-content-stretch {
  align-content: stretch !important;
}

.bootstrap-styles.theme-contrast .align-self-auto {
  align-self: auto !important;
}

.bootstrap-styles.theme-contrast .align-self-start {
  align-self: flex-start !important;
}

.bootstrap-styles.theme-contrast .align-self-end {
  align-self: flex-end !important;
}

.bootstrap-styles.theme-contrast .align-self-center {
  align-self: center !important;
}

.bootstrap-styles.theme-contrast .align-self-baseline {
  align-self: baseline !important;
}

.bootstrap-styles.theme-contrast .align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .flex-sm-row {
    flex-direction: row !important;
  }
  .bootstrap-styles.theme-contrast .flex-sm-column {
    flex-direction: column !important;
  }
  .bootstrap-styles.theme-contrast .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-styles.theme-contrast .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-styles.theme-contrast .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-styles.theme-contrast .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-styles.theme-contrast .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-styles.theme-contrast .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-styles.theme-contrast .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-sm-center {
    justify-content: center !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .bootstrap-styles.theme-contrast .align-items-sm-start {
    align-items: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-items-sm-end {
    align-items: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-items-sm-center {
    align-items: center !important;
  }
  .bootstrap-styles.theme-contrast .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .bootstrap-styles.theme-contrast .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .bootstrap-styles.theme-contrast .align-content-sm-start {
    align-content: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-content-sm-end {
    align-content: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-content-sm-center {
    align-content: center !important;
  }
  .bootstrap-styles.theme-contrast .align-content-sm-between {
    align-content: space-between !important;
  }
  .bootstrap-styles.theme-contrast .align-content-sm-around {
    align-content: space-around !important;
  }
  .bootstrap-styles.theme-contrast .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .bootstrap-styles.theme-contrast .align-self-sm-auto {
    align-self: auto !important;
  }
  .bootstrap-styles.theme-contrast .align-self-sm-start {
    align-self: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-self-sm-end {
    align-self: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-self-sm-center {
    align-self: center !important;
  }
  .bootstrap-styles.theme-contrast .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .bootstrap-styles.theme-contrast .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast .flex-md-row {
    flex-direction: row !important;
  }
  .bootstrap-styles.theme-contrast .flex-md-column {
    flex-direction: column !important;
  }
  .bootstrap-styles.theme-contrast .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-styles.theme-contrast .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-styles.theme-contrast .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-styles.theme-contrast .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-styles.theme-contrast .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-styles.theme-contrast .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-styles.theme-contrast .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-md-center {
    justify-content: center !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-md-between {
    justify-content: space-between !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-md-around {
    justify-content: space-around !important;
  }
  .bootstrap-styles.theme-contrast .align-items-md-start {
    align-items: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-items-md-end {
    align-items: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-items-md-center {
    align-items: center !important;
  }
  .bootstrap-styles.theme-contrast .align-items-md-baseline {
    align-items: baseline !important;
  }
  .bootstrap-styles.theme-contrast .align-items-md-stretch {
    align-items: stretch !important;
  }
  .bootstrap-styles.theme-contrast .align-content-md-start {
    align-content: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-content-md-end {
    align-content: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-content-md-center {
    align-content: center !important;
  }
  .bootstrap-styles.theme-contrast .align-content-md-between {
    align-content: space-between !important;
  }
  .bootstrap-styles.theme-contrast .align-content-md-around {
    align-content: space-around !important;
  }
  .bootstrap-styles.theme-contrast .align-content-md-stretch {
    align-content: stretch !important;
  }
  .bootstrap-styles.theme-contrast .align-self-md-auto {
    align-self: auto !important;
  }
  .bootstrap-styles.theme-contrast .align-self-md-start {
    align-self: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-self-md-end {
    align-self: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-self-md-center {
    align-self: center !important;
  }
  .bootstrap-styles.theme-contrast .align-self-md-baseline {
    align-self: baseline !important;
  }
  .bootstrap-styles.theme-contrast .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .flex-lg-row {
    flex-direction: row !important;
  }
  .bootstrap-styles.theme-contrast .flex-lg-column {
    flex-direction: column !important;
  }
  .bootstrap-styles.theme-contrast .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-styles.theme-contrast .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-styles.theme-contrast .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-styles.theme-contrast .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-styles.theme-contrast .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-styles.theme-contrast .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-styles.theme-contrast .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-lg-center {
    justify-content: center !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .bootstrap-styles.theme-contrast .align-items-lg-start {
    align-items: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-items-lg-end {
    align-items: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-items-lg-center {
    align-items: center !important;
  }
  .bootstrap-styles.theme-contrast .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .bootstrap-styles.theme-contrast .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .bootstrap-styles.theme-contrast .align-content-lg-start {
    align-content: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-content-lg-end {
    align-content: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-content-lg-center {
    align-content: center !important;
  }
  .bootstrap-styles.theme-contrast .align-content-lg-between {
    align-content: space-between !important;
  }
  .bootstrap-styles.theme-contrast .align-content-lg-around {
    align-content: space-around !important;
  }
  .bootstrap-styles.theme-contrast .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .bootstrap-styles.theme-contrast .align-self-lg-auto {
    align-self: auto !important;
  }
  .bootstrap-styles.theme-contrast .align-self-lg-start {
    align-self: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-self-lg-end {
    align-self: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-self-lg-center {
    align-self: center !important;
  }
  .bootstrap-styles.theme-contrast .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .bootstrap-styles.theme-contrast .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast .flex-xl-row {
    flex-direction: row !important;
  }
  .bootstrap-styles.theme-contrast .flex-xl-column {
    flex-direction: column !important;
  }
  .bootstrap-styles.theme-contrast .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-styles.theme-contrast .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-styles.theme-contrast .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-styles.theme-contrast .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-styles.theme-contrast .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-styles.theme-contrast .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-styles.theme-contrast .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-xl-center {
    justify-content: center !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .bootstrap-styles.theme-contrast .align-items-xl-start {
    align-items: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-items-xl-end {
    align-items: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-items-xl-center {
    align-items: center !important;
  }
  .bootstrap-styles.theme-contrast .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .bootstrap-styles.theme-contrast .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xl-start {
    align-content: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xl-end {
    align-content: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xl-center {
    align-content: center !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xl-between {
    align-content: space-between !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xl-around {
    align-content: space-around !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xl-auto {
    align-self: auto !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xl-start {
    align-self: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xl-end {
    align-self: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xl-center {
    align-self: center !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .bootstrap-styles.theme-contrast .flex-xxl-row {
    flex-direction: row !important;
  }
  .bootstrap-styles.theme-contrast .flex-xxl-column {
    flex-direction: column !important;
  }
  .bootstrap-styles.theme-contrast .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .bootstrap-styles.theme-contrast .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .bootstrap-styles.theme-contrast .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .bootstrap-styles.theme-contrast .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .bootstrap-styles.theme-contrast .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .bootstrap-styles.theme-contrast .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .bootstrap-styles.theme-contrast .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .bootstrap-styles.theme-contrast .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-xxl-center {
    justify-content: center !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .bootstrap-styles.theme-contrast .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .bootstrap-styles.theme-contrast .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-items-xxl-center {
    align-items: center !important;
  }
  .bootstrap-styles.theme-contrast .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .bootstrap-styles.theme-contrast .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xxl-center {
    align-content: center !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xxl-between {
    align-content: space-between !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xxl-around {
    align-content: space-around !important;
  }
  .bootstrap-styles.theme-contrast .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xxl-auto {
    align-self: auto !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xxl-center {
    align-self: center !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .bootstrap-styles.theme-contrast .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.bootstrap-styles.theme-contrast .float-left {
  float: left !important;
}

.bootstrap-styles.theme-contrast .float-right {
  float: right !important;
}

.bootstrap-styles.theme-contrast .float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .float-sm-left {
    float: left !important;
  }
  .bootstrap-styles.theme-contrast .float-sm-right {
    float: right !important;
  }
  .bootstrap-styles.theme-contrast .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast .float-md-left {
    float: left !important;
  }
  .bootstrap-styles.theme-contrast .float-md-right {
    float: right !important;
  }
  .bootstrap-styles.theme-contrast .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .float-lg-left {
    float: left !important;
  }
  .bootstrap-styles.theme-contrast .float-lg-right {
    float: right !important;
  }
  .bootstrap-styles.theme-contrast .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast .float-xl-left {
    float: left !important;
  }
  .bootstrap-styles.theme-contrast .float-xl-right {
    float: right !important;
  }
  .bootstrap-styles.theme-contrast .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .bootstrap-styles.theme-contrast .float-xxl-left {
    float: left !important;
  }
  .bootstrap-styles.theme-contrast .float-xxl-right {
    float: right !important;
  }
  .bootstrap-styles.theme-contrast .float-xxl-none {
    float: none !important;
  }
}
.bootstrap-styles.theme-contrast .user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.bootstrap-styles.theme-contrast .user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.bootstrap-styles.theme-contrast .user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.bootstrap-styles.theme-contrast .overflow-auto {
  overflow: auto !important;
}

.bootstrap-styles.theme-contrast .overflow-hidden {
  overflow: hidden !important;
}

.bootstrap-styles.theme-contrast .position-static {
  position: static !important;
}

.bootstrap-styles.theme-contrast .position-relative {
  position: relative !important;
}

.bootstrap-styles.theme-contrast .position-absolute {
  position: absolute !important;
}

.bootstrap-styles.theme-contrast .position-fixed {
  position: fixed !important;
}

.bootstrap-styles.theme-contrast .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.bootstrap-styles.theme-contrast .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.bootstrap-styles.theme-contrast .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .bootstrap-styles.theme-contrast .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.bootstrap-styles.theme-contrast .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;
}

.bootstrap-styles.theme-contrast .sr-only-focusable:active, .bootstrap-styles.theme-contrast .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.bootstrap-styles.theme-contrast .shadow-sm, .bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions, .bootstrap-styles.theme-contrast .divLembrete, .bootstrap-styles.theme-contrast .eproc-card, .bootstrap-styles.theme-contrast .eproc-fieldset, .bootstrap-styles.theme-contrast .infraFieldset, .bootstrap-styles.theme-contrast .eproc-button-primary, .bootstrap-styles.theme-contrast .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .eproc-button, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.bootstrap-styles.theme-contrast .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bootstrap-styles.theme-contrast .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.bootstrap-styles.theme-contrast .shadow-none {
  box-shadow: none !important;
}

.bootstrap-styles.theme-contrast .w-25 {
  width: 25% !important;
}

.bootstrap-styles.theme-contrast .w-50 {
  width: 50% !important;
}

.bootstrap-styles.theme-contrast .w-75 {
  width: 75% !important;
}

.bootstrap-styles.theme-contrast .w-100 {
  width: 100% !important;
}

.bootstrap-styles.theme-contrast .w-auto, .bootstrap-styles.theme-contrast .select2-hidden-accessible {
  width: auto !important;
}

.bootstrap-styles.theme-contrast .h-25 {
  height: 25% !important;
}

.bootstrap-styles.theme-contrast .h-50 {
  height: 50% !important;
}

.bootstrap-styles.theme-contrast .h-75 {
  height: 75% !important;
}

.bootstrap-styles.theme-contrast .h-100 {
  height: 100% !important;
}

.bootstrap-styles.theme-contrast .h-auto {
  height: auto !important;
}

.bootstrap-styles.theme-contrast .mw-100 {
  max-width: 100% !important;
}

.bootstrap-styles.theme-contrast .mh-100 {
  max-height: 100% !important;
}

.bootstrap-styles.theme-contrast .min-vw-100 {
  min-width: 100vw !important;
}

.bootstrap-styles.theme-contrast .min-vh-100 {
  min-height: 100vh !important;
}

.bootstrap-styles.theme-contrast .vw-100 {
  width: 100vw !important;
}

.bootstrap-styles.theme-contrast .vh-100 {
  height: 100vh !important;
}

.bootstrap-styles.theme-contrast .m-0, .bootstrap-styles.theme-contrast .divLembrete .divLembreteData {
  margin: 0 !important;
}

.bootstrap-styles.theme-contrast .mt-0,
.bootstrap-styles.theme-contrast .my-0 {
  margin-top: 0 !important;
}

.bootstrap-styles.theme-contrast .mr-0,
.bootstrap-styles.theme-contrast .mx-0 {
  margin-right: 0 !important;
}

.bootstrap-styles.theme-contrast .mb-0, .bootstrap-styles.theme-contrast .infraLabelObrigatorio, .bootstrap-styles.theme-contrast .infraLabelOpcional, .bootstrap-styles.theme-contrast .my-0 {
  margin-bottom: 0 !important;
}

.bootstrap-styles.theme-contrast .ml-0,
.bootstrap-styles.theme-contrast .mx-0 {
  margin-left: 0 !important;
}

.bootstrap-styles.theme-contrast .m-1 {
  margin: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .mt-1,
.bootstrap-styles.theme-contrast .my-1 {
  margin-top: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .mr-1, .bootstrap-styles.theme-contrast .infraLabelObrigatorio, .bootstrap-styles.theme-contrast .infraLabelOpcional, .bootstrap-styles.theme-contrast .mx-1 {
  margin-right: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .mb-1,
.bootstrap-styles.theme-contrast .my-1 {
  margin-bottom: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .ml-1,
.bootstrap-styles.theme-contrast .mx-1 {
  margin-left: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .m-2 {
  margin: 0.5rem !important;
}

.bootstrap-styles.theme-contrast .mt-2,
.bootstrap-styles.theme-contrast .my-2 {
  margin-top: 0.5rem !important;
}

.bootstrap-styles.theme-contrast .mr-2, .bootstrap-styles.theme-contrast .eproc-check + label, .bootstrap-styles.theme-contrast .infraCheck + label, .bootstrap-styles.theme-contrast .infraCheckbox + label, .bootstrap-styles.theme-contrast .infraCheckBox + label, .bootstrap-styles.theme-contrast .infraRadio + label, .bootstrap-styles.theme-contrast .mx-2 {
  margin-right: 0.5rem !important;
}

.bootstrap-styles.theme-contrast .mb-2, .bootstrap-styles.theme-contrast .eproc-inputGroup, .bootstrap-styles.theme-contrast .eproc-select, .bootstrap-styles.theme-contrast .infraSelect, .bootstrap-styles.theme-contrast .my-2 {
  margin-bottom: 0.5rem !important;
}

.bootstrap-styles.theme-contrast .ml-2,
.bootstrap-styles.theme-contrast .mx-2 {
  margin-left: 0.5rem !important;
}

.bootstrap-styles.theme-contrast .m-3 {
  margin: 1rem !important;
}

.bootstrap-styles.theme-contrast .mt-3,
.bootstrap-styles.theme-contrast .my-3 {
  margin-top: 1rem !important;
}

.bootstrap-styles.theme-contrast .mr-3,
.bootstrap-styles.theme-contrast .mx-3 {
  margin-right: 1rem !important;
}

.bootstrap-styles.theme-contrast .mb-3,
.bootstrap-styles.theme-contrast .my-3 {
  margin-bottom: 1rem !important;
}

.bootstrap-styles.theme-contrast .ml-3,
.bootstrap-styles.theme-contrast .mx-3 {
  margin-left: 1rem !important;
}

.bootstrap-styles.theme-contrast .m-4 {
  margin: 1.5rem !important;
}

.bootstrap-styles.theme-contrast .mt-4,
.bootstrap-styles.theme-contrast .my-4 {
  margin-top: 1.5rem !important;
}

.bootstrap-styles.theme-contrast .mr-4,
.bootstrap-styles.theme-contrast .mx-4 {
  margin-right: 1.5rem !important;
}

.bootstrap-styles.theme-contrast .mb-4,
.bootstrap-styles.theme-contrast .my-4 {
  margin-bottom: 1.5rem !important;
}

.bootstrap-styles.theme-contrast .ml-4,
.bootstrap-styles.theme-contrast .mx-4 {
  margin-left: 1.5rem !important;
}

.bootstrap-styles.theme-contrast .m-5 {
  margin: 3rem !important;
}

.bootstrap-styles.theme-contrast .mt-5,
.bootstrap-styles.theme-contrast .my-5 {
  margin-top: 3rem !important;
}

.bootstrap-styles.theme-contrast .mr-5,
.bootstrap-styles.theme-contrast .mx-5 {
  margin-right: 3rem !important;
}

.bootstrap-styles.theme-contrast .mb-5,
.bootstrap-styles.theme-contrast .my-5 {
  margin-bottom: 3rem !important;
}

.bootstrap-styles.theme-contrast .ml-5,
.bootstrap-styles.theme-contrast .mx-5 {
  margin-left: 3rem !important;
}

.bootstrap-styles.theme-contrast .p-0, .bootstrap-styles.theme-contrast caption {
  padding: 0 !important;
}

.bootstrap-styles.theme-contrast .pt-0,
.bootstrap-styles.theme-contrast .py-0 {
  padding-top: 0 !important;
}

.bootstrap-styles.theme-contrast .pr-0,
.bootstrap-styles.theme-contrast .px-0 {
  padding-right: 0 !important;
}

.bootstrap-styles.theme-contrast .pb-0,
.bootstrap-styles.theme-contrast .py-0 {
  padding-bottom: 0 !important;
}

.bootstrap-styles.theme-contrast .pl-0,
.bootstrap-styles.theme-contrast .px-0 {
  padding-left: 0 !important;
}

.bootstrap-styles.theme-contrast .p-1 {
  padding: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .pt-1,
.bootstrap-styles.theme-contrast .py-1 {
  padding-top: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .pr-1,
.bootstrap-styles.theme-contrast .px-1 {
  padding-right: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .pb-1,
.bootstrap-styles.theme-contrast .py-1 {
  padding-bottom: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .pl-1,
.bootstrap-styles.theme-contrast .px-1 {
  padding-left: 0.25rem !important;
}

.bootstrap-styles.theme-contrast .p-2 {
  padding: 0.5rem !important;
}

.bootstrap-styles.theme-contrast .pt-2,
.bootstrap-styles.theme-contrast .py-2 {
  padding-top: 0.5rem !important;
}

.bootstrap-styles.theme-contrast .pr-2,
.bootstrap-styles.theme-contrast .px-2 {
  padding-right: 0.5rem !important;
}

.bootstrap-styles.theme-contrast .pb-2,
.bootstrap-styles.theme-contrast .py-2 {
  padding-bottom: 0.5rem !important;
}

.bootstrap-styles.theme-contrast .pl-2,
.bootstrap-styles.theme-contrast .px-2 {
  padding-left: 0.5rem !important;
}

.bootstrap-styles.theme-contrast .p-3, .bootstrap-styles.theme-contrast .eproc-card, .bootstrap-styles.theme-contrast .eproc-fieldset, .bootstrap-styles.theme-contrast .infraFieldset {
  padding: 1rem !important;
}

.bootstrap-styles.theme-contrast .pt-3,
.bootstrap-styles.theme-contrast .py-3 {
  padding-top: 1rem !important;
}

.bootstrap-styles.theme-contrast .pr-3,
.bootstrap-styles.theme-contrast .px-3 {
  padding-right: 1rem !important;
}

.bootstrap-styles.theme-contrast .pb-3,
.bootstrap-styles.theme-contrast .py-3 {
  padding-bottom: 1rem !important;
}

.bootstrap-styles.theme-contrast .pl-3,
.bootstrap-styles.theme-contrast .px-3 {
  padding-left: 1rem !important;
}

.bootstrap-styles.theme-contrast .p-4 {
  padding: 1.5rem !important;
}

.bootstrap-styles.theme-contrast .pt-4,
.bootstrap-styles.theme-contrast .py-4 {
  padding-top: 1.5rem !important;
}

.bootstrap-styles.theme-contrast .pr-4,
.bootstrap-styles.theme-contrast .px-4 {
  padding-right: 1.5rem !important;
}

.bootstrap-styles.theme-contrast .pb-4,
.bootstrap-styles.theme-contrast .py-4 {
  padding-bottom: 1.5rem !important;
}

.bootstrap-styles.theme-contrast .pl-4,
.bootstrap-styles.theme-contrast .px-4 {
  padding-left: 1.5rem !important;
}

.bootstrap-styles.theme-contrast .p-5 {
  padding: 3rem !important;
}

.bootstrap-styles.theme-contrast .pt-5,
.bootstrap-styles.theme-contrast .py-5 {
  padding-top: 3rem !important;
}

.bootstrap-styles.theme-contrast .pr-5,
.bootstrap-styles.theme-contrast .px-5 {
  padding-right: 3rem !important;
}

.bootstrap-styles.theme-contrast .pb-5,
.bootstrap-styles.theme-contrast .py-5 {
  padding-bottom: 3rem !important;
}

.bootstrap-styles.theme-contrast .pl-5,
.bootstrap-styles.theme-contrast .px-5 {
  padding-left: 3rem !important;
}

.bootstrap-styles.theme-contrast .m-n1 {
  margin: -0.25rem !important;
}

.bootstrap-styles.theme-contrast .mt-n1,
.bootstrap-styles.theme-contrast .my-n1 {
  margin-top: -0.25rem !important;
}

.bootstrap-styles.theme-contrast .mr-n1,
.bootstrap-styles.theme-contrast .mx-n1 {
  margin-right: -0.25rem !important;
}

.bootstrap-styles.theme-contrast .mb-n1,
.bootstrap-styles.theme-contrast .my-n1 {
  margin-bottom: -0.25rem !important;
}

.bootstrap-styles.theme-contrast .ml-n1,
.bootstrap-styles.theme-contrast .mx-n1 {
  margin-left: -0.25rem !important;
}

.bootstrap-styles.theme-contrast .m-n2 {
  margin: -0.5rem !important;
}

.bootstrap-styles.theme-contrast .mt-n2,
.bootstrap-styles.theme-contrast .my-n2 {
  margin-top: -0.5rem !important;
}

.bootstrap-styles.theme-contrast .mr-n2,
.bootstrap-styles.theme-contrast .mx-n2 {
  margin-right: -0.5rem !important;
}

.bootstrap-styles.theme-contrast .mb-n2,
.bootstrap-styles.theme-contrast .my-n2 {
  margin-bottom: -0.5rem !important;
}

.bootstrap-styles.theme-contrast .ml-n2,
.bootstrap-styles.theme-contrast .mx-n2 {
  margin-left: -0.5rem !important;
}

.bootstrap-styles.theme-contrast .m-n3 {
  margin: -1rem !important;
}

.bootstrap-styles.theme-contrast .mt-n3,
.bootstrap-styles.theme-contrast .my-n3 {
  margin-top: -1rem !important;
}

.bootstrap-styles.theme-contrast .mr-n3,
.bootstrap-styles.theme-contrast .mx-n3 {
  margin-right: -1rem !important;
}

.bootstrap-styles.theme-contrast .mb-n3,
.bootstrap-styles.theme-contrast .my-n3 {
  margin-bottom: -1rem !important;
}

.bootstrap-styles.theme-contrast .ml-n3,
.bootstrap-styles.theme-contrast .mx-n3 {
  margin-left: -1rem !important;
}

.bootstrap-styles.theme-contrast .m-n4 {
  margin: -1.5rem !important;
}

.bootstrap-styles.theme-contrast .mt-n4,
.bootstrap-styles.theme-contrast .my-n4 {
  margin-top: -1.5rem !important;
}

.bootstrap-styles.theme-contrast .mr-n4,
.bootstrap-styles.theme-contrast .mx-n4 {
  margin-right: -1.5rem !important;
}

.bootstrap-styles.theme-contrast .mb-n4,
.bootstrap-styles.theme-contrast .my-n4 {
  margin-bottom: -1.5rem !important;
}

.bootstrap-styles.theme-contrast .ml-n4,
.bootstrap-styles.theme-contrast .mx-n4 {
  margin-left: -1.5rem !important;
}

.bootstrap-styles.theme-contrast .m-n5 {
  margin: -3rem !important;
}

.bootstrap-styles.theme-contrast .mt-n5,
.bootstrap-styles.theme-contrast .my-n5 {
  margin-top: -3rem !important;
}

.bootstrap-styles.theme-contrast .mr-n5,
.bootstrap-styles.theme-contrast .mx-n5 {
  margin-right: -3rem !important;
}

.bootstrap-styles.theme-contrast .mb-n5,
.bootstrap-styles.theme-contrast .my-n5 {
  margin-bottom: -3rem !important;
}

.bootstrap-styles.theme-contrast .ml-n5,
.bootstrap-styles.theme-contrast .mx-n5 {
  margin-left: -3rem !important;
}

.bootstrap-styles.theme-contrast .m-auto {
  margin: auto !important;
}

.bootstrap-styles.theme-contrast .mt-auto,
.bootstrap-styles.theme-contrast .my-auto {
  margin-top: auto !important;
}

.bootstrap-styles.theme-contrast .mr-auto,
.bootstrap-styles.theme-contrast .mx-auto {
  margin-right: auto !important;
}

.bootstrap-styles.theme-contrast .mb-auto,
.bootstrap-styles.theme-contrast .my-auto {
  margin-bottom: auto !important;
}

.bootstrap-styles.theme-contrast .ml-auto,
.bootstrap-styles.theme-contrast .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .m-sm-0 {
    margin: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-0,
  .bootstrap-styles.theme-contrast .my-sm-0 {
    margin-top: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-0,
  .bootstrap-styles.theme-contrast .mx-sm-0 {
    margin-right: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-0,
  .bootstrap-styles.theme-contrast .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-0,
  .bootstrap-styles.theme-contrast .mx-sm-0 {
    margin-left: 0 !important;
  }
  .bootstrap-styles.theme-contrast .m-sm-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-1,
  .bootstrap-styles.theme-contrast .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-1,
  .bootstrap-styles.theme-contrast .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-1,
  .bootstrap-styles.theme-contrast .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-1,
  .bootstrap-styles.theme-contrast .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .m-sm-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-2,
  .bootstrap-styles.theme-contrast .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-2,
  .bootstrap-styles.theme-contrast .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-2,
  .bootstrap-styles.theme-contrast .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-2,
  .bootstrap-styles.theme-contrast .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-sm-3 {
    margin: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-3,
  .bootstrap-styles.theme-contrast .my-sm-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-3,
  .bootstrap-styles.theme-contrast .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-3,
  .bootstrap-styles.theme-contrast .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-3,
  .bootstrap-styles.theme-contrast .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .m-sm-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-4,
  .bootstrap-styles.theme-contrast .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-4,
  .bootstrap-styles.theme-contrast .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-4,
  .bootstrap-styles.theme-contrast .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-4,
  .bootstrap-styles.theme-contrast .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-sm-5 {
    margin: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-5,
  .bootstrap-styles.theme-contrast .my-sm-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-5,
  .bootstrap-styles.theme-contrast .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-5,
  .bootstrap-styles.theme-contrast .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-5,
  .bootstrap-styles.theme-contrast .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .p-sm-0 {
    padding: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pt-sm-0,
  .bootstrap-styles.theme-contrast .py-sm-0 {
    padding-top: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pr-sm-0,
  .bootstrap-styles.theme-contrast .px-sm-0 {
    padding-right: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pb-sm-0,
  .bootstrap-styles.theme-contrast .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pl-sm-0,
  .bootstrap-styles.theme-contrast .px-sm-0 {
    padding-left: 0 !important;
  }
  .bootstrap-styles.theme-contrast .p-sm-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-sm-1,
  .bootstrap-styles.theme-contrast .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-sm-1,
  .bootstrap-styles.theme-contrast .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-sm-1,
  .bootstrap-styles.theme-contrast .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-sm-1,
  .bootstrap-styles.theme-contrast .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .p-sm-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-sm-2,
  .bootstrap-styles.theme-contrast .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-sm-2,
  .bootstrap-styles.theme-contrast .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-sm-2,
  .bootstrap-styles.theme-contrast .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-sm-2,
  .bootstrap-styles.theme-contrast .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .p-sm-3 {
    padding: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-sm-3,
  .bootstrap-styles.theme-contrast .py-sm-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-sm-3,
  .bootstrap-styles.theme-contrast .px-sm-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-sm-3,
  .bootstrap-styles.theme-contrast .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-sm-3,
  .bootstrap-styles.theme-contrast .px-sm-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .p-sm-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-sm-4,
  .bootstrap-styles.theme-contrast .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-sm-4,
  .bootstrap-styles.theme-contrast .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-sm-4,
  .bootstrap-styles.theme-contrast .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-sm-4,
  .bootstrap-styles.theme-contrast .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .p-sm-5 {
    padding: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-sm-5,
  .bootstrap-styles.theme-contrast .py-sm-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-sm-5,
  .bootstrap-styles.theme-contrast .px-sm-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-sm-5,
  .bootstrap-styles.theme-contrast .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-sm-5,
  .bootstrap-styles.theme-contrast .px-sm-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-n1,
  .bootstrap-styles.theme-contrast .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-n1,
  .bootstrap-styles.theme-contrast .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-n1,
  .bootstrap-styles.theme-contrast .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-n1,
  .bootstrap-styles.theme-contrast .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-n2,
  .bootstrap-styles.theme-contrast .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-n2,
  .bootstrap-styles.theme-contrast .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-n2,
  .bootstrap-styles.theme-contrast .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-n2,
  .bootstrap-styles.theme-contrast .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-sm-n3 {
    margin: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-n3,
  .bootstrap-styles.theme-contrast .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-n3,
  .bootstrap-styles.theme-contrast .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-n3,
  .bootstrap-styles.theme-contrast .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-n3,
  .bootstrap-styles.theme-contrast .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-n4,
  .bootstrap-styles.theme-contrast .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-n4,
  .bootstrap-styles.theme-contrast .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-n4,
  .bootstrap-styles.theme-contrast .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-n4,
  .bootstrap-styles.theme-contrast .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-sm-n5 {
    margin: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-n5,
  .bootstrap-styles.theme-contrast .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-n5,
  .bootstrap-styles.theme-contrast .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-n5,
  .bootstrap-styles.theme-contrast .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-n5,
  .bootstrap-styles.theme-contrast .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .m-sm-auto {
    margin: auto !important;
  }
  .bootstrap-styles.theme-contrast .mt-sm-auto,
  .bootstrap-styles.theme-contrast .my-sm-auto {
    margin-top: auto !important;
  }
  .bootstrap-styles.theme-contrast .mr-sm-auto,
  .bootstrap-styles.theme-contrast .mx-sm-auto {
    margin-right: auto !important;
  }
  .bootstrap-styles.theme-contrast .mb-sm-auto,
  .bootstrap-styles.theme-contrast .my-sm-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-styles.theme-contrast .ml-sm-auto,
  .bootstrap-styles.theme-contrast .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast .m-md-0 {
    margin: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-0,
  .bootstrap-styles.theme-contrast .my-md-0 {
    margin-top: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-0,
  .bootstrap-styles.theme-contrast .mx-md-0 {
    margin-right: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-0,
  .bootstrap-styles.theme-contrast .my-md-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-0,
  .bootstrap-styles.theme-contrast .mx-md-0 {
    margin-left: 0 !important;
  }
  .bootstrap-styles.theme-contrast .m-md-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-1,
  .bootstrap-styles.theme-contrast .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-1,
  .bootstrap-styles.theme-contrast .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-1,
  .bootstrap-styles.theme-contrast .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-1,
  .bootstrap-styles.theme-contrast .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .m-md-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-2,
  .bootstrap-styles.theme-contrast .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-2,
  .bootstrap-styles.theme-contrast .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-2,
  .bootstrap-styles.theme-contrast .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-2,
  .bootstrap-styles.theme-contrast .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-md-3 {
    margin: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-3,
  .bootstrap-styles.theme-contrast .my-md-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-3,
  .bootstrap-styles.theme-contrast .mx-md-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-3,
  .bootstrap-styles.theme-contrast .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-3,
  .bootstrap-styles.theme-contrast .mx-md-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .m-md-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-4,
  .bootstrap-styles.theme-contrast .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-4,
  .bootstrap-styles.theme-contrast .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-4,
  .bootstrap-styles.theme-contrast .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-4,
  .bootstrap-styles.theme-contrast .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-md-5 {
    margin: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-5,
  .bootstrap-styles.theme-contrast .my-md-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-5,
  .bootstrap-styles.theme-contrast .mx-md-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-5,
  .bootstrap-styles.theme-contrast .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-5,
  .bootstrap-styles.theme-contrast .mx-md-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .p-md-0 {
    padding: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pt-md-0,
  .bootstrap-styles.theme-contrast .py-md-0 {
    padding-top: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pr-md-0,
  .bootstrap-styles.theme-contrast .px-md-0 {
    padding-right: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pb-md-0,
  .bootstrap-styles.theme-contrast .py-md-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pl-md-0,
  .bootstrap-styles.theme-contrast .px-md-0 {
    padding-left: 0 !important;
  }
  .bootstrap-styles.theme-contrast .p-md-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-md-1,
  .bootstrap-styles.theme-contrast .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-md-1,
  .bootstrap-styles.theme-contrast .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-md-1,
  .bootstrap-styles.theme-contrast .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-md-1,
  .bootstrap-styles.theme-contrast .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .p-md-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-md-2,
  .bootstrap-styles.theme-contrast .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-md-2,
  .bootstrap-styles.theme-contrast .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-md-2,
  .bootstrap-styles.theme-contrast .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-md-2,
  .bootstrap-styles.theme-contrast .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .p-md-3 {
    padding: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-md-3,
  .bootstrap-styles.theme-contrast .py-md-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-md-3,
  .bootstrap-styles.theme-contrast .px-md-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-md-3,
  .bootstrap-styles.theme-contrast .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-md-3,
  .bootstrap-styles.theme-contrast .px-md-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .p-md-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-md-4,
  .bootstrap-styles.theme-contrast .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-md-4,
  .bootstrap-styles.theme-contrast .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-md-4,
  .bootstrap-styles.theme-contrast .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-md-4,
  .bootstrap-styles.theme-contrast .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .p-md-5 {
    padding: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-md-5,
  .bootstrap-styles.theme-contrast .py-md-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-md-5,
  .bootstrap-styles.theme-contrast .px-md-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-md-5,
  .bootstrap-styles.theme-contrast .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-md-5,
  .bootstrap-styles.theme-contrast .px-md-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .m-md-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-n1,
  .bootstrap-styles.theme-contrast .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-n1,
  .bootstrap-styles.theme-contrast .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-n1,
  .bootstrap-styles.theme-contrast .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-n1,
  .bootstrap-styles.theme-contrast .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .m-md-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-n2,
  .bootstrap-styles.theme-contrast .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-n2,
  .bootstrap-styles.theme-contrast .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-n2,
  .bootstrap-styles.theme-contrast .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-n2,
  .bootstrap-styles.theme-contrast .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-md-n3 {
    margin: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-n3,
  .bootstrap-styles.theme-contrast .my-md-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-n3,
  .bootstrap-styles.theme-contrast .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-n3,
  .bootstrap-styles.theme-contrast .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-n3,
  .bootstrap-styles.theme-contrast .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .m-md-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-n4,
  .bootstrap-styles.theme-contrast .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-n4,
  .bootstrap-styles.theme-contrast .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-n4,
  .bootstrap-styles.theme-contrast .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-n4,
  .bootstrap-styles.theme-contrast .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-md-n5 {
    margin: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-n5,
  .bootstrap-styles.theme-contrast .my-md-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-n5,
  .bootstrap-styles.theme-contrast .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-n5,
  .bootstrap-styles.theme-contrast .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-n5,
  .bootstrap-styles.theme-contrast .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .m-md-auto {
    margin: auto !important;
  }
  .bootstrap-styles.theme-contrast .mt-md-auto,
  .bootstrap-styles.theme-contrast .my-md-auto {
    margin-top: auto !important;
  }
  .bootstrap-styles.theme-contrast .mr-md-auto,
  .bootstrap-styles.theme-contrast .mx-md-auto {
    margin-right: auto !important;
  }
  .bootstrap-styles.theme-contrast .mb-md-auto,
  .bootstrap-styles.theme-contrast .my-md-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-styles.theme-contrast .ml-md-auto,
  .bootstrap-styles.theme-contrast .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .m-lg-0 {
    margin: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-0,
  .bootstrap-styles.theme-contrast .my-lg-0 {
    margin-top: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-0,
  .bootstrap-styles.theme-contrast .mx-lg-0 {
    margin-right: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-0,
  .bootstrap-styles.theme-contrast .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-0,
  .bootstrap-styles.theme-contrast .mx-lg-0 {
    margin-left: 0 !important;
  }
  .bootstrap-styles.theme-contrast .m-lg-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-1,
  .bootstrap-styles.theme-contrast .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-1,
  .bootstrap-styles.theme-contrast .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-1,
  .bootstrap-styles.theme-contrast .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-1,
  .bootstrap-styles.theme-contrast .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .m-lg-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-2,
  .bootstrap-styles.theme-contrast .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-2,
  .bootstrap-styles.theme-contrast .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-2,
  .bootstrap-styles.theme-contrast .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-2,
  .bootstrap-styles.theme-contrast .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-lg-3 {
    margin: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-3,
  .bootstrap-styles.theme-contrast .my-lg-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-3,
  .bootstrap-styles.theme-contrast .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-3,
  .bootstrap-styles.theme-contrast .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-3,
  .bootstrap-styles.theme-contrast .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .m-lg-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-4,
  .bootstrap-styles.theme-contrast .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-4,
  .bootstrap-styles.theme-contrast .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-4,
  .bootstrap-styles.theme-contrast .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-4,
  .bootstrap-styles.theme-contrast .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-lg-5 {
    margin: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-5,
  .bootstrap-styles.theme-contrast .my-lg-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-5,
  .bootstrap-styles.theme-contrast .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-5,
  .bootstrap-styles.theme-contrast .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-5,
  .bootstrap-styles.theme-contrast .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .p-lg-0 {
    padding: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pt-lg-0,
  .bootstrap-styles.theme-contrast .py-lg-0 {
    padding-top: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pr-lg-0,
  .bootstrap-styles.theme-contrast .px-lg-0 {
    padding-right: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pb-lg-0,
  .bootstrap-styles.theme-contrast .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pl-lg-0,
  .bootstrap-styles.theme-contrast .px-lg-0 {
    padding-left: 0 !important;
  }
  .bootstrap-styles.theme-contrast .p-lg-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-lg-1,
  .bootstrap-styles.theme-contrast .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-lg-1,
  .bootstrap-styles.theme-contrast .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-lg-1,
  .bootstrap-styles.theme-contrast .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-lg-1,
  .bootstrap-styles.theme-contrast .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .p-lg-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-lg-2,
  .bootstrap-styles.theme-contrast .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-lg-2,
  .bootstrap-styles.theme-contrast .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-lg-2,
  .bootstrap-styles.theme-contrast .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-lg-2,
  .bootstrap-styles.theme-contrast .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .p-lg-3 {
    padding: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-lg-3,
  .bootstrap-styles.theme-contrast .py-lg-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-lg-3,
  .bootstrap-styles.theme-contrast .px-lg-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-lg-3,
  .bootstrap-styles.theme-contrast .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-lg-3,
  .bootstrap-styles.theme-contrast .px-lg-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .p-lg-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-lg-4,
  .bootstrap-styles.theme-contrast .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-lg-4,
  .bootstrap-styles.theme-contrast .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-lg-4,
  .bootstrap-styles.theme-contrast .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-lg-4,
  .bootstrap-styles.theme-contrast .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .p-lg-5 {
    padding: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-lg-5,
  .bootstrap-styles.theme-contrast .py-lg-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-lg-5,
  .bootstrap-styles.theme-contrast .px-lg-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-lg-5,
  .bootstrap-styles.theme-contrast .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-lg-5,
  .bootstrap-styles.theme-contrast .px-lg-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-n1,
  .bootstrap-styles.theme-contrast .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-n1,
  .bootstrap-styles.theme-contrast .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-n1,
  .bootstrap-styles.theme-contrast .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-n1,
  .bootstrap-styles.theme-contrast .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-n2,
  .bootstrap-styles.theme-contrast .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-n2,
  .bootstrap-styles.theme-contrast .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-n2,
  .bootstrap-styles.theme-contrast .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-n2,
  .bootstrap-styles.theme-contrast .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-lg-n3 {
    margin: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-n3,
  .bootstrap-styles.theme-contrast .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-n3,
  .bootstrap-styles.theme-contrast .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-n3,
  .bootstrap-styles.theme-contrast .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-n3,
  .bootstrap-styles.theme-contrast .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-n4,
  .bootstrap-styles.theme-contrast .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-n4,
  .bootstrap-styles.theme-contrast .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-n4,
  .bootstrap-styles.theme-contrast .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-n4,
  .bootstrap-styles.theme-contrast .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-lg-n5 {
    margin: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-n5,
  .bootstrap-styles.theme-contrast .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-n5,
  .bootstrap-styles.theme-contrast .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-n5,
  .bootstrap-styles.theme-contrast .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-n5,
  .bootstrap-styles.theme-contrast .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .m-lg-auto {
    margin: auto !important;
  }
  .bootstrap-styles.theme-contrast .mt-lg-auto,
  .bootstrap-styles.theme-contrast .my-lg-auto {
    margin-top: auto !important;
  }
  .bootstrap-styles.theme-contrast .mr-lg-auto,
  .bootstrap-styles.theme-contrast .mx-lg-auto {
    margin-right: auto !important;
  }
  .bootstrap-styles.theme-contrast .mb-lg-auto,
  .bootstrap-styles.theme-contrast .my-lg-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-styles.theme-contrast .ml-lg-auto,
  .bootstrap-styles.theme-contrast .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast .m-xl-0 {
    margin: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-0,
  .bootstrap-styles.theme-contrast .my-xl-0 {
    margin-top: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-0,
  .bootstrap-styles.theme-contrast .mx-xl-0 {
    margin-right: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-0,
  .bootstrap-styles.theme-contrast .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-0,
  .bootstrap-styles.theme-contrast .mx-xl-0 {
    margin-left: 0 !important;
  }
  .bootstrap-styles.theme-contrast .m-xl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-1,
  .bootstrap-styles.theme-contrast .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-1,
  .bootstrap-styles.theme-contrast .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-1,
  .bootstrap-styles.theme-contrast .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-1,
  .bootstrap-styles.theme-contrast .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-2,
  .bootstrap-styles.theme-contrast .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-2,
  .bootstrap-styles.theme-contrast .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-2,
  .bootstrap-styles.theme-contrast .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-2,
  .bootstrap-styles.theme-contrast .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xl-3 {
    margin: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-3,
  .bootstrap-styles.theme-contrast .my-xl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-3,
  .bootstrap-styles.theme-contrast .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-3,
  .bootstrap-styles.theme-contrast .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-3,
  .bootstrap-styles.theme-contrast .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-4,
  .bootstrap-styles.theme-contrast .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-4,
  .bootstrap-styles.theme-contrast .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-4,
  .bootstrap-styles.theme-contrast .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-4,
  .bootstrap-styles.theme-contrast .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xl-5 {
    margin: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-5,
  .bootstrap-styles.theme-contrast .my-xl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-5,
  .bootstrap-styles.theme-contrast .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-5,
  .bootstrap-styles.theme-contrast .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-5,
  .bootstrap-styles.theme-contrast .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .p-xl-0 {
    padding: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pt-xl-0,
  .bootstrap-styles.theme-contrast .py-xl-0 {
    padding-top: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pr-xl-0,
  .bootstrap-styles.theme-contrast .px-xl-0 {
    padding-right: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pb-xl-0,
  .bootstrap-styles.theme-contrast .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pl-xl-0,
  .bootstrap-styles.theme-contrast .px-xl-0 {
    padding-left: 0 !important;
  }
  .bootstrap-styles.theme-contrast .p-xl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-xl-1,
  .bootstrap-styles.theme-contrast .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-xl-1,
  .bootstrap-styles.theme-contrast .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-xl-1,
  .bootstrap-styles.theme-contrast .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-xl-1,
  .bootstrap-styles.theme-contrast .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .p-xl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-xl-2,
  .bootstrap-styles.theme-contrast .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-xl-2,
  .bootstrap-styles.theme-contrast .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-xl-2,
  .bootstrap-styles.theme-contrast .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-xl-2,
  .bootstrap-styles.theme-contrast .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .p-xl-3 {
    padding: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-xl-3,
  .bootstrap-styles.theme-contrast .py-xl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-xl-3,
  .bootstrap-styles.theme-contrast .px-xl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-xl-3,
  .bootstrap-styles.theme-contrast .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-xl-3,
  .bootstrap-styles.theme-contrast .px-xl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .p-xl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-xl-4,
  .bootstrap-styles.theme-contrast .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-xl-4,
  .bootstrap-styles.theme-contrast .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-xl-4,
  .bootstrap-styles.theme-contrast .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-xl-4,
  .bootstrap-styles.theme-contrast .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .p-xl-5 {
    padding: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-xl-5,
  .bootstrap-styles.theme-contrast .py-xl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-xl-5,
  .bootstrap-styles.theme-contrast .px-xl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-xl-5,
  .bootstrap-styles.theme-contrast .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-xl-5,
  .bootstrap-styles.theme-contrast .px-xl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-n1,
  .bootstrap-styles.theme-contrast .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-n1,
  .bootstrap-styles.theme-contrast .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-n1,
  .bootstrap-styles.theme-contrast .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-n1,
  .bootstrap-styles.theme-contrast .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-n2,
  .bootstrap-styles.theme-contrast .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-n2,
  .bootstrap-styles.theme-contrast .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-n2,
  .bootstrap-styles.theme-contrast .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-n2,
  .bootstrap-styles.theme-contrast .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xl-n3 {
    margin: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-n3,
  .bootstrap-styles.theme-contrast .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-n3,
  .bootstrap-styles.theme-contrast .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-n3,
  .bootstrap-styles.theme-contrast .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-n3,
  .bootstrap-styles.theme-contrast .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-n4,
  .bootstrap-styles.theme-contrast .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-n4,
  .bootstrap-styles.theme-contrast .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-n4,
  .bootstrap-styles.theme-contrast .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-n4,
  .bootstrap-styles.theme-contrast .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xl-n5 {
    margin: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-n5,
  .bootstrap-styles.theme-contrast .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-n5,
  .bootstrap-styles.theme-contrast .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-n5,
  .bootstrap-styles.theme-contrast .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-n5,
  .bootstrap-styles.theme-contrast .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xl-auto {
    margin: auto !important;
  }
  .bootstrap-styles.theme-contrast .mt-xl-auto,
  .bootstrap-styles.theme-contrast .my-xl-auto {
    margin-top: auto !important;
  }
  .bootstrap-styles.theme-contrast .mr-xl-auto,
  .bootstrap-styles.theme-contrast .mx-xl-auto {
    margin-right: auto !important;
  }
  .bootstrap-styles.theme-contrast .mb-xl-auto,
  .bootstrap-styles.theme-contrast .my-xl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-styles.theme-contrast .ml-xl-auto,
  .bootstrap-styles.theme-contrast .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .bootstrap-styles.theme-contrast .m-xxl-0 {
    margin: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-0,
  .bootstrap-styles.theme-contrast .my-xxl-0 {
    margin-top: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-0,
  .bootstrap-styles.theme-contrast .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-0,
  .bootstrap-styles.theme-contrast .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-0,
  .bootstrap-styles.theme-contrast .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .bootstrap-styles.theme-contrast .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-1,
  .bootstrap-styles.theme-contrast .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-1,
  .bootstrap-styles.theme-contrast .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-1,
  .bootstrap-styles.theme-contrast .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-1,
  .bootstrap-styles.theme-contrast .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-2,
  .bootstrap-styles.theme-contrast .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-2,
  .bootstrap-styles.theme-contrast .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-2,
  .bootstrap-styles.theme-contrast .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-2,
  .bootstrap-styles.theme-contrast .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xxl-3 {
    margin: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-3,
  .bootstrap-styles.theme-contrast .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-3,
  .bootstrap-styles.theme-contrast .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-3,
  .bootstrap-styles.theme-contrast .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-3,
  .bootstrap-styles.theme-contrast .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-4,
  .bootstrap-styles.theme-contrast .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-4,
  .bootstrap-styles.theme-contrast .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-4,
  .bootstrap-styles.theme-contrast .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-4,
  .bootstrap-styles.theme-contrast .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xxl-5 {
    margin: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-5,
  .bootstrap-styles.theme-contrast .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-5,
  .bootstrap-styles.theme-contrast .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-5,
  .bootstrap-styles.theme-contrast .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-5,
  .bootstrap-styles.theme-contrast .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .p-xxl-0 {
    padding: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pt-xxl-0,
  .bootstrap-styles.theme-contrast .py-xxl-0 {
    padding-top: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pr-xxl-0,
  .bootstrap-styles.theme-contrast .px-xxl-0 {
    padding-right: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pb-xxl-0,
  .bootstrap-styles.theme-contrast .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .bootstrap-styles.theme-contrast .pl-xxl-0,
  .bootstrap-styles.theme-contrast .px-xxl-0 {
    padding-left: 0 !important;
  }
  .bootstrap-styles.theme-contrast .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-xxl-1,
  .bootstrap-styles.theme-contrast .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-xxl-1,
  .bootstrap-styles.theme-contrast .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-xxl-1,
  .bootstrap-styles.theme-contrast .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-xxl-1,
  .bootstrap-styles.theme-contrast .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-xxl-2,
  .bootstrap-styles.theme-contrast .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-xxl-2,
  .bootstrap-styles.theme-contrast .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-xxl-2,
  .bootstrap-styles.theme-contrast .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-xxl-2,
  .bootstrap-styles.theme-contrast .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .p-xxl-3 {
    padding: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-xxl-3,
  .bootstrap-styles.theme-contrast .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-xxl-3,
  .bootstrap-styles.theme-contrast .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-xxl-3,
  .bootstrap-styles.theme-contrast .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-xxl-3,
  .bootstrap-styles.theme-contrast .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .bootstrap-styles.theme-contrast .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-xxl-4,
  .bootstrap-styles.theme-contrast .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-xxl-4,
  .bootstrap-styles.theme-contrast .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-xxl-4,
  .bootstrap-styles.theme-contrast .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-xxl-4,
  .bootstrap-styles.theme-contrast .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .p-xxl-5 {
    padding: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pt-xxl-5,
  .bootstrap-styles.theme-contrast .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pr-xxl-5,
  .bootstrap-styles.theme-contrast .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pb-xxl-5,
  .bootstrap-styles.theme-contrast .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .pl-xxl-5,
  .bootstrap-styles.theme-contrast .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-n1,
  .bootstrap-styles.theme-contrast .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-n1,
  .bootstrap-styles.theme-contrast .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-n1,
  .bootstrap-styles.theme-contrast .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-n1,
  .bootstrap-styles.theme-contrast .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-n2,
  .bootstrap-styles.theme-contrast .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-n2,
  .bootstrap-styles.theme-contrast .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-n2,
  .bootstrap-styles.theme-contrast .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-n2,
  .bootstrap-styles.theme-contrast .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xxl-n3 {
    margin: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-n3,
  .bootstrap-styles.theme-contrast .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-n3,
  .bootstrap-styles.theme-contrast .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-n3,
  .bootstrap-styles.theme-contrast .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-n3,
  .bootstrap-styles.theme-contrast .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-n4,
  .bootstrap-styles.theme-contrast .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-n4,
  .bootstrap-styles.theme-contrast .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-n4,
  .bootstrap-styles.theme-contrast .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-n4,
  .bootstrap-styles.theme-contrast .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xxl-n5 {
    margin: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-n5,
  .bootstrap-styles.theme-contrast .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-n5,
  .bootstrap-styles.theme-contrast .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-n5,
  .bootstrap-styles.theme-contrast .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-n5,
  .bootstrap-styles.theme-contrast .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .bootstrap-styles.theme-contrast .m-xxl-auto {
    margin: auto !important;
  }
  .bootstrap-styles.theme-contrast .mt-xxl-auto,
  .bootstrap-styles.theme-contrast .my-xxl-auto {
    margin-top: auto !important;
  }
  .bootstrap-styles.theme-contrast .mr-xxl-auto,
  .bootstrap-styles.theme-contrast .mx-xxl-auto {
    margin-right: auto !important;
  }
  .bootstrap-styles.theme-contrast .mb-xxl-auto,
  .bootstrap-styles.theme-contrast .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .bootstrap-styles.theme-contrast .ml-xxl-auto,
  .bootstrap-styles.theme-contrast .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.bootstrap-styles.theme-contrast .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.bootstrap-styles.theme-contrast .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.bootstrap-styles.theme-contrast .text-justify {
  text-align: justify !important;
}

.bootstrap-styles.theme-contrast .text-wrap {
  white-space: normal !important;
}

.bootstrap-styles.theme-contrast .text-nowrap {
  white-space: nowrap !important;
}

.bootstrap-styles.theme-contrast .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast .text-left {
  text-align: left !important;
}

.bootstrap-styles.theme-contrast .text-right {
  text-align: right !important;
}

.bootstrap-styles.theme-contrast .text-center, .bootstrap-styles.theme-contrast .infraTable .infraTh, .bootstrap-styles.theme-contrast .infraTabelaDinamica .infraTh {
  text-align: center !important;
}

@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .text-sm-left {
    text-align: left !important;
  }
  .bootstrap-styles.theme-contrast .text-sm-right {
    text-align: right !important;
  }
  .bootstrap-styles.theme-contrast .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast .text-md-left {
    text-align: left !important;
  }
  .bootstrap-styles.theme-contrast .text-md-right {
    text-align: right !important;
  }
  .bootstrap-styles.theme-contrast .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .text-lg-left {
    text-align: left !important;
  }
  .bootstrap-styles.theme-contrast .text-lg-right {
    text-align: right !important;
  }
  .bootstrap-styles.theme-contrast .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast .text-xl-left {
    text-align: left !important;
  }
  .bootstrap-styles.theme-contrast .text-xl-right {
    text-align: right !important;
  }
  .bootstrap-styles.theme-contrast .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .bootstrap-styles.theme-contrast .text-xxl-left {
    text-align: left !important;
  }
  .bootstrap-styles.theme-contrast .text-xxl-right {
    text-align: right !important;
  }
  .bootstrap-styles.theme-contrast .text-xxl-center {
    text-align: center !important;
  }
}
.bootstrap-styles.theme-contrast .text-lowercase {
  text-transform: lowercase !important;
}

.bootstrap-styles.theme-contrast .text-uppercase {
  text-transform: uppercase !important;
}

.bootstrap-styles.theme-contrast .text-capitalize {
  text-transform: capitalize !important;
}

.bootstrap-styles.theme-contrast .font-weight-light {
  font-weight: 300 !important;
}

.bootstrap-styles.theme-contrast .font-weight-lighter {
  font-weight: lighter !important;
}

.bootstrap-styles.theme-contrast .font-weight-normal {
  font-weight: 400 !important;
}

.bootstrap-styles.theme-contrast .font-weight-bold {
  font-weight: 700 !important;
}

.bootstrap-styles.theme-contrast .font-weight-bolder {
  font-weight: bolder !important;
}

.bootstrap-styles.theme-contrast .font-italic {
  font-style: italic !important;
}

.bootstrap-styles.theme-contrast .text-white {
  color: #fff !important;
}

.bootstrap-styles.theme-contrast .text-primary, .bootstrap-styles.theme-contrast #divCapaProcesso u a:hover {
  color: cyan !important;
}

.bootstrap-styles.theme-contrast a.text-primary:hover, .bootstrap-styles.theme-contrast #divCapaProcesso u a:hover, .bootstrap-styles.theme-contrast a.text-primary:focus {
  color: #00b3b3 !important;
}

.bootstrap-styles.theme-contrast .text-secondary {
  color: #6c757d !important;
}

.bootstrap-styles.theme-contrast a.text-secondary:hover, .bootstrap-styles.theme-contrast a.text-secondary:focus {
  color: #494f54 !important;
}

.bootstrap-styles.theme-contrast .text-success {
  color: #28a745 !important;
}

.bootstrap-styles.theme-contrast a.text-success:hover, .bootstrap-styles.theme-contrast a.text-success:focus {
  color: #19692c !important;
}

.bootstrap-styles.theme-contrast .text-info {
  color: #17a2b8 !important;
}

.bootstrap-styles.theme-contrast a.text-info:hover, .bootstrap-styles.theme-contrast a.text-info:focus {
  color: #0f6674 !important;
}

.bootstrap-styles.theme-contrast .text-warning {
  color: #ffc107 !important;
}

.bootstrap-styles.theme-contrast a.text-warning:hover, .bootstrap-styles.theme-contrast a.text-warning:focus {
  color: #ba8b00 !important;
}

.bootstrap-styles.theme-contrast .text-danger, .bootstrap-styles.theme-contrast .required-sign, .bootstrap-styles.theme-contrast a.infraLinkDocumentoSigilosoMaior, .bootstrap-styles.theme-contrast a.infraLinkDocumentoSigiloso {
  color: #dc3545 !important;
}

.bootstrap-styles.theme-contrast a.text-danger:hover, .bootstrap-styles.theme-contrast a.required-sign:hover, .bootstrap-styles.theme-contrast a.infraLinkDocumentoSigilosoMaior:hover, .bootstrap-styles.theme-contrast a.infraLinkDocumentoSigiloso:hover, .bootstrap-styles.theme-contrast a.text-danger:focus, .bootstrap-styles.theme-contrast a.required-sign:focus, .bootstrap-styles.theme-contrast a.infraLinkDocumentoSigilosoMaior:focus, .bootstrap-styles.theme-contrast a.infraLinkDocumentoSigiloso:focus {
  color: #a71d2a !important;
}

.bootstrap-styles.theme-contrast .text-light {
  color: #f8f9fa !important;
}

.bootstrap-styles.theme-contrast a.text-light:hover, .bootstrap-styles.theme-contrast a.text-light:focus {
  color: #cbd3da !important;
}

.bootstrap-styles.theme-contrast .text-dark {
  color: #343a40 !important;
}

.bootstrap-styles.theme-contrast a.text-dark:hover, .bootstrap-styles.theme-contrast a.text-dark:focus {
  color: #121416 !important;
}

.bootstrap-styles.theme-contrast .text-body {
  color: #212529 !important;
}

.bootstrap-styles.theme-contrast .text-muted {
  color: #6c757d !important;
}

.bootstrap-styles.theme-contrast .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.bootstrap-styles.theme-contrast .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-styles.theme-contrast .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.bootstrap-styles.theme-contrast .text-decoration-none {
  text-decoration: none !important;
}

.bootstrap-styles.theme-contrast .text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.bootstrap-styles.theme-contrast .text-reset {
  color: inherit !important;
}

.bootstrap-styles.theme-contrast .visible {
  visibility: visible !important;
}

.bootstrap-styles.theme-contrast .invisible {
  visibility: hidden !important;
}

@media print {
  .bootstrap-styles.theme-contrast *,
  .bootstrap-styles.theme-contrast *::before,
  .bootstrap-styles.theme-contrast *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .bootstrap-styles.theme-contrast a:not(.btn):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary):not(.eproc-button):not(.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)) {
    text-decoration: underline;
  }
  .bootstrap-styles.theme-contrast abbr[title]::after {
    content: " (" attr(title) ")";
  }
  .bootstrap-styles.theme-contrast pre {
    white-space: pre-wrap !important;
  }
  .bootstrap-styles.theme-contrast pre,
  .bootstrap-styles.theme-contrast blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  .bootstrap-styles.theme-contrast tr,
  .bootstrap-styles.theme-contrast img {
    page-break-inside: avoid;
  }
  .bootstrap-styles.theme-contrast p,
  .bootstrap-styles.theme-contrast h2,
  .bootstrap-styles.theme-contrast h3 {
    orphans: 3;
    widows: 3;
  }
  .bootstrap-styles.theme-contrast h2,
  .bootstrap-styles.theme-contrast h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .bootstrap-styles.theme-contrast body {
    min-width: 992px !important;
  }
  .bootstrap-styles.theme-contrast .container {
    min-width: 992px !important;
  }
  .bootstrap-styles.theme-contrast .navbar {
    display: none;
  }
  .bootstrap-styles.theme-contrast .badge, .bootstrap-styles.theme-contrast .lblAvisoImportante {
    border: 1px solid #000;
  }
  .bootstrap-styles.theme-contrast .table, .bootstrap-styles.theme-contrast .eproc-table, .bootstrap-styles.theme-contrast .infraTable, .bootstrap-styles.theme-contrast .infraTabelaDinamica {
    border-collapse: collapse !important;
  }
  .bootstrap-styles.theme-contrast .table td, .bootstrap-styles.theme-contrast .eproc-table td, .bootstrap-styles.theme-contrast .infraTable td, .bootstrap-styles.theme-contrast .infraTabelaDinamica td, .bootstrap-styles.theme-contrast .table th, .bootstrap-styles.theme-contrast .eproc-table th, .bootstrap-styles.theme-contrast .infraTable th, .bootstrap-styles.theme-contrast .infraTabelaDinamica th {
    background-color: #fff !important;
  }
  .bootstrap-styles.theme-contrast .table-bordered th, .bootstrap-styles.theme-contrast .eproc-table th, .bootstrap-styles.theme-contrast .infraTable th, .bootstrap-styles.theme-contrast .infraTabelaDinamica th, .bootstrap-styles.theme-contrast .table-bordered td, .bootstrap-styles.theme-contrast .eproc-table td, .bootstrap-styles.theme-contrast .infraTable td, .bootstrap-styles.theme-contrast .infraTabelaDinamica td {
    border: 1px solid #dee2e6 !important;
  }
  .bootstrap-styles.theme-contrast .table-dark {
    color: inherit;
  }
  .bootstrap-styles.theme-contrast .table-dark th,
  .bootstrap-styles.theme-contrast .table-dark td,
  .bootstrap-styles.theme-contrast .table-dark thead th,
  .bootstrap-styles.theme-contrast .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .bootstrap-styles.theme-contrast .table .thead-dark th, .bootstrap-styles.theme-contrast .eproc-table .thead-dark th, .bootstrap-styles.theme-contrast .infraTable .thead-dark th, .bootstrap-styles.theme-contrast .infraTabelaDinamica .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!@preserve
 * Tempus Dominus Bootstrap4 v5.39.0 (https://tempusdominus.github.io/bootstrap-4/)
 * Copyright 2016-2020 Jonathan Peterson and contributors
 * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
 */
.bootstrap-styles.theme-contrast .sr-only, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table th.next::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=today].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=today].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=today].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=today].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=today].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=today].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=clear].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=clear].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=clear].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=clear].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=clear].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=clear].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=togglePeriod].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=togglePeriod].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showMinutes].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showMinutes].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=showMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=showMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showMinutes].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showMinutes].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showHours].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showHours].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=showHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=showHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showHours].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showHours].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementMinutes].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementMinutes].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=decrementMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=decrementMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementMinutes].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementMinutes].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementHours].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementHours].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=decrementHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=decrementHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementHours].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementHours].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementMinutes].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementMinutes].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=incrementMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=incrementMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementMinutes].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementMinutes].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementHours].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementHours].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=incrementHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=incrementHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementHours].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementHours].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.bootstrap-styles.theme-contrast body.tempusdominus-bootstrap-datetimepicker-widget-day-click,
.bootstrap-styles.theme-contrast body.tempusdominus-bootstrap-datetimepicker-widget-day-click * {
  cursor: pointer !important;
}

.bootstrap-styles.theme-contrast body.tempusdominus-bootstrap-datetimepicker-widget-day-click {
  position: relative !important;
}

.bootstrap-styles.theme-contrast .tempusdominus-bootstrap-datetimepicker-widget-day-click-glass-panel {
  position: absolute;
  z-index: 999999999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer !important;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .datepicker-days tbody td {
  cursor: pointer;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons {
  width: 16rem;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks {
  width: 16rem;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.tempusdominus-bootstrap-datetimepicker-widget-with-calendar-weeks.tempusdominus-bootstrap-datetimepicker-widget-with-feather-icons {
  width: 17rem;
}

@media (min-width: 576px) {
  .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod], .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].eproc-button-primary, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].infraButton.btn-primary, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=togglePeriod].infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=togglePeriod].infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].eproc-button, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  text-align: center;
  font-family: Arial, sans-serif, -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 38px;
  height: 38px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementHours].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementHours].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=incrementHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=incrementHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementHours].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementHours].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after {
  content: "Increment Hours";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementMinutes].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementMinutes].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=incrementMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=incrementMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementMinutes].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=incrementMinutes].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after {
  content: "Increment Minutes";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementHours].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementHours].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=decrementHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=decrementHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementHours].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementHours].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after {
  content: "Decrement Hours";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementMinutes].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementMinutes].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=decrementMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=decrementMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementMinutes].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=decrementMinutes].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after {
  content: "Decrement Minutes";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=showHours]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showHours].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showHours].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=showHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=showHours].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showHours].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showHours].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after {
  content: "Show Hours";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showMinutes].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showMinutes].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=showMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=showMinutes].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showMinutes].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=showMinutes].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after {
  content: "Show Minutes";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=togglePeriod].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=togglePeriod].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=togglePeriod].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after {
  content: "Toggle AM/PM";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=clear]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=clear].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=clear].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=clear].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=clear].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=clear].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=clear].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after {
  content: "Clear the picker";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .btn[data-action=today]::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=today].eproc-button-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=today].infraButton.btn-primary::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .infraArvore [data-action=today].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget [data-action=today].infraButton.infraArvoreNoSelecionado::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=today].eproc-button::after, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget [data-action=today].infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary)::after {
  content: "Set the date to today";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .picker-switch.picker-switch-with-feathers-icons td span {
  line-height: 2.8;
  height: 2.8em;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.cw {
  font-size: 0.8em;
  height: 20px;
  line-height: 20px;
  color: #6c757d;
  cursor: default;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.old, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.new {
  color: #6c757d;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.today:before {
  content: "";
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.active, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin-top: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  border-radius: 0.25rem;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td span.old {
  color: #6c757d;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #6c757d;
  cursor: not-allowed;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.eproc-button-primary, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.infraButton.btn-primary, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .infraArvore a.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.eproc-button, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: #007bff;
  color: var(--blue, #007bff);
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.btn:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.eproc-button-primary:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.infraButton.btn-primary:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker .infraArvore a.infraButton.infraArvoreNoSelecionado:hover, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.infraButton.infraArvoreNoSelecionado:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.eproc-button:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget .timepicker .timepicker-picker a.infraButton:hover:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: #0056b3;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours], .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes], .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds], .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours], .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes], .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds], .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours], .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes], .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds], .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod] {
  pointer-events: none;
  cursor: default;
}

.bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.day:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.hour:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.minute:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td.second:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementHours]:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementMinutes]:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=incrementSeconds]:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementHours]:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementMinutes]:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=decrementSeconds]:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showHours]:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showMinutes]:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=showSeconds]:hover, .bootstrap-styles.theme-contrast .bootstrap-datetimepicker-widget.bootstrap-datetimepicker-widget-readonly table td [data-action=togglePeriod]:hover {
  background: none;
}

.bootstrap-styles.theme-contrast .input-group [data-toggle=datetimepicker] {
  cursor: pointer;
}

/*!
 * Bootstrap-select v1.13.18 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.bootstrap-styles.theme-contrast select.bs-select-hidden,
.bootstrap-styles.theme-contrast .bootstrap-select > select.bs-select-hidden,
.bootstrap-styles.theme-contrast select.selectpicker {
  display: none !important;
}

.bootstrap-styles.theme-contrast .bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle:after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button:after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button:after {
  margin-top: -1px;
}

.bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder.btn-primary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder.btn-primary, .bootstrap-styles.theme-contrast .infraArvore .bootstrap-select > .dropdown-toggle.bs-placeholder.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .infraArvore .bootstrap-select > button.bs-placeholder.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .infraArvore .bootstrap-select > button.bs-placeholder.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.eproc-button-primary, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder.eproc-button-primary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder.eproc-button-primary, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder.btn-secondary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder.btn-secondary, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder.eproc-button, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder.btn-success, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder.btn-success, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder.btn-danger, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder.btn-danger, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder.btn-info, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder.btn-info, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder.btn-dark, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder.btn-dark, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-styles.theme-contrast .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-styles.theme-contrast .bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-styles.theme-contrast .bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.bootstrap-styles.theme-contrast .has-error .bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast .has-error .bootstrap-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .has-error .bootstrap-select button, .bootstrap-styles.theme-contrast .has-error .bootstrap-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .has-error .bootstrap-select button, .bootstrap-styles.theme-contrast .error .bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast .error .bootstrap-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .error .bootstrap-select button, .bootstrap-styles.theme-contrast .error .bootstrap-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .error .bootstrap-select button, .bootstrap-styles.theme-contrast .bootstrap-select.is-invalid .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.is-invalid div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.is-invalid button, .bootstrap-styles.theme-contrast .bootstrap-select.is-invalid div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.is-invalid button, .bootstrap-styles.theme-contrast .was-validated .bootstrap-select select:invalid + .dropdown-toggle, .bootstrap-styles.theme-contrast .was-validated .bootstrap-select div.infraSelect.classeMultipleSelect select:invalid + button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .was-validated .bootstrap-select select:invalid + button, .bootstrap-styles.theme-contrast .was-validated .bootstrap-select div.infraSelect.multipleSelect select:invalid + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .was-validated .bootstrap-select select:invalid + button {
  border-color: #b94a48;
}

.bootstrap-styles.theme-contrast .bootstrap-select.is-valid .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.is-valid div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.is-valid button, .bootstrap-styles.theme-contrast .bootstrap-select.is-valid div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.is-valid button, .bootstrap-styles.theme-contrast .was-validated .bootstrap-select select:valid + .dropdown-toggle, .bootstrap-styles.theme-contrast .was-validated .bootstrap-select div.infraSelect.classeMultipleSelect select:valid + button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .was-validated .bootstrap-select select:valid + button, .bootstrap-styles.theme-contrast .was-validated .bootstrap-select div.infraSelect.multipleSelect select:valid + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .was-validated .bootstrap-select select:valid + button {
  border-color: #28a745;
}

.bootstrap-styles.theme-contrast .bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-styles.theme-contrast .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-styles.theme-contrast .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select > select.mobile-device:focus + button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select > select.mobile-device:focus + button, .bootstrap-styles.theme-contrast .bootstrap-select .dropdown-toggle:focus, .bootstrap-styles.theme-contrast .bootstrap-select div.infraSelect.classeMultipleSelect button:focus, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select button:focus, .bootstrap-styles.theme-contrast .bootstrap-select div.infraSelect.multipleSelect button:focus, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select button:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-styles.theme-contrast .bootstrap-select.form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.bootstrap-select, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.bootstrap-select, .bootstrap-styles.theme-contrast .bootstrap-select.infraAutoCompletar, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-text, .bootstrap-styles.theme-contrast .bootstrap-select.infraText, .bootstrap-styles.theme-contrast .bootstrap-select.infraTxtDate, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-textarea, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextArea, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextarea, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-select, .bootstrap-styles.theme-contrast .bootstrap-select.infraSelect {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

.bootstrap-styles.theme-contrast :not(.input-group) > .bootstrap-select.form-control:not([class*=col-]), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect :not(.input-group) > button.bootstrap-select:not([class*=col-]), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect :not(.input-group) > button.bootstrap-select:not([class*=col-]), .bootstrap-styles.theme-contrast :not(.input-group) > .bootstrap-select.infraAutoCompletar:not([class*=col-]), .bootstrap-styles.theme-contrast :not(.input-group) > .bootstrap-select.eproc-text:not([class*=col-]), .bootstrap-styles.theme-contrast :not(.input-group) > .bootstrap-select.infraText:not([class*=col-]), .bootstrap-styles.theme-contrast :not(.input-group) > .bootstrap-select.infraTxtDate:not([class*=col-]), .bootstrap-styles.theme-contrast :not(.input-group) > .bootstrap-select.eproc-textarea:not([class*=col-]), .bootstrap-styles.theme-contrast :not(.input-group) > .bootstrap-select.infraTextArea:not([class*=col-]), .bootstrap-styles.theme-contrast :not(.input-group) > .bootstrap-select.infraTextarea:not([class*=col-]), .bootstrap-styles.theme-contrast :not(.input-group) > .bootstrap-select.eproc-select:not([class*=col-]), .bootstrap-styles.theme-contrast :not(.input-group) > .bootstrap-select.infraSelect:not([class*=col-]) {
  width: 100%;
}

.bootstrap-styles.theme-contrast .bootstrap-select.form-control.input-group-btn, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.bootstrap-select.input-group-btn, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.bootstrap-select.input-group-btn, .bootstrap-styles.theme-contrast .bootstrap-select.input-group-btn.infraAutoCompletar, .bootstrap-styles.theme-contrast .bootstrap-select.input-group-btn.eproc-text, .bootstrap-styles.theme-contrast .bootstrap-select.input-group-btn.infraText, .bootstrap-styles.theme-contrast .bootstrap-select.input-group-btn.infraTxtDate, .bootstrap-styles.theme-contrast .bootstrap-select.input-group-btn.eproc-textarea, .bootstrap-styles.theme-contrast .bootstrap-select.input-group-btn.infraTextArea, .bootstrap-styles.theme-contrast .bootstrap-select.input-group-btn.infraTextarea, .bootstrap-styles.theme-contrast .bootstrap-select.input-group-btn.eproc-select, .bootstrap-styles.theme-contrast .bootstrap-select.input-group-btn.infraSelect {
  float: none;
  z-index: auto;
}

.bootstrap-styles.theme-contrast .form-inline .bootstrap-select,
.bootstrap-styles.theme-contrast .form-inline .bootstrap-select.form-control:not([class*=col-]),
.bootstrap-styles.theme-contrast .form-inline div.infraSelect.classeMultipleSelect button.bootstrap-select:not([class*=col-]),
.bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-inline button.bootstrap-select:not([class*=col-]),
.bootstrap-styles.theme-contrast .form-inline div.infraSelect.multipleSelect button.bootstrap-select:not([class*=col-]),
.bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-inline button.bootstrap-select:not([class*=col-]) {
  width: auto;
}

.bootstrap-styles.theme-contrast .bootstrap-select:not(.input-group-btn),
.bootstrap-styles.theme-contrast .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-styles.theme-contrast .bootstrap-select.dropdown-menu-right,
.bootstrap-styles.theme-contrast .bootstrap-select[class*=col-].dropdown-menu-right,
.bootstrap-styles.theme-contrast .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.bootstrap-styles.theme-contrast .form-inline .bootstrap-select,
.bootstrap-styles.theme-contrast .form-horizontal .bootstrap-select,
.bootstrap-styles.theme-contrast .form-group .bootstrap-select {
  margin-bottom: 0;
}

.bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.form-control, .bootstrap-styles.theme-contrast .form-group-lg div.infraSelect.classeMultipleSelect button.bootstrap-select, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg button.bootstrap-select, .bootstrap-styles.theme-contrast .form-group-lg div.infraSelect.multipleSelect button.bootstrap-select, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg button.bootstrap-select, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraAutoCompletar, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-text, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraText, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTxtDate, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-textarea, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTextArea, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTextarea, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-select, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraSelect, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.form-control, .bootstrap-styles.theme-contrast .form-group-sm div.infraSelect.classeMultipleSelect button.bootstrap-select, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm button.bootstrap-select, .bootstrap-styles.theme-contrast .form-group-sm div.infraSelect.multipleSelect button.bootstrap-select, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm button.bootstrap-select, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraAutoCompletar, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-text, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraText, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTxtDate, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-textarea, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTextArea, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTextarea, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-select, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraSelect {
  padding: 0;
}

.bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.form-control .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.form-control div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg .bootstrap-select.form-control button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.form-control div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg .bootstrap-select.form-control button, .bootstrap-styles.theme-contrast .form-group-lg div.infraSelect.classeMultipleSelect button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg div.infraSelect.classeMultipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast .form-group-lg div.infraSelect.classeMultipleSelect button.bootstrap-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg div.infraSelect.classeMultipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg button.bootstrap-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect div.infraSelect.classeMultipleSelect .form-group-lg button.bootstrap-select button, .bootstrap-styles.theme-contrast .form-group-lg div.infraSelect.multipleSelect button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg div.infraSelect.multipleSelect button.bootstrap-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg div.infraSelect.multipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast .form-group-lg div.infraSelect.multipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg button.bootstrap-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect div.infraSelect.multipleSelect .form-group-lg button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg button.bootstrap-select button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraAutoCompletar .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraAutoCompletar div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg .bootstrap-select.infraAutoCompletar button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraAutoCompletar div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg .bootstrap-select.infraAutoCompletar button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-text .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-text div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg .bootstrap-select.eproc-text button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-text div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg .bootstrap-select.eproc-text button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraText .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraText div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg .bootstrap-select.infraText button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraText div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg .bootstrap-select.infraText button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTxtDate .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTxtDate div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg .bootstrap-select.infraTxtDate button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTxtDate div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg .bootstrap-select.infraTxtDate button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-textarea .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTextArea .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-textarea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTextArea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg .bootstrap-select.eproc-textarea button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg .bootstrap-select.infraTextArea button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-textarea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTextArea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg .bootstrap-select.eproc-textarea button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg .bootstrap-select.infraTextArea button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTextarea .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTextarea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg .bootstrap-select.infraTextarea button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraTextarea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg .bootstrap-select.infraTextarea button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-select .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg .bootstrap-select.eproc-select button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.eproc-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg .bootstrap-select.eproc-select button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraSelect .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraSelect div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-lg .bootstrap-select.infraSelect button, .bootstrap-styles.theme-contrast .form-group-lg .bootstrap-select.infraSelect div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-lg .bootstrap-select.infraSelect button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.form-control .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.form-control div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm .bootstrap-select.form-control button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.form-control div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm .bootstrap-select.form-control button, .bootstrap-styles.theme-contrast .form-group-sm div.infraSelect.classeMultipleSelect button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm div.infraSelect.classeMultipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast .form-group-sm div.infraSelect.classeMultipleSelect button.bootstrap-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm div.infraSelect.classeMultipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm button.bootstrap-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect div.infraSelect.classeMultipleSelect .form-group-sm button.bootstrap-select button, .bootstrap-styles.theme-contrast .form-group-sm div.infraSelect.multipleSelect button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm div.infraSelect.multipleSelect button.bootstrap-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm div.infraSelect.multipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast .form-group-sm div.infraSelect.multipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm button.bootstrap-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect div.infraSelect.multipleSelect .form-group-sm button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm button.bootstrap-select button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraAutoCompletar .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraAutoCompletar div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm .bootstrap-select.infraAutoCompletar button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraAutoCompletar div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm .bootstrap-select.infraAutoCompletar button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-text .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-text div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm .bootstrap-select.eproc-text button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-text div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm .bootstrap-select.eproc-text button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraText .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraText div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm .bootstrap-select.infraText button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraText div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm .bootstrap-select.infraText button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTxtDate .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTxtDate div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm .bootstrap-select.infraTxtDate button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTxtDate div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm .bootstrap-select.infraTxtDate button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-textarea .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTextArea .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-textarea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTextArea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm .bootstrap-select.eproc-textarea button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm .bootstrap-select.infraTextArea button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-textarea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTextArea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm .bootstrap-select.eproc-textarea button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm .bootstrap-select.infraTextArea button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTextarea .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTextarea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm .bootstrap-select.infraTextarea button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraTextarea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm .bootstrap-select.infraTextarea button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-select .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm .bootstrap-select.eproc-select button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.eproc-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm .bootstrap-select.eproc-select button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraSelect .dropdown-toggle, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraSelect div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-group-sm .bootstrap-select.infraSelect button, .bootstrap-styles.theme-contrast .form-group-sm .bootstrap-select.infraSelect div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-group-sm .bootstrap-select.infraSelect button {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-styles.theme-contrast .bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.form-control-sm div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.form-control-sm button, .bootstrap-styles.theme-contrast .bootstrap-select.form-control-sm div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.form-control-sm button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast .bootstrap-select.infraAutoCompletar .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraAutoCompletar div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraAutoCompletar button, .bootstrap-styles.theme-contrast .bootstrap-select.infraAutoCompletar div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraAutoCompletar button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-text .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-text div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.eproc-text button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-text div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.eproc-text button, .bootstrap-styles.theme-contrast .bootstrap-select.infraText .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraText div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraText button, .bootstrap-styles.theme-contrast .bootstrap-select.infraText div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraText button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTxtDate .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraTxtDate div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraTxtDate button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTxtDate div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraTxtDate button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-textarea .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextArea .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-textarea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextArea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.eproc-textarea button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraTextArea button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-textarea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextArea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.eproc-textarea button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraTextArea button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextarea .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextarea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraTextarea button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextarea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraTextarea button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-select .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.eproc-select button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.eproc-select button, .bootstrap-styles.theme-contrast .bootstrap-select.infraSelect .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraSelect div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraSelect button, .bootstrap-styles.theme-contrast .bootstrap-select.infraSelect div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraSelect button, .bootstrap-styles.theme-contrast .bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.form-control-lg div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.form-control-lg button, .bootstrap-styles.theme-contrast .bootstrap-select.form-control-lg div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.form-control-lg button {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-styles.theme-contrast .bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.form-control-sm div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.form-control-sm button, .bootstrap-styles.theme-contrast .bootstrap-select.form-control-sm div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.form-control-sm button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast .bootstrap-select.infraAutoCompletar .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraAutoCompletar div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraAutoCompletar button, .bootstrap-styles.theme-contrast .bootstrap-select.infraAutoCompletar div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraAutoCompletar button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-text .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-text div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.eproc-text button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-text div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.eproc-text button, .bootstrap-styles.theme-contrast .bootstrap-select.infraText .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraText div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraText button, .bootstrap-styles.theme-contrast .bootstrap-select.infraText div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraText button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTxtDate .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraTxtDate div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraTxtDate button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTxtDate div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraTxtDate button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-textarea .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextArea .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-textarea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextArea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.eproc-textarea button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraTextArea button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-textarea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextArea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.eproc-textarea button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraTextArea button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextarea .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextarea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraTextarea button, .bootstrap-styles.theme-contrast .bootstrap-select.infraTextarea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraTextarea button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-select .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.eproc-select button, .bootstrap-styles.theme-contrast .bootstrap-select.eproc-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.eproc-select button, .bootstrap-styles.theme-contrast .bootstrap-select.infraSelect .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.infraSelect div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.infraSelect button, .bootstrap-styles.theme-contrast .bootstrap-select.infraSelect div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.infraSelect button {
  padding: 0.25rem 0.5rem;
}

.bootstrap-styles.theme-contrast .bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select.form-control-lg div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.form-control-lg button, .bootstrap-styles.theme-contrast .bootstrap-select.form-control-lg div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.form-control-lg button {
  padding: 0.5rem 1rem;
}

.bootstrap-styles.theme-contrast .form-inline .bootstrap-select .form-control, .bootstrap-styles.theme-contrast .form-inline .bootstrap-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .form-inline .bootstrap-select button, .bootstrap-styles.theme-contrast .form-inline .bootstrap-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .form-inline .bootstrap-select button, .bootstrap-styles.theme-contrast .form-inline .bootstrap-select .infraAutoCompletar, .bootstrap-styles.theme-contrast .form-inline .bootstrap-select .eproc-text, .bootstrap-styles.theme-contrast .form-inline .bootstrap-select .infraText, .bootstrap-styles.theme-contrast .form-inline .bootstrap-select .infraTxtDate, .bootstrap-styles.theme-contrast .form-inline .bootstrap-select .eproc-textarea, .bootstrap-styles.theme-contrast .form-inline .bootstrap-select .infraTextArea, .bootstrap-styles.theme-contrast .form-inline .bootstrap-select .infraTextarea, .bootstrap-styles.theme-contrast .form-inline .bootstrap-select .eproc-select, .bootstrap-styles.theme-contrast .form-inline .bootstrap-select .infraSelect {
  width: 100%;
}

.bootstrap-styles.theme-contrast .bootstrap-select.disabled,
.bootstrap-styles.theme-contrast .bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-styles.theme-contrast .bootstrap-select.disabled:focus,
.bootstrap-styles.theme-contrast .bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-styles.theme-contrast .bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-styles.theme-contrast .bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-toggle .filter-option, .bootstrap-styles.theme-contrast .bootstrap-select div.infraSelect.classeMultipleSelect button .filter-option, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select button .filter-option, .bootstrap-styles.theme-contrast .bootstrap-select div.infraSelect.multipleSelect button .filter-option, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select button .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}

.bootstrap-styles.theme-contrast .bs3.bootstrap-select .dropdown-toggle .filter-option, .bootstrap-styles.theme-contrast .bs3.bootstrap-select div.infraSelect.classeMultipleSelect button .filter-option, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bs3.bootstrap-select button .filter-option, .bootstrap-styles.theme-contrast .bs3.bootstrap-select div.infraSelect.multipleSelect button .filter-option, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bs3.bootstrap-select button .filter-option {
  padding-right: inherit;
}

.bootstrap-styles.theme-contrast .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option, .bootstrap-styles.theme-contrast .input-group .bs3-has-addon.bootstrap-select div.infraSelect.classeMultipleSelect button .filter-option, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bs3-has-addon.bootstrap-select button .filter-option, .bootstrap-styles.theme-contrast .input-group .bs3-has-addon.bootstrap-select div.infraSelect.multipleSelect button .filter-option, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bs3-has-addon.bootstrap-select button .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.bootstrap-styles.theme-contrast .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner, .bootstrap-styles.theme-contrast .input-group .bs3-has-addon.bootstrap-select div.infraSelect.classeMultipleSelect button .filter-option .filter-option-inner, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bs3-has-addon.bootstrap-select button .filter-option .filter-option-inner, .bootstrap-styles.theme-contrast .input-group .bs3-has-addon.bootstrap-select div.infraSelect.multipleSelect button .filter-option .filter-option-inner, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bs3-has-addon.bootstrap-select button .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-toggle .filter-option-inner-inner, .bootstrap-styles.theme-contrast .bootstrap-select div.infraSelect.classeMultipleSelect button .filter-option-inner-inner, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select button .filter-option-inner-inner, .bootstrap-styles.theme-contrast .bootstrap-select div.infraSelect.multipleSelect button .filter-option-inner-inner, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select button .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-toggle .filter-expand, .bootstrap-styles.theme-contrast .bootstrap-select div.infraSelect.classeMultipleSelect button .filter-expand, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select button .filter-expand, .bootstrap-styles.theme-contrast .bootstrap-select div.infraSelect.multipleSelect button .filter-expand, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select button .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-toggle .caret, .bootstrap-styles.theme-contrast .bootstrap-select div.infraSelect.classeMultipleSelect button .caret, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select button .caret, .bootstrap-styles.theme-contrast .bootstrap-select div.infraSelect.multipleSelect button .caret, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select button .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-styles.theme-contrast .input-group .bootstrap-select.form-control .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.form-control div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bootstrap-select.form-control button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.form-control div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bootstrap-select.form-control button, .bootstrap-styles.theme-contrast .input-group div.infraSelect.classeMultipleSelect button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group div.infraSelect.classeMultipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group button.bootstrap-select button, .bootstrap-styles.theme-contrast .input-group div.infraSelect.multipleSelect button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group div.infraSelect.multipleSelect button.bootstrap-select button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group button.bootstrap-select .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group button.bootstrap-select button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraAutoCompletar .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraAutoCompletar div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bootstrap-select.infraAutoCompletar button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraAutoCompletar div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bootstrap-select.infraAutoCompletar button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.eproc-text .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.eproc-text div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bootstrap-select.eproc-text button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.eproc-text div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bootstrap-select.eproc-text button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraText .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraText div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bootstrap-select.infraText button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraText div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bootstrap-select.infraText button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraTxtDate .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraTxtDate div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bootstrap-select.infraTxtDate button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraTxtDate div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bootstrap-select.infraTxtDate button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.eproc-textarea .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraTextArea .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.eproc-textarea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraTextArea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bootstrap-select.eproc-textarea button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bootstrap-select.infraTextArea button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.eproc-textarea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraTextArea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bootstrap-select.eproc-textarea button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bootstrap-select.infraTextArea button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraTextarea .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraTextarea div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bootstrap-select.infraTextarea button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraTextarea div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bootstrap-select.infraTextarea button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.eproc-select .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.eproc-select div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bootstrap-select.eproc-select button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.eproc-select div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bootstrap-select.eproc-select button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraSelect .dropdown-toggle, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraSelect div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .input-group .bootstrap-select.infraSelect button, .bootstrap-styles.theme-contrast .input-group .bootstrap-select.infraSelect div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .input-group .bootstrap-select.infraSelect button {
  border-radius: inherit;
}

.bootstrap-styles.theme-contrast .bootstrap-select[class*=col-] .dropdown-toggle, .bootstrap-styles.theme-contrast .bootstrap-select[class*=col-] div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select[class*=col-] button, .bootstrap-styles.theme-contrast .bootstrap-select[class*=col-] div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select[class*=col-] button {
  width: 100%;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-styles.theme-contrast .bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast .bootstrap-select.fit-width .dropdown-toggle .filter-option, .bootstrap-styles.theme-contrast .bootstrap-select.fit-width div.infraSelect.classeMultipleSelect button .filter-option, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.fit-width button .filter-option, .bootstrap-styles.theme-contrast .bootstrap-select.fit-width div.infraSelect.multipleSelect button .filter-option, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.fit-width button .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-styles.theme-contrast .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-styles.theme-contrast .bootstrap-select.fit-width div.infraSelect.classeMultipleSelect button .filter-option-inner, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.fit-width button .filter-option-inner, .bootstrap-styles.theme-contrast .bootstrap-select.fit-width div.infraSelect.multipleSelect button .filter-option-inner, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.fit-width button .filter-option-inner, .bootstrap-styles.theme-contrast .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner, .bootstrap-styles.theme-contrast .bootstrap-select.fit-width div.infraSelect.classeMultipleSelect button .filter-option-inner-inner, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.fit-width button .filter-option-inner-inner, .bootstrap-styles.theme-contrast .bootstrap-select.fit-width div.infraSelect.multipleSelect button .filter-option-inner-inner, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.fit-width button .filter-option-inner-inner {
  display: inline;
}

.bootstrap-styles.theme-contrast .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before, .bootstrap-styles.theme-contrast .bootstrap-select.fit-width div.infraSelect.classeMultipleSelect button .bs-caret:before, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.fit-width button .bs-caret:before, .bootstrap-styles.theme-contrast .bootstrap-select.fit-width div.infraSelect.multipleSelect button .bs-caret:before, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.fit-width button .bs-caret:before {
  content: " ";
}

.bootstrap-styles.theme-contrast .bootstrap-select.fit-width .dropdown-toggle .caret, .bootstrap-styles.theme-contrast .bootstrap-select.fit-width div.infraSelect.classeMultipleSelect button .caret, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.fit-width button .caret, .bootstrap-styles.theme-contrast .bootstrap-select.fit-width div.infraSelect.multipleSelect button .caret, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.fit-width button .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-styles.theme-contrast .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-styles.theme-contrast .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-styles.theme-contrast .bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow.open > button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow.open > button, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.show > .dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow.show > button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow.show > button {
  z-index: 1061;
}

.bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow div.infraSelect.classeMultipleSelect button .filter-option:before, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow button .filter-option:before, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow div.infraSelect.multipleSelect button .filter-option:before, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow button .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow div.infraSelect.classeMultipleSelect button .filter-option:after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow button .filter-option:after, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow div.infraSelect.multipleSelect button .filter-option:after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow button .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.dropup div.infraSelect.classeMultipleSelect button .filter-option:before, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow.dropup button .filter-option:before, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.dropup div.infraSelect.multipleSelect button .filter-option:before, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow.dropup button .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.dropup div.infraSelect.classeMultipleSelect button .filter-option:after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow.dropup button .filter-option:after, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.dropup div.infraSelect.multipleSelect button .filter-option:after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow.dropup button .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.pull-right div.infraSelect.classeMultipleSelect button .filter-option:before, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow.pull-right button .filter-option:before, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.pull-right div.infraSelect.multipleSelect button .filter-option:before, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow.pull-right button .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.pull-right div.infraSelect.classeMultipleSelect button .filter-option:after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow.pull-right button .filter-option:after, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.pull-right div.infraSelect.multipleSelect button .filter-option:after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow.pull-right button .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow.open > button .filter-option:before, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow.open > button .filter-option:before, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow.show > button .filter-option:before, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow.show > button .filter-option:before, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow.open > button .filter-option:after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow.open > button .filter-option:after, .bootstrap-styles.theme-contrast .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bootstrap-select.show-menu-arrow.show > button .filter-option:after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bootstrap-select.show-menu-arrow.show > button .filter-option:after {
  display: block;
}

.bootstrap-styles.theme-contrast .bs-searchbox,
.bootstrap-styles.theme-contrast .bs-actionsbox,
.bootstrap-styles.theme-contrast .bs-donebutton {
  padding: 4px 8px;
}

.bootstrap-styles.theme-contrast .bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

.bootstrap-styles.theme-contrast .bs-actionsbox .btn-group button {
  width: 50%;
}

.bootstrap-styles.theme-contrast .bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.bootstrap-styles.theme-contrast .bs-donebutton .btn-group button {
  width: 100%;
}

.bootstrap-styles.theme-contrast .bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bootstrap-styles.theme-contrast .bs-searchbox .form-control, .bootstrap-styles.theme-contrast .bs-searchbox div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .bs-searchbox button, .bootstrap-styles.theme-contrast .bs-searchbox div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .bs-searchbox button, .bootstrap-styles.theme-contrast .bs-searchbox .infraAutoCompletar, .bootstrap-styles.theme-contrast .bs-searchbox .eproc-text, .bootstrap-styles.theme-contrast .bs-searchbox .infraText, .bootstrap-styles.theme-contrast .bs-searchbox .infraTxtDate, .bootstrap-styles.theme-contrast .bs-searchbox .eproc-textarea, .bootstrap-styles.theme-contrast .bs-searchbox .infraTextArea, .bootstrap-styles.theme-contrast .bs-searchbox .infraTextarea, .bootstrap-styles.theme-contrast .bs-searchbox .eproc-select, .bootstrap-styles.theme-contrast .bs-searchbox .infraSelect {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.bootstrap-styles.theme-contrast .material-icons.time::before {
  content: "access_time";
}
.bootstrap-styles.theme-contrast .material-icons.date::before {
  content: "calendar_today";
}
.bootstrap-styles.theme-contrast .material-icons.up::before {
  content: "arrow_drop_up";
  font-size: 47px;
}
.bootstrap-styles.theme-contrast .material-icons.down::before {
  content: "arrow_drop_down";
  font-size: 47px;
}
.bootstrap-styles.theme-contrast .material-icons.previous::before {
  content: "chevron_left";
}
.bootstrap-styles.theme-contrast .material-icons.next::before {
  content: "chevron_right";
}
.bootstrap-styles.theme-contrast .material-icons.today::before {
  content: "today";
}
.bootstrap-styles.theme-contrast .material-icons.clear::before {
  content: "clear";
}
.bootstrap-styles.theme-contrast .material-icons.close::before {
  content: "close";
}

.bootstrap-styles.theme-contrast .datepicker {
  max-width: 225px;
}

.bootstrap-styles.theme-contrast .input-group .datetimepicker-input {
  cursor: initial;
}

.bootstrap-styles.theme-contrast .was-validated .bootstrap-select select:invalid ~ .invalid-feedback {
  display: block;
}

.bootstrap-styles.theme-contrast .bootstrap-select.disabled > button {
  cursor: not-allowed;
  background-color: lightgray;
  color: #8c8c8c;
}

.bootstrap-styles.theme-contrast .material-icons.ui-hint {
  font-size: 1rem;
  margin-left: 4px;
}

.bootstrap-styles.theme-contrast .input-hint-wrapper {
  position: relative;
}

.bootstrap-styles.theme-contrast .input-hint-wrapper > i.material-icons {
  right: 4px;
  position: absolute;
  top: 3px;
}

.bootstrap-styles.theme-contrast .input-hint-wrapper.no-label i.material-icons {
  top: -30px !important;
}

.bootstrap-styles.theme-contrast .was-validated .tagify.is-invalid, .bootstrap-styles.theme-contrast .was-validated .tagify.is-invalid.tagify--focus {
  border-color: #dc3545 !important;
}
.bootstrap-styles.theme-contrast .was-validated .tagify.is-valid, .bootstrap-styles.theme-contrast .was-validated .tagify.is-valid.tagify--focus {
  border-color: #28a745 !important;
}
.bootstrap-styles.theme-contrast .was-validated .ui-autocomplete-wrapper > input:invalid ~ .invalid-feedback {
  display: block;
}

.bootstrap-styles.theme-contrast .ui-autocomplete-wrapper .ui-autocomplete-input::after {
  display: none;
}
.bootstrap-styles.theme-contrast .ui-autocomplete-wrapper .tagify--select .tagify__tag {
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.bootstrap-styles.theme-contrast .tagify__dropdown__item--selected::before {
  line-height: unset;
}

.bootstrap-styles.theme-contrast .tagify {
  width: 100%;
  border-radius: 3px;
}
.bootstrap-styles.theme-contrast .tagify.tagify--focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(82, 168, 236, 0.6) !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-styles.theme-contrast .tagify__dropdown__item {
  max-height: initial;
}
.bootstrap-styles.theme-contrast .tagify__tag[draggable=true]:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.bootstrap-styles.theme-contrast .tagify__tag__removeBtn {
  display: flex;
}
.bootstrap-styles.theme-contrast .tagify__tag__removeBtn.btn-link, .bootstrap-styles.theme-contrast .autocomplete-wrapper .tagify__tag__removeBtn.btn-listar-todos {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .tagify__tag__removeBtn:focus {
  color: white;
  background-color: #c77777;
  outline: none !important;
}

.bootstrap-styles.theme-contrast .slider-selection, .bootstrap-styles.theme-contrast .multi-slider-selection {
  height: 8px;
  top: 7px;
  position: absolute;
  transition: none;
}

.bootstrap-styles.theme-contrast .range-control {
  position: relative;
}

.bootstrap-styles.theme-contrast input[type=range] {
  width: 100%;
}

.bootstrap-styles.theme-contrast .range-slider {
  margin-top: 30px;
  margin-bottom: 60px;
}
.bootstrap-styles.theme-contrast .range-slider input[type=range] {
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  left: 0;
  outline: none;
}
.bootstrap-styles.theme-contrast .range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  border: none;
}
.bootstrap-styles.theme-contrast .range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
}
.bootstrap-styles.theme-contrast .range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgb(0, 0, 0);
  border: 0;
}
.bootstrap-styles.theme-contrast .range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.bootstrap-styles.theme-contrast .range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.bootstrap-styles.theme-contrast .range-slider output {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  visibility: hidden;
  position: absolute;
  margin-left: -20px;
  display: block;
  z-index: 1;
  min-width: 40px;
  height: 24px;
  padding: 2px;
  padding-bottom: 23px;
  border: 1px solid;
  border-radius: 5px;
  color: white;
  font-size: 0.8em;
  line-height: 24px;
  text-align: center;
  font-weight: bolder;
}
.bootstrap-styles.theme-contrast .range-slider output:after {
  content: "";
  position: absolute;
  left: 12px;
  border-width: 7px;
  border-style: solid;
}
.bootstrap-styles.theme-contrast .range-slider output:not(.below) {
  top: -31px;
}
.bootstrap-styles.theme-contrast .range-slider output:not(.below):after {
  top: 25px;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.bootstrap-styles.theme-contrast .range-slider output.below {
  top: 29px;
}
.bootstrap-styles.theme-contrast .range-slider output.below:after {
  bottom: 25px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

.bootstrap-styles.theme-contrast .input-group-sm .input-group-text .material-icons {
  font-size: 18px;
}

.bootstrap-styles.theme-contrast .btn-outline-primary {
  border-color: #b7b7b7;
}

.bootstrap-styles.theme-contrast .uic-time .datepicker {
  width: 90px;
}

.bootstrap-styles.theme-contrast .uic-date .datepicker {
  width: 130px;
}

.bootstrap-styles.theme-contrast .uic-datetime .datepicker {
  width: 170px;
}

.bootstrap-styles.theme-contrast .dependency-feedback-message {
  font-size: 10pt;
  display: none;
}
.bootstrap-styles.theme-contrast .dependency-feedback-message.danger {
  color: rgb(185, 74, 72);
}

.bootstrap-styles.theme-contrast .ajax-tab-refresh-button {
  display: none;
}

.bootstrap-styles.theme-contrast .nav-link.active .ajax-tab-refresh-button {
  display: initial;
}

.bootstrap-styles.theme-contrast .tab-icon {
  height: 19px;
  margin-top: -7px;
}

.bootstrap-styles.theme-contrast .ui-autocomplete-input span {
  padding: 1px;
}

.bootstrap-styles.theme-contrast .tagify {
  --tag-bg: #ccffff;
  --tag-text-color: aqua;
  --tag-border-radius: 15px;
}
.bootstrap-styles.theme-contrast .tagify .tagify__tag > div {
  padding: 0.1em 0.5em;
  font-size: 0.87em;
}
.bootstrap-styles.theme-contrast .tagify .tagify__tag__removeBtn {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .tagify .tagify--select .tagify__tag {
  padding: 0;
  flex: unset;
}

.bootstrap-styles.theme-contrast .btn-primary:hover, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:hover, .bootstrap-styles.theme-contrast .eproc-button-primary:hover {
  background-color: #006ba0 !important;
  border-color: #006ea5;
  color: #fff !important;
}

.bootstrap-styles.theme-contrast .btn-secondary, .bootstrap-styles.theme-contrast .eproc-button, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: var(--white);
  border-color: #dee2e6;
  color: #007bff;
}
.bootstrap-styles.theme-contrast .btn-secondary:hover, .bootstrap-styles.theme-contrast .eproc-button:hover, .bootstrap-styles.theme-contrast .infraButton:hover:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: #eef8fa;
  border-color: #dee2e6;
  color: #007bff;
}
.bootstrap-styles.theme-contrast .btn-secondary:focus, .bootstrap-styles.theme-contrast .eproc-button:focus, .bootstrap-styles.theme-contrast .infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: var(--light);
  border-color: #dee2e6;
  color: #007bff;
}
.bootstrap-styles.theme-contrast .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .eproc-button:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .infraButton:not(:disabled):not(.disabled):active:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: var(--light);
  border-color: #dee2e6;
  color: #007bff;
}
.bootstrap-styles.theme-contrast .btn-secondary.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.btn-secondary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.btn-secondary, .bootstrap-styles.theme-contrast .dropdown-toggle.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.eproc-button, .bootstrap-styles.theme-contrast .dropdown-toggle.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: #007bff !important;
}

.bootstrap-styles.theme-contrast .btn:focus, .bootstrap-styles.theme-contrast .eproc-button-primary:focus, .bootstrap-styles.theme-contrast .infraButton.btn-primary:focus, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .eproc-button:focus, .bootstrap-styles.theme-contrast .infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  border-color: #3ebfff !important;
  box-shadow: 0 0 0 0.1rem rgba(0, 126, 189, 0.25) !important;
}
.bootstrap-styles.theme-contrast .btn:disabled, .bootstrap-styles.theme-contrast .eproc-button-primary:disabled, .bootstrap-styles.theme-contrast .infraButton.btn-primary:disabled, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado:disabled, .bootstrap-styles.theme-contrast .eproc-button:disabled, .bootstrap-styles.theme-contrast .infraButton:disabled:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: #dcdcdc !important;
  background-color: #ffffff !important;
  border-color: #dcdcdc !important;
}

.bootstrap-styles.theme-contrast .btn i, .bootstrap-styles.theme-contrast .eproc-button-primary i, .bootstrap-styles.theme-contrast .infraButton.btn-primary i, .bootstrap-styles.theme-contrast .infraButton.eproc-button-primary i, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado i, .bootstrap-styles.theme-contrast .eproc-button i, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) i {
  vertical-align: middle;
  padding-right: 6px;
  margin-top: -3px;
}

.bootstrap-styles.theme-contrast .btn i:not(.icon-small), .bootstrap-styles.theme-contrast .eproc-button-primary i:not(.icon-small), .bootstrap-styles.theme-contrast .infraButton.btn-primary i:not(.icon-small), .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado i:not(.icon-small), .bootstrap-styles.theme-contrast .eproc-button i:not(.icon-small), .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) i:not(.icon-small) {
  font-size: 24px;
}

.bootstrap-styles.theme-contrast .btn-close {
  font-size: 22px;
  padding: 0px 3px 0px 3px;
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .btn-close:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}

.bootstrap-styles.theme-contrast button.close[disabled] {
  color: #6c757d;
}

.bootstrap-styles.theme-contrast .eproc-button, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  margin: 0 1.5px 6px 1.5px;
}

.bootstrap-styles.theme-contrast .eproc-button-primary, .bootstrap-styles.theme-contrast .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado {
  margin: 0 1.5px 6px 1.5px;
}

.bootstrap-styles.theme-contrast .eproc-button-icon {
  border-radius: 3px;
}
.bootstrap-styles.theme-contrast .eproc-button-icon:hover {
  background-color: rgba(0, 0, 0, 0.07);
  text-decoration: none !important;
}

.bootstrap-styles.theme-contrast button.btn-link, .bootstrap-styles.theme-contrast .autocomplete-wrapper button.btn-listar-todos {
  line-height: 1.2;
  padding: 0;
}
.bootstrap-styles.theme-contrast button.btn-link:has(i) i, .bootstrap-styles.theme-contrast .autocomplete-wrapper button.btn-listar-todos:has(i) i {
  margin-top: -2px;
}

.bootstrap-styles.theme-contrast a:has(i), .bootstrap-styles.theme-contrast button:has(i) {
  display: inline-block;
  line-height: 1.2;
}
.bootstrap-styles.theme-contrast a:has(i) i.material-icons, .bootstrap-styles.theme-contrast button:has(i) i.material-icons {
  border-radius: 3px;
  padding: 2px;
}
.bootstrap-styles.theme-contrast a:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast button:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary) {
  background-color: rgba(0, 0, 0, 0.07);
}
.bootstrap-styles.theme-contrast a:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary) i, .bootstrap-styles.theme-contrast button:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary) i {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast a:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary).btn-link, .bootstrap-styles.theme-contrast .autocomplete-wrapper a.btn-listar-todos:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast button:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary).btn-link, .bootstrap-styles.theme-contrast .autocomplete-wrapper button.btn-listar-todos:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary) {
  text-decoration: none;
}

.bootstrap-styles.theme-contrast .card-primary {
  border-left: 2px solid #007bff !important;
}

.bootstrap-styles.theme-contrast .card-danger {
  border-left: 2px solid #dc3545 !important;
}

.bootstrap-styles.theme-contrast .card-dark {
  border-left: 2px solid #343a40 !important;
}

.bootstrap-styles.theme-contrast .card-success {
  border-left: 2px solid #28a745 !important;
}

.bootstrap-styles.theme-contrast .card-warning {
  border-left: 2px solid #ffc107 !important;
}

.bootstrap-styles.theme-contrast .card-info {
  border-left: 2px solid #17a2b8 !important;
}

.bootstrap-styles.theme-contrast .card-secondary {
  border-left: 2px solid #6c757d !important;
}

.bootstrap-styles.theme-contrast .eproc-card, .bootstrap-styles.theme-contrast .eproc-fieldset, .bootstrap-styles.theme-contrast .infraFieldset {
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  margin-bottom: 0.5rem;
}

.bootstrap-styles.theme-contrast .eproc-check, .bootstrap-styles.theme-contrast .infraCheck, .bootstrap-styles.theme-contrast .infraCheckbox, .bootstrap-styles.theme-contrast .infraCheckBox, .bootstrap-styles.theme-contrast .infraRadio {
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 2px;
}
.bootstrap-styles.theme-contrast .custom-checkbox .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox label::after {
  margin-top: -2px;
}

.bootstrap-styles.theme-contrast :root {
  --dt-row-selected: 2, 117, 216;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
}

.bootstrap-styles.theme-contrast table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

.bootstrap-styles.theme-contrast table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th:active,
.bootstrap-styles.theme-contrast table.dataTable thead > tr > td:active {
  outline: none;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollBody table.dataTable thead > tr > th:before, .bootstrap-styles.theme-contrast div.dataTables_scrollBody table.dataTable thead > tr > th:after, .bootstrap-styles.theme-contrast div.dataTables_scrollBody table.dataTable thead > tr > td:before, .bootstrap-styles.theme-contrast div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}

.bootstrap-styles.theme-contrast div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: 2 117 216;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.bootstrap-styles.theme-contrast table.dataTable.nowrap th, .bootstrap-styles.theme-contrast table.dataTable.nowrap td {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast table.dataTable th.dt-left,
.bootstrap-styles.theme-contrast table.dataTable td.dt-left {
  text-align: left;
}

.bootstrap-styles.theme-contrast table.dataTable th.dt-center,
.bootstrap-styles.theme-contrast table.dataTable td.dt-center,
.bootstrap-styles.theme-contrast table.dataTable td.dataTables_empty {
  text-align: center;
}

.bootstrap-styles.theme-contrast table.dataTable th.dt-right,
.bootstrap-styles.theme-contrast table.dataTable td.dt-right {
  text-align: right;
}

.bootstrap-styles.theme-contrast table.dataTable th.dt-justify,
.bootstrap-styles.theme-contrast table.dataTable td.dt-justify {
  text-align: justify;
}

.bootstrap-styles.theme-contrast table.dataTable th.dt-nowrap,
.bootstrap-styles.theme-contrast table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast table.dataTable thead th,
.bootstrap-styles.theme-contrast table.dataTable thead td,
.bootstrap-styles.theme-contrast table.dataTable tfoot th,
.bootstrap-styles.theme-contrast table.dataTable tfoot td {
  text-align: left;
}

.bootstrap-styles.theme-contrast table.dataTable thead th.dt-head-left,
.bootstrap-styles.theme-contrast table.dataTable thead td.dt-head-left,
.bootstrap-styles.theme-contrast table.dataTable tfoot th.dt-head-left,
.bootstrap-styles.theme-contrast table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

.bootstrap-styles.theme-contrast table.dataTable thead th.dt-head-center,
.bootstrap-styles.theme-contrast table.dataTable thead td.dt-head-center,
.bootstrap-styles.theme-contrast table.dataTable tfoot th.dt-head-center,
.bootstrap-styles.theme-contrast table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

.bootstrap-styles.theme-contrast table.dataTable thead th.dt-head-right,
.bootstrap-styles.theme-contrast table.dataTable thead td.dt-head-right,
.bootstrap-styles.theme-contrast table.dataTable tfoot th.dt-head-right,
.bootstrap-styles.theme-contrast table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

.bootstrap-styles.theme-contrast table.dataTable thead th.dt-head-justify,
.bootstrap-styles.theme-contrast table.dataTable thead td.dt-head-justify,
.bootstrap-styles.theme-contrast table.dataTable tfoot th.dt-head-justify,
.bootstrap-styles.theme-contrast table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

.bootstrap-styles.theme-contrast table.dataTable thead th.dt-head-nowrap,
.bootstrap-styles.theme-contrast table.dataTable thead td.dt-head-nowrap,
.bootstrap-styles.theme-contrast table.dataTable tfoot th.dt-head-nowrap,
.bootstrap-styles.theme-contrast table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast table.dataTable tbody th.dt-body-left,
.bootstrap-styles.theme-contrast table.dataTable tbody td.dt-body-left {
  text-align: left;
}

.bootstrap-styles.theme-contrast table.dataTable tbody th.dt-body-center,
.bootstrap-styles.theme-contrast table.dataTable tbody td.dt-body-center {
  text-align: center;
}

.bootstrap-styles.theme-contrast table.dataTable tbody th.dt-body-right,
.bootstrap-styles.theme-contrast table.dataTable tbody td.dt-body-right {
  text-align: right;
}

.bootstrap-styles.theme-contrast table.dataTable tbody th.dt-body-justify,
.bootstrap-styles.theme-contrast table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

.bootstrap-styles.theme-contrast table.dataTable tbody th.dt-body-nowrap,
.bootstrap-styles.theme-contrast table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

.bootstrap-styles.theme-contrast table.dataTable td,
.bootstrap-styles.theme-contrast table.dataTable th {
  box-sizing: content-box;
}

.bootstrap-styles.theme-contrast table.dataTable td.dataTables_empty,
.bootstrap-styles.theme-contrast table.dataTable th.dataTables_empty {
  text-align: center;
}

.bootstrap-styles.theme-contrast table.dataTable.nowrap th,
.bootstrap-styles.theme-contrast table.dataTable.nowrap td {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr {
  background-color: transparent;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px #0275d8;
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: white;
  color: rgb(var(--dt-row-selected-text));
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected a {
  color: #090a0b;
  color: rgb(var(--dt-row-selected-link));
}

.bootstrap-styles.theme-contrast table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}

.bootstrap-styles.theme-contrast table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}

.bootstrap-styles.theme-contrast table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}

.bootstrap-styles.theme-contrast table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting:before,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting_asc:before,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting_desc:before,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting:after,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting_asc:after,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > tbody tr:first-child th,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_length,
  .bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_filter,
  .bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_info,
  .bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  .bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
.bootstrap-styles.theme-contrast table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled), .bootstrap-styles.theme-contrast table.dataTable.eproc-table > thead > tr > th:not(.sorting_disabled), .bootstrap-styles.theme-contrast table.dataTable.infraTable > thead > tr > th:not(.sorting_disabled), .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

.bootstrap-styles.theme-contrast table.table-bordered.dataTable, .bootstrap-styles.theme-contrast table.dataTable.eproc-table, .bootstrap-styles.theme-contrast table.dataTable.infraTable, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica {
  border-right-width: 0;
}

.bootstrap-styles.theme-contrast table.table-bordered.dataTable th, .bootstrap-styles.theme-contrast table.dataTable.eproc-table th, .bootstrap-styles.theme-contrast table.dataTable.infraTable th, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica th, .bootstrap-styles.theme-contrast table.table-bordered.dataTable td, .bootstrap-styles.theme-contrast table.dataTable.eproc-table td, .bootstrap-styles.theme-contrast table.dataTable.infraTable td, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica td {
  border-left-width: 0;
}

.bootstrap-styles.theme-contrast table.table-bordered.dataTable th:last-child, .bootstrap-styles.theme-contrast table.dataTable.eproc-table th:last-child, .bootstrap-styles.theme-contrast table.dataTable.infraTable th:last-child, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica th:last-child, .bootstrap-styles.theme-contrast table.table-bordered.dataTable td:last-child, .bootstrap-styles.theme-contrast table.dataTable.eproc-table td:last-child, .bootstrap-styles.theme-contrast table.dataTable.infraTable td:last-child, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica td:last-child, .bootstrap-styles.theme-contrast table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

.bootstrap-styles.theme-contrast table.table-bordered.dataTable tbody th, .bootstrap-styles.theme-contrast table.dataTable.eproc-table tbody th, .bootstrap-styles.theme-contrast table.dataTable.infraTable tbody th, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica tbody th, .bootstrap-styles.theme-contrast table.table-bordered.dataTable tbody td, .bootstrap-styles.theme-contrast table.dataTable.eproc-table tbody td, .bootstrap-styles.theme-contrast table.dataTable.infraTable tbody td, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica tbody td {
  border-bottom-width: 0;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollHead table.table-bordered, .bootstrap-styles.theme-contrast div.dataTables_scrollHead table.eproc-table, .bootstrap-styles.theme-contrast div.dataTables_scrollHead table.infraTable, .bootstrap-styles.theme-contrast div.dataTables_scrollHead table.infraTabelaDinamica {
  border-bottom-width: 0;
}

.bootstrap-styles.theme-contrast div.table-responsive > div.dataTables_wrapper > div.row, .bootstrap-styles.theme-contrast div.infraAreaTabela > div.dataTables_wrapper > div.row, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) > div.dataTables_wrapper > div.row {
  margin: 0;
}

.bootstrap-styles.theme-contrast div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child, .bootstrap-styles.theme-contrast div.infraAreaTabela > div.dataTables_wrapper > div.row > div[class^=col-]:first-child, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

.bootstrap-styles.theme-contrast div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child, .bootstrap-styles.theme-contrast div.infraAreaTabela > div.dataTables_wrapper > div.row > div[class^=col-]:last-child, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > td.dtr-control,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > th.dtr-control,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > td.control,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > td.control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr.parent td.control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

.bootstrap-styles.theme-contrast div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

.bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

.bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

.bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

.bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
.bootstrap-styles.theme-contrast div.dtr-bs-modal table.table tr:first-child td, .bootstrap-styles.theme-contrast div.dtr-bs-modal table.eproc-table tr:first-child td, .bootstrap-styles.theme-contrast div.dtr-bs-modal table.infraTable tr:first-child td, .bootstrap-styles.theme-contrast div.dtr-bs-modal table.infraTabelaDinamica tr:first-child td {
  border-top: none;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > .selected {
  background-color: rgba(2, 117, 216, 0.9);
  color: white;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > td.select-checkbox,
.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > th.select-checkbox {
  position: relative;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > td.select-checkbox:before, .bootstrap-styles.theme-contrast table.dataTable > tbody > tr > td.select-checkbox:after, .bootstrap-styles.theme-contrast table.dataTable > tbody > tr > th.select-checkbox:before, .bootstrap-styles.theme-contrast table.dataTable > tbody > tr > th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > td.select-checkbox:before,
.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > th.select-checkbox:before {
  content: " ";
  margin-top: -2px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected > td.select-checkbox:before,
.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected > th.select-checkbox:before {
  border: 1px solid white;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected > td.select-checkbox:after,
.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected > th.select-checkbox:after {
  content: "✓";
  font-size: 20px;
  margin-top: -19px;
  margin-left: -6px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

.bootstrap-styles.theme-contrast table.dataTable.compact > tbody > tr > td.select-checkbox:before,
.bootstrap-styles.theme-contrast table.dataTable.compact > tbody > tr > th.select-checkbox:before {
  margin-top: -12px;
}

.bootstrap-styles.theme-contrast table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after,
.bootstrap-styles.theme-contrast table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
  margin-top: -16px;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper span.select-info,
.bootstrap-styles.theme-contrast div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  .bootstrap-styles.theme-contrast div.dataTables_wrapper span.select-info,
  .bootstrap-styles.theme-contrast div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group th {
  background-color: #e0e0e0;
  text-align: left;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-0 th {
  font-weight: bold;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-1 th,
.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-2 th,
.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-3 th,
.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-4 th,
.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: #f0f0f0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-2 th {
  background-color: #f3f3f3;
  padding-left: 2.5em;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-3 th {
  background-color: #f3f3f3;
  padding-left: 3em;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-4 th {
  background-color: #f3f3f3;
  padding-left: 3.5em;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: #f3f3f3;
  padding-left: 4em;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
.bootstrap-styles.theme-contrast div.dataTables_wrapper {
  position: relative;
}

.bootstrap-styles.theme-contrast div.dt-buttons {
  position: initial;
}

.bootstrap-styles.theme-contrast div.dt-buttons .dt-button {
  overflow: hidden;
  text-overflow: ellipsis;
}

.bootstrap-styles.theme-contrast div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

.bootstrap-styles.theme-contrast div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

.bootstrap-styles.theme-contrast div.dt-button-info > div {
  padding: 1em;
}

.bootstrap-styles.theme-contrast div.dtb-popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2003;
}

.bootstrap-styles.theme-contrast button.dtb-hide-drop {
  display: none !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
}

.bootstrap-styles.theme-contrast div.dt-button-collection-title:empty {
  display: none;
}

.bootstrap-styles.theme-contrast span.dt-button-spacer {
  display: inline-block;
  margin: 0.5em;
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast span.dt-button-spacer.bar {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  padding-left: 0.5em;
}

.bootstrap-styles.theme-contrast span.dt-button-spacer.bar:empty {
  height: 1em;
  width: 1px;
  padding-left: 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection span.dt-button-spacer {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin: 0.5em 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection span.dt-button-spacer:empty {
  height: 0;
  width: 100%;
}

.bootstrap-styles.theme-contrast div.dt-button-collection span.dt-button-spacer.bar {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection {
  position: absolute;
  z-index: 2001;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0.5rem;
  width: 218px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.dropdown-menu {
  position: relative;
  display: block;
  z-index: 2002;
  min-width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.fixed {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  background-color: white;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.fixed.columns {
  margin-left: -409px;
}

@media screen and (max-width: 1024px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.fixed.columns {
    margin-left: -308px;
  }
}
@media screen and (max-width: 640px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.fixed.columns {
    margin-left: -203px;
  }
}
@media screen and (max-width: 460px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.fixed.columns {
    margin-left: -100px;
  }
}
.bootstrap-styles.theme-contrast div.dt-button-collection.fixed > :last-child {
  max-height: 100vh;
  overflow: auto;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.two-column > :last-child, .bootstrap-styles.theme-contrast div.dt-button-collection.three-column > :last-child, .bootstrap-styles.theme-contrast div.dt-button-collection.four-column > :last-child {
  display: block !important;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.two-column > :last-child > *, .bootstrap-styles.theme-contrast div.dt-button-collection.three-column > :last-child > *, .bootstrap-styles.theme-contrast div.dt-button-collection.four-column > :last-child > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.two-column {
  width: 400px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 2;
       column-count: 2;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.three-column {
  width: 450px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 3;
       column-count: 3;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.four-column {
  width: 600px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 4;
       column-count: 4;
}

.bootstrap-styles.theme-contrast div.dt-button-collection .dt-button {
  border-radius: 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns {
  width: auto;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns > :last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  width: 818px;
  padding-bottom: 1px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns > :last-child .dt-button {
  min-width: 200px;
  flex: 0 1;
  margin: 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b3 > :last-child, .bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b2 > :last-child, .bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b1 > :last-child {
  justify-content: space-between;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b3 .dt-button {
  flex: 1 1 32%;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b2 .dt-button {
  flex: 1 1 48%;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b1 .dt-button {
  flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.columns > :last-child {
    width: 612px;
  }
}
@media screen and (max-width: 640px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.columns > :last-child {
    width: 406px;
  }
  .bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 0 1 32%;
  }
}
@media screen and (max-width: 460px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.columns > :last-child {
    width: 200px;
  }
}
.bootstrap-styles.theme-contrast div.dt-button-collection.fixed:before, .bootstrap-styles.theme-contrast div.dt-button-collection.fixed:after {
  display: none;
}

.bootstrap-styles.theme-contrast div.dt-button-collection .btn-group {
  flex: 1 1 auto;
}

.bootstrap-styles.theme-contrast div.dt-button-collection .dt-button {
  min-width: 200px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.dt-btn-split-wrapper {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection button.dt-btn-split-drop-button {
  width: 100%;
  color: #212529;
  border: none;
  background-color: white;
  border-radius: 0px;
  margin-left: 0px !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection button.dt-btn-split-drop-button:focus {
  border: none;
  border-radius: 0px;
  outline: none;
}

.bootstrap-styles.theme-contrast div.dt-button-collection button.dt-btn-split-drop-button:hover {
  background-color: #e9ecef;
}

.bootstrap-styles.theme-contrast div.dt-button-collection button.dt-btn-split-drop-button:active {
  background-color: #007bff !important;
}

.bootstrap-styles.theme-contrast div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .bootstrap-styles.theme-contrast div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .bootstrap-styles.theme-contrast div.dt-buttons a.btn, .bootstrap-styles.theme-contrast div.dt-buttons a.eproc-button, .bootstrap-styles.theme-contrast div.dt-buttons a.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.dt-buttons a.eproc-button-primary, .bootstrap-styles.theme-contrast div.dt-buttons a.infraButton.btn-primary, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore a.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons a.infraButton.infraArvoreNoSelecionado {
    float: none;
  }
}
.bootstrap-styles.theme-contrast div.dt-buttons button.btn.processing, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.eproc-button, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.dt-buttons button.processing.eproc-button-primary, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.infraButton.btn-primary, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore button.processing.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons button.processing.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast div.dt-buttons div.btn.processing, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.eproc-button, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.dt-buttons div.processing.eproc-button-primary, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.infraButton.btn-primary, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore div.processing.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons div.processing.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast div.dt-buttons a.btn.processing, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.eproc-button, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.dt-buttons a.processing.eproc-button-primary, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.infraButton.btn-primary, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore a.processing.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons a.processing.infraButton.infraArvoreNoSelecionado {
  color: rgba(0, 0, 0, 0.2);
}

.bootstrap-styles.theme-contrast div.dt-buttons button.btn.processing:after, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.eproc-button:after, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary):after, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.eproc-button-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.infraButton.btn-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore button.processing.infraButton.infraArvoreNoSelecionado:after, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons button.processing.infraButton.infraArvoreNoSelecionado:after, .bootstrap-styles.theme-contrast div.dt-buttons div.btn.processing:after, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.eproc-button:after, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary):after, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.eproc-button-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.infraButton.btn-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore div.processing.infraButton.infraArvoreNoSelecionado:after, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons div.processing.infraButton.infraArvoreNoSelecionado:after, .bootstrap-styles.theme-contrast div.dt-buttons a.btn.processing:after, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.eproc-button:after, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary):after, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.eproc-button-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.infraButton.btn-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore a.processing.infraButton.infraArvoreNoSelecionado:after, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons a.processing.infraButton.infraArvoreNoSelecionado:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

.bootstrap-styles.theme-contrast div.dt-buttons div.btn-group {
  position: initial;
}

.bootstrap-styles.theme-contrast div.dt-btn-split-wrapper:active:not(.disabled) button, .bootstrap-styles.theme-contrast div.dt-btn-split-wrapper.active:not(.disabled) button {
  background-color: #5a6268;
  border-color: #545b62;
}

.bootstrap-styles.theme-contrast div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop, .bootstrap-styles.theme-contrast div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop {
  box-shadow: none;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bootstrap-styles.theme-contrast div.dt-btn-split-wrapper:active:not(.disabled) button:hover, .bootstrap-styles.theme-contrast div.dt-btn-split-wrapper.active:not(.disabled) button:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group {
  border-radius: 4px !important;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:first-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group button.dt-btn-split-drop:last-child {
  border: 1px solid #6c757d;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group div.dt-btn-split-wrapper {
  border: none;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group {
  border-radius: 4px !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group button {
  border-radius: 4px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group button:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group button:first-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group button:last-child:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group button.dt-btn-split-drop:last-child {
  border: 1px solid #6c757d;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group div.dt-btn-split-wrapper {
  border: none;
}

.bootstrap-styles.theme-contrast span.dt-button-spacer.bar:empty {
  height: inherit;
}

.bootstrap-styles.theme-contrast div.dt-button-collection span.dt-button-spacer {
  padding-left: 1rem !important;
  text-align: left;
}

.bootstrap-styles.theme-contrast .btn-acoes-bloco {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  font-size: 12px;
}
.bootstrap-styles.theme-contrast .btn-acoes-bloco i {
  font-size: 18px;
}
.bootstrap-styles.theme-contrast .btn-acoes-bloco:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrap-styles.theme-contrast .btn-acoes-bloco a:hover {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .btn-acoes-bloco a:hover > span > span {
  text-decoration: underline;
}

.bootstrap-styles.theme-contrast .dt-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  z-index: 1;
  background: white;
}
.bootstrap-styles.theme-contrast .dt-nav + .dataTables_wrapper table {
  margin-top: 0 !important;
}

.bootstrap-styles.theme-contrast table.dataTable > thead > tr th.sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead > tr th.sorting:after {
  font-size: 15px;
  line-height: 11px;
}
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting:before,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_asc:before,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_desc:before,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_asc_disabled:before,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_desc_disabled:before {
  content: "▲";
}
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting:after,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_asc:after,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_desc:after,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_asc_disabled:after,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_desc_disabled:after {
  content: "▼";
}
.bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_desc:before {
  top: -2px;
  right: 5px;
}
.bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting:after, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting:after, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_desc:after {
  top: 9px;
  right: 5px;
}
.bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_desc:before {
  top: -2px;
  right: 5px;
}

.bootstrap-styles.theme-contrast table.dataTable > td:not(.acoes-table) {
  white-space: break-spaces !important;
}
.bootstrap-styles.theme-contrast table.dataTable td.child {
  padding: 0;
}
.bootstrap-styles.theme-contrast table.dataTable td.child .dtr-details {
  width: 100%;
  padding: 0.3rem !important;
}
.bootstrap-styles.theme-contrast table.dataTable td.child .dtr-details li:not(.acoes-table) {
  padding: 0 !important;
  border-bottom: none !important;
}
.bootstrap-styles.theme-contrast table.dataTable td.child .dtr-details li:not(.acoes-table) span {
  white-space: break-spaces;
  word-break: break-word;
}
.bootstrap-styles.theme-contrast table.dataTable td.child .dtr-details li:not(.acoes-table) .dtr-title {
  min-width: unset !important;
}
.bootstrap-styles.theme-contrast table.dataTable td.child .dtr-details li:not(.acoes-table) .dtr-title:after {
  content: ":";
}
.bootstrap-styles.theme-contrast table.dataTable .acoes-trigger-mobile {
  border-radius: 50%;
  padding: 3px;
}
.bootstrap-styles.theme-contrast table.dataTable .acoes-trigger-mobile i {
  font-size: 17px;
}
.bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .container-acoes-table__desktop, .bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .acoes-trigger-extra, .bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .action-dropdown-item-extra {
  display: inherit;
}
.bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .acoes-trigger-mobile, .bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .action-dropdown-item-mobile {
  display: none;
}
.bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .acoes-table {
  width: 1%;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed {
  border: none;
  border-collapse: collapse !important;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .acoes-trigger-extra, .bootstrap-styles.theme-contrast table.dataTable.collapsed .action-dropdown-item-extra {
  display: none;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .acoes-trigger-mobile, .bootstrap-styles.theme-contrast table.dataTable.collapsed .action-dropdown-item-mobile {
  display: inherit;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .odd td, .bootstrap-styles.theme-contrast table.dataTable.collapsed .odd + tr .dtr-details {
  background-color: #e9e9e9;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .even td, .bootstrap-styles.theme-contrast table.dataTable.collapsed .even + tr .dtr-details {
  background-color: white;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .acoes-table .dtr-title {
  display: none;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .acoes-table > .dtr-data {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}

.bootstrap-styles.theme-contrast .container-acoes-table {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_processing {
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.5;
  background: black;
  color: white;
}
.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_processing div:last-child > div {
  background: white;
}

.bootstrap-styles.theme-contrast .uic-date .datepicker:first-child {
  margin-right: 0.5rem;
}
.bootstrap-styles.theme-contrast .uic-date .datepicker:first-child:after {
  content: "Inicial";
  position: absolute;
  bottom: -6px;
  font-size: 0.65rem;
  left: 5px;
  color: darkgray;
  background-color: white;
  padding: 0 2px 0 4px;
}
.bootstrap-styles.theme-contrast .uic-date .datepicker:last-child:after {
  content: "Final";
  position: absolute;
  bottom: -6px;
  font-size: 0.65rem;
  left: 5px;
  color: darkgray;
  background-color: white;
  padding: 0 2px 0 4px;
}

.bootstrap-styles.theme-contrast .show > .btn-secondary.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-secondary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-secondary, .bootstrap-styles.theme-contrast .show > .dropdown-toggle.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.eproc-button, .bootstrap-styles.theme-contrast .show > .dropdown-toggle.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: var(--light);
  border-color: #dee2e6;
}

.bootstrap-styles.theme-contrast .dropdown-menu i {
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: top;
}

.bootstrap-styles.theme-contrast .dropdown-hover .dropdown-menu {
  margin-top: -10px;
}
.bootstrap-styles.theme-contrast .dropdown-hover:hover .dropdown-menu {
  display: block;
}

.bootstrap-styles.theme-contrast .tagify__dropdown, .bootstrap-styles.theme-contrast .tagify {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  font-family: Roboto;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.bootstrap-styles.theme-contrast legend {
  font-size: 0.88rem;
  margin-bottom: -10px;
}

.bootstrap-styles.theme-contrast h1 {
  font-size: 1.5rem;
}

.bootstrap-styles.theme-contrast h2 {
  font-size: 1.25rem;
}

.bootstrap-styles.theme-contrast h3 {
  font-size: 1rem;
}

.bootstrap-styles.theme-contrast h4 {
  font-size: 0.95rem;
}

.bootstrap-styles.theme-contrast h5 {
  font-size: 0.9rem;
}

.bootstrap-styles.theme-contrast h6 {
  font-size: 0.88rem;
}

.bootstrap-styles.theme-contrast .material-icons {
  font-size: 1.5rem;
}

.bootstrap-styles.theme-contrast .icon-aligned {
  vertical-align: middle !important;
  margin-top: -3px !important;
}

.bootstrap-styles.theme-contrast .icon-aligned-sm {
  vertical-align: middle;
  padding-right: 3px;
  padding-left: 3px;
  margin-top: -3px;
  font-size: 1.15rem;
}

.bootstrap-styles.theme-contrast .rotate-icon:not(.collapsed) i {
  transition: all 200ms ease;
  transform: rotate(180deg);
}

.bootstrap-styles.theme-contrast .material-icons.icon-small {
  font-size: 1.15rem;
}

.bootstrap-styles.theme-contrast i.icon-ajuda {
  color: #12b1d1;
}

.bootstrap-styles.theme-contrast a.link-visited:visited {
  color: #690269 !important;
}

.bootstrap-styles.theme-contrast .list-group-item {
  background-color: unset;
}

.bootstrap-styles.theme-contrast .list-striped > button:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.0509803922);
}
.bootstrap-styles.theme-contrast .list-striped button:hover {
  background-color: #d0d0d0;
}

.bootstrap-styles.theme-contrast .has-overlay-modal {
  position: relative;
}
.bootstrap-styles.theme-contrast .has-overlay-modal .modal-backdrop {
  width: 100%;
  height: 100%;
}

.bootstrap-styles.theme-contrast .modal-open {
  overflow: hidden;
}
.bootstrap-styles.theme-contrast .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.bootstrap-styles.theme-contrast .popover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover .popover.arrow {
  background-color: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover .popover-header {
  background-color: inherit;
  margin-bottom: 0;
  font-weight: bold;
  color: #000000;
}
.bootstrap-styles.theme-contrast .popover .popover-body {
  background-color: inherit;
  border-radius: 0.2em;
}
.bootstrap-styles.theme-contrast .popover.bs-popover-right .arrow::after, .bootstrap-styles.theme-contrast .popover.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover.bs-popover-top .arrow::after, .bootstrap-styles.theme-contrast .popover.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover.bs-popover-left .arrow::after, .bootstrap-styles.theme-contrast .popover.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover.bs-popover-bottom .arrow::after, .bootstrap-styles.theme-contrast .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover.popover-copiar-documentos {
  max-width: 1000px !important;
}

.bootstrap-styles.theme-contrast div.progress, .bootstrap-styles.theme-contrast div.progress div.progress-bar, .bootstrap-styles.theme-contrast div.progress div.progress-bar-title, .bootstrap-styles.theme-contrast div.spinner, .bootstrap-styles.theme-contrast div.spinner span, .bootstrap-styles.theme-contrast div.spinner label {
  z-index: 5000;
}

.bootstrap-styles.theme-contrast .repb-container .repb-progress-feedback {
  white-space: pre-wrap;
}
.bootstrap-styles.theme-contrast .repb-container .repb-progress-fail-feedback-container .repb-progress-fail-feedback {
  font-weight: bold;
}
.bootstrap-styles.theme-contrast .repb-container .repb-loading .spinner-border {
  width: 1rem;
  height: 1rem;
  font-size: 0.8rem;
}
.bootstrap-styles.theme-contrast .repb-container .progress-wrapper {
  position: relative;
}
.bootstrap-styles.theme-contrast .repb-container .progress-wrapper .progress-interrupt-icon {
  background: white;
  font-size: 2rem;
  position: absolute;
  z-index: 5001;
  top: -8px;
  left: 70%;
  border-radius: 100%;
  margin-left: -10px;
  visibility: hidden;
  transform: scale(0);
  transition: transform 300ms ease;
}
.bootstrap-styles.theme-contrast .repb-container .progress-wrapper .progress-interrupt-icon.active {
  transform: scale(1);
  visibility: visible;
}
.bootstrap-styles.theme-contrast .repb-container .progress-wrapper .progress .progress-bar {
  height: 16px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  transform: translateX(-100%);
  border-radius: 8px;
  transition: transform 400ms ease-out;
}
.bootstrap-styles.theme-contrast .repb-container .progress-wrapper .progress .progress-bar.will-revert {
  transition: transform 2000ms ease-out;
  transition-delay: 300ms;
}
.bootstrap-styles.theme-contrast .repb-container .log-container .log-events > .row {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.bootstrap-styles.theme-contrast .repb-container .log-container .log-events > .row:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-styles.theme-contrast .repb-container .log-container .log-events > .row > .log-event-date {
  width: 100px;
}
.bootstrap-styles.theme-contrast .repb-container .log-container .details-container pre {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid lightgray;
  color: red;
}

.bootstrap-styles.theme-contrast .custom-radio {
  padding-left: 1.2rem !important;
}
.bootstrap-styles.theme-contrast .custom-radio label {
  padding-top: 2px;
}
.bootstrap-styles.theme-contrast .custom-radio label::before {
  left: -1.2rem;
}
.bootstrap-styles.theme-contrast .custom-radio label::after {
  left: -1.2rem !important;
}
.bootstrap-styles.theme-contrast .bootstrap-select {
  font-size: 0.88rem;
  max-width: 100%;
}
.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu {
  font-size: 0.88rem;
}
.bootstrap-styles.theme-contrast .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  right: initial;
  left: 16px;
}
.bootstrap-styles.theme-contrast .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: initial;
  margin-left: 12px;
}
.bootstrap-styles.theme-contrast .bootstrap-select.menu-adjust .dropdown-menu {
  width: 100% !important;
}
.bootstrap-styles.theme-contrast .bootstrap-select.menu-adjust .dropdown-menu li a span {
  white-space: normal;
}

.bootstrap-styles.theme-contrast .eproc-loader {
  position: relative;
  width: 25px;
  height: 25px;
}
.bootstrap-styles.theme-contrast .eproc-loader.loader-md {
  width: 50px;
  height: 50px;
}
.bootstrap-styles.theme-contrast .eproc-loader.loader-lg {
  width: 120px;
  height: 120px;
}

.bootstrap-styles.theme-contrast .bubble-1,
.bootstrap-styles.theme-contrast .bubble-2,
.bootstrap-styles.theme-contrast .bubble-3 {
  animation: eproc-spinner-scale 1.7s cubic-bezier(0.42, 0, 0.72, 0.55) infinite;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(123, 188, 255, 0.78);
  transform: scale(0);
}

.bootstrap-styles.theme-contrast .bubble-1 {
  animation-delay: 0s;
  right: 31%;
  top: 60%;
  width: 35%;
  height: 35%;
}

.bootstrap-styles.theme-contrast .bubble-2 {
  animation-delay: 0.2s;
  right: 2%;
  top: 33%;
  width: 48%;
  height: 48%;
}

.bootstrap-styles.theme-contrast .bubble-3 {
  animation-delay: 0.4s;
  top: 0;
  width: 75%;
  height: 75%;
  left: 0;
}

@keyframes eproc-spinner-scale {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.bootstrap-styles.theme-contrast .eproc-table tr[data-classe] a, .bootstrap-styles.theme-contrast .infraTable tr[data-classe] a, .bootstrap-styles.theme-contrast .infraTabelaDinamica tr[data-classe] a {
  color: #000;
  font-weight: 500;
}
.bootstrap-styles.theme-contrast .eproc-table tr[data-classe] a:visited, .bootstrap-styles.theme-contrast .infraTable tr[data-classe] a:visited, .bootstrap-styles.theme-contrast .infraTabelaDinamica tr[data-classe] a:visited {
  color: #810181;
}

.bootstrap-styles.theme-contrast caption {
  text-align: right;
  caption-side: top;
}

.bootstrap-styles.theme-contrast .table-row-clickable {
  cursor: pointer;
}

.bootstrap-styles.theme-contrast .table td, .bootstrap-styles.theme-contrast .eproc-table td, .bootstrap-styles.theme-contrast .infraTable td, .bootstrap-styles.theme-contrast .infraTabelaDinamica td {
  font-weight: 400;
  vertical-align: middle;
}
.bootstrap-styles.theme-contrast .table a i.material-icons, .bootstrap-styles.theme-contrast .eproc-table a i.material-icons, .bootstrap-styles.theme-contrast .infraTable a i.material-icons, .bootstrap-styles.theme-contrast .infraTabelaDinamica a i.material-icons {
  color: #212529;
}
.bootstrap-styles.theme-contrast .table:not(.table-not-striped) > tbody > tr:nth-of-type(odd), .bootstrap-styles.theme-contrast .eproc-table:not(.table-not-striped) > tbody > tr:nth-of-type(odd), .bootstrap-styles.theme-contrast .infraTable:not(.table-not-striped) > tbody > tr:nth-of-type(odd), .bootstrap-styles.theme-contrast .infraTabelaDinamica:not(.table-not-striped) > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrap-styles.theme-contrast .table:not(.table-not-hover) > tbody > tr:hover, .bootstrap-styles.theme-contrast .eproc-table:not(.table-not-hover) > tbody > tr:hover, .bootstrap-styles.theme-contrast .infraTable:not(.table-not-hover) > tbody > tr:hover, .bootstrap-styles.theme-contrast .infraTabelaDinamica:not(.table-not-hover) > tbody > tr:hover {
  background-image: linear-gradient(rgba(197, 197, 197, 0.7), rgba(197, 197, 197, 0.7));
}

.bootstrap-styles.theme-contrast .table-responsive .table thead tr, .bootstrap-styles.theme-contrast .infraAreaTabela .table thead tr, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) .table thead tr, .bootstrap-styles.theme-contrast .table-responsive .eproc-table thead tr, .bootstrap-styles.theme-contrast .infraAreaTabela .eproc-table thead tr, .bootstrap-styles.theme-contrast .table-responsive .infraTable thead tr, .bootstrap-styles.theme-contrast .infraAreaTabela .infraTable thead tr, .bootstrap-styles.theme-contrast .table-responsive .infraTabelaDinamica thead tr, .bootstrap-styles.theme-contrast .infraAreaTabela .infraTabelaDinamica thead tr, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) .eproc-table thead tr, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) .infraTable thead tr, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) .infraTabelaDinamica thead tr {
  border: 1px solid #dee2e6;
}

.bootstrap-styles.theme-contrast .table-tbody-striped tbody:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.bootstrap-styles.theme-contrast .table-tbody-striped tbody:nth-of-type(even) {
  background-color: #ffffff;
}

.bootstrap-styles.theme-contrast td .custom-control.custom-checkbox.form-group, .bootstrap-styles.theme-contrast td .custom-checkbox.form-group.custom-radio {
  margin-bottom: 0;
}

.bootstrap-styles.theme-contrast .nav-tabs .nav-link {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #212529;
}
.bootstrap-styles.theme-contrast .nav-tabs .nav-link:hover {
  color: #006699;
}
.bootstrap-styles.theme-contrast .nav-tabs .nav-link.active {
  color: #007ebd;
  font-weight: bold;
}

.bootstrap-styles.theme-contrast .tabs-responsive {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-button {
  background-color: #fff;
  position: absolute;
  text-align: center;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-button a {
  color: #007ebd;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-button a i {
  background-color: #fff;
  border: 1px solid #dee2e6;
  position: fixed;
  margin-top: 38px;
  height: 2.45rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-button a i:hover {
  background-color: rgb(237, 237, 237) !important;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-scroll-left {
  left: 0;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-scroll-left i {
  box-shadow: 2px 0px 2px -1px #8b8b8b;
  margin-right: -18px;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-scroll-right {
  right: 0;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-scroll-right i {
  box-shadow: -2px 0px 2px -1px #8b8b8b;
  margin-left: -18px;
}

.bootstrap-styles.theme-contrast .eproc-text, .bootstrap-styles.theme-contrast .infraText, .bootstrap-styles.theme-contrast .infraTxtDate {
  margin-bottom: 0.5rem;
  margin-right: 3px;
}

/*
@import "variables";
$dot-color: $secondary;
$dot-bg-color: lighten($dot-color, 30%);
$dot-before-color: lighten($dot-color, 30%);
$dot-after-color: lighten($dot-color, 30%);

@import "mixins";
@import "dot-flashing";*/
.bootstrap-styles.theme-contrast .toast {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.bootstrap-styles.theme-contrast .toast.toast-info {
  background-color: rgb(23, 162, 184);
}

.bootstrap-styles.theme-contrast .toast-success {
  border-left: 2px solid green;
}

.bootstrap-styles.theme-contrast .toast-fail {
  border-left: 2px solid red;
}

.bootstrap-styles.theme-contrast .toast-warning {
  border-left: 2px solid #ffc107;
}

.bootstrap-styles.theme-contrast #toasts-container {
  max-width: 450px;
  z-index: 9999;
  left: 50%;
}
.bootstrap-styles.theme-contrast #toasts-container .toast {
  pointer-events: initial;
  position: initial !important;
  border-radius: 5px;
  bottom: initial;
  right: initial;
  z-index: initial;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding-bottom: 0;
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1215686275);
  max-width: 90%;
  min-width: 333px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  max-height: 60%;
}
.bootstrap-styles.theme-contrast #toasts-container .toast.no-title .toast-description {
  min-height: 2rem;
}
.bootstrap-styles.theme-contrast #toasts-container .toast .toast-title {
  min-height: 2rem;
}
.bootstrap-styles.theme-contrast #toasts-container .toast .toast-icon {
  display: flex;
  border-radius: 0;
  margin: 0;
}
.bootstrap-styles.theme-contrast #toasts-container .toast .toast-icon i {
  align-self: center;
  font-size: 2rem;
}
.bootstrap-styles.theme-contrast .tooltip-inner {
  text-align: left;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0.2em;
  background-color: #FCF8DB;
  color: black;
}

.bootstrap-styles.theme-contrast .tooltip.show {
  opacity: 1;
}

.bootstrap-styles.theme-contrast .tooltip.bs-tooltip-top .arrow::before, .bootstrap-styles.theme-contrast .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-bottom-color: #FCF8DB;
  border-top-color: #FCF8DB;
}

.bootstrap-styles.theme-contrast .tooltip.bs-tooltip-bottom .arrow::before, .bootstrap-styles.theme-contrast .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #FCF8DB;
  border-top-color: #FCF8DB;
}

.bootstrap-styles.theme-contrast .tooltip.bs-tooltip-right .arrow::before, .bootstrap-styles.theme-contrast .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #FCF8DB;
  border-left-color: #FCF8DB;
}

.bootstrap-styles.theme-contrast .tooltip.bs-tooltip-left .arrow::before, .bootstrap-styles.theme-contrast .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-right-color: #FCF8DB;
  border-left-color: #FCF8DB;
}

.bootstrap-styles.theme-contrast .bg-blue-grad, .bootstrap-styles.theme-contrast body.instancia-1g .bg-instancia {
  background-image: linear-gradient(to left, #12b1d1, #006599);
  color: white;
}

.bootstrap-styles.theme-contrast .bg-gray-grad {
  background-color: #2e373c;
  color: white;
}

.bootstrap-styles.theme-contrast .bg-green-grad, .bootstrap-styles.theme-contrast body.instancia-2g .bg-instancia {
  background-image: linear-gradient(to left, #16a185, #0f6e5b);
  color: white;
}

.bootstrap-styles.theme-contrast .bg-red-grad {
  background-image: linear-gradient(to left, #e74c3c, #c0392b);
  color: white;
}

.bootstrap-styles.theme-contrast body {
  margin: 0;
  min-height: 100%;
}

.bootstrap-styles.theme-contrast .infraAreaTela {
  margin: 0 !important;
}

.bootstrap-styles.theme-contrast #divInfraAreaGlobal {
  min-height: 100vh;
}

.bootstrap-styles.theme-contrast .bootstrap-styles #divInfraAreaGlobal {
  background-color: #f8f9fa !important;
}

.bootstrap-styles.theme-contrast #page-content-wrapper {
  min-height: calc(100vh - 48px - 180px);
  margin: 0;
}
.bootstrap-styles.theme-contrast #page-content-wrapper.no-padding:not(.no-back-top-button) {
  padding: 0 0 80px 0;
}
.bootstrap-styles.theme-contrast #page-content-wrapper.no-padding.no-back-top-button {
  padding: 0;
}
.bootstrap-styles.theme-contrast #page-content-wrapper:not(.no-padding) {
  padding: 15px 0 80px 0;
}
.bootstrap-styles.theme-contrast #page-content-wrapper.infra-styles {
  padding: 12px 12px 80px 12px;
}

.bootstrap-styles.theme-contrast #divInfraBarraLocalizacao {
  scroll-margin-top: 68px;
}

.bootstrap-styles.theme-contrast #lblAtencao, .bootstrap-styles.theme-contrast #lblAtencaoParadigmas {
  color: #ff0000;
  font-weight: bold;
}

.bootstrap-styles.theme-contrast #lblTextoAtencao, .bootstrap-styles.theme-contrast #lblTextoAtencaoParadigmas {
  position: relative;
  color: #ff0000;
}

@media (min-width: 1200px) {
  .bootstrap-styles.theme-contrast #index-banner {
    position: fixed;
    top: 6%;
    right: 1%;
    width: 15%;
  }
}
.bootstrap-styles.theme-contrast .mono {
  font-family: monospace;
}

.bootstrap-styles.theme-contrast html {
  min-height: 100%;
}

.bootstrap-styles.theme-contrast .logo-wrapper {
  justify-content: center;
  display: flex;
}
.bootstrap-styles.theme-contrast .logo-wrapper .logo-img {
  width: 35%;
  content: url("/web/css/images/logo_eproc.png");
}

.bootstrap-styles.theme-contrast div.erro {
  border: 1px solid red;
  background-color: #ffdbe1;
  padding: 10px;
  font-size: 12px;
}

.bootstrap-styles.theme-contrast #divAvisoMandados {
  margin-top: -50px;
  font-size: 1.2em;
  float: right;
  width: 30%;
  padding: 5px;
  text-align: justify;
  overflow: hidden;
  background-color: #ecbcbc;
  border: 1px solid #a60717;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.bootstrap-styles.theme-contrast #divAvisoMandados span {
  color: #a60717;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 5px;
}

.bootstrap-styles.theme-contrast .dev-debug-footer {
  min-height: 180px;
}

.bootstrap-styles.theme-contrast a[title=Menu] {
  text-decoration: none !important;
}

.bootstrap-styles.theme-contrast .flex-row {
  display: flex;
  flex-direction: row;
}

.bootstrap-styles.theme-contrast .flex-column {
  display: flex;
  flex-direction: column;
}

.bootstrap-styles.theme-contrast .align-center {
  align-items: center;
}

.bootstrap-styles.theme-contrast .icon-ia {
  margin: 8px 4px 8px 8px;
  width: 25px;
}

.bootstrap-styles.theme-contrast .no-margin {
  margin: 0;
}

.bootstrap-styles.theme-contrast #divSugestaoAssunto div {
  margin: 0;
}

.bootstrap-styles.theme-contrast .glossario-assunto {
  width: 11px;
}

.bootstrap-styles.theme-contrast .dataTables_paginate > .pagination .page-item.active .page-link:focus {
  background-color: #4285f4;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.bootstrap-styles.theme-contrast .navbar-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.bootstrap-styles.theme-contrast #navbar.flexible-navbar {
  min-height: 48px;
}
.bootstrap-styles.theme-contrast #navbar:not(.flexible-navbar) {
  height: 48px;
}

.bootstrap-styles.theme-contrast #divAmbiente {
  background-color: maroon;
  color: white;
  font-size: 0.8em;
  font-weight: 500;
  text-align: center;
}

.bootstrap-styles.theme-contrast body.instancia-1g .bg-instancia.accessibility-bar {
  background-color: #005580;
  background-image: none;
}
.bootstrap-styles.theme-contrast body.instancia-1g.theme-contrast .bg-instancia {
  background-color: darkblue;
  background-image: none;
}
.bootstrap-styles.theme-contrast body.instancia-1g.theme-contrast .bg-instancia.accessibility-bar {
  background-color: #001950;
  background-image: none;
}
.bootstrap-styles.theme-contrast body.instancia-2g .bg-instancia.accessibility-bar {
  background-image: none;
  background-color: #083B31;
}
.bootstrap-styles.theme-contrast body.instancia-2g.theme-contrast .bg-instancia {
  background-image: none;
  background-color: darkgreen;
}
.bootstrap-styles.theme-contrast body.instancia-2g.theme-contrast .bg-instancia.accessibility-bar {
  background-image: none;
  background-color: #013601;
}

.bootstrap-styles.theme-contrast #wrapper {
  transition: all 0.5s ease;
}
.bootstrap-styles.theme-contrast #wrapper.toggled #sidebar-wrapper {
  transform: translateX(-277px);
}
.bootstrap-styles.theme-contrast #wrapper #page-content-wrapper {
  transition: filter 400ms ease;
}
.bootstrap-styles.theme-contrast #wrapper #page-content-wrapper.no-padding.no-back-top-button {
  padding: 0;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper-background {
  position: fixed;
  transition: opacity 200ms ease;
  right: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  background: black;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper {
  transform-origin: left;
  transform: translateX(0);
  width: 277px;
  left: 0;
  z-index: 10;
  position: fixed;
  height: 96%;
  overflow-y: auto;
  transition: all 0.5s ease;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper .sidebar-nav {
  top: 0;
  padding: 0;
  list-style: none;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper .sidebar-nav .sub-arrow {
  visibility: hidden;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper .sidebar-nav ul {
  list-style-type: none;
  list-style-position: outside;
  margin-left: -25px;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper .sidebar-nav li {
  line-height: 1.1rem;
  margin-left: 2px;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper .sidebar-nav li.has-submenu > a > .sub-arrow {
  visibility: visible;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper .sidebar-nav li a {
  align-items: center;
  color: inherit;
  display: flex;
  font-size: 0.81rem;
  font-weight: 400;
  justify-content: space-between;
  letter-spacing: 0.1px;
  padding: 4px 0 4px 7px;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper .sidebar-nav li a:hover {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-dark {
  background-color: #2e373c;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-dark::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-dark::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-dark::-webkit-scrollbar-thumb {
  background-color: rgb(46, 55, 60);
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-dark .sidebar-nav ul {
  background: rgba(255, 255, 255, 0.07);
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-dark .sidebar-nav li {
  color: #e9e9e9;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-dark .sidebar-nav li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-light {
  background-color: #e9ecef;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-light .sub-arrow {
  color: #919191;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-light::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(210, 210, 210);
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-light::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
  background-color: 210, 210, 210;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-light::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-light .sidebar-nav ul {
  background: rgba(188, 188, 188, 0.3);
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-light .sidebar-nav li {
  color: #343a40;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-light .sidebar-nav li a {
  font-weight: 500;
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper.menu-light .sidebar-nav li a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.bootstrap-styles.theme-contrast #wrapper #sidebar-wrapper .menu-searchbox {
  background-color: inherit;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}

.bootstrap-styles.theme-contrast .sidebar-nav li a, .bootstrap-styles.theme-contrast .sidebar-nav li a:active, .bootstrap-styles.theme-contrast .sidebar-nav li a:focus {
  text-decoration: none;
  position: relative;
}

.bootstrap-styles.theme-contrast .menu-text-highlight {
  background-color: #aaaa00;
  color: white;
  display: inline;
}

.bootstrap-styles.theme-contrast #main-menu li.has-submenu > a > .sub-arrow.material-icons {
  vertical-align: middle;
  transition: all 200ms ease;
  visibility: visible;
}
.bootstrap-styles.theme-contrast #main-menu li.has-submenu > a:not(.collapsed) > span.sub-arrow {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .bootstrap-styles.theme-contrast #wrapper:not(.touched) #sidebar-wrapper {
    margin-left: -277px;
    width: 0;
  }
  .bootstrap-styles.theme-contrast #wrapper.toggled #sidebar-wrapper {
    box-shadow: none;
  }
  .bootstrap-styles.theme-contrast #wrapper:not(.toggled) #sidebar-wrapper-background {
    opacity: 0.5;
  }
  .bootstrap-styles.theme-contrast #wrapper:not(.toggled) #sidebar-wrapper {
    box-shadow: 1px 0 4px #333;
  }
}
@media (min-width: 768px) {
  .bootstrap-styles.theme-contrast #wrapper {
    padding-left: 277px;
  }
  .bootstrap-styles.theme-contrast #wrapper:not(.toggled) #sidebar-wrapper {
    width: 277px;
    height: 96%;
  }
  .bootstrap-styles.theme-contrast #wrapper.toggled {
    padding-left: 0;
  }
}
.bootstrap-styles.theme-contrast #backTop, .bootstrap-styles.theme-contrast #backBottom {
  color: #6c757d;
  position: fixed;
  bottom: 1rem;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(108, 117, 125, 0.3411764706);
}
.bootstrap-styles.theme-contrast #backTop i, .bootstrap-styles.theme-contrast #backBottom i {
  line-height: inherit;
}

.bootstrap-styles.theme-contrast #backTop {
  right: 5rem;
}

.bootstrap-styles.theme-contrast #backBottom {
  right: 1rem;
}

.bootstrap-styles.theme-contrast .accessibility-bar {
  font-size: 13px;
  width: 100%;
  text-align: center;
  transition: none !important;
  -webkit-transition: none !important;
}
.bootstrap-styles.theme-contrast .accessibility-bar a {
  color: #fff;
  margin: 0 8px;
}
.bootstrap-styles.theme-contrast .accessibility-bar a:hover {
  text-decoration: none;
  color: #abf0ff;
}
.bootstrap-styles.theme-contrast .accessibility-bar a i {
  font-size: 16px;
}

.bootstrap-styles.theme-contrast #divInfraBarraComandosSuperior, .bootstrap-styles.theme-contrast #divInfraBarraComandosInferior {
  text-align: right;
}
.bootstrap-styles.theme-contrast #divInfraBarraComandosSuperior .btn, .bootstrap-styles.theme-contrast #divInfraBarraComandosSuperior .eproc-button, .bootstrap-styles.theme-contrast #divInfraBarraComandosSuperior .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast #divInfraBarraComandosSuperior .eproc-button-primary, .bootstrap-styles.theme-contrast #divInfraBarraComandosSuperior .infraButton.btn-primary, .bootstrap-styles.theme-contrast #divInfraBarraComandosSuperior .infraArvore .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore #divInfraBarraComandosSuperior .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast #divInfraBarraComandosInferior .btn, .bootstrap-styles.theme-contrast #divInfraBarraComandosInferior .eproc-button, .bootstrap-styles.theme-contrast #divInfraBarraComandosInferior .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast #divInfraBarraComandosInferior .eproc-button-primary, .bootstrap-styles.theme-contrast #divInfraBarraComandosInferior .infraButton.btn-primary, .bootstrap-styles.theme-contrast #divInfraBarraComandosInferior .infraArvore .infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore #divInfraBarraComandosInferior .infraButton.infraArvoreNoSelecionado {
  margin-right: -4px;
}

.bootstrap-styles.theme-contrast #divCapaProcesso div {
  margin: unset;
}
.bootstrap-styles.theme-contrast #divCapaProcesso div.row {
  margin: 0 -15px;
}
.bootstrap-styles.theme-contrast #divCapaProcesso a {
  font-size: 0.88rem;
  color: black;
}
.bootstrap-styles.theme-contrast #divCapaProcesso a:visited {
  color: #690269 !important;
}
.bootstrap-styles.theme-contrast #divCapaProcesso span {
  display: block;
  font-size: 0.88rem;
  font-weight: bold;
}
.bootstrap-styles.theme-contrast #divCapaProcesso label {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.bootstrap-styles.theme-contrast #divCapaProcesso #dvLocalizadoresOrgao, .bootstrap-styles.theme-contrast #divCapaProcesso #dvLocalizadores {
  min-height: 26px;
}
.bootstrap-styles.theme-contrast #divCapaProcesso #dvLocalizadoresOrgao span, .bootstrap-styles.theme-contrast #divCapaProcesso #dvLocalizadores span {
  display: unset;
}
.bootstrap-styles.theme-contrast #divCapaProcesso #lblRelac {
  display: inline;
  float: left;
}
.bootstrap-styles.theme-contrast #divCapaProcesso #tableRelacionado {
  border: none;
  width: auto;
  border: none;
  float: left;
  display: inline;
  position: relative;
  font-size: 12px;
  margin-top: -2px;
}
.bootstrap-styles.theme-contrast #divCapaProcesso .select2-drop {
  top: unset;
}
.bootstrap-styles.theme-contrast #fldAcoes a {
  margin: 3px 1.5px;
}
.bootstrap-styles.theme-contrast #fldAcoes a .infraTeclaAtalho {
  font-weight: bold;
}

.bootstrap-styles.theme-contrast #nav-acoes-processo {
  padding: 0 0 7px 2px;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo a {
  text-decoration: none !important;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .material-icons {
  font-size: 18px;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo div {
  margin: 0;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo li {
  margin-right: 5px;
  list-style-type: none;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .menu-item {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  color: #656565;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .menu-item:hover {
  background-color: #f4f4f4;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .show > .btn-secondary.dropdown-toggle, .bootstrap-styles.theme-contrast #nav-acoes-processo div.infraSelect.classeMultipleSelect .show > button.btn-secondary, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect #nav-acoes-processo .show > button.btn-secondary, .bootstrap-styles.theme-contrast #nav-acoes-processo div.infraSelect.multipleSelect .show > button.btn-secondary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect #nav-acoes-processo .show > button.btn-secondary, .bootstrap-styles.theme-contrast #nav-acoes-processo .show > .dropdown-toggle.eproc-button, .bootstrap-styles.theme-contrast #nav-acoes-processo div.infraSelect.classeMultipleSelect .show > button.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect #nav-acoes-processo .show > button.eproc-button, .bootstrap-styles.theme-contrast #nav-acoes-processo div.infraSelect.multipleSelect .show > button.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect #nav-acoes-processo .show > button.eproc-button, .bootstrap-styles.theme-contrast #nav-acoes-processo .show > .dropdown-toggle.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast #nav-acoes-processo div.infraSelect.classeMultipleSelect .show > button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect #nav-acoes-processo .show > button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast #nav-acoes-processo div.infraSelect.multipleSelect .show > button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect #nav-acoes-processo .show > button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: #f4f4f4 !important;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .btn-group {
  position: static;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .dropdown-menu {
  border: none;
  max-width: none !important;
  top: 30px;
  background-color: transparent;
  padding: 0 0 1rem 0;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .dropdown-menu > div {
  padding: 10px;
  margin: 0px -1px 0px -1px;
  background-color: #f4f4f4;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .dropdown-menu .content-link {
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid #ced4da;
  display: block;
  padding: 3px 0 3px 0px;
  white-space: pre;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .dropdown-menu .content-link:hover {
  background-color: #e8e8e8;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .dropdown-menu .submenu {
  background-color: white;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .dropdown-menu .submenu .nav-link {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: block;
  color: #656565;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .dropdown-menu .submenu .nav-link.active {
  background-color: #f2f2f2;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo .dropdown-menu .pref-list-container {
  max-height: 20vh;
  overflow-y: auto;
  padding-right: 0px;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo #fldExibirEventos {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo #fldExibirEventos tr {
  text-align: left;
}
.bootstrap-styles.theme-contrast #nav-acoes-processo #fldExibirEventos td {
  display: inline;
}

.bootstrap-styles.theme-contrast #fldInformacoesAdicionais label {
  margin-bottom: 0;
}

.bootstrap-styles.theme-contrast #hint-container {
  font-family: "Roboto", sans-serif;
  position: fixed !important;
  top: 70px;
  right: 15px;
  padding: 13px 13px 13px 13px;
  max-width: 466px;
  min-width: 200px;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
  z-index: 999;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.bootstrap-styles.theme-contrast #hint-container:hover .pie-spinner-wrapper {
  opacity: 0;
}
.bootstrap-styles.theme-contrast #hint-container:not(:hover) button {
  opacity: 0;
}
.bootstrap-styles.theme-contrast #hint-container #hint-text {
  width: 100%;
}
.bootstrap-styles.theme-contrast #hint-container #hint-icon {
  border-radius: 8%;
  color: white;
  background-color: #33b5e5;
  font-size: 0px;
  margin-right: 10px;
  padding: 6px;
}
.bootstrap-styles.theme-contrast #hint-container #hint-icon i {
  font-size: 30px;
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button {
  position: absolute;
  width: 28px;
  right: -7px;
  top: 1px;
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button .pie-spinner-wrapper {
  transition: opacity 0.3s ease;
  position: relative;
  margin: 0;
  background: #b2cdd8;
  border-radius: 100%;
  overflow: hidden;
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button .pie-spinner-wrapper {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button .pie-spinner-wrapper > div {
  box-sizing: border-box;
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button .pie-spinner-wrapper.anim-running .pie.spinner {
  animation: rota 10s linear;
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button .pie-spinner-wrapper.anim-running .pie.filler {
  animation: opa 10s steps(1, end) reverse;
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button .pie-spinner-wrapper.anim-running .mask {
  animation: opa 10s steps(1, end);
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button .pie-spinner-wrapper .pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  position: absolute;
  background: #779ba0;
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button .pie-spinner-wrapper .pie.spinner {
  border-radius: 100% 0 0 100%/50% 0 0 50%;
  z-index: 200;
  border-right: none;
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button .pie-spinner-wrapper .pie.filler {
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  left: 50%;
  opacity: 0;
  z-index: 100;
  border-left: none;
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button .pie-spinner-wrapper .mask {
  width: 50%;
  height: 100%;
  position: absolute;
  background: inherit;
  opacity: 1;
  z-index: 300;
}
@keyframes rota {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes opa {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.bootstrap-styles.theme-contrast #hint-container .timer-with-button button {
  z-index: 10;
  top: -2px;
  left: 4px;
  transition: opacity 0.3s ease;
}

.bootstrap-styles.theme-contrast table ul.listaDocumentos {
  list-style: none;
  padding: 0;
  margin: 3px;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 2px;
       column-gap: 2px;
}
.bootstrap-styles.theme-contrast table ul.listaDocumentos li {
  padding: 2px;
  width: 100px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bootstrap-styles.theme-contrast table ul.listaDocumentos li a img {
  margin-bottom: -3px;
}

.bootstrap-styles.theme-contrast .results tr[visible=false],
.bootstrap-styles.theme-contrast .no-result {
  display: none;
}

.bootstrap-styles.theme-contrast .results tr[visible=true] {
  display: table-row;
}

.bootstrap-styles.theme-contrast #divPesquisaEventos {
  margin-right: 2px;
  width: 250px;
}
.bootstrap-styles.theme-contrast #divPesquisaEventos i {
  font-size: 18px;
}

.bootstrap-styles.theme-contrast .eproc-fd {
  min-height: 140px;
}
.bootstrap-styles.theme-contrast .eproc-fd .moxie-shim {
  display: none;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-drop_here-text {
  font-size: 20px;
  text-align: center;
  align-self: center;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-drop_here {
  transition: background-color 300ms ease;
  cursor: pointer;
  left: 1%;
  position: absolute;
  right: 1%;
  background: rgba(255, 255, 255, 0.9);
  border: 2px dashed gray;
  text-align: center;
  top: 1%;
  bottom: 1%;
  display: flex;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-drop_here:hover {
  background-color: #c0e2ff;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-drop_here .eproc-fd-drop_here_content {
  align-self: center;
  margin: auto;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-drop_here .eproc-fd-drop_here_content img {
  display: block;
  margin: 12px auto;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-drop_here .eproc-fd-drop_here_content .eproc-fd-drop_here-text {
  font-size: 20px;
  text-align: center;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-drop_here .eproc-fd-drop_here_content .eproc-fd-drop_here-smaller-text {
  text-align: center;
  font-size: 12px;
  color: gray;
  margin: 0 10px;
}
.bootstrap-styles.theme-contrast .eproc-fd.eproc-fd-com-descricao {
  justify-content: space-between;
}
.bootstrap-styles.theme-contrast .eproc-fd.eproc-fd-com-descricao .eproc-fd-filelist .eproc-fd-file {
  min-width: 440px;
  flex-grow: 1;
}
.bootstrap-styles.theme-contrast .eproc-fd.eproc-fd-com-descricao .eproc-fd-filelist .eproc-fd-add-file {
  width: 100%;
}
.bootstrap-styles.theme-contrast .eproc-fd:not(.eproc-fd-com-descricao) {
  justify-content: normal;
}
.bootstrap-styles.theme-contrast .eproc-fd:not(.eproc-fd-com-descricao) .eproc-fd-filelist .eproc-fd-add-file {
  width: 100px;
  height: 100px;
}
.bootstrap-styles.theme-contrast .eproc-fd.is-galeria .eproc-fd-filelist .eproc-fd-file {
  padding: 0px;
  margin: 0px 0 17px 0;
}
.bootstrap-styles.theme-contrast .eproc-fd.is-galeria .eproc-fd-filelist .eproc-fd-file + .eproc-fd-file {
  padding-left: 15px;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-filelist {
  display: flex;
  flex-wrap: wrap;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-filelist .eproc-fd-file {
  position: relative;
  display: flex;
  margin: 10px 0 17px 0;
  height: 110px;
  border: none;
  padding: 0px 20px;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-filelist .eproc-fd-img-additional-info {
  height: 97px;
  margin-left: 10px;
  flex-grow: 1;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-filelist .eproc-fd-img-additional-info textarea {
  width: 98%;
  height: 93px;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-filelist .eproc-fd-add-file {
  font-size: 20px;
}
.bootstrap-styles.theme-contrast .eproc-fd .eproc-fd-filelist .eproc-fd-add-file button {
  cursor: pointer;
  width: 100%;
  border: 2px dashed gray;
  color: gray;
}

.bootstrap-styles.theme-contrast .eproc-fd-img {
  width: 100px;
  height: 100px;
  /* margin-right: 10px; */
  margin: 0;
  position: relative;
  box-shadow: 1px 1px 2px #ccc;
  padding: 0;
  margin: 0;
}
.bootstrap-styles.theme-contrast .eproc-fd-img img {
  cursor: initial; /* na infra eh pointer...*/
}
.bootstrap-styles.theme-contrast .eproc-fd-img a {
  display: block;
  width: 100%;
  height: 100%;
}
.bootstrap-styles.theme-contrast .eproc-fd-img a img {
  cursor: pointer;
}
.bootstrap-styles.theme-contrast .eproc-fd-img.img-txt, .bootstrap-styles.theme-contrast .eproc-fd-img.img-pdf, .bootstrap-styles.theme-contrast .eproc-fd-img.img-docx, .bootstrap-styles.theme-contrast .eproc-fd-img.img-html, .bootstrap-styles.theme-contrast .eproc-fd-img.img-doc {
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}
.bootstrap-styles.theme-contrast .eproc-fd-img.small {
  width: 50px;
  height: 50px;
  padding: 25px;
}
.bootstrap-styles.theme-contrast .eproc-fd-img.img-pdf {
  background-image: url("/web/css/images/iconfinder_icon-70-document-file-pdf_315421.svg");
}
.bootstrap-styles.theme-contrast .eproc-fd-img.img-txt {
  background-image: url("/web/css/images/iconfinder_icon-113-document-file-txt_315044.svg");
}
.bootstrap-styles.theme-contrast .eproc-fd-img.img-doc {
  background-image: url("/web/css/images/iconfinder_icon-94-document-file-doc_315443.svg");
}
.bootstrap-styles.theme-contrast .eproc-fd-img.img-docx {
  background-image: url("/web/css/images/iconfinder_icon-97-document-file-docx_315446.svg");
}
.bootstrap-styles.theme-contrast .eproc-fd-img.img-html {
  background-image: url("/web/css/images/iconfinder_icon-76-document-file-html_315425.svg");
}
.bootstrap-styles.theme-contrast .eproc-fd-img .eproc-fd-img-preview {
  margin: auto auto;
  display: block;
}
.bootstrap-styles.theme-contrast .eproc-fd-img .eproc-fd-img-header {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  max-height: 23px;
  background: rgba(0, 0, 0, 0.6);
  color: white !important;
  box-shadow: 0 0 2px black;
  padding: 2px;
  overflow: hidden;
  right: 0;
  text-overflow: ellipsis;
}
.bootstrap-styles.theme-contrast .eproc-fd-img .eproc-fd-img-remove {
  position: absolute;
  right: -5px;
  display: block;
  top: -5px;
  border-radius: 100%;
  border: 1px solid #b7b7b7;
  width: 20px;
  height: 20px;
  cursor: pointer;
  text-align: center;
  z-index: 2;
  padding: 2px 4px;
  font-size: 14px;
  box-shadow: 0px 0px 2px grey;
}

.bootstrap-styles.theme-contrast .floatingButtonWrap {
  display: block;
  position: fixed;
  bottom: 75px;
  right: 1rem;
}

.bootstrap-styles.theme-contrast .floatingButtonInner {
  position: relative;
}

.bootstrap-styles.theme-contrast .floatingButton {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #007ebd;
  color: #fff !important;
  line-height: 50px;
  position: absolute;
  border-radius: 50% 50%;
  bottom: 0px;
  right: 0px;
  border: 1px solid #bee5eb;
  /* opacity: 0.3; */
  opacity: 1;
  transition: all 0.4s;
}

.bootstrap-styles.theme-contrast .floatingButton .fa {
  font-size: 15px !important;
}

.bootstrap-styles.theme-contrast .floatingButton.open,
.bootstrap-styles.theme-contrast .floatingButton:hover,
.bootstrap-styles.theme-contrast .floatingButton:focus,
.bootstrap-styles.theme-contrast .floatingButton:active {
  opacity: 1;
  color: #fff;
}

.bootstrap-styles.theme-contrast .floatingButton .fa {
  transform: rotate(0deg);
  transition: all 0.4s;
}

.bootstrap-styles.theme-contrast .floatingButton.open .fa {
  transform: rotate(270deg);
}

.bootstrap-styles.theme-contrast .floatingMenu {
  position: absolute;
  bottom: 54px;
  right: 0px;
  /* width: 200px; */
  display: none;
  margin-bottom: 0;
}

.bootstrap-styles.theme-contrast .floatingMenu li {
  width: 100%;
  float: right;
  list-style: none;
  text-align: right;
  margin-bottom: 5px;
}

.bootstrap-styles.theme-contrast .floatingMenu li a {
  padding: 8px 15px;
  display: inline-block;
  text-decoration: none;
  background: #007ebd;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.4s;
  /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
  box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
}

.bootstrap-styles.theme-contrast .floatingMenu li a:hover {
  margin-right: 10px;
  text-decoration: none;
}

.bootstrap-styles.theme-contrast .divLembrete {
  font-size: 0.88rem;
}
.bootstrap-styles.theme-contrast .divLembrete .divLembretePara {
  margin-bottom: 0.5rem;
}
.bootstrap-styles.theme-contrast .divLembrete .divLembretePara a {
  float: right;
  vertical-align: middle;
  margin-left: 0.5ex;
}
.bootstrap-styles.theme-contrast .divLembrete .divLembreteData {
  width: unset !important;
  line-height: 0.88rem;
}

@media (forced-colors: active) {
  .bootstrap-styles.theme-contrast .divLembrete {
    border: 1px solid;
    border-image: linear-gradient(#3ff23f, #3be43b) 1;
  }
}
.bootstrap-styles.theme-contrast .localizador-fixo-lista {
  margin-right: 18px;
  position: relative;
}
.bootstrap-styles.theme-contrast .localizador-fixo-lista:after {
  font-family: "Material Icons";
  font-size: 17px;
  content: "push_pin";
  position: absolute;
  right: -13px;
  top: -5px;
}

.bootstrap-styles.theme-contrast .localizador-fixo-edicao {
  margin-right: 15px !important;
  position: relative;
}
.bootstrap-styles.theme-contrast .localizador-fixo-edicao:after {
  font-family: "Material Icons";
  font-size: 15px;
  content: "push_pin";
  position: absolute;
  right: -17px;
}

.bootstrap-styles.theme-contrast .navbar {
  padding: 0;
}
.bootstrap-styles.theme-contrast .navbar a {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .navbar .navbar-icons {
  font-size: 29px;
  color: #fff;
  vertical-align: middle;
}
.bootstrap-styles.theme-contrast .navbar .navbar-icons:hover {
  background-color: rgba(255, 255, 255, 0.2784313725) !important;
  border-radius: 5px;
}
.bootstrap-styles.theme-contrast .navbar .navbar-pdpj-icon {
  margin-right: 3px;
}
.bootstrap-styles.theme-contrast .navbar .navbar-pdpj-icon img {
  height: 29px;
  padding-top: 2px;
}
.bootstrap-styles.theme-contrast .navbar .navbar-pdpj-icon:hover {
  background-color: rgba(255, 255, 255, 0.2784313725);
  border-radius: 5px;
}
.bootstrap-styles.theme-contrast .navbar .navbar-span, .bootstrap-styles.theme-contrast .navbar .navbar-logo {
  padding: 3px;
}
.bootstrap-styles.theme-contrast .navbar .navbar-span:hover, .bootstrap-styles.theme-contrast .navbar .navbar-logo:hover {
  background-color: rgba(255, 255, 255, 0.2784313725);
  border-radius: 5px;
}
.bootstrap-styles.theme-contrast .navbar .navbar-span {
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.bootstrap-styles.theme-contrast .navbar .searchbar {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 5px;
  height: 31px;
  padding: 0.4px;
  position: relative;
  transition: 0.3s;
}
.bootstrap-styles.theme-contrast .navbar .searchbar .search-input {
  background-color: transparent;
  border: none;
  border-radius: 5px;
  box-shadow: none !important;
  color: #fff;
  outline: 0;
  padding: 4px 8px;
}
.bootstrap-styles.theme-contrast .navbar .searchbar .search-input::-ms-input-placeholder {
  color: #fff;
}
.bootstrap-styles.theme-contrast .navbar .searchbar .search-input::placeholder {
  color: #fff;
}
.bootstrap-styles.theme-contrast .navbar .searchbar .search-button {
  border: none;
  background: 0 0;
  color: #fff;
  font-size: 2px;
}
.bootstrap-styles.theme-contrast .navbar .searchbar .btn-pesquisar {
  margin-left: 0 !important;
  position: relative;
  transition: transform 200ms ease;
  transform: translateX(0px);
}
.bootstrap-styles.theme-contrast .navbar .searchbar .btn-pesquisar-nova-janela {
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 1px;
  transition-delay: 100ms;
}
.bootstrap-styles.theme-contrast .navbar .searchbar .btn-pesquisar-nova-janela:focus, .bootstrap-styles.theme-contrast .navbar .searchbar .btn-pesquisar-nova-janela:hover {
  visibility: visible !important;
}
.bootstrap-styles.theme-contrast .navbar .searchbar:focus-within {
  background: #fff;
  border-radius: 5px;
  color: #006599;
}
.bootstrap-styles.theme-contrast .navbar .searchbar:focus-within .search-button {
  color: #006599;
}
.bootstrap-styles.theme-contrast .navbar .searchbar:focus-within .search-input {
  color: #000;
}
.bootstrap-styles.theme-contrast .navbar .searchbar:focus-within .search-input::-ms-input-placeholder {
  color: #000;
}
.bootstrap-styles.theme-contrast .navbar .searchbar:focus-within .search-input::placeholder {
  color: #000;
}
.bootstrap-styles.theme-contrast .navbar .searchbar:focus-within .btn-pesquisar {
  transform: translateX(-30px);
  margin-left: 30px !important;
}
.bootstrap-styles.theme-contrast .navbar .searchbar:focus-within .btn-pesquisar-nova-janela {
  visibility: visible;
}
.bootstrap-styles.theme-contrast .navbar .selInfraUnidades {
  border-radius: 4px;
  font-size: 14px;
  height: 31px;
  padding: 4px 28px 4px 8px;
  background-position-x: 93%;
}
.bootstrap-styles.theme-contrast .navbar #selJuizoEspecializacao {
  border-radius: 4px;
  font-size: 14px;
  height: 31px;
  padding: 4px 28px 4px 8px;
  background-position-x: 93%;
}

.bootstrap-styles.theme-contrast .navbar-logo {
  width: 34px;
}

.bootstrap-styles.theme-contrast #btnProfile:hover + .profile, .bootstrap-styles.theme-contrast #btnProfile:focus + .profile {
  visibility: visible;
  opacity: 1;
}

.bootstrap-styles.theme-contrast .profile {
  position: absolute;
  top: 48px;
  z-index: 30;
  margin-right: 1%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 100ms ease;
  transition-delay: 100ms;
}
.bootstrap-styles.theme-contrast .profile:hover, .bootstrap-styles.theme-contrast .profile.focus-within, .bootstrap-styles.theme-contrast .profile:focus-within {
  visibility: visible;
  opacity: 1;
}

.bootstrap-styles.theme-contrast .profile-body {
  background-color: #fff;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.bootstrap-styles.theme-contrast .profile-body i {
  margin-right: 5px;
  margin-top: -2px;
}
.bootstrap-styles.theme-contrast .profile-body .header {
  padding: 10px;
  color: #fff;
}
.bootstrap-styles.theme-contrast .profile-body .profile-item {
  color: #343a40;
  align-items: center !important;
}
.bootstrap-styles.theme-contrast .profile-body .profile-item:hover {
  text-decoration: underline;
}

.bootstrap-styles.theme-contrast #selJuizoEspecializacao, .bootstrap-styles.theme-contrast .selInfraUnidades {
  width: 170px;
  margin-bottom: 0 !important;
}

.bootstrap-styles.theme-contrast .notification-badge {
  position: relative;
}
.bootstrap-styles.theme-contrast .notification-badge:after {
  position: absolute;
  right: -2px;
  top: 0;
  min-width: 12px;
  min-height: 12px;
  line-height: 5px;
  padding: 5px;
  color: #fff;
  background-color: red;
  font-size: 10px;
  border-radius: 20px;
  content: attr(data-notification);
  border: 1px solid rgba(255, 255, 255, 0.3294117647);
  right: -3px;
  line-height: 8px;
}
.bootstrap-styles.theme-contrast .notification-badge.success:after {
  background-color: #28a745;
}

.bootstrap-styles.theme-contrast .infraEventoPrazoFechouDescricao {
  color: unset;
}

.bootstrap-styles.theme-contrast a.infraLinkDocumentoSigilosoMaior {
  background-color: yellow;
}

.bootstrap-styles.theme-contrast #tblEventos span.infraTextoTooltip {
  font-size: 0.75rem;
  line-height: 1rem;
}
.bootstrap-styles.theme-contrast #tblEventos label {
  margin-bottom: 0;
}
.bootstrap-styles.theme-contrast #tblEventos td {
  line-height: 1.2rem;
}
.bootstrap-styles.theme-contrast #tblEventos a:visited {
  color: #810181;
}
.bootstrap-styles.theme-contrast #tblEventos .td-evento img {
  width: 1rem;
}

.bootstrap-styles.theme-contrast .extraUltimoLinkClicado {
  background: #7cffff !important;
}

.bootstrap-styles.theme-contrast .context-menu-list {
  position: absolute;
  z-index: 99999;
  border: solid 1px #CCC;
  background: #EEE;
  padding: 0px;
  display: none;
}
.bootstrap-styles.theme-contrast .context-menu-list .context-menu-item {
  list-style: none;
  padding: 3px;
  cursor: pointer;
}
.bootstrap-styles.theme-contrast .context-menu-list .context-menu-item:hover {
  background: #dedede;
}

.bootstrap-styles.theme-contrast .collapse-toggle:before {
  color: #fff;
  content: "remove";
  font-family: "Material Icons";
  background-color: #007ebd;
  margin-right: 3px;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  padding: 1px;
  font-size: 0.75rem;
  font-weight: bold;
}
.bootstrap-styles.theme-contrast .collapse-toggle.collapsed:before {
  content: "add";
}

.bootstrap-styles.theme-contrast .cursor-pointer {
  cursor: pointer;
}

.bootstrap-styles.theme-contrast .texto-nao-selecionavel {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

@media print {
  .bootstrap-styles.theme-contrast * {
    color: black !important;
    background-color: transparent !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}
.bootstrap-styles.theme-contrast #mensagemUsuario div.collapse:not(.show) {
  max-height: 135px !important;
  overflow: hidden;
  display: block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bootstrap-styles.theme-contrast #mensagemUsuario div.collapsing {
  min-height: 77px !important;
}

.bootstrap-styles.theme-contrast #mensagemUsuario #verMaisMenos.collapsed:after {
  content: "+ Ver mais";
}

.bootstrap-styles.theme-contrast #mensagemUsuario #verMaisMenos:not(.collapsed):after {
  content: "- Ver menos";
}

.bootstrap-styles.theme-contrast #divVerMaisMenos {
  height: 30px;
  margin-top: -20px;
  position: relative;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.7), white, white, white);
}

.bootstrap-styles.theme-contrast .show-read-more {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  transition-duration: 0.5s;
}

.bootstrap-styles.theme-contrast .has-slim-scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: rgba(245, 245, 245, 0.4901960784);
}
.bootstrap-styles.theme-contrast .has-slim-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(1, 1, 1, 0.56);
  border-radius: 10px;
  margin: 5px;
}
.bootstrap-styles.theme-contrast .has-slim-scroll::-webkit-scrollbar-corner {
  background-color: rgba(245, 245, 245, 0.4901960784);
}

.bootstrap-styles.theme-contrast .w-default {
  max-width: 220px;
}

.bootstrap-styles.theme-contrast .w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.bootstrap-styles.theme-contrast .w-small {
  width: 66px;
}

.bootstrap-styles.theme-contrast :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: cyan;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1440px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.bootstrap-styles.theme-contrast .logo-img {
  content: url("/web/css/images/logo-eproc.png");
}

.bootstrap-styles.theme-contrast #divInfraAreaGlobal {
  background-color: black !important;
  color: white !important;
}

.bootstrap-styles.theme-contrast .accessibility-bar a {
  color: cyan;
}
.bootstrap-styles.theme-contrast .accessibility-bar a:hover {
  color: white;
}
.bootstrap-styles.theme-contrast .accessibility-bar a i {
  color: cyan;
}
.bootstrap-styles.theme-contrast .accessibility-bar a i:hover {
  color: white;
}

.bootstrap-styles.theme-contrast .infraArvore a {
  color: white !important;
}

.bootstrap-styles.theme-contrast .btn-primary #txtUnderline, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado #txtUnderline, .bootstrap-styles.theme-contrast .eproc-button-primary #txtUnderline {
  color: black;
}
.bootstrap-styles.theme-contrast .btn-primary:hover, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:hover, .bootstrap-styles.theme-contrast .eproc-button-primary:hover {
  background-color: #00e0e0 !important;
  border-color: blue !important;
  color: black !important;
}
.bootstrap-styles.theme-contrast .btn-primary:active, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:active, .bootstrap-styles.theme-contrast .eproc-button-primary:active, .bootstrap-styles.theme-contrast .btn-primary:focus, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:focus, .bootstrap-styles.theme-contrast .eproc-button-primary:focus {
  background-color: #00e0e0 !important;
  border-color: blue !important;
  color: black !important;
}

.bootstrap-styles.theme-contrast .btn-secondary, .bootstrap-styles.theme-contrast .eproc-button, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: transparent !important;
  border-color: cyan !important;
  color: cyan !important;
}
.bootstrap-styles.theme-contrast .btn-secondary:hover, .bootstrap-styles.theme-contrast .eproc-button:hover, .bootstrap-styles.theme-contrast .infraButton:hover:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: transparent !important;
  border-color: blue !important;
  color: cyan !important;
}
.bootstrap-styles.theme-contrast .btn-secondary:focus, .bootstrap-styles.theme-contrast .eproc-button:focus, .bootstrap-styles.theme-contrast .infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .btn-secondary:active, .bootstrap-styles.theme-contrast .eproc-button:active, .bootstrap-styles.theme-contrast .infraButton:active:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: transparent !important;
  border-color: blue !important;
  box-shadow: none !important;
  color: cyan !important;
}
.bootstrap-styles.theme-contrast .btn-secondary.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.btn-secondary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.btn-secondary, .bootstrap-styles.theme-contrast .dropdown-toggle.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.eproc-button, .bootstrap-styles.theme-contrast .dropdown-toggle.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: cyan !important;
}

.bootstrap-styles.theme-contrast .form-control, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast .infraAutoCompletar, .bootstrap-styles.theme-contrast .eproc-select, .bootstrap-styles.theme-contrast .infraSelect, .bootstrap-styles.theme-contrast .eproc-textarea, .bootstrap-styles.theme-contrast .infraTextArea, .bootstrap-styles.theme-contrast .infraTextarea, .bootstrap-styles.theme-contrast .eproc-text, .bootstrap-styles.theme-contrast .infraText, .bootstrap-styles.theme-contrast .infraTxtDate, .bootstrap-styles.theme-contrast .form-control:focus, .bootstrap-styles.theme-contrast .input-group-append .input-group-text {
  background-color: black;
  color: white;
}
.bootstrap-styles.theme-contrast .form-control::-ms-input-placeholder, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button::-ms-input-placeholder, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraAutoCompletar::-ms-input-placeholder, .bootstrap-styles.theme-contrast .eproc-select::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraSelect::-ms-input-placeholder, .bootstrap-styles.theme-contrast .eproc-textarea::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraTextArea::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraTextarea::-ms-input-placeholder, .bootstrap-styles.theme-contrast .eproc-text::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraText::-ms-input-placeholder, .bootstrap-styles.theme-contrast .infraTxtDate::-ms-input-placeholder, .bootstrap-styles.theme-contrast .form-control:focus::-ms-input-placeholder, .bootstrap-styles.theme-contrast .input-group-append .input-group-text::-ms-input-placeholder {
  color: white;
}
.bootstrap-styles.theme-contrast .form-control::placeholder, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button::placeholder, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button::placeholder, .bootstrap-styles.theme-contrast .infraAutoCompletar::placeholder, .bootstrap-styles.theme-contrast .eproc-select::placeholder, .bootstrap-styles.theme-contrast .infraSelect::placeholder, .bootstrap-styles.theme-contrast .eproc-textarea::placeholder, .bootstrap-styles.theme-contrast .infraTextArea::placeholder, .bootstrap-styles.theme-contrast .infraTextarea::placeholder, .bootstrap-styles.theme-contrast .eproc-text::placeholder, .bootstrap-styles.theme-contrast .infraText::placeholder, .bootstrap-styles.theme-contrast .infraTxtDate::placeholder, .bootstrap-styles.theme-contrast .form-control:focus::placeholder, .bootstrap-styles.theme-contrast .input-group-append .input-group-text::placeholder {
  color: white;
}

.bootstrap-styles.theme-contrast .eproc-card, .bootstrap-styles.theme-contrast .eproc-fieldset, .bootstrap-styles.theme-contrast .infraFieldset {
  background-color: transparent !important;
  border: 1px solid white !important;
}

.bootstrap-styles.theme-contrast #fldCapa {
  background-color: unset !important;
}

.bootstrap-styles.theme-contrast #divCapaProcesso a {
  color: cyan;
}

.bootstrap-styles.theme-contrast .divLembrete {
  background-color: unset !important;
  border: 1px solid yellow;
  color: white;
}
.bootstrap-styles.theme-contrast .divLembrete .divLembretePara {
  color: white;
}
.bootstrap-styles.theme-contrast .divLembrete .divLembreteData {
  color: white;
}

.bootstrap-styles.theme-contrast a:hover {
  color: inherit;
}

.bootstrap-styles.theme-contrast .list-group-item {
  background-color: unset;
  border: 1px solid white;
  color: white;
}
.bootstrap-styles.theme-contrast .list-group-item:hover {
  background-color: unset;
  box-shadow: 0px 0px 1px 1px cyan;
}

.bootstrap-styles.theme-contrast div.list-striped button:hover {
  background-color: white;
  color: black;
}

.bootstrap-styles.theme-contrast .modal-content {
  background-color: black;
}

.bootstrap-styles.theme-contrast #sidebar-wrapper {
  background-color: black !important;
}
.bootstrap-styles.theme-contrast #sidebar-wrapper li {
  color: white !important;
}

.bootstrap-styles.theme-contrast .popover {
  border: 2px solid white;
}
.bootstrap-styles.theme-contrast .popover .popover-header {
  background: black;
  color: white;
}
.bootstrap-styles.theme-contrast .popover .popover-body {
  background: black;
  color: white;
}

.bootstrap-styles.theme-contrast .profile-body {
  background-color: black;
  border: 2px solid white;
}
.bootstrap-styles.theme-contrast .profile-body .profile-item {
  color: white;
}

.bootstrap-styles.theme-contrast #div-sj-tabs .nav-tabs .nav-link {
  border: none !important;
  color: black !important;
}
.bootstrap-styles.theme-contrast #div-sj-tabs .nav-tabs .nav-link:hover {
  color: black !important;
  text-decoration: underline;
}
.bootstrap-styles.theme-contrast #div-sj-tabs .nav-tabs .nav-link.active {
  border: none !important;
  color: black !important;
}

.bootstrap-styles.theme-contrast .badge.classe, .bootstrap-styles.theme-contrast .classe.lblAvisoImportante {
  color: black;
}

.bootstrap-styles.theme-contrast .badge-lembretes {
  background-color: yellow;
}

.bootstrap-styles.theme-contrast .nav-tabs .nav-link.active {
  background-color: unset;
}

.bootstrap-styles.theme-contrast .tr-item-actions {
  background-color: black !important;
}
.bootstrap-styles.theme-contrast .tr-item-actions:hover {
  background-color: black !important;
}

.bootstrap-styles.theme-contrast #panel-content .tab-pane {
  background-color: black;
}
.bootstrap-styles.theme-contrast #panel-content .tab-pane .editor-minuta {
  background-color: black;
  border: 2px solid white;
  color: white;
}
.bootstrap-styles.theme-contrast #panel-content .tab-pane .acoes-minuta-painel {
  background-color: black;
}

.bootstrap-styles.theme-contrast #tabela-itens-sj i:hover {
  background-color: rgba(255, 255, 255, 0.2705882353);
}

.bootstrap-styles.theme-contrast #panel-container {
  background-color: black;
}

.bootstrap-styles.theme-contrast .btn-marks {
  background-color: black;
}

.bootstrap-styles.theme-contrast .nav-minuta-sj {
  background-color: black;
}

.bootstrap-styles.theme-contrast .nav-tabs .nav-link {
  border: 1px solid white;
  color: cyan !important;
}
.bootstrap-styles.theme-contrast .nav-tabs .nav-link:hover {
  color: white;
  text-decoration: underline;
}
.bootstrap-styles.theme-contrast .nav-tabs .nav-link:active {
  border: 1px solid white;
  color: cyan;
}
.bootstrap-styles.theme-contrast .nav-tabs .nav-link:active:hover {
  color: cyan;
  text-decoration: underline;
}

.bootstrap-styles.theme-contrast .item-actions a:hover {
  box-shadow: 0px 0px 1px 1px cyan;
}

.bootstrap-styles.theme-contrast .group1 {
  background-color: cyan !important;
}
.bootstrap-styles.theme-contrast .group1.table-row {
  color: black !important;
}

.bootstrap-styles.theme-contrast .group2 {
  background-color: lime !important;
}

.bootstrap-styles.theme-contrast .group3 {
  background-color: yellow !important;
}

.bootstrap-styles.theme-contrast .group4 {
  background-color: white !important;
}

.bootstrap-styles.theme-contrast .group5 {
  background-color: lightgray !important;
}

.bootstrap-styles.theme-contrast table {
  color: white !important;
}
.bootstrap-styles.theme-contrast table i {
  color: cyan !important;
}
.bootstrap-styles.theme-contrast table th {
  background-color: black !important;
  color: white !important;
}
.bootstrap-styles.theme-contrast table tr[data-classe] {
  background-color: unset !important;
}
.bootstrap-styles.theme-contrast table tr[data-classe] a {
  color: cyan !important;
}
.bootstrap-styles.theme-contrast table tr {
  background-color: unset !important;
}
.bootstrap-styles.theme-contrast table tr:hover {
  background-image: unset !important;
  background-color: unset;
}
.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting:after {
  color: white !important;
  opacity: 1 !important;
}
.bootstrap-styles.theme-contrast table.dataTable .odd td, .bootstrap-styles.theme-contrast table.dataTable .even td {
  background-color: black !important;
}
.bootstrap-styles.theme-contrast table.dataTable .odd + tr .dtr-details, .bootstrap-styles.theme-contrast table.dataTable .even + tr .dtr-details {
  background-color: black !important;
}

.bootstrap-styles.theme-contrast .infraTable tbody tr:hover {
  color: unset;
  background-color: unset;
}
.bootstrap-styles.theme-contrast .infraTable thead th {
  color: white;
  background-color: unset;
}

.bootstrap-styles.theme-contrast .table-tbody-striped tbody:nth-of-type(odd) {
  background-color: unset;
}

.bootstrap-styles.theme-contrast .table-tbody-striped tbody:nth-of-type(even) {
  background-color: unset;
}

.bootstrap-styles.theme-contrast .page-link {
  background-color: unset !important;
}

.bootstrap-styles.theme-contrast tr.infraEventoImportante[data-parte=REU] label.infraEventoDescricao {
  background-color: #dc3545;
  color: white;
}

.bootstrap-styles.theme-contrast tr.infraEventoImportante[data-parte=AUTOR] label.infraEventoDescricao {
  background-color: #236e8e;
  color: white;
}

.bootstrap-styles.theme-contrast tr.infraEventoImportante[data-parte=INTERNO] label.infraEventoDescricao, .bootstrap-styles.theme-contrast label.infraEventoUsuario {
  color: white;
}

.bootstrap-styles.theme-contrast tr[data-parte=INTERNO] label.infraEventoDescricao, .bootstrap-styles.theme-contrast tr[data-parte=INTERNO] label.infraEventoUsuario {
  color: #A3D147;
}

.bootstrap-styles.theme-contrast span.infraEventoPrazoParte[data-parte=REU], .bootstrap-styles.theme-contrast tr[data-parte=REU] label.infraEventoUsuario, .bootstrap-styles.theme-contrast tr[data-parte=REU] label.infraEventoDescricao {
  color: #FF7A7A;
}

.bootstrap-styles.theme-contrast span.infraEventoPrazoParte[data-parte=AUTOR], .bootstrap-styles.theme-contrast tr[data-parte=AUTOR] label.infraEventoUsuario, .bootstrap-styles.theme-contrast tr[data-parte=AUTOR] label.infraEventoDescricao {
  color: #00A1FF;
}

.bootstrap-styles.theme-contrast tr.infraEventoPrazoFechouMovimento span.infraEventoPrazoFechouDescricao {
  background-color: #6a6a6a;
}

.bootstrap-styles.theme-contrast span.infraEventoPrazoParte[data-parte] {
  color: white;
}

.bootstrap-styles.theme-contrast .span-classe-judicial-contraste {
  border-radius: 3px;
  color: black;
  padding: 3px;
}

.bootstrap-styles.theme-contrast .text-primary, .bootstrap-styles.theme-contrast #divCapaProcesso u a:hover {
  color: cyan;
}

.bootstrap-styles.theme-contrast .text-success {
  color: #00FF00;
}

.bootstrap-styles.theme-contrast .text-danger, .bootstrap-styles.theme-contrast a.infraLinkDocumentoSigiloso, .bootstrap-styles.theme-contrast a.infraLinkDocumentoSigilosoMaior, .bootstrap-styles.theme-contrast .required-sign {
  color: red !important;
}

.bootstrap-styles.theme-contrast .text-dark {
  color: white !important;
}

.bootstrap-styles.theme-contrast .text-secondary {
  color: white !important;
}

.bootstrap-styles.theme-contrast .text-muted {
  color: white !important;
}

.bootstrap-styles.theme-contrast .infraTooltip {
  background-color: darkgreen;
}

.bootstrap-styles.theme-contrast .infraTooltipTitulo {
  background-color: unset;
}

.bootstrap-styles.theme-contrast .color-wrapper {
  position: relative;
}

.bootstrap-styles.theme-contrast .color-wrapper p {
  margin-bottom: 5px;
}

.bootstrap-styles.theme-contrast .color-holder {
  background: #fff;
  cursor: pointer;
  border: 1px solid #AAA;
  width: 40px;
  height: 15px;
  float: left;
  margin-left: 5px;
  margin-top: 3px;
  border-radius: 2px;
}

.bootstrap-styles.theme-contrast .color-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.bootstrap-styles.theme-contrast .color-picker .color-item {
  cursor: pointer;
  height: 20px;
  list-style: none;
  flex: 0 10%;
}

.bootstrap-styles.theme-contrast .color-picker .color-item:hover {
  border: 1px solid #666;
  opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
}

.bootstrap-styles.theme-contrast .ajax-tab-refresh-button {
  display: none;
}

.bootstrap-styles.theme-contrast .nav-link.active .ajax-tab-refresh-button {
  display: initial;
}

.bootstrap-styles.theme-contrast .tab-icon {
  height: 19px;
  margin-top: -7px;
}

.bootstrap-styles.theme-contrast .ui-autocomplete-input span {
  padding: 1px;
}

.bootstrap-styles.theme-contrast .tagify {
  --tag-bg: #ccffff;
  --tag-text-color: aqua;
  --tag-border-radius: 15px;
}
.bootstrap-styles.theme-contrast .tagify .tagify__tag > div {
  padding: 0.1em 0.5em;
  font-size: 0.87em;
}
.bootstrap-styles.theme-contrast .tagify .tagify__tag__removeBtn {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .tagify .tagify--select .tagify__tag {
  padding: 0;
  flex: unset;
}

.bootstrap-styles.theme-contrast .btn-primary:hover, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado:hover, .bootstrap-styles.theme-contrast .eproc-button-primary:hover {
  background-color: #006ba0 !important;
  border-color: #006ea5;
  color: #fff !important;
}

.bootstrap-styles.theme-contrast .btn-secondary, .bootstrap-styles.theme-contrast .eproc-button, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: var(--white);
  border-color: #dee2e6;
  color: #007ebd;
}
.bootstrap-styles.theme-contrast .btn-secondary:hover, .bootstrap-styles.theme-contrast .eproc-button:hover, .bootstrap-styles.theme-contrast .infraButton:hover:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: #eef8fa;
  border-color: #dee2e6;
  color: #007ebd;
}
.bootstrap-styles.theme-contrast .btn-secondary:focus, .bootstrap-styles.theme-contrast .eproc-button:focus, .bootstrap-styles.theme-contrast .infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: var(--light);
  border-color: #dee2e6;
  color: #007ebd;
}
.bootstrap-styles.theme-contrast .btn-secondary:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .eproc-button:not(:disabled):not(.disabled):active, .bootstrap-styles.theme-contrast .infraButton:not(:disabled):not(.disabled):active:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: var(--light);
  border-color: #dee2e6;
  color: #007ebd;
}
.bootstrap-styles.theme-contrast .btn-secondary.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.btn-secondary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.btn-secondary, .bootstrap-styles.theme-contrast .dropdown-toggle.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.eproc-button, .bootstrap-styles.theme-contrast .dropdown-toggle.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  color: #007ebd !important;
}

.bootstrap-styles.theme-contrast .btn:focus, .bootstrap-styles.theme-contrast .eproc-button:focus, .bootstrap-styles.theme-contrast .infraButton:focus:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .eproc-button-primary:focus, .bootstrap-styles.theme-contrast .infraButton.btn-primary:focus, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado:focus {
  border-color: #3ebfff !important;
  box-shadow: 0 0 0 0.1rem rgba(0, 126, 189, 0.25) !important;
}
.bootstrap-styles.theme-contrast .btn:disabled, .bootstrap-styles.theme-contrast .eproc-button:disabled, .bootstrap-styles.theme-contrast .infraButton:disabled:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast .eproc-button-primary:disabled, .bootstrap-styles.theme-contrast .infraButton.btn-primary:disabled, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado:disabled {
  color: #dcdcdc !important;
  background-color: #ffffff !important;
  border-color: #dcdcdc !important;
}

.bootstrap-styles.theme-contrast .btn i, .bootstrap-styles.theme-contrast .eproc-button i, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) i, .bootstrap-styles.theme-contrast .eproc-button-primary i, .bootstrap-styles.theme-contrast .infraButton.btn-primary i, .bootstrap-styles.theme-contrast .infraButton.eproc-button-primary i, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado i {
  vertical-align: middle;
  padding-right: 6px;
  margin-top: -3px;
}

.bootstrap-styles.theme-contrast .btn i:not(.icon-small), .bootstrap-styles.theme-contrast .eproc-button i:not(.icon-small), .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) i:not(.icon-small), .bootstrap-styles.theme-contrast .eproc-button-primary i:not(.icon-small), .bootstrap-styles.theme-contrast .infraButton.btn-primary i:not(.icon-small), .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado i:not(.icon-small) {
  font-size: 24px;
}

.bootstrap-styles.theme-contrast .btn-close {
  font-size: 22px;
  padding: 0px 3px 0px 3px;
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .btn-close:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}

.bootstrap-styles.theme-contrast button.close[disabled] {
  color: #6c757d;
}

.bootstrap-styles.theme-contrast .eproc-button, .bootstrap-styles.theme-contrast .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  margin: 0 1.5px 6px 1.5px;
}

.bootstrap-styles.theme-contrast .eproc-button-primary, .bootstrap-styles.theme-contrast .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraButton.eproc-button-primary, .bootstrap-styles.theme-contrast .infraArvore .infraButton.infraArvoreNoSelecionado {
  margin: 0 1.5px 6px 1.5px;
}

.bootstrap-styles.theme-contrast .eproc-button-icon {
  border-radius: 3px;
}
.bootstrap-styles.theme-contrast .eproc-button-icon:hover {
  background-color: rgba(0, 0, 0, 0.07);
  text-decoration: none !important;
}

.bootstrap-styles.theme-contrast button.btn-link, .bootstrap-styles.theme-contrast .autocomplete-wrapper button.btn-listar-todos {
  line-height: 1.2;
  padding: 0;
}
.bootstrap-styles.theme-contrast button.btn-link:has(i) i, .bootstrap-styles.theme-contrast .autocomplete-wrapper button.btn-listar-todos:has(i) i {
  margin-top: -2px;
}

.bootstrap-styles.theme-contrast a:has(i), .bootstrap-styles.theme-contrast button:has(i) {
  display: inline-block;
  line-height: 1.2;
}
.bootstrap-styles.theme-contrast a:has(i) i.material-icons, .bootstrap-styles.theme-contrast button:has(i) i.material-icons {
  border-radius: 3px;
  padding: 2px;
}
.bootstrap-styles.theme-contrast a:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast button:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary) {
  background-color: rgba(0, 0, 0, 0.07);
}
.bootstrap-styles.theme-contrast a:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary) i, .bootstrap-styles.theme-contrast button:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary) i {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast a:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary).btn-link, .bootstrap-styles.theme-contrast .autocomplete-wrapper a.btn-listar-todos:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast button:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary).btn-link, .bootstrap-styles.theme-contrast .autocomplete-wrapper button.btn-listar-todos:has(i):hover:not(.eproc-button, .infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .eproc-button-primary, .infraButton.btn-primary, .infraButton.eproc-button-primary) {
  text-decoration: none;
}

.bootstrap-styles.theme-contrast .card-primary {
  border-left: 2px solid #007ebd !important;
}

.bootstrap-styles.theme-contrast .card-danger {
  border-left: 2px solid #dc3545 !important;
}

.bootstrap-styles.theme-contrast .card-dark {
  border-left: 2px solid #343a40 !important;
}

.bootstrap-styles.theme-contrast .card-success {
  border-left: 2px solid #28a745 !important;
}

.bootstrap-styles.theme-contrast .card-warning {
  border-left: 2px solid #ffc107 !important;
}

.bootstrap-styles.theme-contrast .card-info {
  border-left: 2px solid #17a2b8 !important;
}

.bootstrap-styles.theme-contrast .card-secondary {
  border-left: 2px solid #6c757d !important;
}

.bootstrap-styles.theme-contrast .eproc-card, .bootstrap-styles.theme-contrast .eproc-fieldset, .bootstrap-styles.theme-contrast .infraFieldset {
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  margin-bottom: 0.5rem;
}

.bootstrap-styles.theme-contrast .eproc-check, .bootstrap-styles.theme-contrast .infraCheck, .bootstrap-styles.theme-contrast .infraCheckbox, .bootstrap-styles.theme-contrast .infraCheckBox, .bootstrap-styles.theme-contrast .infraRadio {
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 2px;
}
.bootstrap-styles.theme-contrast .custom-checkbox .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox label::before, .bootstrap-styles.theme-contrast .custom-checkbox .custom-control-label::after, .bootstrap-styles.theme-contrast .custom-checkbox .custom-radio label::after, .bootstrap-styles.theme-contrast .custom-radio .custom-checkbox label::after {
  margin-top: -2px;
}

.bootstrap-styles.theme-contrast :root {
  --dt-row-selected: 2, 117, 216;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
}

.bootstrap-styles.theme-contrast table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}

.bootstrap-styles.theme-contrast table.dataTable td.dt-control:before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #31b131;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "-";
  background-color: #d33333;
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_desc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > th.sorting_asc_disabled:before, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_desc_disabled:after, .bootstrap-styles.theme-contrast table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}

.bootstrap-styles.theme-contrast table.dataTable thead > tr > th:active,
.bootstrap-styles.theme-contrast table.dataTable thead > tr > td:active {
  outline: none;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollBody table.dataTable thead > tr > th:before, .bootstrap-styles.theme-contrast div.dataTables_scrollBody table.dataTable thead > tr > th:after, .bootstrap-styles.theme-contrast div.dataTables_scrollBody table.dataTable thead > tr > td:before, .bootstrap-styles.theme-contrast div.dataTables_scrollBody table.dataTable thead > tr > td:after {
  display: none;
}

.bootstrap-styles.theme-contrast div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: 2 117 216;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}

.bootstrap-styles.theme-contrast div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.bootstrap-styles.theme-contrast table.dataTable.nowrap th, .bootstrap-styles.theme-contrast table.dataTable.nowrap td {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast table.dataTable th.dt-left,
.bootstrap-styles.theme-contrast table.dataTable td.dt-left {
  text-align: left;
}

.bootstrap-styles.theme-contrast table.dataTable th.dt-center,
.bootstrap-styles.theme-contrast table.dataTable td.dt-center,
.bootstrap-styles.theme-contrast table.dataTable td.dataTables_empty {
  text-align: center;
}

.bootstrap-styles.theme-contrast table.dataTable th.dt-right,
.bootstrap-styles.theme-contrast table.dataTable td.dt-right {
  text-align: right;
}

.bootstrap-styles.theme-contrast table.dataTable th.dt-justify,
.bootstrap-styles.theme-contrast table.dataTable td.dt-justify {
  text-align: justify;
}

.bootstrap-styles.theme-contrast table.dataTable th.dt-nowrap,
.bootstrap-styles.theme-contrast table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast table.dataTable thead th,
.bootstrap-styles.theme-contrast table.dataTable thead td,
.bootstrap-styles.theme-contrast table.dataTable tfoot th,
.bootstrap-styles.theme-contrast table.dataTable tfoot td {
  text-align: left;
}

.bootstrap-styles.theme-contrast table.dataTable thead th.dt-head-left,
.bootstrap-styles.theme-contrast table.dataTable thead td.dt-head-left,
.bootstrap-styles.theme-contrast table.dataTable tfoot th.dt-head-left,
.bootstrap-styles.theme-contrast table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

.bootstrap-styles.theme-contrast table.dataTable thead th.dt-head-center,
.bootstrap-styles.theme-contrast table.dataTable thead td.dt-head-center,
.bootstrap-styles.theme-contrast table.dataTable tfoot th.dt-head-center,
.bootstrap-styles.theme-contrast table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

.bootstrap-styles.theme-contrast table.dataTable thead th.dt-head-right,
.bootstrap-styles.theme-contrast table.dataTable thead td.dt-head-right,
.bootstrap-styles.theme-contrast table.dataTable tfoot th.dt-head-right,
.bootstrap-styles.theme-contrast table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

.bootstrap-styles.theme-contrast table.dataTable thead th.dt-head-justify,
.bootstrap-styles.theme-contrast table.dataTable thead td.dt-head-justify,
.bootstrap-styles.theme-contrast table.dataTable tfoot th.dt-head-justify,
.bootstrap-styles.theme-contrast table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

.bootstrap-styles.theme-contrast table.dataTable thead th.dt-head-nowrap,
.bootstrap-styles.theme-contrast table.dataTable thead td.dt-head-nowrap,
.bootstrap-styles.theme-contrast table.dataTable tfoot th.dt-head-nowrap,
.bootstrap-styles.theme-contrast table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast table.dataTable tbody th.dt-body-left,
.bootstrap-styles.theme-contrast table.dataTable tbody td.dt-body-left {
  text-align: left;
}

.bootstrap-styles.theme-contrast table.dataTable tbody th.dt-body-center,
.bootstrap-styles.theme-contrast table.dataTable tbody td.dt-body-center {
  text-align: center;
}

.bootstrap-styles.theme-contrast table.dataTable tbody th.dt-body-right,
.bootstrap-styles.theme-contrast table.dataTable tbody td.dt-body-right {
  text-align: right;
}

.bootstrap-styles.theme-contrast table.dataTable tbody th.dt-body-justify,
.bootstrap-styles.theme-contrast table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

.bootstrap-styles.theme-contrast table.dataTable tbody th.dt-body-nowrap,
.bootstrap-styles.theme-contrast table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

.bootstrap-styles.theme-contrast table.dataTable td,
.bootstrap-styles.theme-contrast table.dataTable th {
  box-sizing: content-box;
}

.bootstrap-styles.theme-contrast table.dataTable td.dataTables_empty,
.bootstrap-styles.theme-contrast table.dataTable th.dataTables_empty {
  text-align: center;
}

.bootstrap-styles.theme-contrast table.dataTable.nowrap th,
.bootstrap-styles.theme-contrast table.dataTable.nowrap td {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: transparent;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr {
  background-color: transparent;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px #0275d8;
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: white;
  color: rgb(var(--dt-row-selected-text));
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected a {
  color: #090a0b;
  color: rgb(var(--dt-row-selected-link));
}

.bootstrap-styles.theme-contrast table.dataTable.table-striped > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.05);
}

.bootstrap-styles.theme-contrast table.dataTable.table-striped > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}

.bootstrap-styles.theme-contrast table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.075);
}

.bootstrap-styles.theme-contrast table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(2, 117, 216, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting:before,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting_asc:before,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting_desc:before,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting:after,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting_asc:after,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > tbody tr:first-child th,
.bootstrap-styles.theme-contrast div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_length,
  .bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_filter,
  .bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_info,
  .bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  .bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
.bootstrap-styles.theme-contrast table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled), .bootstrap-styles.theme-contrast table.dataTable.eproc-table > thead > tr > th:not(.sorting_disabled), .bootstrap-styles.theme-contrast table.dataTable.infraTable > thead > tr > th:not(.sorting_disabled), .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

.bootstrap-styles.theme-contrast table.table-bordered.dataTable, .bootstrap-styles.theme-contrast table.dataTable.eproc-table, .bootstrap-styles.theme-contrast table.dataTable.infraTable, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica {
  border-right-width: 0;
}

.bootstrap-styles.theme-contrast table.table-bordered.dataTable th, .bootstrap-styles.theme-contrast table.dataTable.eproc-table th, .bootstrap-styles.theme-contrast table.dataTable.infraTable th, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica th, .bootstrap-styles.theme-contrast table.table-bordered.dataTable td, .bootstrap-styles.theme-contrast table.dataTable.eproc-table td, .bootstrap-styles.theme-contrast table.dataTable.infraTable td, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica td {
  border-left-width: 0;
}

.bootstrap-styles.theme-contrast table.table-bordered.dataTable th:last-child, .bootstrap-styles.theme-contrast table.dataTable.eproc-table th:last-child, .bootstrap-styles.theme-contrast table.dataTable.infraTable th:last-child, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica th:last-child, .bootstrap-styles.theme-contrast table.table-bordered.dataTable td:last-child, .bootstrap-styles.theme-contrast table.dataTable.eproc-table td:last-child, .bootstrap-styles.theme-contrast table.dataTable.infraTable td:last-child, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica td:last-child, .bootstrap-styles.theme-contrast table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

.bootstrap-styles.theme-contrast table.table-bordered.dataTable tbody th, .bootstrap-styles.theme-contrast table.dataTable.eproc-table tbody th, .bootstrap-styles.theme-contrast table.dataTable.infraTable tbody th, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica tbody th, .bootstrap-styles.theme-contrast table.table-bordered.dataTable tbody td, .bootstrap-styles.theme-contrast table.dataTable.eproc-table tbody td, .bootstrap-styles.theme-contrast table.dataTable.infraTable tbody td, .bootstrap-styles.theme-contrast table.dataTable.infraTabelaDinamica tbody td {
  border-bottom-width: 0;
}

.bootstrap-styles.theme-contrast div.dataTables_scrollHead table.table-bordered, .bootstrap-styles.theme-contrast div.dataTables_scrollHead table.eproc-table, .bootstrap-styles.theme-contrast div.dataTables_scrollHead table.infraTable, .bootstrap-styles.theme-contrast div.dataTables_scrollHead table.infraTabelaDinamica {
  border-bottom-width: 0;
}

.bootstrap-styles.theme-contrast div.table-responsive > div.dataTables_wrapper > div.row, .bootstrap-styles.theme-contrast div.infraAreaTabela > div.dataTables_wrapper > div.row, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) > div.dataTables_wrapper > div.row {
  margin: 0;
}

.bootstrap-styles.theme-contrast div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child, .bootstrap-styles.theme-contrast div.infraAreaTabela > div.dataTables_wrapper > div.row > div[class^=col-]:first-child, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

.bootstrap-styles.theme-contrast div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child, .bootstrap-styles.theme-contrast div.infraAreaTabela > div.dataTables_wrapper > div.row > div[class^=col-]:last-child, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > td.dtr-control,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > th.dtr-control,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > td.control,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > td.control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 0.8em;
  width: 0.8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New", Courier, monospace;
  line-height: 1em;
  content: "+";
  background-color: #0275d8;
}

.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr.parent td.control:before,
.bootstrap-styles.theme-contrast table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

.bootstrap-styles.theme-contrast div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

.bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

.bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

.bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

.bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

.bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .bootstrap-styles.theme-contrast div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
.bootstrap-styles.theme-contrast div.dtr-bs-modal table.table tr:first-child td, .bootstrap-styles.theme-contrast div.dtr-bs-modal table.eproc-table tr:first-child td, .bootstrap-styles.theme-contrast div.dtr-bs-modal table.infraTable tr:first-child td, .bootstrap-styles.theme-contrast div.dtr-bs-modal table.infraTabelaDinamica tr:first-child td {
  border-top: none;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > .selected {
  background-color: rgba(2, 117, 216, 0.9);
  color: white;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > td.select-checkbox,
.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > th.select-checkbox {
  position: relative;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > td.select-checkbox:before, .bootstrap-styles.theme-contrast table.dataTable > tbody > tr > td.select-checkbox:after, .bootstrap-styles.theme-contrast table.dataTable > tbody > tr > th.select-checkbox:before, .bootstrap-styles.theme-contrast table.dataTable > tbody > tr > th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > td.select-checkbox:before,
.bootstrap-styles.theme-contrast table.dataTable > tbody > tr > th.select-checkbox:before {
  content: " ";
  margin-top: -2px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected > td.select-checkbox:before,
.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected > th.select-checkbox:before {
  border: 1px solid white;
}

.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected > td.select-checkbox:after,
.bootstrap-styles.theme-contrast table.dataTable > tbody > tr.selected > th.select-checkbox:after {
  content: "✓";
  font-size: 20px;
  margin-top: -19px;
  margin-left: -6px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

.bootstrap-styles.theme-contrast table.dataTable.compact > tbody > tr > td.select-checkbox:before,
.bootstrap-styles.theme-contrast table.dataTable.compact > tbody > tr > th.select-checkbox:before {
  margin-top: -12px;
}

.bootstrap-styles.theme-contrast table.dataTable.compact > tbody > tr.selected > td.select-checkbox:after,
.bootstrap-styles.theme-contrast table.dataTable.compact > tbody > tr.selected > th.select-checkbox:after {
  margin-top: -16px;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper span.select-info,
.bootstrap-styles.theme-contrast div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  .bootstrap-styles.theme-contrast div.dataTables_wrapper span.select-info,
  .bootstrap-styles.theme-contrast div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group th {
  background-color: #e0e0e0;
  text-align: left;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-0 th {
  font-weight: bold;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-1 th,
.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-2 th,
.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-3 th,
.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-4 th,
.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: #f0f0f0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-2 th {
  background-color: #f3f3f3;
  padding-left: 2.5em;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-3 th {
  background-color: #f3f3f3;
  padding-left: 3em;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-4 th {
  background-color: #f3f3f3;
  padding-left: 3.5em;
}

.bootstrap-styles.theme-contrast table.dataTable tr.dtrg-group.dtrg-level-5 th {
  background-color: #f3f3f3;
  padding-left: 4em;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
.bootstrap-styles.theme-contrast div.dataTables_wrapper {
  position: relative;
}

.bootstrap-styles.theme-contrast div.dt-buttons {
  position: initial;
}

.bootstrap-styles.theme-contrast div.dt-buttons .dt-button {
  overflow: hidden;
  text-overflow: ellipsis;
}

.bootstrap-styles.theme-contrast div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

.bootstrap-styles.theme-contrast div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

.bootstrap-styles.theme-contrast div.dt-button-info > div {
  padding: 1em;
}

.bootstrap-styles.theme-contrast div.dtb-popover-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 2003;
}

.bootstrap-styles.theme-contrast button.dtb-hide-drop {
  display: none !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 0.9em;
}

.bootstrap-styles.theme-contrast div.dt-button-collection-title:empty {
  display: none;
}

.bootstrap-styles.theme-contrast span.dt-button-spacer {
  display: inline-block;
  margin: 0.5em;
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast span.dt-button-spacer.bar {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  padding-left: 0.5em;
}

.bootstrap-styles.theme-contrast span.dt-button-spacer.bar:empty {
  height: 1em;
  width: 1px;
  padding-left: 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection span.dt-button-spacer {
  width: 100%;
  font-size: 0.9em;
  text-align: center;
  margin: 0.5em 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection span.dt-button-spacer:empty {
  height: 0;
  width: 100%;
}

.bootstrap-styles.theme-contrast div.dt-button-collection span.dt-button-spacer.bar {
  border-left: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection {
  position: absolute;
  z-index: 2001;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  padding: 0.5rem;
  width: 218px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.dropdown-menu {
  position: relative;
  display: block;
  z-index: 2002;
  min-width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.fixed {
  position: fixed;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 5px;
  background-color: white;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.fixed.columns {
  margin-left: -409px;
}

@media screen and (max-width: 1024px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.fixed.columns {
    margin-left: -308px;
  }
}
@media screen and (max-width: 640px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.fixed.columns {
    margin-left: -203px;
  }
}
@media screen and (max-width: 460px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.fixed.columns {
    margin-left: -100px;
  }
}
.bootstrap-styles.theme-contrast div.dt-button-collection.fixed > :last-child {
  max-height: 100vh;
  overflow: auto;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.two-column > :last-child, .bootstrap-styles.theme-contrast div.dt-button-collection.three-column > :last-child, .bootstrap-styles.theme-contrast div.dt-button-collection.four-column > :last-child {
  display: block !important;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.two-column > :last-child > *, .bootstrap-styles.theme-contrast div.dt-button-collection.three-column > :last-child > *, .bootstrap-styles.theme-contrast div.dt-button-collection.four-column > :last-child > * {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.two-column {
  width: 400px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 2;
       column-count: 2;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.three-column {
  width: 450px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 3;
       column-count: 3;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.four-column {
  width: 600px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -moz-column-count: 4;
       column-count: 4;
}

.bootstrap-styles.theme-contrast div.dt-button-collection .dt-button {
  border-radius: 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns {
  width: auto;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns > :last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  width: 818px;
  padding-bottom: 1px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns > :last-child .dt-button {
  min-width: 200px;
  flex: 0 1;
  margin: 0;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b3 > :last-child, .bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b2 > :last-child, .bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b1 > :last-child {
  justify-content: space-between;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b3 .dt-button {
  flex: 1 1 32%;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b2 .dt-button {
  flex: 1 1 48%;
}

.bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b1 .dt-button {
  flex: 1 1 100%;
}

@media screen and (max-width: 1024px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.columns > :last-child {
    width: 612px;
  }
}
@media screen and (max-width: 640px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.columns > :last-child {
    width: 406px;
  }
  .bootstrap-styles.theme-contrast div.dt-button-collection.columns.dtb-b3 .dt-button {
    flex: 0 1 32%;
  }
}
@media screen and (max-width: 460px) {
  .bootstrap-styles.theme-contrast div.dt-button-collection.columns > :last-child {
    width: 200px;
  }
}
.bootstrap-styles.theme-contrast div.dt-button-collection.fixed:before, .bootstrap-styles.theme-contrast div.dt-button-collection.fixed:after {
  display: none;
}

.bootstrap-styles.theme-contrast div.dt-button-collection .btn-group {
  flex: 1 1 auto;
}

.bootstrap-styles.theme-contrast div.dt-button-collection .dt-button {
  min-width: 200px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.dt-btn-split-wrapper {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection button.dt-btn-split-drop-button {
  width: 100%;
  color: #212529;
  border: none;
  background-color: white;
  border-radius: 0px;
  margin-left: 0px !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection button.dt-btn-split-drop-button:focus {
  border: none;
  border-radius: 0px;
  outline: none;
}

.bootstrap-styles.theme-contrast div.dt-button-collection button.dt-btn-split-drop-button:hover {
  background-color: #e9ecef;
}

.bootstrap-styles.theme-contrast div.dt-button-collection button.dt-btn-split-drop-button:active {
  background-color: #007bff !important;
}

.bootstrap-styles.theme-contrast div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .bootstrap-styles.theme-contrast div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .bootstrap-styles.theme-contrast div.dt-buttons a.btn, .bootstrap-styles.theme-contrast div.dt-buttons a.eproc-button, .bootstrap-styles.theme-contrast div.dt-buttons a.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.dt-buttons a.eproc-button-primary, .bootstrap-styles.theme-contrast div.dt-buttons a.infraButton.btn-primary, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore a.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons a.infraButton.infraArvoreNoSelecionado {
    float: none;
  }
}
.bootstrap-styles.theme-contrast div.dt-buttons button.btn.processing, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.eproc-button, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.dt-buttons button.processing.eproc-button-primary, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.infraButton.btn-primary, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore button.processing.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons button.processing.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast div.dt-buttons div.btn.processing, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.eproc-button, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.dt-buttons div.processing.eproc-button-primary, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.infraButton.btn-primary, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore div.processing.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons div.processing.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast div.dt-buttons a.btn.processing, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.eproc-button, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.dt-buttons a.processing.eproc-button-primary, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.infraButton.btn-primary, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore a.processing.infraButton.infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons a.processing.infraButton.infraArvoreNoSelecionado {
  color: rgba(0, 0, 0, 0.2);
}

.bootstrap-styles.theme-contrast div.dt-buttons button.btn.processing:after, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.eproc-button:after, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary):after, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.eproc-button-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons button.processing.infraButton.btn-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore button.processing.infraButton.infraArvoreNoSelecionado:after, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons button.processing.infraButton.infraArvoreNoSelecionado:after, .bootstrap-styles.theme-contrast div.dt-buttons div.btn.processing:after, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.eproc-button:after, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary):after, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.eproc-button-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons div.processing.infraButton.btn-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore div.processing.infraButton.infraArvoreNoSelecionado:after, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons div.processing.infraButton.infraArvoreNoSelecionado:after, .bootstrap-styles.theme-contrast div.dt-buttons a.btn.processing:after, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.eproc-button:after, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary):after, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.eproc-button-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons a.processing.infraButton.btn-primary:after, .bootstrap-styles.theme-contrast div.dt-buttons .infraArvore a.processing.infraButton.infraArvoreNoSelecionado:after, .bootstrap-styles.theme-contrast .infraArvore div.dt-buttons a.processing.infraButton.infraArvoreNoSelecionado:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

.bootstrap-styles.theme-contrast div.dt-buttons div.btn-group {
  position: initial;
}

.bootstrap-styles.theme-contrast div.dt-btn-split-wrapper:active:not(.disabled) button, .bootstrap-styles.theme-contrast div.dt-btn-split-wrapper.active:not(.disabled) button {
  background-color: #5a6268;
  border-color: #545b62;
}

.bootstrap-styles.theme-contrast div.dt-btn-split-wrapper:active:not(.disabled) button.dt-btn-split-drop, .bootstrap-styles.theme-contrast div.dt-btn-split-wrapper.active:not(.disabled) button.dt-btn-split-drop {
  box-shadow: none;
  background-color: #6c757d;
  border-color: #6c757d;
}

.bootstrap-styles.theme-contrast div.dt-btn-split-wrapper:active:not(.disabled) button:hover, .bootstrap-styles.theme-contrast div.dt-btn-split-wrapper.active:not(.disabled) button:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group {
  border-radius: 4px !important;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:first-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group:last-child:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group button.dt-btn-split-drop:last-child {
  border: 1px solid #6c757d;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dt-buttons.btn-group div.btn-group div.dt-btn-split-wrapper {
  border: none;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group {
  border-radius: 4px !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group button {
  border-radius: 4px;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group button:last-child {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group button:first-child {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group button:last-child:first-child {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group button.dt-btn-split-drop:last-child {
  border: 1px solid #6c757d;
}

.bootstrap-styles.theme-contrast div.dt-button-collection div.btn-group div.dt-btn-split-wrapper {
  border: none;
}

.bootstrap-styles.theme-contrast span.dt-button-spacer.bar:empty {
  height: inherit;
}

.bootstrap-styles.theme-contrast div.dt-button-collection span.dt-button-spacer {
  padding-left: 1rem !important;
  text-align: left;
}

.bootstrap-styles.theme-contrast .btn-acoes-bloco {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  font-size: 12px;
}
.bootstrap-styles.theme-contrast .btn-acoes-bloco i {
  font-size: 18px;
}
.bootstrap-styles.theme-contrast .btn-acoes-bloco:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrap-styles.theme-contrast .btn-acoes-bloco a:hover {
  text-decoration: none;
}
.bootstrap-styles.theme-contrast .btn-acoes-bloco a:hover > span > span {
  text-decoration: underline;
}

.bootstrap-styles.theme-contrast .dt-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 48px;
  z-index: 1;
  background: white;
}
.bootstrap-styles.theme-contrast .dt-nav + .dataTables_wrapper table {
  margin-top: 0 !important;
}

.bootstrap-styles.theme-contrast table.dataTable > thead > tr th.sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead > tr th.sorting:after {
  font-size: 15px;
  line-height: 11px;
}
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting:before,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_asc:before,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_desc:before,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_asc_disabled:before,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_desc_disabled:before {
  content: "▲";
}
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting:after,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_asc:after,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_desc:after,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_asc_disabled:after,
.bootstrap-styles.theme-contrast table.dataTable > thead > tr .sorting_desc_disabled:after {
  content: "▼";
}
.bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_desc:before {
  top: -2px;
  right: 5px;
}
.bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting:after, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting:after, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_desc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_asc:after, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_desc:after {
  top: 9px;
  right: 5px;
}
.bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.table-sm .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.eproc-table .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTabelaDinamica .sorting_desc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_asc:before, .bootstrap-styles.theme-contrast table.dataTable > thead.infraTable .sorting_desc:before {
  top: -2px;
  right: 5px;
}

.bootstrap-styles.theme-contrast table.dataTable > td:not(.acoes-table) {
  white-space: break-spaces !important;
}
.bootstrap-styles.theme-contrast table.dataTable td.child {
  padding: 0;
}
.bootstrap-styles.theme-contrast table.dataTable td.child .dtr-details {
  width: 100%;
  padding: 0.3rem !important;
}
.bootstrap-styles.theme-contrast table.dataTable td.child .dtr-details li:not(.acoes-table) {
  padding: 0 !important;
  border-bottom: none !important;
}
.bootstrap-styles.theme-contrast table.dataTable td.child .dtr-details li:not(.acoes-table) span {
  white-space: break-spaces;
  word-break: break-word;
}
.bootstrap-styles.theme-contrast table.dataTable td.child .dtr-details li:not(.acoes-table) .dtr-title {
  min-width: unset !important;
}
.bootstrap-styles.theme-contrast table.dataTable td.child .dtr-details li:not(.acoes-table) .dtr-title:after {
  content: ":";
}
.bootstrap-styles.theme-contrast table.dataTable .acoes-trigger-mobile {
  border-radius: 50%;
  padding: 3px;
}
.bootstrap-styles.theme-contrast table.dataTable .acoes-trigger-mobile i {
  font-size: 17px;
}
.bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .container-acoes-table__desktop, .bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .acoes-trigger-extra, .bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .action-dropdown-item-extra {
  display: inherit;
}
.bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .acoes-trigger-mobile, .bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .action-dropdown-item-mobile {
  display: none;
}
.bootstrap-styles.theme-contrast table.dataTable:not(.collapsed) .acoes-table {
  width: 1%;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed {
  border: none;
  border-collapse: collapse !important;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .acoes-trigger-extra, .bootstrap-styles.theme-contrast table.dataTable.collapsed .action-dropdown-item-extra {
  display: none;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .acoes-trigger-mobile, .bootstrap-styles.theme-contrast table.dataTable.collapsed .action-dropdown-item-mobile {
  display: inherit;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .odd td, .bootstrap-styles.theme-contrast table.dataTable.collapsed .odd + tr .dtr-details {
  background-color: #e9e9e9;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .even td, .bootstrap-styles.theme-contrast table.dataTable.collapsed .even + tr .dtr-details {
  background-color: white;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .acoes-table .dtr-title {
  display: none;
}
.bootstrap-styles.theme-contrast table.dataTable.collapsed .acoes-table > .dtr-data {
  width: 100%;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}

.bootstrap-styles.theme-contrast .container-acoes-table {
  white-space: nowrap;
}

.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_processing {
  margin: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0.5;
  background: black;
  color: white;
}
.bootstrap-styles.theme-contrast div.dataTables_wrapper div.dataTables_processing div:last-child > div {
  background: white;
}

.bootstrap-styles.theme-contrast .uic-date .datepicker:first-child {
  margin-right: 0.5rem;
}
.bootstrap-styles.theme-contrast .uic-date .datepicker:first-child:after {
  content: "Inicial";
  position: absolute;
  bottom: -6px;
  font-size: 0.65rem;
  left: 5px;
  color: darkgray;
  background-color: white;
  padding: 0 2px 0 4px;
}
.bootstrap-styles.theme-contrast .uic-date .datepicker:last-child:after {
  content: "Final";
  position: absolute;
  bottom: -6px;
  font-size: 0.65rem;
  left: 5px;
  color: darkgray;
  background-color: white;
  padding: 0 2px 0 4px;
}

.bootstrap-styles.theme-contrast .show > .btn-secondary.dropdown-toggle, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.btn-secondary, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.btn-secondary, .bootstrap-styles.theme-contrast .show > .dropdown-toggle.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.eproc-button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.eproc-button, .bootstrap-styles.theme-contrast .show > .dropdown-toggle.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .show > button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary), .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .show > button.infraButton:not(.btn-primary):not(.eproc-button-primary):not(.infraButton.btn-primary):not(.infraButton.eproc-button-primary) {
  background-color: var(--light);
  border-color: #dee2e6;
}

.bootstrap-styles.theme-contrast .dropdown-menu i {
  margin-right: 5px;
  margin-top: -2px;
  vertical-align: top;
}

.bootstrap-styles.theme-contrast .dropdown-hover .dropdown-menu {
  margin-top: -10px;
}
.bootstrap-styles.theme-contrast .dropdown-hover:hover .dropdown-menu {
  display: block;
}

.bootstrap-styles.theme-contrast .tagify__dropdown, .bootstrap-styles.theme-contrast .tagify {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  font-family: Roboto;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

.bootstrap-styles.theme-contrast legend {
  font-size: 0.88rem;
  margin-bottom: -10px;
}

.bootstrap-styles.theme-contrast h1 {
  font-size: 1.5rem;
}

.bootstrap-styles.theme-contrast h2 {
  font-size: 1.25rem;
}

.bootstrap-styles.theme-contrast h3 {
  font-size: 1rem;
}

.bootstrap-styles.theme-contrast h4 {
  font-size: 0.95rem;
}

.bootstrap-styles.theme-contrast h5 {
  font-size: 0.9rem;
}

.bootstrap-styles.theme-contrast h6 {
  font-size: 0.88rem;
}

.bootstrap-styles.theme-contrast .material-icons {
  font-size: 1.5rem;
}

.bootstrap-styles.theme-contrast .icon-aligned {
  vertical-align: middle !important;
  margin-top: -3px !important;
}

.bootstrap-styles.theme-contrast .icon-aligned-sm {
  vertical-align: middle;
  padding-right: 3px;
  padding-left: 3px;
  margin-top: -3px;
  font-size: 1.15rem;
}

.bootstrap-styles.theme-contrast .rotate-icon:not(.collapsed) i {
  transition: all 200ms ease;
  transform: rotate(180deg);
}

.bootstrap-styles.theme-contrast .material-icons.icon-small {
  font-size: 1.15rem;
}

.bootstrap-styles.theme-contrast i.icon-ajuda {
  color: #12b1d1;
}

.bootstrap-styles.theme-contrast a.link-visited:visited {
  color: #690269 !important;
}

.bootstrap-styles.theme-contrast .list-group-item {
  background-color: unset;
}

.bootstrap-styles.theme-contrast .list-striped > button:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.0509803922);
}
.bootstrap-styles.theme-contrast .list-striped button:hover {
  background-color: #d0d0d0;
}

.bootstrap-styles.theme-contrast .has-overlay-modal {
  position: relative;
}
.bootstrap-styles.theme-contrast .has-overlay-modal .modal-backdrop {
  width: 100%;
  height: 100%;
}

.bootstrap-styles.theme-contrast .modal-open {
  overflow: hidden;
}
.bootstrap-styles.theme-contrast .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.bootstrap-styles.theme-contrast .popover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  background: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover .popover.arrow {
  background-color: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover .popover-header {
  background-color: inherit;
  margin-bottom: 0;
  font-weight: bold;
  color: #000000;
}
.bootstrap-styles.theme-contrast .popover .popover-body {
  background-color: inherit;
  border-radius: 0.2em;
}
.bootstrap-styles.theme-contrast .popover.bs-popover-right .arrow::after, .bootstrap-styles.theme-contrast .popover.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover.bs-popover-top .arrow::after, .bootstrap-styles.theme-contrast .popover.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover.bs-popover-left .arrow::after, .bootstrap-styles.theme-contrast .popover.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover.bs-popover-bottom .arrow::after, .bootstrap-styles.theme-contrast .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #FCF8DB;
}
.bootstrap-styles.theme-contrast .popover.popover-copiar-documentos {
  max-width: 1000px !important;
}

.bootstrap-styles.theme-contrast div.progress, .bootstrap-styles.theme-contrast div.progress div.progress-bar, .bootstrap-styles.theme-contrast div.progress div.progress-bar-title, .bootstrap-styles.theme-contrast div.spinner, .bootstrap-styles.theme-contrast div.spinner span, .bootstrap-styles.theme-contrast div.spinner label {
  z-index: 5000;
}

.bootstrap-styles.theme-contrast .repb-container .repb-progress-feedback {
  white-space: pre-wrap;
}
.bootstrap-styles.theme-contrast .repb-container .repb-progress-fail-feedback-container .repb-progress-fail-feedback {
  font-weight: bold;
}
.bootstrap-styles.theme-contrast .repb-container .repb-loading .spinner-border {
  width: 1rem;
  height: 1rem;
  font-size: 0.8rem;
}
.bootstrap-styles.theme-contrast .repb-container .progress-wrapper {
  position: relative;
}
.bootstrap-styles.theme-contrast .repb-container .progress-wrapper .progress-interrupt-icon {
  background: white;
  font-size: 2rem;
  position: absolute;
  z-index: 5001;
  top: -8px;
  left: 70%;
  border-radius: 100%;
  margin-left: -10px;
  visibility: hidden;
  transform: scale(0);
  transition: transform 300ms ease;
}
.bootstrap-styles.theme-contrast .repb-container .progress-wrapper .progress-interrupt-icon.active {
  transform: scale(1);
  visibility: visible;
}
.bootstrap-styles.theme-contrast .repb-container .progress-wrapper .progress .progress-bar {
  height: 16px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  transform: translateX(-100%);
  border-radius: 8px;
  transition: transform 400ms ease-out;
}
.bootstrap-styles.theme-contrast .repb-container .progress-wrapper .progress .progress-bar.will-revert {
  transition: transform 2000ms ease-out;
  transition-delay: 300ms;
}
.bootstrap-styles.theme-contrast .repb-container .log-container .log-events > .row {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.bootstrap-styles.theme-contrast .repb-container .log-container .log-events > .row:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
.bootstrap-styles.theme-contrast .repb-container .log-container .log-events > .row > .log-event-date {
  width: 100px;
}
.bootstrap-styles.theme-contrast .repb-container .log-container .details-container pre {
  background: #f5f5f5;
  padding: 10px;
  border-radius: 7px;
  border: 1px solid lightgray;
  color: red;
}

.bootstrap-styles.theme-contrast .custom-radio {
  padding-left: 1.2rem !important;
}
.bootstrap-styles.theme-contrast .custom-radio label {
  padding-top: 2px;
}
.bootstrap-styles.theme-contrast .custom-radio label::before {
  left: -1.2rem;
}
.bootstrap-styles.theme-contrast .custom-radio label::after {
  left: -1.2rem !important;
}
.bootstrap-styles.theme-contrast .bootstrap-select {
  font-size: 0.88rem;
  max-width: 100%;
}
.bootstrap-styles.theme-contrast .bootstrap-select .dropdown-menu {
  font-size: 0.88rem;
}
.bootstrap-styles.theme-contrast .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  right: initial;
  left: 16px;
}
.bootstrap-styles.theme-contrast .bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: initial;
  margin-left: 12px;
}
.bootstrap-styles.theme-contrast .bootstrap-select.menu-adjust .dropdown-menu {
  width: 100% !important;
}
.bootstrap-styles.theme-contrast .bootstrap-select.menu-adjust .dropdown-menu li a span {
  white-space: normal;
}

.bootstrap-styles.theme-contrast .eproc-loader {
  position: relative;
  width: 25px;
  height: 25px;
}
.bootstrap-styles.theme-contrast .eproc-loader.loader-md {
  width: 50px;
  height: 50px;
}
.bootstrap-styles.theme-contrast .eproc-loader.loader-lg {
  width: 120px;
  height: 120px;
}

.bootstrap-styles.theme-contrast .bubble-1,
.bootstrap-styles.theme-contrast .bubble-2,
.bootstrap-styles.theme-contrast .bubble-3 {
  animation: eproc-spinner-scale 1.7s cubic-bezier(0.42, 0, 0.72, 0.55) infinite;
  position: absolute;
  border-radius: 100%;
  background-color: rgba(123, 188, 255, 0.78);
  transform: scale(0);
}

.bootstrap-styles.theme-contrast .bubble-1 {
  animation-delay: 0s;
  right: 31%;
  top: 60%;
  width: 35%;
  height: 35%;
}

.bootstrap-styles.theme-contrast .bubble-2 {
  animation-delay: 0.2s;
  right: 2%;
  top: 33%;
  width: 48%;
  height: 48%;
}

.bootstrap-styles.theme-contrast .bubble-3 {
  animation-delay: 0.4s;
  top: 0;
  width: 75%;
  height: 75%;
  left: 0;
}

@keyframes eproc-spinner-scale {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.bootstrap-styles.theme-contrast .eproc-table tr[data-classe] a, .bootstrap-styles.theme-contrast .infraTable tr[data-classe] a, .bootstrap-styles.theme-contrast .infraTabelaDinamica tr[data-classe] a {
  color: #000;
  font-weight: 500;
}
.bootstrap-styles.theme-contrast .eproc-table tr[data-classe] a:visited, .bootstrap-styles.theme-contrast .infraTable tr[data-classe] a:visited, .bootstrap-styles.theme-contrast .infraTabelaDinamica tr[data-classe] a:visited {
  color: #810181;
}

.bootstrap-styles.theme-contrast caption {
  text-align: right;
  caption-side: top;
}

.bootstrap-styles.theme-contrast .table-row-clickable {
  cursor: pointer;
}

.bootstrap-styles.theme-contrast .table td, .bootstrap-styles.theme-contrast .eproc-table td, .bootstrap-styles.theme-contrast .infraTable td, .bootstrap-styles.theme-contrast .infraTabelaDinamica td {
  font-weight: 400;
  vertical-align: middle;
}
.bootstrap-styles.theme-contrast .table a i.material-icons, .bootstrap-styles.theme-contrast .eproc-table a i.material-icons, .bootstrap-styles.theme-contrast .infraTable a i.material-icons, .bootstrap-styles.theme-contrast .infraTabelaDinamica a i.material-icons {
  color: #212529;
}
.bootstrap-styles.theme-contrast .table:not(.table-not-striped) > tbody > tr:nth-of-type(odd), .bootstrap-styles.theme-contrast .eproc-table:not(.table-not-striped) > tbody > tr:nth-of-type(odd), .bootstrap-styles.theme-contrast .infraTable:not(.table-not-striped) > tbody > tr:nth-of-type(odd), .bootstrap-styles.theme-contrast .infraTabelaDinamica:not(.table-not-striped) > tbody > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.bootstrap-styles.theme-contrast .table:not(.table-not-hover) > tbody > tr:hover, .bootstrap-styles.theme-contrast .eproc-table:not(.table-not-hover) > tbody > tr:hover, .bootstrap-styles.theme-contrast .infraTable:not(.table-not-hover) > tbody > tr:hover, .bootstrap-styles.theme-contrast .infraTabelaDinamica:not(.table-not-hover) > tbody > tr:hover {
  background-image: linear-gradient(rgba(197, 197, 197, 0.7), rgba(197, 197, 197, 0.7));
}

.bootstrap-styles.theme-contrast .table-responsive .table thead tr, .bootstrap-styles.theme-contrast .infraAreaTabela .table thead tr, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) .table thead tr, .bootstrap-styles.theme-contrast .table-responsive .eproc-table thead tr, .bootstrap-styles.theme-contrast .infraAreaTabela .eproc-table thead tr, .bootstrap-styles.theme-contrast .table-responsive .infraTable thead tr, .bootstrap-styles.theme-contrast .infraAreaTabela .infraTable thead tr, .bootstrap-styles.theme-contrast .table-responsive .infraTabelaDinamica thead tr, .bootstrap-styles.theme-contrast .infraAreaTabela .infraTabelaDinamica thead tr, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) .eproc-table thead tr, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) .infraTable thead tr, .bootstrap-styles.theme-contrast div:has(> .eproc-table, > .infraTable, > .infraTabelaDinamica) .infraTabelaDinamica thead tr {
  border: 1px solid #dee2e6;
}

.bootstrap-styles.theme-contrast .table-tbody-striped tbody:nth-of-type(odd) {
  background-color: #f2f2f2;
}
.bootstrap-styles.theme-contrast .table-tbody-striped tbody:nth-of-type(even) {
  background-color: #ffffff;
}

.bootstrap-styles.theme-contrast td .custom-control.custom-checkbox.form-group, .bootstrap-styles.theme-contrast td .custom-checkbox.form-group.custom-radio {
  margin-bottom: 0;
}

.bootstrap-styles.theme-contrast .nav-tabs .nav-link {
  border-color: #e9ecef #e9ecef #dee2e6;
  color: #212529;
}
.bootstrap-styles.theme-contrast .nav-tabs .nav-link:hover {
  color: #006699;
}
.bootstrap-styles.theme-contrast .nav-tabs .nav-link.active {
  color: #007ebd;
  font-weight: bold;
}

.bootstrap-styles.theme-contrast .tabs-responsive {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-button {
  background-color: #fff;
  position: absolute;
  text-align: center;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-button a {
  color: #007ebd;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-button a i {
  background-color: #fff;
  border: 1px solid #dee2e6;
  position: fixed;
  margin-top: 38px;
  height: 2.45rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-button a i:hover {
  background-color: rgb(237, 237, 237) !important;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-scroll-left {
  left: 0;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-scroll-left i {
  box-shadow: 2px 0px 2px -1px #8b8b8b;
  margin-right: -18px;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-scroll-right {
  right: 0;
}
.bootstrap-styles.theme-contrast .tabs-responsive .tabs-scroll-right i {
  box-shadow: -2px 0px 2px -1px #8b8b8b;
  margin-left: -18px;
}

.bootstrap-styles.theme-contrast .eproc-text, .bootstrap-styles.theme-contrast .infraText, .bootstrap-styles.theme-contrast .infraTxtDate {
  margin-bottom: 0.5rem;
  margin-right: 3px;
}

/*
@import "variables";
$dot-color: $secondary;
$dot-bg-color: lighten($dot-color, 30%);
$dot-before-color: lighten($dot-color, 30%);
$dot-after-color: lighten($dot-color, 30%);

@import "mixins";
@import "dot-flashing";*/
.bootstrap-styles.theme-contrast .toast {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.bootstrap-styles.theme-contrast .toast.toast-info {
  background-color: rgb(23, 162, 184);
}

.bootstrap-styles.theme-contrast .toast-success {
  border-left: 2px solid green;
}

.bootstrap-styles.theme-contrast .toast-fail {
  border-left: 2px solid red;
}

.bootstrap-styles.theme-contrast .toast-warning {
  border-left: 2px solid #ffc107;
}

.bootstrap-styles.theme-contrast #toasts-container {
  max-width: 450px;
  z-index: 9999;
  left: 50%;
}
.bootstrap-styles.theme-contrast #toasts-container .toast {
  pointer-events: initial;
  position: initial !important;
  border-radius: 5px;
  bottom: initial;
  right: initial;
  z-index: initial;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.16);
  overflow: hidden;
  padding-bottom: 0;
  box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.1215686275);
  max-width: 90%;
  min-width: 333px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
  max-height: 60%;
}
.bootstrap-styles.theme-contrast #toasts-container .toast.no-title .toast-description {
  min-height: 2rem;
}
.bootstrap-styles.theme-contrast #toasts-container .toast .toast-title {
  min-height: 2rem;
}
.bootstrap-styles.theme-contrast #toasts-container .toast .toast-icon {
  display: flex;
  border-radius: 0;
  margin: 0;
}
.bootstrap-styles.theme-contrast #toasts-container .toast .toast-icon i {
  align-self: center;
  font-size: 2rem;
}
.bootstrap-styles.theme-contrast .tooltip-inner {
  text-align: left;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 0.2em;
  background-color: #FCF8DB;
  color: black;
}

.bootstrap-styles.theme-contrast .tooltip.show {
  opacity: 1;
}

.bootstrap-styles.theme-contrast .tooltip.bs-tooltip-top .arrow::before, .bootstrap-styles.theme-contrast .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-bottom-color: #FCF8DB;
  border-top-color: #FCF8DB;
}

.bootstrap-styles.theme-contrast .tooltip.bs-tooltip-bottom .arrow::before, .bootstrap-styles.theme-contrast .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #FCF8DB;
  border-top-color: #FCF8DB;
}

.bootstrap-styles.theme-contrast .tooltip.bs-tooltip-right .arrow::before, .bootstrap-styles.theme-contrast .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  border-right-color: #FCF8DB;
  border-left-color: #FCF8DB;
}

.bootstrap-styles.theme-contrast .tooltip.bs-tooltip-left .arrow::before, .bootstrap-styles.theme-contrast .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  border-right-color: #FCF8DB;
  border-left-color: #FCF8DB;
}

/*
.dropdown-menu {
    &.show{
        transform: none!important;
        top: 28px!important;
        .inner {
            max-height: 400px!important;
        }
    }
}
 */
.bootstrap-styles.theme-contrast .infraAjaxAutoCompletar {
  margin-top: 0;
}

.bootstrap-styles.theme-contrast .autocomplete-wrapper {
  position: relative;
}
.bootstrap-styles.theme-contrast .autocomplete-wrapper .btn-listar-todos {
  position: absolute;
  top: -20px;
  right: 0;
  white-space: nowrap;
  cursor: pointer;
}

.bootstrap-styles.theme-contrast .infraAreaPaginacao {
  text-align: center;
}
.bootstrap-styles.theme-contrast .infraAreaPaginacao select {
  width: auto !important;
}
.bootstrap-styles.theme-contrast .infraAreaPaginacao .page-link {
  padding: 0 !important;
}
.bootstrap-styles.theme-contrast .infraAreaPaginacao .page-link i {
  padding: 4px !important;
}

.bootstrap-styles.theme-contrast .infraArvore a {
  color: black;
}
.bootstrap-styles.theme-contrast .infraArvore .infraArvoreNo {
  vertical-align: unset !important;
}
.bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado {
  padding: 1px;
}

.bootstrap-styles.theme-contrast #divInfraCaptcha {
  height: unset !important;
}

.bootstrap-styles.theme-contrast .infraRadio + label {
  vertical-align: top;
}

.bootstrap-styles.theme-contrast #lnkInfraCheck #imgInfraCheck {
  width: 1rem;
}

.bootstrap-styles.theme-contrast img.infraImgNormal, .bootstrap-styles.theme-contrast img.infraImg {
  width: 1.5rem;
}

.bootstrap-styles.theme-contrast .infraLabelObrigatorio {
  font-weight: bold;
}

.bootstrap-styles.theme-contrast .infraLegendObrigatorio {
  font-size: 0.88rem;
  font-weight: 700;
}

.bootstrap-styles.theme-contrast .custom-radio {
  padding-left: 1.2rem !important;
}
.bootstrap-styles.theme-contrast .custom-radio label {
  padding-top: 2px;
}
.bootstrap-styles.theme-contrast .custom-radio label::before {
  left: -1.2rem;
}
.bootstrap-styles.theme-contrast .custom-radio label::after {
  left: -1.2rem !important;
}
.bootstrap-styles.theme-contrast input[type=radio] + label {
  margin: 0 12px 0 0;
}

.bootstrap-styles.theme-contrast .infraTable #lblInfraCheck, .bootstrap-styles.theme-contrast .infraTabelaDinamica #lblInfraCheck {
  display: inline;
}
.bootstrap-styles.theme-contrast .infraTable th, .bootstrap-styles.theme-contrast .infraTabelaDinamica th {
  vertical-align: middle;
}
.bootstrap-styles.theme-contrast .infraTable td, .bootstrap-styles.theme-contrast .infraTable th, .bootstrap-styles.theme-contrast .infraTabelaDinamica td, .bootstrap-styles.theme-contrast .infraTabelaDinamica th {
  background-color: unset;
}
.bootstrap-styles.theme-contrast .infraTable .infraTrMarcada td, .bootstrap-styles.theme-contrast .infraTabelaDinamica .infraTrMarcada td {
  background-color: #79e5e5 !important;
}
.bootstrap-styles.theme-contrast .infraTable .infraTrOrdenacao, .bootstrap-styles.theme-contrast .infraTabelaDinamica .infraTrOrdenacao {
  background-color: transparent !important;
  border: none !important;
}
.bootstrap-styles.theme-contrast .infraTable .infraTrOrdenacao td, .bootstrap-styles.theme-contrast .infraTabelaDinamica .infraTrOrdenacao td {
  border: none;
  font-weight: bold;
  padding: 0;
}
.bootstrap-styles.theme-contrast .infraTable .infraTrOrdenacao .infraTdSetaOrdenacao, .bootstrap-styles.theme-contrast .infraTabelaDinamica .infraTrOrdenacao .infraTdSetaOrdenacao {
  padding: 0;
  padding-right: 5px;
}
.bootstrap-styles.theme-contrast .infraTable .infraTrOrdenacao .infraTdSetaOrdenacao a, .bootstrap-styles.theme-contrast .infraTabelaDinamica .infraTrOrdenacao .infraTdSetaOrdenacao a {
  display: flex;
}
.bootstrap-styles.theme-contrast .infraTable img.infraImgNormal, .bootstrap-styles.theme-contrast .infraTable img.infraImg, .bootstrap-styles.theme-contrast .infraTabelaDinamica img.infraImgNormal, .bootstrap-styles.theme-contrast .infraTabelaDinamica img.infraImg {
  width: 1.1rem !important;
}

.bootstrap-styles.theme-contrast tr.infraTrMarcada {
  background-color: #79e5e5 !important;
}

.bootstrap-styles.theme-contrast .infraTeclaAtalho {
  text-decoration: underline;
}

.bootstrap-styles.theme-contrast .infraTxtDate {
  display: inline;
  width: 100px;
  margin-left: 3px;
}
.bootstrap-styles.theme-contrast .infraTxtDate + img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 3px;
}

.bootstrap-styles.theme-contrast .infraTxtDateHour {
  display: inline;
  width: 150px;
}
.bootstrap-styles.theme-contrast .infraTxtDateHour + img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 3px;
}

.bootstrap-styles.theme-contrast .lblAvisoImportante {
  font-size: 0.88rem;
  padding: 9px;
}

.bootstrap-styles.theme-contrast .select2-hidden-accessible + span.select2-container {
  border: 1px solid #ced4da !important;
  border-radius: 0.2rem !important;
}
.bootstrap-styles.theme-contrast .select2-hidden-accessible + span.select2-container:focus {
  border-color: #3ebfff !important;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 126, 189, 0.25) !important;
}
.bootstrap-styles.theme-contrast .select2-hidden-accessible + span.select2-container .select2-selection__rendered {
  background-color: transparent;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.bootstrap-styles.theme-contrast .select2-container {
  background-color: #fff;
  background-clip: padding-box;
  border-color: transparent;
  color: #495057;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  min-height: 31px;
  width: 100% !important;
}
.bootstrap-styles.theme-contrast .select2-container .select2-choices {
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  min-height: 31px;
}
.bootstrap-styles.theme-contrast .select2-container .selection {
  height: 100%;
}
.bootstrap-styles.theme-contrast .select2-container .selection .select2-selection {
  background-color: transparent;
  border: unset;
}

.bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect {
  border: unset;
  margin: 0;
  padding: 0;
  width: auto !important;
}
.bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button span, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button span {
  margin-top: 4px;
}
.bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button:after, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button:after {
  float: right;
}
.bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect button.ms-choice div, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect button.ms-choice div {
  background: unset;
}
.bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .ms-drop, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .ms-drop {
  width: 100%;
}
.bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .ms-drop input[type=checkbox], .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .ms-drop input[type=checkbox] {
  margin-top: 0px;
}

.bootstrap-styles.theme-contrast .infraAreaTabela {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.bootstrap-styles.theme-contrast .esconder-se-houver-bootstrap {
  display: none !important;
}

.bootstrap-styles.theme-contrast .mostrar-se-houver-bootstrap {
  display: inherit;
}

.bootstrap-styles.theme-contrast .kanban {
  display: block;
  box-sizing: border-box;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.bootstrap-styles.theme-contrast .kanban-list {
  padding: 5px;
  background-color: white;
  width: 100%;
  list-style: none;
  display: inline-table;
  overflow-y: visible;
  border: 1px solid #bbbbbb;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  margin-bottom: 10px;
}

.bootstrap-styles.theme-contrast .kanban-list.container-acompanha {
  color: #155724;
}

.bootstrap-styles.theme-contrast .kanban-list.container-acompanha .kanban-item {
  background-color: #d4edda;
}

.bootstrap-styles.theme-contrast .kanban-list.container-divergencia {
  color: #721c24;
}

.bootstrap-styles.theme-contrast .kanban-list.container-divergencia .kanban-item {
  background-color: #f8d7da;
}

.bootstrap-styles.theme-contrast .kanban-list.container-votantes {
  color: #383d41;
}

.bootstrap-styles.theme-contrast .kanban-list.container-votantes .kanban-item {
  background-color: #e2e3e5;
}

.bootstrap-styles.theme-contrast .kanban-item-container {
  margin: 0.5em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  font-size: 12px;
  cursor: pointer;
}

.bootstrap-styles.theme-contrast .kanban-list-header h4, .bootstrap-styles.theme-contrast .kanban-item h5 {
  padding: 0;
  margin: 0;
}

.bootstrap-styles.theme-contrast .kanban-item {
  padding: 0.5em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  display: block;
  min-width: 100%;
  border-radius: 5px;
  background-color: #ffffff;
}

.bootstrap-styles.theme-contrast .icon-aligned {
  vertical-align: middle;
  margin-top: -3px;
}

.bootstrap-styles.theme-contrast #actions a i {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 3px;
}

.bootstrap-styles.theme-contrast #custom-control-label {
  font-weight: 400;
}

.bootstrap-styles.theme-contrast .field {
  margin-bottom: 0;
}

.bootstrap-styles.theme-contrast a {
  color: cyan;
}

.bootstrap-styles.theme-contrast .text-primary-new {
  color: cyan;
}

.bootstrap-styles.theme-contrast .btn-primary, .bootstrap-styles.theme-contrast .eproc-button-primary, .bootstrap-styles.theme-contrast .infraArvore .infraArvoreNoSelecionado, .bootstrap-styles.theme-contrast .infraButton.btn-primary, .bootstrap-styles.theme-contrast .infraButton.eproc-button-primary {
  background-color: cyan;
  border: 1px solid cyan;
}

.bootstrap-styles.theme-contrast #btn-exibicao {
  top: 0;
}

.bootstrap-styles.theme-contrast fieldset {
  padding: 0 12px 0 12px;
  margin: 0 0.1rem 0.6rem 0.1rem;
}

.bootstrap-styles.theme-contrast .fieldset-bordered {
  border-bottom: 1px solid #dee2e6;
}

.bootstrap-styles.theme-contrast legend {
  width: inherit;
  border-bottom: none;
  font-size: 1rem;
  margin-left: -8px;
  font-weight: bold;
}

.bootstrap-styles.theme-contrast .custom-control-input:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:checked ~ .custom-control-label::before, .bootstrap-styles.theme-contrast .custom-radio .custom-control-input:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio input[type=radio]:checked ~ label::before, .bootstrap-styles.theme-contrast .custom-radio .infraRadio:checked ~ label::before {
  color: #fff;
  border-color: cyan;
  background-color: cyan;
}

.bootstrap-styles.theme-contrast .acoes-do-destaque a {
  padding: 3px;
}
.bootstrap-styles.theme-contrast .acoes-do-destaque a:hover {
  background-color: rgba(0, 0, 0, 0.11);
}

.bootstrap-styles.theme-contrast #placar-sj {
  position: relative;
  border-right: 1px solid #dee2e6;
  margin-top: 0.5rem !important;
  padding-right: 19px;
}
.bootstrap-styles.theme-contrast #placar-sj span {
  position: absolute;
  bottom: -13px;
  font-size: 80%;
  left: 99px;
}

.bootstrap-styles.theme-contrast #acoes-sessao {
  padding-bottom: 5px;
}

.bootstrap-styles.theme-contrast .criterios-exibicao {
  position: absolute;
  background-color: white;
  z-index: 1060;
  margin-right: 2%;
  right: 0;
  visibility: hidden;
  transition: all 100ms ease;
  transition-delay: 100ms;
  border: 1px solid #e6e7e8;
  border-radius: 5px;
  width: 750px !important;
}
.bootstrap-styles.theme-contrast .criterios-exibicao.criterios-visible {
  visibility: visible;
}

.bootstrap-styles.theme-contrast .dropdown-menu.show {
  max-width: 650px;
  overflow: visible !important;
}

.bootstrap-styles.theme-contrast #criterios-filtro {
  padding: 0.5rem 0.5rem 0 0.5rem !important;
}
.bootstrap-styles.theme-contrast #criterios-filtro .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-styles.theme-contrast #criterios-filtro div.infraSelect.classeMultipleSelect .bootstrap-select > button.bs-placeholder, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect #criterios-filtro .bootstrap-select > button.bs-placeholder, .bootstrap-styles.theme-contrast #criterios-filtro div.infraSelect.multipleSelect .bootstrap-select > button.bs-placeholder, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect #criterios-filtro .bootstrap-select > button.bs-placeholder {
  border: 1px solid #ced4da;
}
.bootstrap-styles.theme-contrast #criterios-filtro .bootstrap-select > .form-control, .bootstrap-styles.theme-contrast #criterios-filtro .bootstrap-select > .eproc-select, .bootstrap-styles.theme-contrast #criterios-filtro .bootstrap-select > .eproc-textarea, .bootstrap-styles.theme-contrast #criterios-filtro .bootstrap-select > .eproc-text, .bootstrap-styles.theme-contrast #criterios-filtro .bootstrap-select > .infraAutoCompletar, .bootstrap-styles.theme-contrast #criterios-filtro .bootstrap-select > .infraText, .bootstrap-styles.theme-contrast #criterios-filtro .bootstrap-select > .infraTextarea, .bootstrap-styles.theme-contrast #criterios-filtro .bootstrap-select > .infraTxtDate, .bootstrap-styles.theme-contrast #criterios-filtro .bootstrap-select > .infraSelect, .bootstrap-styles.theme-contrast #criterios-filtro div.infraSelect.classeMultipleSelect .bootstrap-select > button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect #criterios-filtro .bootstrap-select > button, .bootstrap-styles.theme-contrast #criterios-filtro div.infraSelect.multipleSelect .bootstrap-select > button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect #criterios-filtro .bootstrap-select > button, .bootstrap-styles.theme-contrast #criterios-filtro .bootstrap-select > .infraTextArea {
  border: 2px solid #0099E5;
}

.bootstrap-styles.theme-contrast #ver-subgrupos {
  position: absolute;
  height: 33px;
  margin-left: 155px;
  margin-top: -9px;
}

.bootstrap-styles.theme-contrast .badge-lembretes {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: #fff3cd;
  text-align: center;
  border-radius: 50%;
  color: #856404;
  font-size: 10px;
  font-weight: 600;
}

.bootstrap-styles.theme-contrast #table-container {
  display: flex;
  flex-flow: column;
  height: calc(100% - 40px);
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgb(210, 210, 210);
}
.bootstrap-styles.theme-contrast #table-container #area-dados-mutavel {
  overflow-y: initial !important;
}
.bootstrap-styles.theme-contrast #table-container .infraAreaTabela {
  overflow: visible;
}
.bootstrap-styles.theme-contrast #table-container::-webkit-scrollbar {
  width: 5px;
  background-color: rgb(210, 210, 210);
}
.bootstrap-styles.theme-contrast #table-container::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
  background-color: 210, 210, 210;
}
.bootstrap-styles.theme-contrast #table-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-styles.theme-contrast #table-container .table-fixed-header thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.bootstrap-styles.theme-contrast #acoes-em-bloco-sj {
  display: none;
}

.bootstrap-styles.theme-contrast #tabela-itens-sj {
  font-size: clamp(0.65rem, 0.9vw, 0.88rem);
}
.bootstrap-styles.theme-contrast #tabela-itens-sj tr:nth-of-type(odd) {
  background-color: unset;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj tr td {
  border-bottom-width: 1px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj tbody:hover {
  outline: solid 3px rgba(0, 126, 186, 0.5294117647);
  outline-offset: -3px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj tbody:hover tr {
  background-image: unset;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj tbody:hover .td-processo, .bootstrap-styles.theme-contrast #tabela-itens-sj tbody:hover .td-minutas {
  border-top-color: rgba(0, 126, 186, 0.5294117647);
}
.bootstrap-styles.theme-contrast #tabela-itens-sj i {
  border-radius: 3px;
  font-size: 1.25rem;
  padding: 3px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj i:hover {
  background-color: rgba(0, 0, 0, 0.1019607843);
}
.bootstrap-styles.theme-contrast #tabela-itens-sj i[data-destaques] {
  position: relative;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj i[data-destaques]::before {
  content: attr(data-destaques);
  position: absolute;
  top: -19%;
  right: -10%;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 0.575rem;
  font-weight: bold;
  font-family: Roboto;
  background: black;
  border-radius: 50%;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj i[data-destaques][data-destaques-menor]::before {
  top: -20%;
  right: -2%;
  font-size: 0.435rem;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj #item-sj-visualizacoes i {
  font-size: 27px;
  margin-top: -10px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .td-processo {
  padding: 0 0.75rem 0 0.75rem;
  position: relative;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-ativa {
  box-shadow: inset -1px 0px 2px 3px #16a185;
  margin: 0.5em;
  padding: 0.5em;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-marcada {
  background-color: #d1ecf1 !important;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-alterada {
  background-color: #d4edda !important;
}
@keyframes Pulsate {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-emjulgamento tr td.td-processo:after {
  animation: Pulsate 2s linear 3 forwards;
  background-color: #6c757d;
  border-radius: 50%;
  color: white;
  content: "tv";
  font-family: "Material Icons";
  font-size: 20px;
  height: 30px;
  position: absolute;
  right: -8px;
  text-align: center;
  top: -13px;
  width: 30px;
  white-space: nowrap;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-emjulgamento tr td.td-processo:before {
  animation: Pulsate 2s linear 3 forwards;
  background-color: #6c757d;
  border-radius: 4px 4px 4px 4px;
  color: white;
  content: "em julgamento";
  font-weight: 400;
  font-style: italic;
  font-size: 80%;
  padding: 0 5px 0 3px;
  position: absolute;
  right: 17px;
  text-align: center;
  top: -6px;
  white-space: nowrap;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-modal-ativo {
  background-color: #fffe6a !important;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions td {
  padding: 0;
  border: none;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  position: relative;
  margin-bottom: -12px;
  right: -3px;
  top: -9px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions > a, .bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .action {
  border-radius: 5px;
  display: block;
  padding: 5px 5px 0px 5px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions > a:hover, .bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .action:hover {
  background-color: rgba(0, 0, 0, 0.0274509804);
  border-radius: 5px;
  box-shadow: 0px 0px 1px 1px #b4b5b5;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions > a i, .bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .action i {
  background-color: unset;
  padding: 0px 2px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .dropdown-menu {
  border: none;
  background-color: transparent;
  padding-top: 0;
  top: -30px;
  right: -10px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado {
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  width: 22.8rem;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .dropdown-divider {
  border-top: 1px solid #c6c8cb;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .dropdown-item {
  font-size: 0.88rem;
  transition: 0.3s;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .dropdown-item:hover {
  background-color: #d5dee7;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .icone-marcar-destaques-visualizados {
  border: 1px solid #17a2b8;
  visibility: hidden;
  font-weight: 900;
  font-size: 1.2rem;
  color: #17a2b8 !important;
  border-radius: 50%;
  padding: 1px;
  pointer-events: none;
  position: absolute;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .icone-marcar-item-visualizado {
  border: 1px solid #28a745;
  font-weight: 900;
  font-size: 1.2rem;
  color: #28a745 !important;
  border-radius: 50%;
  padding: 1px;
  pointer-events: none;
  position: absolute;
  transition: 0.3s;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado i:not(.icone-marcar-item-visualizado):not(.icone-marcar-destaques-visualizados) {
  border: 1px solid black;
  border-radius: 50%;
  color: black;
  font-size: 1rem;
  padding: 3px;
  position: absolute;
  transition: 0.3s;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item .text-action {
  display: none;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item .nivel-1 .dropdown-item {
  padding: 0.25rem 1.5rem 0.25rem 1.6rem;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item .nivel-1 .icone-marcar-item-visualizado {
  left: 0px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item .nivel-2 .dropdown-item {
  padding: 0.25rem 1.5rem 0.25rem 3.2rem;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item .nivel-2 .icone-marcar-item-visualizado {
  left: 0px;
  top: 4px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item .nivel-2 i:not(.icone-marcar-item-visualizado):not(.icone-marcar-destaques-visualizados) {
  left: 24px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item.mais-destaques .text-action {
  display: block;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item.mais-destaques .nivel-1 .dropdown-item {
  padding: 0.25rem 1.5rem 0.25rem 3.1rem;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item.mais-destaques .nivel-1 .icone-marcar-destaques-visualizados {
  left: 0px;
  visibility: visible;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item.mais-destaques .nivel-1 .icone-marcar-item-visualizado {
  left: 24px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item.mais-destaques .nivel-2 .dropdown-item {
  padding: 0.25rem 1.5rem 0.25rem 4.7rem;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item.mais-destaques .nivel-2 .icone-marcar-destaques-visualizados {
  top: 4px;
  left: 0px;
  visibility: visible;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item.mais-destaques .nivel-2 .icone-marcar-item-visualizado {
  left: 24px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-item-actions .item-actions .btn-visualizacoes .menu-marcar-visualizado .multiple-actions-item.mais-destaques .nivel-2 i:not(.icone-marcar-item-visualizado):not(.icone-marcar-destaques-visualizados) {
  left: 48px;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-subnivel {
  font-size: 90%;
  min-height: 2rem;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .tr-subnivel td {
  padding: 0.9rem;
}
.bootstrap-styles.theme-contrast #tabela-itens-sj .custom-checkbox {
  z-index: 0;
}

.bootstrap-styles.theme-contrast #tabela-destaques-lista .tr-destaque-actions {
  position: absolute;
  right: 39px;
  background-color: inherit;
  margin-top: -9px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}
.bootstrap-styles.theme-contrast #tabela-destaques-lista .tr-destaque-actions td {
  padding: 0;
  border: none;
}
.bootstrap-styles.theme-contrast #tabela-destaques-lista .tr-destaque-actions .acoes-do-destaque {
  padding: 0.25rem !important;
}
.bootstrap-styles.theme-contrast #tabela-destaques-lista .tr-destaque-actions .item-actions a {
  display: block;
  padding: 5px 5px 2px 5px;
}
.bootstrap-styles.theme-contrast #tabela-destaques-lista .tr-destaque-actions .item-actions a i {
  font-size: 22px;
}

.bootstrap-styles.theme-contrast #tabela-itens-hist {
  font-size: clamp(0.65rem, 0.9vw, 0.88rem);
}
.bootstrap-styles.theme-contrast #tabela-itens-hist i {
  font-size: 20px;
}
.bootstrap-styles.theme-contrast #tabela-itens-hist #item-sj-visualizacoes i {
  font-size: 27px;
  margin-top: -10px;
}
.bootstrap-styles.theme-contrast #tabela-itens-hist .tr-ativa {
  box-shadow: inset -1px 0px 2px 3px #16a185;
  margin: 0.5em;
  padding: 0.5em;
}
.bootstrap-styles.theme-contrast #tabela-itens-hist .tr-marcada {
  background-color: #d1ecf1 !important;
}
.bootstrap-styles.theme-contrast #tabela-itens-hist .tr-alterada {
  background-color: #d4edda !important;
}
.bootstrap-styles.theme-contrast #tabela-itens-hist .tr-modal-ativo {
  background-color: #fffe6a !important;
}
.bootstrap-styles.theme-contrast #tabela-itens-hist .tr-item-actions {
  position: absolute;
  right: 20px;
  background-color: inherit;
  margin-top: -19px;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}
.bootstrap-styles.theme-contrast #tabela-itens-hist .tr-item-actions td {
  padding: 0;
  border: none;
}
.bootstrap-styles.theme-contrast #tabela-itens-hist .tr-item-actions .item-actions a {
  display: block;
  padding: 5px 5px 2px 5px;
}
.bootstrap-styles.theme-contrast #tabela-itens-hist .tr-subnivel {
  font-size: 90%;
}
.bootstrap-styles.theme-contrast #tabela-itens-hist .tr-subnivel td {
  padding: 0.9rem;
}

.bootstrap-styles.theme-contrast #panel-container {
  position: relative;
  display: none;
  flex-flow: column;
  height: 100%;
  width: 40%;
  border-left: 4px double #b1b1b1;
  transition: all 0.5s ease;
  background-color: white;
  z-index: 3;
}
.bootstrap-styles.theme-contrast #panel-container .btn-marks span {
  display: none;
}
.bootstrap-styles.theme-contrast #panel-container .nav-tabs {
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
  flex-wrap: nowrap;
  scrollbar-width: thin;
  scrollbar-color: rgb(210, 210, 210);
}
.bootstrap-styles.theme-contrast #panel-container .nav-tabs::-webkit-scrollbar {
  height: 5px;
  background-color: rgb(210, 210, 210);
}
.bootstrap-styles.theme-contrast #panel-container .nav-tabs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
  background-color: 210, 210, 210;
}
.bootstrap-styles.theme-contrast #panel-container .nav-tabs::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
}
.bootstrap-styles.theme-contrast #panel-container .nav-tabs > li {
  float: none;
}

.bootstrap-styles.theme-contrast .nav-minuta-sj {
  background-color: white;
}

.bootstrap-styles.theme-contrast #panel-content #resumoitem {
  padding: 0;
}
.bootstrap-styles.theme-contrast #panel-content .tab-pane {
  scrollbar-width: thin;
  scrollbar-color: rgb(210, 210, 210);
}
.bootstrap-styles.theme-contrast #panel-content .tab-pane::-webkit-scrollbar {
  height: 5px;
  background-color: rgb(210, 210, 210);
}
.bootstrap-styles.theme-contrast #panel-content .tab-pane::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.2);
  background-color: 210, 210, 210;
}
.bootstrap-styles.theme-contrast #panel-content .tab-pane::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
}

.bootstrap-styles.theme-contrast #panel-header {
  position: relative;
}

.bootstrap-styles.theme-contrast .papel-minuta {
  height: 100vh;
}

.bootstrap-styles.theme-contrast #recursos_item #item-actions a {
  color: black;
}

.bootstrap-styles.theme-contrast .btn-marks {
  display: none;
  position: absolute;
  top: 74px;
  z-index: 1;
  background-color: #f8f8f8;
  left: 4px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #dddddd;
}
.bootstrap-styles.theme-contrast .btn-marks.toggled {
  display: flex;
}

.bootstrap-styles.theme-contrast .menu-marks, .bootstrap-styles.theme-contrast .menu-alteracoes {
  display: none;
  top: 107px;
  left: 4px;
  position: absolute;
  z-index: 3;
  background-color: #f8f8f8;
  padding: 5px;
  width: 271px;
}
.bootstrap-styles.theme-contrast .menu-marks.toggled, .bootstrap-styles.theme-contrast .menu-alteracoes.toggled {
  display: block;
}

.bootstrap-styles.theme-contrast .actions_marcacoes, .bootstrap-styles.theme-contrast .actions_alteracoes {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  background-color: #f8f8f8;
  top: 88px;
  margin-left: -20px;
  margin-bottom: -315px;
  display: none;
  width: 271px;
  float: left;
}
.bootstrap-styles.theme-contrast .actions_marcacoes.toggled, .bootstrap-styles.theme-contrast .actions_alteracoes.toggled {
  display: flex !important;
  flex-direction: column;
}

.bootstrap-styles.theme-contrast .novoMinutaLembrete {
  display: none;
}
.bootstrap-styles.theme-contrast .novoMinutaLembrete.toggled {
  display: block !important;
}

.bootstrap-styles.theme-contrast .visualizarMinutaLembrete {
  display: none;
}
.bootstrap-styles.theme-contrast .visualizarMinutaLembrete.toggled {
  display: block !important;
}

.bootstrap-styles.theme-contrast .editarMinutaLembrete {
  display: none;
}
.bootstrap-styles.theme-contrast .editarMinutaLembrete.toggled {
  display: block !important;
}

.bootstrap-styles.theme-contrast .textareaEdicaoMinutaLembrete {
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 10pt;
  width: 100%;
  border: 1px #D3D3D3;
  border-style: groove;
  padding: 0px;
  color: black;
  background: #ffffff;
}

.bootstrap-styles.theme-contrast .actions_lembretes_minuta_vinculada {
  max-height: 60vh;
  overflow-y: auto;
  scrollbar-width: thin;
}

.bootstrap-styles.theme-contrast .actions_lembretes_painel_minuta {
  position: -webkit-sticky;
  position: sticky;
  background-color: #f8f8f8;
  z-index: 2;
  top: 50px;
  right: -18px;
  margin-right: -281px !important;
  float: right;
  border-radius: 5px;
  border: 1px solid #dddddd;
  transition: 0.3s all 0.1s cubic-bezier(0, 1, 0.12, 0.99);
  margin-bottom: -3px;
  display: none;
  width: 281px !important;
}
.bootstrap-styles.theme-contrast .actions_lembretes_painel_minuta.toggled {
  display: flex !important;
  flex-direction: column;
}

.bootstrap-styles.theme-contrast .actions_lembretes .indice-lembretes {
  max-height: 350px;
  overflow-y: auto;
}

.bootstrap-styles.theme-contrast .actions_lembretes .indice-lembretes label {
  font-size: 80%;
  float: right;
}

.bootstrap-styles.theme-contrast .actions_alteracoes ul {
  max-height: 350px;
  overflow-y: auto;
  font-size: 75%;
}

.bootstrap-styles.theme-contrast .actions_marcacoes ul {
  max-height: 350px;
  overflow-y: auto;
}

.bootstrap-styles.theme-contrast .actions_alteracoes ul li fieldset legend {
  font-size: 100%;
}

.bootstrap-styles.theme-contrast .actions_alteracoes ul li label {
  font-size: 85%;
}

.bootstrap-styles.theme-contrast .actions_alteracoes ul li div a {
  text-decoration: none !important;
}

.bootstrap-styles.theme-contrast #mark-pen {
  display: none;
  position: absolute;
  padding: 9px;
  border-radius: 50px;
  width: 168px;
  height: 30px;
  z-index: 1;
  color: black;
  left: 280px;
  top: 0;
  padding-top: 4px;
}
.bootstrap-styles.theme-contrast #mark-pen .loading-ellipsis:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "…"; /* ascii code for the ellipsis character */
  width: 0px;
}
@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

.bootstrap-styles.theme-contrast .btn-alteracoes {
  display: none;
}
.bootstrap-styles.theme-contrast .btn-alteracoes.toggled {
  display: block;
}

.bootstrap-styles.theme-contrast .acoes-minuta-painel {
  position: -webkit-sticky;
  position: sticky;
  background-color: #f8f8f8;
  z-index: 995;
  top: 5px;
  margin-right: -19px;
  float: right;
  border-radius: 5px;
  border: 1px solid #dddddd;
  transition: 0.3s all 0.1s cubic-bezier(0, 1, 0.12, 0.99);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -3px;
  padding: 5px;
}
.bootstrap-styles.theme-contrast .acoes-minuta-painel i {
  vertical-align: middle;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 18px;
}

.bootstrap-styles.theme-contrast .imgFixarAba {
  height: 15px;
  width: 15px;
  margin-right: 5px;
}

.bootstrap-styles.theme-contrast #modal-header-actions a {
  padding: 4px;
}

/*    const COR_DESTAQUE_VISUALIZADO = greenHex;
    const COR_DESTAQUE_NAO_VISUALIZADO = redHex;
    const COR_DESTAQUE_NAO_VISUALIZADO_OUTRO = yellowHex;
    const COR_ITEM_NAO_VISUALIZADO = '#cacaca';
    const COR_ITEM_VISUALIZADO_USUARIO_LOGADO = greenHex;
    const COR_ITEM_VISUALIZADO_OUTRO_USUARIO = 'darkviolet';
    const COR_ITEM_VISUALIZADO_USUARIO_LOGADO_E_OUTRO = '#0099E5';
    const COR_ITEM_PROCESSO_EM_JULGAMENTO = redHex;
    const MATERIAL_ICON_ITEM_ALTERADO = 'notification_important';
    const COR_MATERIAL_ICON_ITEM_ALTERADO = redHex;
    const COR_MATERIAL_ICON_ITEM_COM_PREVISAO_RESULTADO = 'orange';
    const COR_MATERIAL_ICON_ITEM_COM_RESULTADO = greenHex;
    const COR_MATERIAL_ICON_ITEM_COM_TRANSCRICAO = redHex;
    const COR_MATERIAL_ICON_MINUTA_DISPONIBILIZADA = greenHex;
    const COR_MINUTA_DO_ORGAO_NAO_DISPONIBILIZADA = 'orange';
    const COR_MINUTA_DE_OUTRO_ORGAO_NAO_DISPONIBILIZADA = 'gray';
    const COR_ITEM_SEM_MINUTA = redHex;*/
.bootstrap-styles.theme-contrast i.cor_destaque_visualizado {
  color: #28a745 !important;
}
.bootstrap-styles.theme-contrast i.cor_destaque_nao_visualizado {
  color: #dc3545 !important;
}
.bootstrap-styles.theme-contrast i.cor_destaque_nao_visualizado_outro {
  color: #ffc107 !important;
}
.bootstrap-styles.theme-contrast i.cor_item_nao_visualizado {
  color: #cacaca !important;
}
.bootstrap-styles.theme-contrast i.cor_item_visualizado_usuario_logado {
  color: #28a745 !important;
}
.bootstrap-styles.theme-contrast i.cor_item_visualizado_outro_usuario {
  color: darkviolet !important;
}
.bootstrap-styles.theme-contrast i.cor_item_visualizado_usuario_logado_e_outro {
  color: #007ebd !important;
}
.bootstrap-styles.theme-contrast i.cor_item_processo_em_julgamento {
  color: #dc3545 !important;
}
.bootstrap-styles.theme-contrast i.cor_material_icon_item_alterado {
  color: #dc3545 !important;
}
.bootstrap-styles.theme-contrast i.cor_material_icon_item_com_previsao_resultado {
  color: orange !important;
}
.bootstrap-styles.theme-contrast i.cor_material_icon_item_com_resultado {
  color: #28a745 !important;
}
.bootstrap-styles.theme-contrast i.cor_material_icon_item_com_trasncricao {
  color: #dc3545 !important;
}
.bootstrap-styles.theme-contrast i.cor_material_icon_minuta_disponibilizada {
  color: #28a745 !important;
}
.bootstrap-styles.theme-contrast i.cor_minuta_do_orgao_nao_disponibilizada {
  color: orange !important;
}
.bootstrap-styles.theme-contrast i.cor_minuta_de_outro_orgao_nao_disponibilizada {
  color: #6c757d !important;
}
.bootstrap-styles.theme-contrast i.cor_item_sem_minuta {
  color: #dc3545 !important;
}

.bootstrap-styles.theme-contrast td.cor_destaque_visualizado {
  background-color: #28a745 !important;
}
.bootstrap-styles.theme-contrast td.cor_destaque_nao_visualizado {
  background-color: #dc3545 !important;
}
.bootstrap-styles.theme-contrast td.cor_destaque_nao_visualizado_outro {
  background-color: #ffc107 !important;
}
.bootstrap-styles.theme-contrast td.cor_item_nao_visualizado {
  background-color: #cacaca !important;
}
.bootstrap-styles.theme-contrast td.cor_item_visualizado_usuario_logado {
  background-color: #28a745 !important;
}
.bootstrap-styles.theme-contrast td.cor_item_visualizado_outro_usuario {
  background-color: darkviolet !important;
}
.bootstrap-styles.theme-contrast td.cor_item_visualizado_usuario_logado_e_outro {
  background-color: #007ebd !important;
}
.bootstrap-styles.theme-contrast td.cor_item_processo_em_julgamento {
  background-color: #dc3545 !important;
}
.bootstrap-styles.theme-contrast td.cor_material_icon_item_alterado {
  background-color: #dc3545 !important;
}
.bootstrap-styles.theme-contrast td.cor_material_icon_item_com_previsao_resultado {
  background-color: orange !important;
}
.bootstrap-styles.theme-contrast td.cor_material_icon_item_com_resultado {
  background-color: #28a745 !important;
}
.bootstrap-styles.theme-contrast td.cor_material_icon_item_com_trasncricao {
  background-color: #dc3545 !important;
}
.bootstrap-styles.theme-contrast td.cor_material_icon_minuta_disponibilizada {
  background-color: #28a745 !important;
}
.bootstrap-styles.theme-contrast td.cor_minuta_do_orgao_nao_disponibilizada {
  background-color: orange !important;
}
.bootstrap-styles.theme-contrast td.cor_minuta_de_outro_orgao_nao_disponibilizada {
  background-color: #6c757d !important;
}
.bootstrap-styles.theme-contrast td.cor_item_sem_minuta {
  background-color: #dc3545 !important;
}

.bootstrap-styles.theme-contrast .acoes-resultado-lancamento a {
  padding: 0 5px 0 5px;
}

.bootstrap-styles.theme-contrast .previsao-resultado .cke_contents {
  height: 160px !important;
}

.bootstrap-styles.theme-contrast .bg-previsao {
  background-color: #ffddc9;
}

.bootstrap-styles.theme-contrast .bg-resultado {
  background-color: #d4edda;
}

.bootstrap-styles.theme-contrast .btn-pedido-todos:hover {
  background-color: rgba(0, 0, 0, 0.11);
}

.bootstrap-styles.theme-contrast .card-pedido .material-icons {
  font-size: 22px;
  cursor: default;
}
.bootstrap-styles.theme-contrast .card-pedido .pedido-drag-indicator {
  cursor: -webkit-grab;
  cursor: grab;
}
.bootstrap-styles.theme-contrast .card-pedido .pedido-check {
  cursor: pointer;
}

.bootstrap-styles.theme-contrast .ul-pedidos li {
  cursor: -webkit-grab;
  cursor: grab;
}
.bootstrap-styles.theme-contrast .ul-pedidos li span {
  color: initial;
  font-weight: initial;
  cursor: -webkit-grab;
  cursor: grab;
}
.bootstrap-styles.theme-contrast .ul-pedidos li .material-icons {
  color: initial;
  font-weight: initial;
}
.bootstrap-styles.theme-contrast .ul-pedidos .ui-sortable-handler:not(.ui-sortable-helper) {
  transition: 1s;
}

.bootstrap-styles.theme-contrast .loading-overlay {
  display: block;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  position: absolute;
  transition: opacity 300ms ease;
  pointer-events: none;
}

.bootstrap-styles.theme-contrast .loading-overlay.visible {
  opacity: 1;
}

.bootstrap-styles.theme-contrast .pagination select, .bootstrap-styles.theme-contrast .pagination .dropdown-toggle, .bootstrap-styles.theme-contrast .pagination div.infraSelect.classeMultipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.classeMultipleSelect .pagination button, .bootstrap-styles.theme-contrast .pagination div.infraSelect.multipleSelect button, .bootstrap-styles.theme-contrast div.infraSelect.multipleSelect .pagination button {
  border-radius: 0 !important;
}

.bootstrap-styles.theme-contrast .setas-ordenacao-bs4 {
  height: 8px;
  overflow: hidden;
  text-align: center;
}

.bootstrap-styles.theme-contrast .setas-ordenacao-bs4 i {
  margin-top: -8px;
  font-size: 1.6rem;
  height: 8px;
}

.bootstrap-styles.theme-contrast .infraAreaPaginacao .page-item.disabled .page-link {
  color: #dedede;
}

.bootstrap-styles.theme-contrast span.tooltip-trigger {
  border-bottom: 2px dotted #aaa;
}

/*# sourceMappingURL=bundle-bs4-contrast.css.map*/