:root {
    --ct-black: #000;
    --ct-white: #fff;
    --ct-gray: #8a969c;
    --ct-gray-dark: #343a40;
    --ct-gray-100: #f6f7fb;
    --ct-gray-200: #eef2f7;
    --ct-gray-300: #dee2e6;
    --ct-gray-400: #ced4da;
    --ct-gray-500: #a1a9b1;
    --ct-gray-600: #8a969c;
    --ct-gray-700: #6c757d;
    --ct-gray-800: #343a40;
    --ct-gray-900: #313a46;
    --ct-primary: #727cf5;
    --ct-secondary: #6c757d;
    --ct-success: #0acf97;
    --ct-info: #39afd1;
    --ct-warning: #ffc35a;
    --ct-danger: #fa5c7c;
    --ct-light: #eef2f7;
    --ct-dark: #313a46;
    --ct-primary-rgb: 114, 124, 245;
    --ct-secondary-rgb: 108, 117, 125;
    --ct-success-rgb: 10, 207, 151;
    --ct-info-rgb: 57, 175, 209;
    --ct-warning-rgb: 255, 195, 90;
    --ct-danger-rgb: 250, 92, 124;
    --ct-light-rgb: 238, 242, 247;
    --ct-dark-rgb: 49, 58, 70;
    --ct-white-rgb: 255, 255, 255;
    --ct-black-rgb: 0, 0, 0;
    --ct-body-color-rgb: 108, 117, 125;
    --ct-body-bg-rgb: 250, 251, 254;
    --ct-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
        "Liberation Mono", "Courier New", monospace;
    --ct-gradient: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.15),
        rgba(255, 255, 255, 0)
    );
    --ct-body-font-family: var(--ct-font-sans-serif);
    --ct-body-font-size: 0.9rem;
    --ct-body-font-weight: 400;
    --ct-body-line-height: 1.5;
    --ct-body-color: #6c757d;
    --ct-body-bg: #fafbfe;
    --ct-border-width: 1px;
    --ct-border-style: solid;
    --ct-border-color: var(--ct-gray-300);
    --ct-border-color-translucent: rgba(0, 0, 0, 0.175);
    --ct-border-radius: 0.25rem;
    --ct-border-radius-sm: 0.2rem;
    --ct-border-radius-lg: 0.3rem;
    --ct-border-radius-xl: 1rem;
    --ct-border-radius-2xl: 2rem;
    --ct-border-radius-pill: 50rem;
    --ct-link-color: #727cf5;
    --ct-link-hover-color: #6169d0;
    --ct-code-color: #39afd1;
    --ct-highlight-bg: #fcf8e3;
}

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

.select2-container .select2-selection--single {
    border: 1px solid var(--ct-border-color);
    height: 35px;
    outline: 0;
    border-radius: 2px;
    background: #fafafa;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    /* padding-left: 12px;
     */
    color: var(--ct-body-color);
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: var(--ct-gray-400) transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: transparent transparent var(--ct-gray-400) transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: 1px solid var(--ct-gray-300);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    background-color: var(--ct-dropdown-bg-custom);
    z-index: 99999;
}

.select2-results__options::-webkit-scrollbar {
    -webkit-appearance: none;
}

.select2-results__options::-webkit-scrollbar:vertical {
    width: 5px;
    margin-right: 5px;
}

.select2-results__options::-webkit-scrollbar:horizontal {
    height: 5px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: rgba(var(--ct-dark-rgb), 0.2);
    border-radius: 10px;
    margin-right: 5px;
    border: none;
}

.select2-results__options::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.select2-results__options::-webkit-scrollbar-corner {
    background-color: transparent;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--ct-gray-200);
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: var(--ct-dropdown-bg-custom);
    z-index: 99999999999;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0;
    border: 1px solid var(--ct-border-color);
    background-color: var(--ct-input-bg-custom);
    color: var(--ct-body-color);
    border-radius: 0.25rem;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #367ecf;
    color: #fff;
    cursor: pointer;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: var(--ct-dropdown-bg-custom);
    color: var(--ct-dark);
    cursor: pointer;
}

.select2-container--default
    .select2-results__option[aria-selected="true"]:hover {
    background-color: #367ecf;
    color: #fff;
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice__display {
    padding-left: 36px;
    padding-right: 5px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    right: 1px;
    left: auto;
}

.select2-container .select2-selection--multiple {
    min-height: calc(1.5em + 0.9rem + 2px);
    border: 1px solid var(--ct-border-color) !important;
    background-color: var(--ct-input-bg-custom);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 1px 4px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: var(--ct-body-color);
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: var(--ct-primary);
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 0 7px 0 0;
    margin-top: 6px;
}

.select2-container
    .select2-selection--multiple
    .select2-selection__choice__remove {
    color: #fff;
    margin-right: 7px;
    border-color: #8089f6;
    padding: 0 8px;
}

.select2-container
    .select2-selection--multiple
    .select2-selection__choice__remove:hover {
    color: #fff;
    background-color: var(--ct-primary);
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 7px;
    font-family: var(--ct-font-sans-serif);
}

.select2-container .select2-search textarea::-webkit-input-placeholder {
    color: var(--ct-gray-500);
}

.select2-container .select2-search textarea::-moz-placeholder {
    color: var(--ct-gray-500);
}

.select2-container .select2-search textarea:-ms-input-placeholder {
    color: var(--ct-gray-500);
}

.select2-container .select2-search textarea::-ms-input-placeholder {
    color: var(--ct-gray-500);
}

.select2-container .select2-search textarea::placeholder {
    color: var(--ct-gray-500);
}

.select2-dropdown {
    background: #fff;
}

.slimScrollDiv,
.sidebar-inner.slimscrollleft {
    overflow: visible !important;
}

.panel-heading.bg-img {
    background: #232323;
}

body.bg-gradient {
    /* background-image: linear-gradient(#ffffff, #1c83db);
     */
    background: #f9f4eb url(../images/bg4.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    float: left;
    height: 100vh;
}

body.bg-gradient:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    /* background: #0033565e;
     */
    top: 0;
    left: 0;
    z-index: -1;
}

.navbar.navbar-default,
.topbar .topbar-left {
    background: #25124a !important;
}

.topbar-left.on img {
    display: none;
}

.topbar-left.on img.mascote {
    display: block !important;
    margin-top: 15px !important;
    margin-left: 12px;
    width: 30px !important;
}

.form-group {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.inline {
    display: flex;
}

.inline button {
    margin-left: 15px;
}

.inline input[type="text"] {
    margin-left: 20px;
    width: calc(100% - 80px);
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    background: #232323 !important;
    color: #ec407a !important;
    font-weight: 700 !important;
    font-size: 16px;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
    background: #8c8c8c !important;
    font-weight: 700 !important;
    font-size: 16px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
    font-weight: 700 !important;
    font-size: 16px;
}

#sidebar-menu ul ul a:hover {
    /* color:#ec407a;
     */
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background: #0072ed !important;
}

.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
    background: #eee !important;
    color: #aaa;
}

body.bg-gradient .form-group {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 15px;
}

body.bg-gradient .btn-success,
body.bg-gradient .btn-success:hover,
body.bg-gradient .btn-success:focus,
body.bg-gradient .btn-success:active,
body.bg-gradient .btn-success.active,
body.bg-gradient .btn-success.focus,
body.bg-gradient .btn-success:active,
body.bg-gradient .btn-success:focus,
body.bg-gradient .btn-success:hover,
body.bg-gradient .open > .dropdown-toggle.btn-success {
    /* background: #0072ed !important;
     */
    /* border: 0;
     */
}

span.inline {
    display: flex;
    justify-content: flex-end;
}

/* .mini-stat .mini-stat-icon {
     background:#232323;
     color:#ec407a;
}

 .mini-stat .progress-bar{
     background-color: #ec407a;
}

 */
.btn-group.display-flex {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

img.img-fluid {
    width: 100%;
}

.meus-videos img {
    object-fit: cover;
    height: 200px;
}

.meus-videos p.video-name {
    margin-top: 15px !important;
    width: 100%;
    float: left;
    font-weight: 600;
    font-size: 18px;
}

.meus-videos hr {
    margin-top: 14px;
}

.user-details.armazenamento .user-info {
    margin-left: 12px;
}

.user-details.armazenamento {
    padding: 10px 20px 0;
}

#sidebar-menu {
    padding-bottom: 0 !important;
}

.user-details.armazenamento i {
    font-size: 18px;
    margin-right: 15px;
    /* margin-left:14px;
     */
}

.user-details.armazenamento .dropdown {
    display: flex;
}

