:root {
    --chath: calc(100vh -80px);
    --iarrumei1: rgb(255, 100, 0);
}


.font-size-22 {
    font-size: 22px !important;
}

.full-large {
    width: 100% !important;
}

.center-avatar {
    position: relative;
    justify-content: center !important;
    display: grid !important;
}


.img-wrap .close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 100;
}

.table-default {
    width: 100%;
}

table.table-default tr td:first-child {
    width: 20%;
    padding: 12px;
    font-weight: bolder;
    text-align: end;
}

table.table-default tr {
    border: solid;
    border-color: whitesmoke;
    border-width: 1px;
}

.btn-top {
    top: 33%;
}

.horizontal-scroll {
    overflow-x: auto;
}

.datable-one-col {
    width: 98% !important;
    padding: 0;
    margin: 0;
    overflow-x: none !important;
}

.card-sz-table {
    width: 100% !important;
    display: grid;
}


.blue-theme {
    color: #3f6ad8 !important;
}

.blue-theme-bgkc {
    background-color: #3f6ad8 !important;
    box-shadow: 0 0.125rem 0.625rem #3f6ad8, 0 0.0625rem 0.125rem #3f6ad8 !important;
    border-color: #3f6ad8;
    color: white;
}

.padding-12 {
    padding: 12px !important;
}

.grid-menu-all div.p-2:not(:first-child) {
    border-left: solid;
    border-color: lightgray;
    border-width: 1px;
}

.grid-menu-all button, a {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
}

.no-spacing {
    margin: 0px;
    padding-right: 0px;
}

.no-spacing-box {
    margin: 0px !important;
}

.no-paddings {
    padding: 0px !important;
}

.card-shadow {
    box-shadow: grey 3px 5px 21px !important;
}

.orc-strong {
    font-size: 1.5rem;
    color: #3f6ad8;
}

.chat-counter {
    font-size: 20px;
    position: absolute;
    top: 7px;
    background-color: red;
    border: solid;
    border-color: red;
    border-radius: 12px;
    padding: 0px;
    margin: 2px;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 4px;
    padding-right: 3px;
    padding-left: 3px;
    animation: mymove 1.1s infinite;
}

@keyframes mymove {
    from {
        color: red;
        background-color: lightgray;
        border-color: lightgray;
    }

    to {
        color: white;
        background-color: red;
        border-color: red;
    }
}

.rounded-circle {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.height78 {
    height: 78px;
}

a.btn-outline-primary {
    outline: solid !important;
    outline-width: 1px !important;
}


.container-three {
    display: flex;
    justify-content: center;
    /*padding-bottom: 35px;*/
}

.three-item {
    display: contents;
    width: 100%;
}

.app-sidebar.sidebar-shadow {
    z-index: 99999;
}

.transfer-double {
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: !important;
    width: 100% !important;
}

.transfer-double-content-left {
    width: 48% !important;
    border: 1px solid #ced4da !important;
}

.transfer-double-content-middle {
    width: 42px !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin: 0 !important;
    justify-content: center;
}

.transfer-double-content-right {
    width: 48% !important;
    border: 1px solid #ced4da !important;
}

.transfer-double-content {
    display: flex !important;
    padding: 1px !important;
}


.btn-style-size {
    width: 195px !important;
    height: 44px !important;
}

.btn-style-size-big {
    width: 225px !important;
    height: 44px !important;
}

.box-switch {
    display: grid;
}

.label-switch {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}


.view-input-file {
    width: 100px !important;
    height: 100px !important;
}


.document-box {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 7px;
}

.img-document {
    width: 100% !important;
    height: 100% !important;
    border-radius: 1% !important;
    border: solid;
    border-width: 2px;
    object-fit: contain;
}

.box-filters {
    border-radius: 0.25rem;
    margin-bottom: 11px;
    box-shadow: lightgrey 0px 0px 5px 0px;
}

.btn-link {
    height: 46px !important;
}

}

.cancel-button {
    max-height: 46px;
    color: white !important;
}

.pattern-size-btns {
    max-width: 182px;
}

.txt-white {
    color: white !important;
}


.multiselect.dropdown-toggle {
    text-align: left !important;
}

label.form-check-label.font-weight-bold {
    visibility: hidden;
    position: relative;
}

    label.form-check-label.font-weight-bold:after {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        content: 'Selecionar todos';
    }

.td-calendar {
    padding: 2px !important;
    vertical-align: top !important;
}

.th-calendar {
    text-align: center;
    display: table-cell !important;
}

.div-box-calendar {
    height: 100%;
    width: 100%;
}

.lbl-calendar {
    width: 100%;
    text-align: center;
    text-decoration: underline;
    font-size: 15px;
    font-weight: 800;
    color: dimgray;
}

.span-calendar {
    border-width: 0px;
    background-color: #f7b924;
    border-radius: 6px;
    padding: 0px;
    margin: 1px;
    text-align: center;
    box-shadow: grey 2px 2px 8px 0px;
    width: 100%;
}