.user-details.armazenamento .user-info a.dropdown-toggle {
    padding-top: 0;
    font-weight: 400;
    font-size: 14px;
}

.user-details.armazenamento .text-muted span.pull-right {
    font-size: 12px;
    margin-top: 4px;
}

li.has_sub ul.open {
    display: block !important;
}

.board {
    position: relative;
    min-height: 90vh;
}

.board-column {
    /* position: absolute;
     */
    width: 300px;
    margin: 0 20px;
    background: #f0f0f0;
    border-radius: 3px;
    z-index: 1;
}

.board-column.muuri-item-releasing {
    z-index: 2;
}

.board-column.muuri-item-dragging {
    z-index: 3;
    cursor: move;
}

.board-column-header {
    position: relative;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 3px 3px 0 0;
}

@media (max-width: 600px) {
    .board-column-header {
        text-indent: -1000px;
    }

}

.board-column.todo .board-column-header {
    background: #4a9ff9;
}

.board-column.working .board-column-header {
    background: #f9944a;
}

.board-column.done .board-column-header {
    background: #2ac06d;
}

/* This is the secret sauce, always use a wrapper for setting the "overflow: scroll/auto" */
.board-column-content-wrapper {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
}

/* Never ever set "overflow: auto/scroll" to the muuri element, stuff will break */
.board-column-content {
    position: relative;
    border: 10px solid transparent;
    min-height: 95px;
}

.board-item {
    position: absolute;
    width: 100%;
    margin: 5px 0;
}

.board-item.muuri-item-releasing {
    z-index: 9998;
}

.board-item.muuri-item-dragging {
    z-index: 9999;
    cursor: move;
}

.board-item.muuri-item-hidden {
    z-index: 0;
}

.board-item-content {
    position: relative;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    font-size: 17px;
    cursor: pointer;
    -webkit-box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
    .board-item-content {
        text-align: center;
    }

    .board-item-content span {
        display: none;
    }

}

.board-column {
    margin: 0px 5px !important;
}

.board-column:first-child {
    margin-left: 0px !important;
}

.board.muuri {
    width: 100% !important;
    overflow: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #fff;
    border-bottom-color: #cb1180;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

#modal-loader .modal-body {
    text-align: center;
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#modal-loader .modal-body {
    width: 100%;
}

#modal-loader .modal-content {
    width: 300px;
}

.dados-do-lead {
    padding: 10px 20px;
    border: 2px solid #bfc1c3;
    border-radius: 4px;
    margin-bottom: 20px;
    background: #f1f1f1;
    width: 100%;
    float: left;
}

.dados-do-lead p:last-child {
    margin-bottom: 0;
}

.dados-do-lead h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px solid #bfc1c373;
}

.dados-do-lead p {
    width: 100%;
    float: left;
}

.dados-do-lead a {
    font-weight: 600;
    margin-top: 5px;
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.modal.hide {
    display: none !important;
}

li.select2-results__option {
    text-align: left;
}

.view-more {
    display: none;
}

.view-more.on {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.bt-ver-mais.on i {
    transform: rotate(180deg);
}

a:focus,
a:hover {
    color: #cb1180;
}

span.label.label-ouro {
    background: radial-gradient(
            ellipse farthest-corner at right bottom,
            #fedb37 0%,
            #fdb931 8%,
            #9f7928 30%,
            #8a6e2f 40%,
            transparent 80%
        ),
        radial-gradient(
            ellipse farthest-corner at left top,
            #ffffff 0%,
            #ffffac 8%,
            #d1b464 25%,
            #5d4a1f 62.5%,
            #5d4a1f 100%
        );
}

.label.label-01 {
    background-color: #317eeb;
}

.label.label-02 {
    background-color: #f44336;
}

.label.label-03 {
    background-color: #607d8b;
}

.label.label-04 {
    background-color: #131414;
}

.actions .fa-pencil {
    color: #29b6f6;
}

.actions .fa-trash-o,
.actions .fa-times {
    color: #ef5350;
}

.actions a {
    font-size: 16px;
    padding: 4px 8px;
}

.actions {
    width: 50px;
    text-align: center;
}

#wrapper.enlarged .left.side-menu .user-details {
    display: block !important;
    padding: 0;
    min-height: auto;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}

#wrapper.enlarged .left.side-menu .user-details .user-info {
    display: none;
}

#wrapper.enlarged .left.side-menu .user-details img {
    /* width:76%;
     */
    /* height:auto;
     */
    /* margin-left:12%;
     */
    /* object-fit: cover !important;
     */
}

#wrapper.enlarged .left.side-menu {
    padding-top: 25px !important;
    z-index: 99;
}

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--ct-gray-900);
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238b96a0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}

.btn-close:hover {
    color: var(--ct-gray-900);
    text-decoration: none;
    opacity: 0.8;
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1;
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%);
}

td.link-whatsapp i {
    color: #33b86c;
    font-size: 18px;
}

td.link-whatsapp a {
    color: #797979;
    font-size: 14px;
}

td.link-whatsapp:hover a {
    text-decoration: underline;
}

.user-details .pull-left {
    margin-right: 8px;
}

#wrapper.enlarged .user-details .pull-left {
    margin-right: 0;
}

ul.legenda {
    padding: 0;
    list-style: none;
    text-align: left;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 12px;
    color: #797979;
    background: #ffff;
    width: 220px;
}

ul.legenda li {
    position: relative;
}

ul.legenda li:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #efefef;
    left: -16px;
    margin-top: 3px;
}

ul.legenda li:nth-child(1):before {
    background: #25124a;
}

ul.legenda li:nth-child(2):before {
    background: #a41591;
}

ul.legenda li:nth-child(3):before {
    background: #f17448;
}

.modal-title {
    width: 94%;
    float: left;
}

.modal-header {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.modal-body {
    width: 100%;
    float: left;
}

.modal-footer {
    width: 100%;
    float: left;
}

.modal-content {
    width: 100%;
    float: left;
}

button.btn-close {
    float: right;
}

#external-events p {
    font-size: 14px;
    line-height: 16px;
}

.bt-add-etiqueta {
    font-size: 16px;
}

#event-modal .box-selecionar-lead,
#event-modal .box-selecionar-lead form,
#event-modal .box-selecionar-lead .form-group {
    width: 100%;
    float: left;
    margin: 0;
}

#event-modal .box-selecionar-lead {
    margin-top: 10px;
}

#event-modal .box-selecionar-lead select {
    width: 100%;
    float: left;
}

#event-modal .box-selecionar-lead label {
    margin-bottom: 5px;
}

#event-modal .input-group,
#event-modal .input-group input {
    width: 100%;
}

img#olho,
img#olho2,
img#olho3 {
    height: auto;
    position: absolute;
    right: 18px;
    filter: grayscale(100%);
    cursor: pointer;
    padding: 8px;
    z-index: 999;
    top: 7px;
    background: #efefef;
    border-radius: 3px;
}

.pw-success {
    color: #46bc5c;
}

#loader {
    background: #fff;
}

#loader:before {
    content: "";
    position: absolute;
    animation: is-rotating 1s infinite;
    border: 6px solid #e5e5e5;
    border-radius: 50%;
    border-top-color: #46bc5c;
    height: 90px;
    width: 90px;
    background: #fff;
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -45px;
}

@keyframes is-rotating {
    to {
        transform: rotate(1turn);
    }

}

body::-webkit-scrollbar-track {
    background-color: #aaa8a8;
}

body::-webkit-scrollbar {
    width: 6px;
    background-color: #aaa8a8;
}

body::-webkit-scrollbar-thumb {
    background-color: #222;
    border-radius: 100px;
}

body.login .wrapper-page {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 0;
}

body.login .panel {
    width: 420px;
    margin: 0;
    background: #25124a;
}

.requisistos-senha {
    font-size: 12px;
}

.requisistos-senha ul {
    padding-left: 15px;
}

body.bg-gradient.login .panel-pages .panel-heading {
    padding: 20px 20px;
}

h4.pull-left.page-title
    .item
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    font-weight: 500;
    font-size: 14px;
    color: #505458;
    line-height: 33px;
    margin-right: 10px;
    min-width: 150px;
}

h4.pull-left.page-title .item .select2-container .select2-selection--single {
    height: 33px !important;
}

h4.pull-left.page-title
    .item
    .select2-container
    .select2-selection--single
    .select2-selection__arrow {
    height: 31px !important;
}

h4.pull-left.page-title i.fa.fa-filter {
    margin-right: 10px;
    margin-top: -2px;
}

.bt-add-deal {
    font-weight: 600;
}

ul#select2-select-funil-results li {
    font-size: 14px;
    line-height: 16px;
}

.sweet-alert p {
    font-weight: 400;
}

.user-tabs {
    margin: 0;
    padding: 0;
}

.profile-info-name {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.profile-info-name .fileUpload {
    margin-top: 10px;
}

form.form-seguranca {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #009688;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.panel-heading.box-flex {
    display: flex;
    justify-content: space-between;
}

a.bt-editar-lead {
    position: absolute;
    top: 0px;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.modal .dropdown.float-end i {
    font-size: 20px;
}

#sidebar-menu .label-danger {
    font-size: 8px;
    text-decoration: none !important;
    margin-left: 1px;
    padding: 2px 6px;
}

li.embreve span {
    font-size: 13px;
    /* text-decoration: line-through;
     */
}

li.embreve .label-danger {
    background: #f38b3b;
}

#modal-negociacoes-andamento td .label {
    font-size: 13px;
}

.profile-tab-content {
    margin-top: 20px;
}

.panel-heading a.bt-editar {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.panel-heading {
    position: relative;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.tabs-vertical > li.active > a,
.tabs-vertical > li.active > a:focus,
.tabs-vertical > li.active > a:hover {
    font-weight: 800;
}

.inline-flex .btn {
    margin-top: 10px;
}

form.dados-acesso {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

form.dados-acesso input {
    width: 98%;
}

form.dados-acesso a {
    margin-top: 12px;
}

#form-editar-habilidades .form-group {
    /*border-bottom: 1px solid #e5e5e573;
    */
    padding-top: 10px;
    padding-bottom: 15px;
    margin: 0;
}

#form-editar-habilidades .form-group label.control-label {
    /* padding-top:20px;
     */
}

#form-editar-habilidades input {
    text-align: right;
}

.stages-steps ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}

.stages-steps ul li {
    background: #efe6dd;
    margin: 0px 10px;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    min-width: 132px;
}

.stages-steps ul li.on {
    background: rgb(164, 21, 145);
    background: linear-gradient(
        101deg,
        rgba(164, 21, 145, 1) 25%,
        rgba(203, 17, 128, 1) 50%,
        rgba(243, 139, 59, 1) 100%
    );
}

.stages-steps ul li.on span {
    border: 2px solid #fff;
    color: #fff;
}

.stages-steps ul li span {
    float: left;
    width: 45px;
    height: 45px;
    line-height: 42px;
    border-radius: 100px;
    text-align: center;
    border: 2px solid #a41591;
    color: #a41591;
    font-size: 16px;
    font-weight: 800;
    margin-top: 2px;
}

.box-steps .item {
    display: none;
}

.box-steps .item.on {
    display: block;
}

.stages-steps,
.box-steps,
.actions-steps {
    width: 100%;
    float: left;
}

.actions-steps ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 5px;
}

.actions-steps button {
    margin: 10px 5px;
}

.actions-steps .bt-voltar {
    background: #fff;
    color: #33b86c !important;
}

.marketplace-cards .media-main .btn-group {
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 20px;
    background: #fff;
    border-radius: 100px;
}

.marketplace-cards .media-main .btn-group i {
    color: #8c8d8e;
    font-size: 16px;
    line-height: 25px;
}

.marketplace-cards .btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}

.marketplace-cards .media-main a.pull-left {
    width: 100%;
    float: left;
}

.marketplace-cards .media-main a.pull-left .thumb-lg {
    width: 100%;
    border-radius: 0;
    object-fit: cover;
    height: 200px;
}

.marketplace-cards .panel .panel-body {
    padding: 0;
}

.marketplace-cards .media-main {
    width: 100%;
    float: left;
}

.marketplace-cards .media-main .info {
    width: 100%;
    float: left;
    padding: 15px 20px;
    padding-bottom: 0;
}

.marketplace-cards .media-main .info h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marketplace-cards .infos {
    width: 100%;
    float: left;
    padding: 15px 20px;
    padding-top: 0;
}

.marketplace-cards .infos ul.social-links {
    margin: 0;
}

.marketplace-cards .infos .list-inline > li {
    padding: 0;
    padding-right: 5px;
}

.marketplace-cards .local {
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.marketplace-cards .infos hr {
    margin-top: 5px;
}

.area {
    margin: 10px auto;
    box-sizing: border-box;
    margin-top: 20px;
}

.area video {
    width: 100%;
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}

.area textarea {
    width: 100%;
    margin-top: 10px;
    height: 80px;
    box-sizing: border-box;
    display: none;
}

.area button {
    -webkit-appearance: none;
    /* width: 60%;
     */
    box-sizing: border-box;
    /* padding: 10px;
     */
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #1e88e5;
    /* border-radius:8px;
     */
    padding: 15px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    /* border: 0;
     */
    margin: auto;
    margin-top: 20px;
}

.area button:focus {
    outline: none;
}

.area img {
    max-width: 100%;
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}

.area .caminho-imagem {
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #068c84;
    text-align: center;
    display: none;
}

.area .caminho-imagem a {
    color: white;
    text-decoration: none;
}

.area .caminho-imagem a:hover {
    color: yellow;
}

.area .col2 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 10px solid #14466f;
    background-color: rgb(20 70 111 / 31%);
}

.area .col2 .item {
    margin-bottom: -8px;
    padding-bottom: 0;
    max-height: 308px;
    min-height: 308px;
}

.area .col2 .item.on:nth-child(1) {
    border-right: 5px solid #14466f;
}

.area .col2 .item.on:nth-child(2) {
    border-left: 5px solid #14466f;
}

.msg-success {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

.msg-success p {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.msg-success img {
    width: 35px;
    height: auto;
    object-fit: contain;
    margin-right: 10px;
    margin-bottom: 5px;
}

.area form {
    text-align: center;
}

.bt-salvar-foto-webcam {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px;
}

.user-details img,
.dropdown-toggle.profile img,
.profile-info-name img.img-thumbnail {
    object-fit: cover;
}

#wrapper.enlarged .left.side-menu .user-details {
    text-align: center;
    display: flex !important;
}

#wrapper.enlarged .user-details .pull-left {
    width: 40px;
    height: 40px;
    margin: auto;
}

#wrapper.enlarged .user-details .pull-left img {
    width: 100%;
    height: 100%;
}

.bt-add-portfolio {
    position: absolute;
    top: 8px;
    right: 10px;
    text-align: center;
    line-height: 20px;
}

.tiles-progress .btn-group {
    position: absolute;
    right: -5px;
    top: 14px;
    font-size: 16px;
}

.tiles-progress {
    width: 100%;
    float: left;
    position: relative;
}

.portfolio-items {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.portfolio-items .item {
    width: calc(32% - 3px);
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 10%);
    margin-bottom: 10px;
    margin: 5px;
}

.portfolio-items .item .imagem {
    width: 100%;
    float: left;
}

.portfolio-items .item .imagem img {
    width: 100%;
    float: left;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.portfolio-items .item .infos {
    width: 100%;
    float: left;
    min-height: 75px;
    padding: 10px;
}

.portfolio-items .item .infos .nome {
    width: 100%;
    float: left;
    margin-bottom: 1px;
}

.portfolio-items .item .infos .descricao {
    width: 100%;
    float: left;
}

.portfolio-items .item .infos .nome h2 {
    font-size: 14px;
    line-height: 18px;
    line-height: 20px;
    margin: 0;
    color: #505458;
    line-height: 16px;
    margin-bottom: 2px;
}

.portfolio-items .item .infos .descricao p {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #98a6ad;
}

.portfolio-items .btn-group {
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 100px;
}

.portfolio-items .btn-group i {
    color: #8c8d8e;
    font-size: 16px;
    line-height: 25px;
}

.portfolio-items.open .dropdown-toggle {
    box-shadow: none !important;
}

.leiamais-btn {
    font-size: 80%;
    color: inherit;
    text-decoration: none;
}

.leiamais-tail {
    display: none;
}

#modal-ver-projeto .galeria-projeto {
    display: flex;
    flex-wrap: wrap;
}

#modal-ver-projeto .galeria-projeto .imagem {
    margin: 5px;
}

#modal-ver-projeto .galeria-projeto .imagem img {
    width: 155px;
    height: 155px;
    object-fit: cover;
}

#modal-ver-projeto .galeria-projeto .imagem img:hover {
    opacity: 0.8;
}

.mfp-bg {
    z-index: 99999999 !important;
}

.mfp-wrap {
    z-index: 999999999 !important;
}

.user-details .user-info p.text-muted {
    line-height: 16px;
}

.box-selecionar-lead .display-flex {
    display: flex;
}

.form-horizontal .control-label {
    line-height: 16px;
}