.ul-calendar {
    margin: 0;
    padding: 0;
}

.li-calendar {
    width: 100%;
    display: flex;
}

.btn-a-max-w-230 {
    max-width: 230px !important;
}

.invisible {
    display: none;
}

.tb-pd {
    padding: 5px !important;
}

.input-register {
    width: -webkit-fill-available;
    outline: none;
    border: solid #3f6ad8;
    border-width: 3px;
    border-radius: 8px;
    /*padding: 4px;*/
    /*font-size: 18px;*/
    font-size: 14px;
    color: black;
    font-weight: bolder;
}

.input-register-transp {
    width: 100%;
    outline: none;
    border: none;
    font-size: 18px;
    color: black;
    font-weight: bolder;
}

.input-register::placeholder { /* Most modern browsers support this now. */
    color: lightgray;
}

.input-register::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: lightgray;
}

.input-register:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: lightgray;
}

.input-register::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: lightgray;
}

.input-register:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lightgray;
}

.input-register::-ms-input-placeholder { /* Microsoft Edge */
    color: lightgray;
}

.box-btns {
    justify-content: flex-end;
    display: flex;
    padding: 0.75rem 1.25rem !important;
}

button.multiselect.dropdown-toggle {
    width: 100%;
    outline: none !important;
    border: solid #3f6ad8;
    border-width: 3px;
    border-radius: 8px;
    padding: 4px;
    font-size: 18px;
    color: black;
    font-weight: bolder;
    opacity: 1 !important;
    height: 41px;
}

div.widget-subheading {
    opacity: 1 !important;
}

.position-relative form-group box-switch {
    width: 68px;
    display: flex;
    justify-content: center;
    border: solid;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
    flex-direction: column;
}

label.toggle.label-switch {
    margin: 0 !important;
}

.position-relative.form-group.box-switch {
    width: 64px;
}

.mrg-zero {
    margin: 0 !important;
}

.pd-zero {
    padding: 0 !important;
}

.pd-4 {
    padding: 4px !important;
}

.flex-center-center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.dp-flex-wp {
    flex-flow: wrap;
}

.dp-flex {
    display: flex;
}

.dp-tb-cell {
    display: table-cell;
}

.dp-flex > * {
    margin: 2px;
}

.mrg-14 {
    margin: 14px;
}

.border-blue-iarrumei {
    border: solid;
    border-color: #3f6ad8;
    border-radius: 8px;
    padding-top: 4px;
    padding-left: 2px;
    border-width: 3px !important;
}

.box-dotted {
    border: dashed;
    border-color: #d92550;
    border-radius: 8px;
    padding: 2px;
    margin: 3px;
    display: flex;
    width: auto;
    word-break: break-word;
}

    .box-dotted > button {
        width: 28px;
        height: 28px;
        text-align: center;
        padding: 0;
        margin-left: 6px;
    }


.btn-important {
    display: flex;
    padding: 18px !important;
    box-shadow: 5px 5px 15px 6px black !important;
    margin-bottom: 6px;
}

.pd-20 {
    padding: 10px 20px 0px 20px;
}

.box-buttons {
    justify-content: flex-end;
    padding: 18px;
}

.under {
    text-decoration: underline;
}

.mr-6 {
    margin-right: 6px;
}

.select2-selection.select2-selection--multiple {
    border: none !important;
}

span.selection {
    border: none;
    padding: 0px !important;
    margin: 0px !important;
    display: block;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 100% !important;
}

.js-data-example-ajax {
    border: solid red;
}


.ht-108 {
    height: 108px;
}

.mrg-8 {
    margin: 8px;
}

.break-w {
    word-break: break-word;
}

.bdw3 {
    border-width: 3px !important;
}

.center-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.jq-toast-single {
    border: solid #d92550;
    border-width: 2px;
}


.app-inner-layout__wrapper {
    min-height: 100% !important;
}


.chat-box-wrapper-right {
    justify-content: flex-end;
}


.btn-sender {
    height: 94%;
    font-size: 26px;
    width: 22%;
    max-width: 43px;
}

.dp-flex {
    display: flex;
    align-items: baseline;
}


.app-inner-layout__wrapper {
    max-height: calc(100vh - 220px) !important;
    height: calc(100vh - 220px) !important;
}

.appmain-chat {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
}

.box-chat-fixed-1 {
}

.chat-outer {
    height: calc(100vh - 60px);
}

.ht-100 {
    height: 100%;
}

.scroll-users {
    height: 100%;
    overflow: auto;
}

.scroll-messages {
    height: 100%;
    display: block;
}