.dropzone {
    border: 2px dashed #dee2e6;
    border-radius: 4px;
    background: #ffff;
}

.box-form-completo .alert {
    margin-bottom: 10px;
}

.alert ul {
    padding-left: 20px;
}

h4.pull-left.page-title button {
    font-weight: 600;
}

.marketplace-cards .panel {
    min-height: 375px;
}

.local .text-muted.text-muted {
    display: flex;
}

.local span.cidade {
    float: left;
    max-width: 150px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 4px;
}

.local span.estado {
    margin-left: 3px;
}

.local i {
    margin-top: 1px;
}

.barra-busca .top-box .tags {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

.barra-busca .top-box .tags p {
    font-weight: 600;
}

.barra-busca .top-box .tags ul {
    list-style: none;
    padding: 0;
    display: flex;
}

.barra-busca .top-box .tags ul li {
    padding: 5px 10px 6px 10px;
    border-radius: 100px;
    color: #f38b3b;
    background-color: #f8e9d0;
    margin: 0px 4px;
    cursor: pointer;
}

.barra-busca .bottom-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.barra-busca .bottom-box .busca .panel-body {
    display: flex;
}

.barra-busca .bottom-box .busca .panel-body .input-group {
    margin-right: 15px;
}

.barra-busca .bottom-box .panel-body {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    width: 100%;
}

.barra-busca .bottom-box > div:nth-child(1) {
    width: 100%;
}

.barra-busca .bottom-box .item:nth-child(1),
.barra-busca .bottom-box .item:nth-child(2) {
    min-width: 25%;
    max-width: 25%;
}

.barra-busca .bottom-box .item:nth-child(3) {
    min-width: 50%;
    max-width: 50%;
}

.barra-busca .bottom-box .input-group {
    width: calc(100% - 12px);
    margin-right: 12px;
}

.barra-busca .bottom-box .item.busca {
    display: flex;
}

.barra-busca .bottom-box .input-group {
    margin-right: 12px;
}

.msg-info {
    text-align: center;
    margin-top: 20px;
}

.msg-info p {
    margin: 0 !important;
}

li.active.tab {
    border-bottom: 3px solid #317eeb;
}

.barra-busca .top-box .tags ul li.on {
    background: #a41591;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
}

#modal-ver-projeto p.descricao-projeto {
    line-height: 16px;
}

.box-message-dias .date,
.box-message-dias .inicio {
    font-weight: 600;
}

.parent {
    overflow-x: hidden;
    float: left;
}

.child {
    width: calc(100vw - 65px);
    float: left;
    font-size: 15px;
    font-family: arial;
    padding: 10px;
    cursor: pointer;
}

.bt-remove-filter {
    display: none;
    color: #fff !important;
    margin-left: 6px;
    font-size: 13px;
}

.barra-busca .top-box .tags ul li.on .bt-remove-filter {
    display: block;
}

.modal .dz-preview.dz-image-preview,
#modal-add-consorcio .dz-preview.dz-image-preview,
#modal-add-financiamento .dz-preview.dz-image-preview {
    margin: 0 10px;
}

.dropzone {
    min-height: 190px;
    max-height: 190px;
}

.box-uploaded-files {
    background: #eef2f7;
    min-height: 155px;
    margin-bottom: 10px;
    padding: 20px;
    overflow-y: auto;
}

.box-uploaded-files p {
    font-weight: 500;
}

.box-uploaded-files .files .item {
    display: block;
    text-align: center;
    width: 100px;
    float: left;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
    /* padding: 10px; */
    background: #fafafa;
    position: relative;
    margin: 0 10px;
    margin-bottom: 10px;
}

.box-uploaded-files .files .item a:not(.bt-remover-upload){
    width:100%;
    float:left;
    padding: 10px;
}

.box-uploaded-files .files {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.box-uploaded-files .files .item p {
    color: #000;
    margin: 0;
    margin-top: -10px;
    font-weight: 600;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.box-uploaded-files .files .item i:not(a.bt-remover-upload i) {
    color: #000;
    font-size: 40px;
    padding: 5px 5px 0 5px;
    width: 100%;
    float: left;
}

.bt-remover-upload {
    background: red;
    border-radius: 100px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
}

.bt-remover-upload i {
    font-size: 14px !important;
    color: #fff !important;
}

.box-uploaded-files .files .item img.thumb-doc{
    margin:0;
    width:80px;
    height:80px;
    object-fit:cover;
    float: left;
    box-shadow: none;
}

.wrapper-comentarios button {
    height: 35px;
    font-size: 14px;
    min-width: 40px;
}

.wrapper-comentarios textarea {
    margin-bottom: 10px;
}

.box-show-comentarios {
    background: #eef2f7;
    width: 100%;
    float: left;
    min-height: 470px;
    margin-bottom: 10px;
    overflow-y: auto;
    /* border-radius: 4px;
     */
    padding: 20px;
}

.box-show-comentarios .item p {
    font-size: 12px;
    margin: 0;
}

.box-show-comentarios .item p.username {
    color: #0d47a1;
}

.box-show-comentarios .item p.date {
    color: #888888;
}

.box-show-comentarios .item .box-msg {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 0;
    color: #000;
    box-shadow: 0 1px 0.5px #00000021;
    font-size: 14px;
    text-align: left;
    position: relative;
    width: 100%;
}

textarea#add-comentarios {
    background-color: #fafafa !important;
    border: 1px solid #eee !important;
}

.modal h2,
#modal-add-consorcio h2,
#modal-add-financiamento h2 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 0;
}

.modal hr,
#modal-add-consorcio hr,
#modal-add-financiamento hr {
    margin-top: 0;
    margin-bottom: 15px;
}

.box-form-completo,
#form-add-financiamento,
.box-steps .item {
    width: 100%;
    float: left;
}

.box-steps .item .col-md-2 {
    padding-left: 0;
    padding-right: 0;
}

.box-steps .item .col-md-10 {
    padding-right: 0;
}

.box-user .dados {
    display: flex;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.box-user .img {
    margin-right: 10px;
}

.box-user .img img {
    width: 40px;
    object-fit: cover;
    height: 40px;
}

.box-user .infos p {
    margin-bottom: 5px;
}

.box-status {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.box-user {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

#modal-add-financiamento.correspondente .box-show-comentarios {
    max-height: 400px;
    overflow: auto;
}

.modal .bt-editar-status,
#modal-add-consorcio .bt-editar-status,
#modal-add-financiamento .bt-editar-status {
    position: absolute;
    top: 8px;
    right: 6px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.box-msg a.dropdown {
    width: 20px;
    height: 20px;
    text-align: center;
    display: none;
}

.box-msg:hover a.dropdown {
    display: block;
}

.float-end {
    float: right !important;
}

.moal .bt-editar-comentario i,
#modal-add-consorcio .bt-editar-comentario i,
#modal-add-financiamento .bt-editar-comentario i {
    margin-right: 10px;
}

.moal .bt-deletar-comentario,
#modal-add-consorcio .bt-deletar-comentario,
#modal-add-financiamento .bt-deletar-comentario i {
    margin-right: 10px;
}

.moal .box-show-comentarios,
#modal-add-consorcio .box-show-comentarios,
#modal-add-financiamento .box-show-comentarios {
    min-height: 400px;
}

.moal .bt-add-participante,
#modal-add-consorcio .bt-add-participante,
#modal-add-financiamento .bt-add-participante {
    float: right;
}

.moal .bt-atualizar-chat,
#modal-add-consorcio .bt-atualizar-chat,
#modal-add-financiamento .bt-atualizar-chat {
    position: absolute;
    top: 8px;
    right: 6px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.box-show-comentarios {
    text-align: center;
}

.box-show-comentarios .item {
    text-align: left;
    margin-bottom: 15px;
}

.box-show-comentarios .item.owner {
    text-align: right;
}

.box-show-comentarios .item .box-msg .text {
    padding-right: 5px;
}

.modal .dropdown,
#modal-add-consorcio .dropdown,
#modal-add-financiamento .dropdown {
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal .modal-header .dropdown,
#modal-add-consorcio .modal-header .dropdown,
#modal-add-financiamento .modal-header .dropdown {
    position: absolute;
    right: 60px;
    top: 27px;
}

.modal .dropdown i,
#modal-add-consorcio .dropdown i,
#modal-add-financiamento .dropdown i {
    color: #8b96a0;
}

.modal .dropdown-menu i,
#modal-add-consorcio .dropdown-menu i,
#modal-add-financiamento .dropdown-menu i {
    margin-right: 5px;
}

.sweet-overlay {
    z-index: 99999;
}

.box-show-participantes {
    width: 100%;
    float: left;
    border: 1px solid #efefef;
    min-height: 100px;
    border-radius: 6px;
    padding: 5px;
    margin-top: -5px;
    text-align: center;
}

.box-show-participantes .item {
    display: block;
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    padding: 5px;
}

.box-show-participantes .item .dados p {
    margin: 0;
}

.box-show-participantes .item .acoes a {
    margin: 5px;
}

.box-show-participantes .item .acoes a.bt-deletar-participante {
    color: red;
}

.wrapper-participantes {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.wrapper-participantes button {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}

input.alert-red,
select.alert-red {
    border: 1px solid #f44336;
    background: #f8f1f1;
}

.a2col-six .col-md-6 .col-md-6:nth-child(1),
.a2col-six.col-md-6 .col-md-6:nth-child(3) {
    padding-left: 0;
}

.a2col-six .col-md-6 .col-md-6:nth-child(2),
.a2col-six .col-md-6 .col-md-6:nth-child(4) {
    padding-right: 0;
}

ul.list-videos {
    list-style: none;
    padding-left: 10px;
}

ul.list-videos li {
    margin-bottom: 15px;
}

ul.list-videos li a {
    font-size: 16px;
}

.coments b.blood-alert {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    float: left;
    border-radius: 100px;
    background: #f44336;
    color: #fff;
    margin-right: 5px;
}

.stages-steps ul li.destaque {
    background: radial-gradient(
            ellipse farthest-corner at right bottom,
            #fedb37 0%,
            #fdb931 8%,
            #9f7928 30%,
            #8a6e2f 40%,
            transparent 80%
        ),
        radial-gradient(
            ellipse farthest-corner at left top,
            #ffffff 0%,
            #ffffac 8%,
            #d1b464 25%,
            #5d4a1f 62.5%,
            #5d4a1f 100%
        );
    color: #fff;
}

.stages-steps ul li.destaque span {
    color: #fff;
    border-color: #fff;
}

.pulse {
    /* margin:100px;
     display: block;
     */
    border-radius: 50%;
    background: #cca92c;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }

}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }

}

.modal .box-show-comentarios,
#modal-add-consorcio .box-show-comentarios,
#modal-add-financiamento .box-show-comentarios {
    max-height: 400px;
    overflow: auto;
}

.modal .box-form-aprovacao .form-group,
#modal-add-consorcio .box-form-aprovacao .form-group,
#modal-add-consorcio .box-form-aprovacao .form-group {
    margin-bottom: 0px;
}

.modal .box-form-aprovacao h2,
#modal-add-consorcio .box-form-aprovacao h2,
#modal-add-financiamento .box-form-aprovacao h2 {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    color: #505458;
    text-transform: uppercase;
    padding-left: 20px;
}

.modal .box-form-aprovacao,
#modal-add-consorcio .box-form-aprovacao,
#modal-add-financiamento .box-form-aprovacao {
    margin-top: 30px;
}

.modal .sanfona,
#modal-add-consorcio .sanfona,
#modal-add-financiamento .sanfona {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.modal .sanfona-titulo,
#modal-add-consorcio .sanfona-titulo,
#modal-add-financiamento .sanfona-titulo {
    background: #eef2f7;
    width: 100%;
    float: left;
    padding: 5px 30px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.modal .sanfona-titulo:hover,
#modal-add-consorcio .sanfona-titulo:hover,
#modal-add-financiamento .sanfona-titulo:hover {
    background: #eef2f7;
}

.modal .sanfona-conteudo,
#modal-add-consorcio .sanfona-conteudo,
#modal-add-financiamento .sanfona-conteudo {
    display: none;
    width: 100%;
    float: left;
}

.modal .sanfona-titulo i.fa.fa-angle-down,
#modal-add-consorcio .sanfona-titulo i.fa.fa-angle-down,
#modal-add-financiamento .sanfona-titulo i.fa.fa-angle-down {
    position: absolute;
    font-size: 23px;
    right: 20px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    color: #505458;
}

.modal .sanfona-titulo i.fa.fa-folder-open,
#modal-add-consorcio .sanfona-titulo i.fa.fa-folder-open,
#modal-add-financiamento .sanfona-titulo i.fa.fa-folder-open {
    position: absolute;
    font-size: 18px;
    top: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    left: 0;
    color: #505458;
}

.modal .box-form-aprovacao h2 span,
#modal-add-consorcio .box-form-aprovacao h2 span,
#modal-add-financiamento .box-form-aprovacao h2 span {
    margin-left: 5px;
}

.modal .sanfona-conteudo.on,
#modal-add-consorcio .sanfona-conteudo.on,
#modal-add-financiamento .sanfona-conteudo.on {
    display: block;
}

.modal .sanfona-titulo.on i.fa.fa-angle-down,
#modal-add-consorcio .sanfona-titulo.on i.fa.fa-angle-down,
#modal-add-financiamento .sanfona-titulo.on i.fa.fa-angle-down {
    transform: rotate(180deg);
}

.modal .sanfona-conteudo .form-group,
#modal-add-consorcio .sanfona-conteudo .form-group,
#modal-add-financiamento .sanfona-conteudo .form-group {
    margin-bottom: 10px;
}

.modal .sanfona-conteudo,
#modal-add-consorcio .sanfona-conteudo,
#modal-add-financiamento .sanfona-conteudo {
    margin-top: 10px;
}

.modal .box-form-aprovacao hr,
#modal-add-consorcio .box-form-aprovacao hr,
#modal-add-financiamento .box-form-aprovacao hr {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.modal .box-form-aprovacao h3,
#modal-add-consorcio .box-form-aprovacao h3,
#modal-add-financiamento .box-form-aprovacao h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 0px;
}

#modal-ticket h2 {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 0;
}

#modal-ticket hr {
    margin-top: 0;
    margin-bottom: 15px;
}

#modal-ticket .bt-atualizar-chat {
    position: absolute;
    top: 8px;
    right: 6px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

#modal-ticket .bt-editar-comentario i {
    margin-right: 10px;
}

#modal-ticket .bt-deletar-comentario i {
    margin-right: 10px;
}

#modal-ticket .box-show-comentarios {
    min-height: 300px;
}

#modal-ticket .bt-add-participante {
    float: right;
}

#modal-ticket .bt-atualizar-chat {
    position: absolute;
    top: 8px;
    right: 6px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

a.bt-editar-status,
a.bt-atualizar-chat {
    float: right;
    color: #cb1180;
}

ul.list-materiais {
    list-style: none;
    padding-left: 10px;
}

ul.list-materiais li {
    margin-bottom: 15px;
}

ul.list-materiais li a {
    font-size: 16px;
}

ul.list-materiais a {
    color: #cb1180;
}

.bt-lixeira {
    position: absolute;
    right: 8px;
    top: 8px;
    background: #e2e2e2;
    color: #565656;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
}

.bt-lixeira:hover {
    background: #cccccc;
    color: #565656;
    cursor: pointer;
}

select.alert-red + .select2 .select2-selection--single {
    border: 1px solid #f44336;
    background: #f8f1f1;
}

.loaderWave {
    width: 3px;
    height: 5px;
    border-radius: 2px;
    display: block;
    margin: 2px auto;
    position: relative;
    background: currentColor;
    color: #fff;
    box-sizing: border-box;
    animation: animloader 0.3s 0.3s linear infinite alternate;
}

.loaderWave::after,
.loaderWave::before {
    content: "";
    width: 3px;
    height: 5px;
    border-radius: 2px;
    background: currentColor;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    box-sizing: border-box;
    animation: animloader 0.3s 0.45s linear infinite alternate;
}

.loaderWave::before {
    left: -5px;
    animation-delay: 0s;
}

@keyframes animloader {
    0% {
        height: 28px;
    }

    100% {
        height: 2px;
    }

}

.not-radius {
    /* margin:100px;
     display: block;
     */
    background: #cca92c;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 1s infinite;
}

.acordion {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.acordion h4 {
    font-size: 14px;
}

.acordion-titulo {
    background: #eef2f7;
    font-size: 14px;
    width: 100%;
    float: left;
    padding: 5px 20px 0px 35px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}

.acordion-titulo:hover {
    background: #eef2f7;
}

.acordion-conteudo {
    display: none;
    width: 100%;
    float: left;
}

.acordion-titulo i.fa.fa-angle-down {
    position: absolute;
    font-size: 23px;
    right: 20px;
    top: 50%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    color: #505458;
}

.acordion-titulo i.fa.fa-folder-open {
    position: absolute;
    padding-left: 10px;
    font-size: 14px;
    top: 50%;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    left: 0;
    color: #505458;
}

.acordion-titulo.on i.fa.fa-angle-down {
    transform: rotate(180deg);
}

.acordion-conteudo {
    margin-top: 10px;
}

.swal {
    font-size: 1.6rem !important;
    font-family: Georgia, serif;
}

.box-show-comentarios .loader {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    left: 50%;
    margin-left: -24px;
}

.footer {
    position: fixed;
    padding: 10px 30px;
    bottom: 0;
    left: 0;
    display: none;
}

#membros form.form-seguranca .form-group {
    display: flex;
    align-content: center;
    align-items: center;
}