.box-messages-position {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.no-scroll {
    overflow: hidden;
}

.chat-box-messages {
    overflow: auto;
    border: solid gainsboro 4px;
    border-radius: 6px;
    background-color: white;
    height: 100%;
}

.budget-info {
    display: flex;
    justify-content: start;
    align-items: center;
}

.user-name {
    margin-right: 12px;
}

.user-item-circle-notifications {
    background-color: tomato;
    padding: 4px;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    text-align: center;
    color: white;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

    .user-item-circle-notifications:empty {
        display: none;
    }


.break-words-chat {
    display: grid;
    word-break: break-word;
}

.last-message-user {
    word-break: break-all;
}

.container-load-more-btn {
    display: flex;
    justify-content: center;
}

.search-filters-box {
    padding: 18px 18px 0px 18px;
}

.flex-align-right {
    justify-content: flex-end;
    display: flex;
}

.pattern-spacings {
    padding: 1px;
    margin: 0px;
}

.mrg-0 {
    width: 100%;
    margin: 0 !important;
}

.wdt-100 {
    width: 100% !important;
}

.flex-vertical-middle {
    align-items: center;
}

.flex-right-middle {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.flex-right-evenly {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.border-blue-iarrumei-2 {
    border: solid;
    border-color: #3f6ad8;
    border-radius: 8px;
    border-width: 3px !important;
    width: 100%;
    margin: 4px 17px 4px 17px;
    padding: 10px;
    background-color: whitesmoke;
    box-shadow: #3f6ad8 3px 3px 7px 0px;
}

.input-clean-1 {
    border: none !important;
    box-shadow: rgb(63 106 216) 0px 2px 6px 2px;
    margin-top: 12px;
    border-radius: 6px;
    height: 117px;
}

.input-clean-2 {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    background-color: whitesmoke;
}

.drag-icon {
    justify-content: center;
    font-size: 31px;
    border-bottom-style: double;
    border-color: #3f6ad8;
    border-width: 3px;
    padding: 2px !important;
    width: 100%;
    text-align: center;
    color: #3f6ad8;
    cursor: move;
}

.drag-icon-slin {
    justify-content: center;
    font-size: 31px;
    border-color: #3f6ad8;
    text-align: center;
    color: #3f6ad8;
    cursor: move;
    display: flex;
}

.drag-icon-2 {
    justify-content: center;
    font-size: 31px;
    border-bottom-style: double;
    border-color: #3f6ad8;
    border-width: 3px;
    width: 100%;
    color: #3f6ad8;
}

.counter-dragged {
    /*position: absolute;
    left: 14px;*/
    margin-left: 3px;
}

.loading-silent {
    position: fixed;
    width: 100%;
    background-color: #3f6ad8;
    height: 20px;
    z-index: 999999;
    display: flex;
    justify-content: center;
    bottom: 0;
    opacity: 70%;
}

.mrg-top-24 {
    margin-top: 24px;
}

.trash-btn {
    padding: 0px 19px 0px 19px !important;
    font-size: 22px !important;
    margin: 0 !important;
    position: absolute;
    right: 14px;
    top: -7px;
}

.pd-15 {
    padding: 13px !important;
}

.pd-8 {
    padding: 8px !important;
}


.btn-center-center {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.pix-color {
    color: #00BDAE !important;
}

    .pix-color:hover {
        background-color: #00BDAE !important;
        color: white !important;
    }

        .pix-color:hover img {
            border: solid;
            border-radius: 10px;
            background-color: white;
            border-width: 0;
        }

.payment-box {
    padding: 14px !important;
    margin: 0px;
}

.payment-card-box {
    border: solid #3ac47d;
    border-width: 3px;
    padding: 10px 4px 18px 4px;
    border-radius: 10px;
}

    .payment-card-box .input-register {
        border-color: #3ac47d !important;
        font-size: 24px;
    }

.payment-card-box-pix {
    border: solid #00BDAE;
    border-width: 3px;
    padding: 10px 4px 18px 4px;
    border-radius: 10px;
}

    .payment-card-box-pix .input-register {
        border-color: #00BDAE !important;
        font-size: 24px;
    }

.flex-center {
    justify-content: center;
}

.for-btn {
    display: flex;
    align-items: end;
}

.btn-pix {
    background-color: #00BDAE;
    border: #00BDAE;
    padding: 12px;
    width: 100%;
    font-size: 16px;
}

    .btn-pix:hover {
        background-color: #027067;
    }

    .btn-pix:focus {
        background-color: #027067;
    }

    .btn-pix:active {
        background-color: black !important;
        color: #00BDAE !important;
    }

.img-qr-code-pix {
    padding: 12px;
    width: 230px;
    background-color: white;
}

.pix-qr-code {
    display: flex;
    justify-content: center;
    align-content: center;
}

.is-template-invisible {
    display: none !important;
}

.a-gp-btns {
    display: flex;
    margin: 0 !important;
    font-size: .875rem;
    line-height: 1.5;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    padding: 11px !important;
    align-items: center;
}

.select-account-change {
    width: 100%;
    padding: 7px;
    outline: none;
    border: solid;
    border-radius: 8px;
    box-shadow: #3f6ad8 2px 2px 12px 0px;
}


.center-modal-input {
    /*left: calc(50% - 150px);*/
    /*padding-right: 0 !important;*/
    /*display: flex !important;*/
}

.btn-outline-second {
    color: #f7b924;
    border-color: #f7b924;
}

.flex-center-center-css {
    display: flex;
    justify-content: center;
    align-content: center;
}

.flex-dir-col {
    flex-direction: column;
}

.flex-titles {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.budget-status-id-1 {
    background-color: #6c757d;
    border-radius: 18px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 4px;
}

.budget-status-id-2 {
    background-color: #343a40;
    border-radius: 18px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 4px;
}

.budget-status-id-3 {
    background-color: #17a2b8;
    border-radius: 18px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 4px;
}

.budget-status-id-4 {
    background-color: #007bff;
    border-radius: 18px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 4px;
}

.budget-status-id-5 {
    background-color: #28a745;
    border-radius: 18px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 4px;
}

.budget-status-id-6 {
    background-color: #dc3545;
    border-radius: 18px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 4px;
}

.budget-status-id-7 {
    background-color: red;
    border-radius: 18px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 4px;
}

.budget-status-id-8 {
    background-color: #007bff;
    border-radius: 18px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 4px;
}

.budget-status-id-9 {
    background-color: #6610f2;
    border-radius: 18px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 4px;
}

.budget-status-id-10 {
    background-color: #6c757d;
    border-radius: 18px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 4px;
}

.budget-status-id-11 {
    background-color: #343a40;
    border-radius: 18px;
    width: 20px;
    height: 20px;
    display: block;
    margin: 4px;
}

.material-title {
    margin-top: 18px;
    text-align: center;
}

.material-title-request {
    text-align: center;
    color: #3f6ad8;
}

.textarea-auto {
    min-width: 215px;
    width: 100%;
    height: 22px;
    line-height: 24px;
    min-height: 22px;
    overflow-y: hidden; /* fixes scrollbar flash - kudos to @brettjonesdev */
    padding-top: 1.1em; /* fixes text jump on Enter keypress */
}

.request-budget-item {
    border-style: dashed;
    border-radius: 7px;
    padding: 4px;
    margin: 4px 0px 3px 0px;
    border-width: 2px;
    border-color: #3f6ad8;
}

.flex-algn-items-center {
    align-items: center;
}

.txt-align-end {
    text-align: end;
}

.containerSolicitacoes {
    width: 100%;
}

.card-info-border-lft {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: lightgray;
}

.btn-space-1 {
    margin: 5px;
}

.box-chart-bar {
    border: solid white;
}

.align-bar-end {
    justify-content: end;
}

.align-bar-center {
    justify-content: center;
}

.div-steps-1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 25px;
    width: 100%;
}

/*.btn-activities-of-steps {
    position: initial;
    font-size: 18px !important;
}*/

.stl-chart-steps {
    padding: 5px !important;
}

.card-step-budget-1 {
    border: solid;
    border-width: 0px;
    width: 100%;
    min-height: 83px;
    border-radius: 5px;
    /* margin: 2px; */
    color: #3f6ad8 !important;
    border-color: #3f6ad8 !important;
    box-shadow: gray 2px 3px 15px 0px;
    padding: 0;
}

.card-step-budget-2 {
    padding: 6px;
    width: 100%;
    height: 100%;
}

.card-step-budget-content {
    border-style: dashed;
    border-width: 2px;
    border-radius: 7px;
    padding: 5px;
    border-color: #3f6ad8;
}

.card-step-budget-box {
    margin: 0px !important;
    padding: 0px;
}

.lbl-title {
    height: 100%;
    display: flex;
    align-items: center;
}

.min-ht-44 {
    min-height: 44px;
}


@keyframes expand {
    0% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


@keyframes colapse {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

.icon-sz-28 {
    font-size: 28px;
}

.colapse-btn {
    cursor: pointer;
    text-align: right;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    right: 2px;
    position: absolute;
    top: 2px;
    color: #3f6ad8;
    margin: 0;
    padding: 0;
    font-size: 26px;
}

    .colapse-btn:before {
        -webkit-animation: colapse 0.2s linear;
        animation: colapse 0.2s linear;
        transform: rotate(90deg);
        content: "\f13a";
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
    }

    .colapse-btn.expanded:before {
        -webkit-animation: expand 0.2s linear;
        animation: expand 0.2s linear;
        transform: rotate(0deg);
        content: "\f13a";
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
    }


.text-center {
    text-align: center;
}

.table-load-more {
    background-color: white !important;
    border-style: none !important;
    margin: 0;
}

    .table-load-more tbody, thead, tfoot {
        background-color: white !important;
        border-style: none !important;
    }

    .table-load-more td {
        border-style: none !important;
    }

.card-progress-info {
    padding: 0.75rem 1.25rem;
}

.line-full {
    /*    border-bottom: solid;
    border-bottom-width: .3rem;
    border-bottom-color: #3f6ad8;*/
}

.dataTables_wrapper {
    padding: 5px;
}

.container-activities {
    padding: 8px;
    border-radius: 6px;
    box-shadow: gray 2px 2px 8px 2px;
    margin-top: 14px;
}

/*.top-border-x {
    border-top-style: solid;
    border-top-width: 2px;
    padding-top: 0px;
    border-top-color: #3f6ad8;
    margin: 3px 0px 6px 0px;
}*/

.btn-white-iarrumei {
    background-color: white;
    color: #3f6ad8;
    border-radius: 0px 0px 50px 50px;
    border-width: 2px;
    top: -2px;
}

.container-colapsable {
    /*border: solid red;*/
    display: flex;
    flex-direction: column;
    min-height: 45px;
    padding: 0;
    margin: 0;
}

.container-colapsable-content {
    /*border: solid green;*/
    margin-top: 38px;
    margin-bottom: 15px;
}

    .container-colapsable-content.colapsed {
        display: none;
    }

.container-colapsable-btn {
    cursor: pointer;
    height: 35px;
    width: 100%;
    align-items: center;
    justify-content: start;
    display: flex;
    right: 0px;
    position: absolute;
    top: 2px;
    color: #3f6ad8;
    margin: 0;
    padding: 0px 28px 0px 0px;
    font-size: 26px;
    text-align: start;
}

    .container-colapsable-btn:before {
        -webkit-animation: colapse 0.2s linear;
        animation: colapse 0.2s linear;
        transform: rotate(90deg);
        content: "\f13a";
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        right: 0;
    }

    .container-colapsable-btn.expanded:before {
        -webkit-animation: expand 0.2s linear;
        animation: expand 0.2s linear;
        transform: rotate(0deg);
        content: "\f13a";
        font-family: "Font Awesome 5 Free";
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        right: 0;
    }

.shadow-1 {
    box-shadow: gray 1px 1px 14px 0px;
    /* border-radius: 10px; */
    padding: 0;
    margin-top: 8px;
    margin-bottom: 0px;
    /* padding-top: 8px; */
    min-height: 40px;
    margin-left: 2px;
    margin-right: 2px;
}

.more-itens-btn-box {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.table-zero-spacings {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

    .table-zero-spacings thead {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        font-weight: bold;
    }

.text-title-1 {
    font-size: .88rem;
    color: #495057;
    font-weight: 400;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.modal-dialog-off-out-scroll {
    max-height: 90vh;
    display: flex;
    align-self: center;
    overflow-y: hidden;
}

.modal-dialog-off-out-scroll-content {
    max-height: 90vh;
    align-self: center;
    overflow-y: auto;
}

.mrg-3 {
    margin-bottom: 3px;
}

.card-title-box {
    cursor: pointer;
    height: 35px;
    width: 100%;
    align-items: center;
    justify-content: start;
    display: flex;
    right: 0px;
    position: absolute;
    top: 2px;
    color: #3f6ad8;
    margin: 0;
    padding: 0px 28px 0px 0px;
    font-size: 26px;
    text-align: start;
}

.ft-iarrumei-1 {
    font-size: 1.1rem !important;
    display: flex;
}

.pad-card {
    padding: 0px 1.25rem 1.25rem 1.25rem;
}

.pd-bot-zero {
    padding-bottom: 0;
}

.container-flex-hori {
    display: flex;
    flex-direction: column;
    background-color: white;
}

.arrow-order-cards {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-arrow-order-cards {
    margin: 0px;
    display: grid;
    padding: 0px;
    width: 16px;
}

.opacity-dot-five {
    opacity: 0.5 !important;
}

.back-btn {
    color: #3f6ad8;
    border: none;
    font-size: 1rem;
    background-color: transparent;
    margin: 2px 28px 0px 0px;
    width: 80px;
    min-width: 80px;
}

.back-btn-box {
    width: 100%;
    justify-content: end;
    display: flex;
}

.pendings-to-work {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 30px;
    padding: 2px;
    margin: 4px;
}

.sp-pendings-to-work {
    color: white;
    background-color: var(--iarrumei1);
    border-radius: 10px;
    border: solid;
    border-width: 2px;
    box-shadow: black 0px 0px 6px 2px;
    animation: blink 2s linear infinite;
}

    .sp-pendings-to-work:hover {
        color: black;
        background-color: var(--iarrumei1);
        box-shadow: black 0px 0px 9px 2px;
    }

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.back-and-content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

/* Conteúdo principal ao lado do menu - preenche espaço e permite scroll */
.back-and-content > .app-main__outer {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.flex-box-center-bottom {
    align-items: flex-end;
    display: flex;
    justify-content: center;
}

.full-large {
    width: 100%;
}

.flex-pd-0 {
    display: flex;
    padding: 0;
    justify-content: flex-end;
}

.flex-pd-0-start {
    display: flex;
    padding: 0;
    justify-content: flex-start;
}

.btns-card-top {
    padding: 0px 8px 0px 8px !important;
    height: 28px;
}

.flexable-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.ft-awesome-center {
    margin: 3px 0px 0px 0px;
}

.box-edit-order {
    display: flex;
    align-items: center;
}

.btn-edit-order {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 5px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pd-14-imprt {
    padding: 14px !important;
}

.box-shdw-none {
    box-shadow: none !important;
}

.progress.progress-bar-xs {
    height: 3px !important;
}

.mrg-top {
    margin-top: 4px !important;
}


.header-items-modal {
    padding: 0px 20px 0px 0px !important;
}

.fsize-1 {
    font-size: 1rem !important;
}

.border-blue {
    border-top: solid;
    border-top-width: 1px;
    border-top-color: #007bff;
}


.multiselect-baseline {
    height: 0;
}

    .multiselect-baseline span.multiselect-native-select button.multiselect.custom-select {
        border-left: none;
        border-top: none;
        border-right: none;
        border-radius: 0;
        padding: 0px;
        margin: 0px;
        font-size: 14px;
        height: 26px;
        width: 100%;
        max-width: 100%;
        background-color: whitesmoke;
    }

    .multiselect-baseline div.btn-group {
        width: 100%;
    }

    .multiselect-baseline span.multiselect-selected-text {
        width: 100%;
        display: contents;
        max-width: 100%;
    }

        .multiselect-baseline span.multiselect-selected-text::after {
            display: contents;
        }



.calendar-info {
    font-size: 9px !important;
}

.tablex {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-size: 12px !important;
    max-width: 300px;
}

.rowx {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.datax {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    height: 13px;
    color: black;
    font-weight: 700;
}

.red-alert {
    border: solid;
    border-radius: 10px;
    padding: 0px 4px 0px 4px;
    margin-left: 4px;
    border-color: tomato;
    border-width: 2px;
}

.my-credit-cards {
    display: flex;
    flex-direction: row;
    padding: 8px;
    overflow-x: auto;
}

.credit-card {
    height: 236px;
    border: solid;
    border-radius: 25px;
    border-width: 0px;
    border-color: #3ac47d;
    width: 90%;
    box-shadow: gray 6px 7px 19px 0px;
    z-index: 9;
    background: linear-gradient(9deg, rgba(255, 255, 255, 0.09567577030812324) 80%, rgba(244, 69, 6, 0.3169642857142857) 95%, rgba(249, 248, 248, 0.28895308123249297) 110%);
    min-width: 400px;
    margin: 8px;
    max-width: 410px;
    background: url(https://s3.amazonaws.com/iarrumei.com.br/static/world-map.png);
    background-repeat: round;
    background-size: cover;
    background-blend-mode: multiply;
    color: white;
    background-color: var(--iarrumei1);
    transition: .8s ease all;
    transform: perspective(750px) translate3d(0px, 0px, -2px) rotateX(1deg) scale(0.8, 0.8);
}

    .credit-card:hover {
        transform: perspective(700px) rotateY(22deg) rotateX(18deg) translate3d(30px, -12px, -10px) scale(0.9, 0.9);
        box-shadow: gray -24px 22px 22px 2px;
        /*-webkit-mask-position: 0 0;*/
    }

    .credit-card.choosed-cc {
        transform: perspective(700px) rotateY(-22deg) rotateX(12deg) translate3d(0px, 0px, 33px) scale(0.9, 0.9);
        box-shadow: gray 32px 23px 18px -16px;
        /*-webkit-mask-position: 0 0;*/
    }

.ccard-c1 {
    background-color: var(--iarrumei1);
}

.ccard-c2 {
    background-color: mediumvioletred;
}

.ccard-c3 {
    background-color: crimson;
}

.ccard-c4 {
    background-color: brown;
}

.ccard-c5 {
    background-color: blue;
}

.ccard-c6 {
    background-color: blueviolet;
}

.ccard-c7 {
    background-color: chocolate;
}

.ccard-c8 {
    background-color: darkgrey;
}

.ccard-c9 {
    background-color: darkmagenta;
}

.ccard-c10 {
    background-color: darkorange;
}

.ccard-c11 {
    background-color: deeppink;
}

.ccard-c12 {
    background-color: gold;
}

.ccard-c13 {
    background-color: lightseagreen;
}

.ccard-c14 {
    background-color: orangered;
}

.ccard-c15 {
    background-color: palevioletred;
}

.ccard-c16 {
    background-color: peru;
}

.ccard-c17 {
    background-color: purple;
}

.ccard-c18 {
    background-color: red;
}

.ccard-c19 {
    background-color: royalblue;
}

.ccard-c20 {
    background-color: teal;
}

.credit-card-number-header {
    margin: 22px 12px 1px 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

    .credit-card-number-header img {
        width: 48px;
    }

.credit-card-number {
    display: flex;
    flex-direction: row;
    margin: 0px;
    align-items: center;
    justify-content: center;
}

.credit-card-number-2 {
    display: flex;
    flex-direction: row;
    margin: 0px;
    align-items: center;
    justify-content: flex-end;
    background-color: whitesmoke;
    width: 91%;
    background-image: linear-gradient(0deg, #dfdff2 25%, #ffffff 25%, #ffffff 50%, #dfdff2 50%, #dfdff2 75%, #ffffff 75%, #ffffff 100%);
    background-size: 20.00px 20.00px;
}

    .credit-card-number-2 label {
        color: black;
    }

.small-card-title {
    display: flex;
    flex-direction: column;
    margin: 3px;
    font-style: italic;
    color: lightgray;
    font-size: 0.9rem;
}

.number-card {
    display: flex;
    flex-direction: column;
    margin: 3px;
    font-style: normal;
    color: white;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
}

.text-card {
    display: flex;
    flex-direction: row;
    margin: 3px;
    font-style: normal;
    color: whitesmoke;
    font-size: 1rem;
    font-weight: 900;
    text-align: center;
}

.credit-card-info {
    display: flex;
    justify-content: center;
}

.credit-card-info-2 {
    display: flex;
    justify-content: center;
}

.credit-card-btn {
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    box-shadow: black 4px 4px 11px -2px;
    color: var(--iarrumei1);
    font-weight: 900;
    border-width: 0px;
}

    .credit-card-btn:hover {
        box-shadow: black 0px 0px 11px 2px;
        background-color: #3ac47d;
        color: white;
        transition: 0.5s;
    }

    .credit-card-btn:active {
        background-color: #3ac47d;
        color: lightgray;
        transition: 0.2s;
        transform: translateY(2px);
    }

.credit-card-cert {
    background-color: white;
    border: solid;
    border-radius: 3px;
    width: 56px;
    border-width: 0;
}

.center-flex {
    display: flex;
    justify-content: center;
    padding: 16px;
}

.height-fixed1 {
    height: 61px;
}


.checkboxes {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.checkbox.style-b {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox.style-b input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .checkbox.style-b input:checked ~ .checkbox__checkmark {
            background-color: #fff;
        }

            .checkbox.style-b input:checked ~ .checkbox__checkmark:after {
                opacity: 1;
            }

    .checkbox.style-b:hover input ~ .checkbox__checkmark {
        background-color: #eee;
    }

    .checkbox.style-b:hover input:checked ~ .checkbox__checkmark {
        background-color: #fff;
    }

    .checkbox.style-b .checkbox__checkmark {
        position: absolute;
        top: 3px;
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #fff;
        border: 2px solid #333;
        transition: background-color 0.25s ease;
        border-radius: 4px;
    }

        .checkbox.style-b .checkbox__checkmark:after {
            content: "";
            position: absolute;
            left: 5px;
            top: 1px;
            width: 5px;
            height: 10px;
            border: solid #333;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
            opacity: 0;
            transition: opacity 0.25s ease;
        }

    .checkbox.style-b .checkbox__body {
        color: #333;
        line-height: 1.4;
        font-size: 16px;
        font-weight: bold;
    }

/* STYLE E */

.checkbox.style-e {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox.style-e input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

        .checkbox.style-e input:checked ~ .checkbox__checkmark {
            background-color: #f7cb15;
        }

            .checkbox.style-e input:checked ~ .checkbox__checkmark:after {
                left: 21px;
            }

    .checkbox.style-e:hover input ~ .checkbox__checkmark {
        background-color: #eee;
    }

    .checkbox.style-e:hover input:checked ~ .checkbox__checkmark {
        background-color: #f7cb15;
    }

    .checkbox.style-e .checkbox__checkmark {
        position: absolute;
        top: 1px;
        left: 0;
        height: 22px;
        width: 40px;
        background-color: var(--iarrumei1);
        transition: background-color 0.25s ease;
        border-radius: 11px;
    }

        .checkbox.style-e .checkbox__checkmark:after {
            content: "";
            position: absolute;
            left: 3px;
            top: 3px;
            width: 16px;
            height: 16px;
            display: block;
            background-color: #fff;
            border-radius: 50%;
            transition: left 0.25s ease;
        }

    .checkbox.style-e .checkbox__body {
        color: var(--iarrumei1);
        line-height: 1.4;
        font-size: 16px;
        transition: color 0.25s ease;
    }

.checkboxes__item {
    margin: 18px 0px 18px 0px;
}

.credit-card-colors {
    display: flex;
    overflow-x: auto;
}

.btn-credit-card-number {
    margin: 3px;
    padding: 18px;
    border-radius: 2px;
    border-width: 3px;
    box-shadow: black 4px 4px 11px -2px;
    color: var(--iarrumei1);
    border: solid;
    border-color: transparent;
    font-weight: 900;
    border-width: 3px;
    width: 40px;
    height: 40px;
    transition: .4s ease all;
}

    .btn-credit-card-number:hover {
        border: solid;
        border-width: 3px;
        border-radius: 10px;
        border-color: white;
    }

    .btn-credit-card-number:active, .chosed-color {
        border: solid;
        border-width: 3px;
        border-radius: 4px;
        border-color: white;
    }

#containerNewCreditCard {
    padding-top: 40px;
}



.credit-card-new {
    height: 236px;
    border: solid;
    border-radius: 25px;
    border-width: 0px;
    border-color: #3ac47d;
    width: 90%;
    box-shadow: gray 6px 7px 19px 0px;
    z-index: 9;
    background: linear-gradient(9deg, rgba(255, 255, 255, 0.09567577030812324) 80%, rgba(244, 69, 6, 0.3169642857142857) 95%, rgba(249, 248, 248, 0.28895308123249297) 110%);
    min-width: 400px;
    margin: 8px;
    max-width: 410px;
    background: url(https://s3.amazonaws.com/iarrumei.com.br/static/world-map.png);
    background-repeat: round;
    background-size: cover;
    background-blend-mode: multiply;
    color: white;
    background-color: red;
    transition: .8s ease all;
    animation: 7s linear 0s infinite alternate semirotate1, 3s linear 0s infinite alternate semirotate2;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.credit-card-new-verse {
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 236px;
    border: solid;
    border-radius: 25px;
    border-width: 0px;
    border-color: #3ac47d;
    width: 90%;
    box-shadow: gray 33px 33px 19px 0px;
    z-index: 9;
    background: linear-gradient(9deg, rgba(255, 255, 255, 0.09567577030812324) 80%, rgba(244, 69, 6, 0.3169642857142857) 95%, rgba(249, 248, 248, 0.28895308123249297) 110%);
    min-width: 400px;
    margin: 8px;
    max-width: 410px;
    background: url(https://s3.amazonaws.com/iarrumei.com.br/static/world-map.png);
    background-repeat: round;
    background-size: cover;
    background-blend-mode: multiply;
    color: white;
    transition: .8s ease all;
    animation: 7s linear 0s infinite alternate;
    /*animation: 7s linear 0s infinite alternate semirotate1, 3s linear 0s infinite alternate semirotate2;*/
    background-color: red;
    color: white;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flix-card-box.verse {
    transform: perspective(900px) rotateY(160deg) rotateX(-18deg) translate3d(30px, -12px, -10px) scale(0.80, 0.80) scale(1.1);
}

.flix-card-box {
    transition: transform 0.6s;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes semirotate1 {
    from {
        transform: perspective(750px) translate3d(0px, 0px, -2px) rotateY(-18deg) rotateX(-6deg) scale(0.9, 0.9);
        box-shadow: gray -33px 33px 19px 0px;
    }

    to {
        transform: perspective(750px) translate3d(0px, 0px, 2px) rotateY(18deg) rotateX(6deg) scale(0.8, 0.8);
        box-shadow: gray 33px 33px 19px 0px;
    }
}

@keyframes semirotate2 {
    from {
        transform: perspective(750px) translate3d(0px, 0px, 2px) rotateY(18deg) rotateX(6deg) scale(0.8, 0.8);
        box-shadow: gray -33px 33px 19px 0px;
    }

    to {
        transform: perspective(750px) translate3d(0px, 0px, -2px) rotateY(-18deg) rotateX(-6deg) scale(0.9, 0.9);
        box-shadow: gray 33px 33px 19px 0px;
    }
}

.credit-card-new-up-space {
    height: 64px;
}

.back-credit-card-terms {
    font-size: 10px;
    margin: 18px;
    color: antiquewhite;
}

#btnPendingsToWork {
    max-width: 30%;
    text-align: center;
    justify-content: center;
}


.input-btn {
    display: flex;
}

.btn-send-verification {
    margin: 0px 2px 0px 4px !important;
    padding: 5px !important;
    height: 100% !important;
}

.ft-med {
    font-size: 2em;
}

.left-text {
    text-align: start;
}

.content-scrollable {
    overflow: auto;
    max-height: 40vh;
    height: 40vh;
}

.table-taxes {
    width: 100%;
    border: solid;
    border-width: 3px;
    border-color: #3f6ad8;
}

    .table-taxes tr {
        border-bottom: solid;
        border-bottom-color: #3f6ad8;
        border-style: dotted;
    }

    .table-taxes td:not(:first-child) {
        text-align: right;
    }

.obs {
    font-weight: 900;
    color: coral;
}


.btn-extract {
    background-color: floralwhite;
    border: solid #3ac47d;
    border-width: 6px;
    border-radius: 30px;
    box-shadow: black 2px 2px 19px -5px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.finantial-values {
    font-size: 1.5rem !important;
}