#membros form.form-seguranca {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

#membros form.form-seguranca:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#membros form.form-seguranca h4 {
    margin-top: 0;
}

#membros .actions {
    min-width: 200px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

select {
    padding-left: 5px !important;
}

.nav-tabs .label-danger {
    background: #f38b3b;
}

img.icon-parceiro {
    width: 20px;
}

img.icon-parceiro.partner {
    filter: grayscale(100%);
    opacity: 0.5;
}

.box-loader {
    text-align: center;
}

body.login .box-loader p {
    color: #f38b3b !important;
    margin-top: 10px;
    font-size: 14px;
}

.legenda-financiamentos .legenda {
    float: left;
    margin-left: 45px;
}

.comissoes .legenda {
    float: left;
    margin-left: 45px;
}

.portlet .box-options {
    display: flex;
}

.box-tipo-grafico {
    float: left;
    display: flex;
    width: 120px;
    margin-left: 10px;
    position: relative;
}

.bt-tipo-grafico {
    right: 8px;
    top: 8px;
    background: #e2e2e2;
    color: #565656;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
}

.bt-tipo-grafico.on {
    background: #abaaaa;
}

.bt-tipo-grafico.on i {
    color: #fff;
}

.box-message-dias {
    width: 100%;
    float: left;
    margin-top: 10px;
}

#form-add-usuario .col-md-2,
#form-add-usuario .switch {
    margin-bottom: 0;
}

.box-message-dias h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #8a6d3b;
}

#notificationList .pull-left {
    display: flex;
    align-items: center;
}

body.login .alert {
    margin-bottom: 0;
}

.stages-steps ul li p {
    margin: 0;
    font-weight: 800;
    color: #a41591;
    margin-top: 8px;
    font-size: 12px;
}

.stages-steps ul li.destaque p {
    color: #fff;
}

.stages-steps ul li.on p {
    color: #fff;
}

.box-show-comentarios .item.box-loader-msg {
    min-height: 30px;
    position: relative;
}

.box-show-comentarios .item.box-loader-msg .loader {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    border: 4px solid #fff;
    border-bottom-color: #cb1180;
}

.tableMensagem {
    border: 1px solid;
    border-color: #efefef;
}

.tableMensagem tr {
    border: 1px solid;
    border-color: #efefef;
}

.tableMensagem th {
    padding: 10px;
    border: 1px solid;
    border-color: #efefef;
    background: #333;
    color: #fff;
    text-align: center;
}

.tableMensagem td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
    border: 1px solid;
    border-color: #efefef;
    text-align: left;
}

.tableMensagemW {
    width: 300px;
}

a {
    color: #cb1180;
}

a#link-telefone {
    display: flex;
    align-content: center;
    align-items: center;
}

a#link-telefone i {
    font-size: 16px;
    margin-left: 4px;
}

a#link-telefone:hover {
    text-decoration: underline;
}

#sidebar-menu ul ul a {
    font-size: 13px;
}

.panel-fill.panel-default .panel-body.expand {
    position: relative;
    min-height: 230px;
    max-height: 230px;
    overflow: hidden;
}

.panel-fill.panel-default .panel-body.expand::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(#00000000, #ffffff);
    border-radius: 8px;
}

.panel-fill.panel-default .expand-button {
    position: absolute;
    bottom: 5px;
    right: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #cb1180;
    z-index: 999;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    font-weight: 800;
    font-size: 12px;
}

.panel-fill.panel-default .expand-button:hover {
    text-decoration: underline;
}

.panel-expanded {
    max-height: none !important;
}

.panel-body.panel-infos.expand.panel-expanded:after {
    display: none;
}

.social-links-perfil li a {
    background: #eff0f4;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #7a7676;
}

body.login .stages-steps ul li {
    min-width: 28%;
}

body.login.link .stages-steps ul li {
    min-width: 132px;
}

.box-show-comentarios {
    width: 100%;
    float: left;
}

.textArea {
    width: 100%;
    float: left;
}

.wrapper-comentarios {
    width: 100%;
    float: left;
}

.selectUsersClass {
    z-index: 99999999999;
    bottom: 70px !important;
    top: unset !important;
    left: 0px !important;
}

.selectUsersClass ul {
    padding: 0;
    list-style: none;
}

.bt-lixeira-funil {
    position: relative;
    right: 8px;
    top: 0px;
    background: #e2e2e2;
    color: #565656;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    margin-left: 15px;
    border: 0;
}

.bt-lixeira-funil:hover {
    background: #cccccc;
    color: #565656;
    cursor: pointer;
}

.foto-chat {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    object-fit: cover;
    margin: 5px;
}

.box-content-msg {
    display: flex;
    align-content: center;
    align-items: center;
}

a.dropdown-item {
    color: #505458 !important;
}

div.tagsinput span.tag {
    background:#a41591 !important;
}

body.login.link .panel {
    background: #fff;
}

body.login.link .panel a {
    color: #cb1180;
}

body.login.link .panel .logo img {
    width: 210px;
    margin-top: -44px;
}

.toast-success {
    background-color: #f17448 !important;
    box-shadow: 5px 5px 30px rgba(9, 37, 64, 0.05) !important;
    border-radius: 8px !important;
    opacity: 0.9 !important;
}

.user-thumb img {
    object-fit: cover;
}

body.login.link .box-form-completo .alert {
    margin-bottom: 10px;
}

.form-group.termo_mcmv label {
    color: #31708f !important;
}

.btn.bt-copiar-link-externo {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.box-steps .box-show-participantes .item.on {
    display: flex;
}

#anexoAcervo.dropzone .dz-default.dz-message {
    width: 428px;
    height: 123px;
    margin-left: -214px;
    margin-top: -61.5px;
    top: 50%;
    left: 50%;
    transform: scale(0.7);
}

body.login.reset .panel-body p{
    color:#f38b3b !important;
}


body.login.reset .panel-body h2{
    font-size:24px;
    margin-bottom:0px;
}

#tags_tagsinput {
    max-height:60px;
}

#modal-add-consorcio .top-title,
#modal-add-financiamento .top-title {
    display:flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

#modal-add-consorcio .top-title button,
#modal-add-financiamento .top-title button {
    padding:2px 12px;
    font-size:14px;
}

.timeline .panel {
    width:96% !important;
    margin-left:2% !important;
    margin-top:25px !important;
    margin-bottom:25px !important;
    background:#f5f5f5 !important;
}

.timeline .wrapper-page {
    display:block !important;
}

body.timeline {
    height:auto;
}

#cd-timeline{
    color:#505458;
}

#cd-timeline::before{
    background: #cb1180;
    top: 25px;
}

#cd-timeline .cd-timeline-img {
    box-shadow: 0 0 0 4px #cb1180, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

#cd-timeline .cd-timeline-img.cd-success{
    background: #cb1180;
}

#cd-timeline .cd-timeline-content .label-danger {
    background:#f17448;
}

#cd-timeline .cd-timeline-content h3{
    margin-top:5px;
}

#cd-timeline span.cd-date {
    font-size:16px;
    font-weight:600;
    opacity:100;
}

@media only screen and (min-width: 1170px){
    .cd-timeline-block {
        margin: 8em 0;
    }
}

body.timeline h1 {
    text-align:center;
    margin-top:60px;
    margin-bottom:0px;
    font-size:32px;
}

body.timeline h2{
    text-align:center;
    font-style: italic;
    font-weight:400;
    font-size:28px;
    margin-top:20px;
}

b.blood-alert {
    background:#ef5350;
    border-radius:100px;
    padding:2px 6px;
    color:#fff;
}

#notificationList .media-heading {
    font-size:13px;
}

#notificationList .media-heading small {
    font-size:13px;
}

#notificationList .media-body small{
    font-size:13px;
}

#notificationList a small{
    font-size:13px;
}

#modal-add-participante .modal-header {
    display:flex;
    align-content: center;
    align-items: center;
}

#modal-add-participante .dropdown.float-end a {
    color:#8b96a0;
}

#modal-add-participante .dropdown.float-end {
    margin-top:1px;
    margin-right:5px;
}

#modal-add-lead.link-externo button.btn-close {
    position:absolute;
    top: 20px;
    right: 20px;
}

#modal-add-lead .modal-header p{
    color:#505458 !important;
    margin-bottom:0;
    margin-top:5px;
    width:100%;
    float:left;
}

#modal-add-lead.link-externo .logo img {
    width:220px;
    margin-bottom:20px;
}

#modal-add-lead.link-externo .modal-content {
    background:#25124a;;
    border-color:#25124a;
}

#modal-add-lead.link-externo h4 {
    color:#f38b3b;
}

#modal-add-lead.link-externo p {
    color:#fff !important;
}

#modal-add-lead.link-externo .modal-header {
    border-color:#644f8e42 !important;
    text-align:center;
}

#modal-add-lead.link-externo .box-buttons {
    display:flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#modal-add-lead.link-externo .box-buttons button{
    margin:5px;
}

#modal-add-financiamento[data-link-externo='1'] label.col-md-2{
    width:100%;
    text-align:left;
    padding-left:10px;
    margin-bottom:5px;
}

#modal-add-financiamento[data-link-externo='1'] .col-md-10{
    width:100%;
}

#modal-add-financiamento[data-link-externo='1'] .modal-content {
    background:#25124a;
    border-color:#25124a !important;
}

#modal-add-financiamento[data-link-externo='1'] label{
    color:#fff;
}

#modal-add-financiamento[data-link-externo='1'] .modal-header {
    border-color: #644f8e42 !important;
    text-align: center;
}

#modal-add-financiamento[data-link-externo='1'] .modal-header h4{
    color: #f38b3b;
    width: 100%;
    margin-top: 20px;
}

#modal-add-financiamento[data-link-externo='1'] hr{
    border-color: #644f8e42 !important;
}

#modal-add-financiamento[data-link-externo='1'] .logo{
    display: block !important;
}

#modal-add-financiamento[data-link-externo='1'] .logo img{
    width:220px;
}

#modal-add-financiamento[data-link-externo='1'] button.btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
}

#modal-add-financiamento[data-link-externo='1'] .alert.alert-warning,
#modal-add-financiamento[data-link-externo='1'] hr{
    display: none;
}

#modal-add-financiamento[data-link-externo='1'] .wrapper-participantes h2 {
    color:#fff;
    margin-bottom:10px !important;
}

#modal-add-financiamento[data-link-externo='1'] input,
#modal-add-financiamento[data-link-externo='1'] select,
#modal-add-financiamento[data-link-externo='1'] .select2-container .select2-selection--single {
    height: 46px;
    padding: 10px 16px;
}

#modal-add-financiamento[data-link-externo='1'] .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 46px;
    margin-top: -10px;
}

#modal-add-financiamento[data-link-externo='1'] .dropzone{
    background:#ffffffab;
    border: 3px dashed #dee2e6;
}

#modal-add-financiamento[data-link-externo='1'] .col-md-offset-2.col-lg-10 {
    width:100%;
    margin:0;
}

#modal-add-financiamento[data-link-externo='1'] .alert.alert-info{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

#modal-add-lead.link-externo .alert-warning {
    font-size:12px;
}

#modal-add-financiamento[data-link-externo='1'] .tooltip-info{
    border:1px solid #fff;
    border-radius:100px;
}

.tooltip-info {
    position: relative;
    cursor: pointer;
    width:auto;
    /* float: left; */
    display: inline-block;
}

.tooltip-info .icon-hover{
    width:18px;
    height:18px;
    line-height:18px;
    border-radius: 100px;
    text-align:center;
    font-size:12px;
    border: 1px solid #000;
}

.tooltip-info:has(.icon-hover) {
    margin-left:5px;
}

.tooltip-info .tooltiptext-info {
    visibility: hidden;
    min-width: 250px;
    background-color: #f38b3b;
    color: #fff;
    text-align: left;
    border-radius: 3px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 14px;
}

.tooltiptext-info::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #f38b3b transparent transparent transparent;
}

.tooltip-info .tooltiptext-info[data-tooltip-custom="true"]{
    min-width: auto;
    padding: 0px 10px;
    font-size: 10px;
    min-height:28px;
    line-height:28px;
    font-size: 12px;

    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    border-color: #faebcc;
}

.tooltip-info .tooltiptext-info[data-tooltip-custom="true"]::before{
    border-color: #faebcc transparent transparent transparent;
}

.tooltip-info:hover .tooltiptext-info {
    visibility: visible;
    opacity: 1;
}

.tooltip-info .tooltiptext-info ul{
    padding-left:20px;
    margin:0;
}

.tooltip-info .tooltiptext-info ul li{
    line-height:14px;
    margin-bottom:10px;
}

.tooltip-info .tooltiptext-info ul li:last-child{
    margin-bottom:0px;
}

#form-add-participantes .form-group,
#form-add-financiamento .form-group {
    margin-bottom:15px;
}

#modal-add-participante button.btn-close {
    position:absolute;
    right:25px;
    top:25px;
}

#modal-add-financiamento[data-link-externo='1'] .box-show-participantes {
    color: #fff;
}

#modal-add-financiamento[data-link-externo='1'] .box-show-participantes .item{
    border-bottom: 1px solid #efefef2e;
}

#modal-add-financiamento[data-link-externo='1'] .box-show-participantes .item:last-child{
    border-bottom:0;
}

#modal-add-financiamento[data-link-externo='1'] .box-show-participantes .acoes a {
    color:#a41591;
    background:#fff;
    border-radius:100px;
    width:28px;
    height:28px;
    line-height:28px;
    float:left;
}

#modal-add-financiamento[data-link-externo='1'] .box-show-participantes .dados {
    display:flex;
    align-content: center;
    align-items: center;
}

body.login.buscar .panel-body h4{
    color:#f38b3b;
    text-align:center;
    margin-top:0;
}

body.login.buscar .panel-body p{
    color:#fff;
    text-align:center;
}

body.login.buscar .box-buscar {
    width:100%;
    float:left;
    margin-top:10px;
}

.table.ranking tbody td {
    vertical-align: middle;
}

.navbar-nav .open .dropdown-menu {
    display: block;
}

.box-notifications{
    position:absolute;
    width: 300px;
    height:230px;
    right:0;
    /* overflow:auto; */
    display:none;
}

.navbar-nav .dropdown.open a.bt-ver-todas {
    display:block !important;
    position:absolute;
    background:#f6f6f6;
    z-index:99999;
    left:0;
    bottom:0;
    width:100%;
    border:0;
    text-align:center;
    animation: dropdownOpen 0.35s ease-out;
}

ul#notificationList {
    position:absolute;
    top: -1px;
    border-radius:0;
    padding-bottom:44px;
    min-height: 230px;
}

.navbar-nav .dropdown.open .box-notifications {
    display:block;
}

.bt-float-chat {
    position:fixed;
    bottom:20px;
    right:20px;
    background:#241249;
    padding:12px;
    border-radius:100px;
    cursor:pointer;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    transition:0.3s;
}

.bt-float-chat:hover{
    transform:scale(1.1);
}

.bt-float-chat img{
    width:38px;
}

/*
.bt-float-chat:after {
    content:"CHAT";
    position:absolute;
    bottom:-22px;
    left:-50%;
    marginleft:50%;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    color:#241249;
    font-weight:600;
}
*/

.pulse-zoom {
  animation: pulse-zoom 2s infinite;
}

@keyframes pulse-zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

#modal-auth-chat .modal-body {
    text-align:center;
}

#modal-auth-chat .modal-body h4{
    margin-bottom:20px;
}

#modal-auth-chat button.btn-close {
    position:absolute;
    top: 20px;
    right: 20px;
}

#modal-auth-chat #codigo {
    text-align:center;
}

.tooltip-info.custom-linha-credito .tooltiptext-info > ul{
    list-style:none;
    padding-left:0;
}

.tooltip-info.custom-linha-credito .tooltiptext-info > ul > li{
    margin-bottom:25px;
}

.tooltip-info.custom-linha-credito .tooltiptext-info > ul > li:last-child{
    margin-bottom:0px;
}

.tooltip-info.custom-linha-credito .tooltiptext-info{
    min-width:350px !important;
    top: calc(125% + 4px);
    left: calc(50% + 20px);
    transform: translateX(-50%);
    bottom: unset;
    z-index:99999;
}

.tooltip-info.custom-linha-credito .tooltiptext-info::before {
    content: '';
    position: absolute;
    top: -11px;
    left: calc(50% - 26px);
    transform: translateX(-50%);
    transform:rotate(180deg);
    border-width: 6px;
    border-style: solid;/*f38b3b*/
    border-color: #f38b3b transparent transparent transparent;
}

.tooltip-info.custom-linha-credito .tooltiptext-info > ul > li ul li{
    margin-bottom:1px;
}

#error-msg,
#error-msg2 {
    color: red;
}

#valid-msg,
#valid-msg2 {
    color: #009688;
}

input.error {
    border: 1px solid #ff7c7c;
}

.hide {
    display: none;
}

.iti{
    width:100%;
    float:left;
}

.wrapper-input-msg {
    display:inline-block;
    margin-left:5px;
    font-weight:300;
    font-size:13px;
}

#modal-add-financiamento[data-link-externo='1'] input#telefone{
    padding: 10px 50px;
}

.tooltip-info.custom-buscar .tooltiptext-info{
    min-width:110px;
    text-align:center;
}

.tooltip-info.custom-buscar .tooltiptext-info p{
    margin:0;
}

.tooltip-info.custom-buscar .icon-hover{
    border: 1px solid #efefef;
    background: #efefef;
}

#modal-selecionar-agencia .form-group {
    margin-bottom:15px;
}

#modal-loader h2 {
    font-size:18px;
}

#modal-loader p {
    margin-bottom:-10px;
}

body.funil .custom-msg-funil{
    display: block !important;
}

body.funil:not(.correspondente) #modal-loader .modal-dialog{
    top: 50%;
    transform: translate(0%, -50%);
}

body.funil {
    overflow-y: hidden;
}

body.funil.correspondente .content-page > .content{
    padding-top:0;
    padding-bottom:0;
    margin-bottom:0;
}

body.funil.correspondente .board.parent .child,
body.funil.correspondente .board.parent .tasks{
    height: calc(100vh - 150px);
    max-height: calc(100vh - 150px);
}

.box-selecionar-lead .display-flex .position-relative {
    width:100%;
}

.panel-heading.bg-img img {
    z-index:999999999;
}

.bg-overlay{
    z-index:-1;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0.9;
}

.wrapper-participantes h2 {
    display:flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.wrapper-participantes h2 .buttons button{
    margin-left:10px;
}

.table{
    width:100% !important;
}

.wrapper-captcha {
    text-align:center;
}

.wrapper-captcha h2{
    color:#f38b3b;
    font-size:25px;
    width:100%;
    margin:0;
    margin-bottom:5px;
    float:left;
}

.wrapper-captcha p{
    color:#fff;
    font-size:16px;
    margin-bottom:20px;
    width:100%;
    float:left;
}

.wrapper-captcha form{
    width:100%;
    float:left;
}

#captcha {
    min-height:65px;
}

#captcha > div{
    width:100% !important;
    margin:0;
    display:flex;
    justify-content: center;
    align-items: center;
}

.timeline {width:100%;float:left;height: 20px;display: block;list-style: none;text-align: justify;background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(45%, rgba(255,255,255,0)), color-stop(51%, rgba(191,128,11,1)), color-stop(57%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgb(37 18 74) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgba(191,128,11,1) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 45%, rgb(37 18 74) 51%, rgba(255,255,255,0) 57%, rgba(255,255,255,0) 100%);}

.timeline:after {display: inline-block; content: ""; width: 100%;}

.timeline li {display: inline-block;width: 20px;height: 20px;background: #a72598;text-align: center;line-height: 1.2;position: relative;-webkit-border-radius: 50%;border-radius: 50%;}

.timeline li:before {
display: inline-block;
content: attr(data-year);
font-size: 26px;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
        transform: translateX(-50%);
}

.timeline li:nth-child(odd):before {
top: -40px;
}
.timeline li:nth-child(even):before {
bottom: -40px;
}
.timeline li:nth-child(even):after {
top: -90px;
}

.timeline li:after {
    display: inline-block;
    content: attr(data-text);
    font-size: 16px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 30px;
}

.wrapper-timeline {
    width:100%;
    float:left;
    height:300px;
    overflow: auto;
}

.wrapper-timeline ul{
    margin-top: 120px;
}

.wrapper-timeline {
    width:100%;
    float:left;
    height:300px;
    overflow: auto;
}

.wrapper-timeline ul{
    margin-top: 120px;
}

body.configuracoes .panel-body .form-group {
    padding-top:0 !important;
    margin-bottom:0;
}

body.configuracoes .panel-body .checkbox:first-child {
    margin-top:0;
}

body.configuracoes .panel-body .checkbox:last-child {
    margin-bottom:0;
}

body.configuracoes label.switch {
    margin:0;
}

body.configuracoes .tooltiptext-info p {
    margin:0;
    text-transform:initial;
    font-weight: 500;
    font-size:13px;
    line-height:15px;
    text-align:center;
}

body.configuracoes .tooltip-info .tooltiptext-info{
    min-width: 220px;
}

button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button{
    border:0;
    background: #e2e2e2;
    color: #565656;
    border-radius: 100px;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {
    border:0;
    background: #cccccc;
    color: #565656;
    cursor: pointer;
}

#modal-add-financiamento[data-modo-leitura="1"] .box-uploaded-files{
    display:block !important;
}

.cards-resumo.display-flex {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
}

.cards-resumo.display-flex .item {
    flex: 1;
    max-width: 20%;
    margin: 0px 10px 0px 10px;
}

.cards-resumo.display-flex .item:first-child {
    margin-left: 0;
}

.cards-resumo.display-flex .item:last-child {
    margin-right: 0;
}

.cards-resumo.display-flex .item .card-faturamento {
    font-size:13px;
}

.cards-resumo.display-flex .item span.counter {
    font-size:20px;
}

.cards-resumo.display-flex .item .mini-stat-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.cards-resumo.display-flex .item .tiles-progress h5.text-uppercase {
    font-size:13px;
}

.bt-download-leads {
    position: absolute;
    right: 52px;
    top: 8px;
    background: #e2e2e2;
    color: #565656;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
}

#modal-enviar-anexo .msg-info {
    margin-top:0;
    margin-bottom:20px;
}

.bt-filtros-avancados {
    position: absolute;
    right: 95px;
    top: 8px;
    background: #e2e2e2;
    color: #565656 !important;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    font-size:14px !important;
}

#modal-filtros-avancados .modal-footer {
    margin-bottom:20px;
    text-align:center;
}

#modal-modalidade .wrapper-modalidades {
    display:flex;
    gap:10px;
    background:#efefef;
    padding: 20px;
    align-items: center;
}

#modal-modalidade .panel-body {
    text-align:center;
    padding:20px 0px;
    transition:0.01s;
}

#modal-modalidade .panel-body i{
    font-size:25px;
    margin-bottom:20px;
}

#modal-modalidade .wrapper-modalidades .item{
    width:25%;
    cursor: pointer;
}

#modal-modalidade .modal-content .panel{
    margin:0;
}

#modal-modalidade .panel-body:hover{
    background:#cb1180;
    transition:0.01s;
    border-radius:6px;
}

#modal-modalidade .panel-body:hover i,
#modal-modalidade .panel-body:hover p{
    color:#fff;
}

#modal-add-consorcio[data-mode="insert"] .col-md-4{
   display:none;
}

#modal-add-consorcio[data-mode="insert"] .col-md-8{
    width:100%;
}

#modal-add-consorcio[data-mode="insert"] .modal-full{
    width:65%;
}

span[data-dz-errormessage] {
    display:none;
}

#modal-modalidade .wrapper-modalidades .item p{
    padding:0px 10px;
    line-height:16px;
}

#modal-modalidade.fundo .wrapper-modalidades .item{
    width: 48.9%;
}

#modal-modalidade.fundo .wrapper-modalidades {
    flex-wrap: wrap;
}

.item.last-aprovado .form-group {
    margin-bottom:0 !important;
}

.form-control[disabled], 
.form-control[readonly], 
fieldset[disabled] .form-control{
    cursor:not-allowed;
}

.wrapper-modalidades.fundo img {
    width:56px;
    margin-bottom:15px;
}

#modal-modalidade.fundo .wrapper-modalidades .item:hover img{
    filter: brightness(0) invert(1);
}

.modal.in[data-new="true"] .modal-body .col-md-8 {
    width:100%;
}

.modal.in[data-new="true"] .modal-body .col-md-4 {
    display:none;
}

.modal.in[data-new="true"] .modal-full{
    width:60%;
}

button.btn.btn-success.verde {
    background: linear-gradient(101deg, #0ea246 25%, #25d366 100%) !important;
    border: 0 !important;
}

.tiles-progress h5.text-uppercase {
    margin-top:0;
}

#bt-alterar-chat{
    float:right;
}

