.deznav {
    background: linear-gradient(227deg, #1b1f5f, #000120);
}

.nav-header {
    background: transparent;
}

.deznav .metismenu a {
    color: #d0d0d0;
}

.deznav .metismenu > li:hover > a, .deznav .metismenu > li:focus > a, 
.deznav .metismenu ul a:hover, .deznav .metismenu ul a:focus, .deznav .metismenu ul a.mm-active {
    color: #ffb000;
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li.mm-active > a {
    color: #ffb000;
    background: rgb(0 0 0 / 17%);
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li.mm-active > a i {
    color: #ffb000;
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu > li > a:before {
    background: #ffb000;
}

.nav-control {
    top: 32%;
}

.header {
    box-shadow: 0px 0px 25px #00000010;
    height: 4.5rem;
}

[data-header-position="fixed"] .content-body {
    padding-top: 4rem;
}

.thumb-clients {
    width: 200px;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
}

.hover-zoom {
    transition: all .3s linear;
}

.hover-zoom:hover {
    transform: scale(1.1);
}

.last-update-font {
    font-size: 13px;
    color: #b5b5b5;
}

.color-last-update {
    color: #0B2A97;
    font-weight: bold;
}

.services-clients svg {
    padding: 0 5px 0 0px;
    width: 25px;
    height: 25px;
}

input {
    background-color: whitesmoke !important;
    border: none !important;
}

.text-primary{
    color: #0b2a97;
}

body {
    font-size: 0.9rem;
}

.card {
    box-shadow: 0px 12px 23px 0px rgb(43 50 58 / 4%);
}

.card:hover {
    box-shadow: 0px 12px 23px 0px rgb(52 65 120 / 10%);
}

.add-client-icon {
    height: 180px;
    width: 18px;
    min-width: 180px;
    line-height: 180px;
    text-align: center;
    border-radius: 100%;
    background: #f7f5f9;
    cursor: pointer;
    transition: all 0.3s;
}

.add-client-icon:hover {
    background: #ececec;
}

.add-client-icon svg {
    color: #c4c4c4 !important;
    transition: all 0.3s;
}

.add-client-icon svg:hover {
    color: #06082F !important;
}

.titles {
    font-size: 24px !important;
}

.avatar.avatar-sm {
    position: relative;
    display: inline-block;
    width: 28px;
    border: 2px solid #ffffff;
    margin-left: -10px;
    border-radius: 50%;
}

.whitesmoke {
    background-color: whitesmoke;
}

.text-dark-gray {
    color: #3d4465;
}

@media(max-width: 970px) {
    .btn-add-ideia {
        position: relative !important;
    }
}

.btn-add-ideia {
    z-index: 0;
}

.dropdown.d-flex.justify-content-center.justify-content-xl-end.align-items-center {
    margin-top: -25px;
}

.form-control {
    border: 1px solid #ccc;
}

.drop-pll {
    cursor: pointer;
    background: whitesmoke;
    border: dashed 1px #0b2a97;
    transition: all 0.3s;
}

.drop-pll:hover {
    box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
}

.drop-icon {
    width: 180px;
    height: 100px;
}

.drop-title {

}

.drop-subtitle {
    font-size: 12px;
    color: #a2a2a2 !important;
}


.div-drop-posts {
    width: 15%;
    padding: 2px;
}

.drop-img-post {
    border-radius: 10px;
    width: 100%;
}

.form-control:not(textarea) {
    height: 45px !important;
}

.picker__input {
    background-color: whitesmoke !important;
    border: none !important;
}

.filter-option-inner-inner {
    font-size: 0.875rem;
}

button.btn.dropdown-toggle.btn-light {
    padding: 10px 15px;
    background: whitesmoke !important;
    border: none;
}

a.dropdown-item {
    font-size: 14px !important;
}

.picker__input {
    cursor: pointer !important;
}

.remove-image {
    background: #171a55;
    padding: 3px 7px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0000004a;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    margin-left: -15px;
    margin-top: -10px;
    font-size: 10px;
}

td {
    padding: 10px !important;
}

.dt-date {
    line-height: normal;
    font-weight: 700;
    color: #0d2a97;
}

.dt-focus {
    font-size: 12px;
    line-height: normal;
    color: #3d4465;
    font-weight: 600;
}


.dt-icons i {
    font-size: 19px !important;
    padding: 5px;
    color: #818592;
    cursor: help;
}

.dt-icons .green {
    color: green;
}

.dt-icons .blue {
    color: #0d2a97;
}

.dt-icons .red {
    color: rgb(199, 0, 0);
}

.dt-icons .orange {
    color: orangered;
}

.dataTables_scroll {
    padding: 0px !important;
}

table.dataTable.display tbody tr:hover {
    box-shadow: none;
}

table.dataTable tbody td {
    background: transparent !important;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #fafafa;
}

.title-posts {
    color: #2f2f3d;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
}

.dataTables_info {
    padding-bottom: 0px !important;
}

.no-line-height p{
    line-height: normal;
}

.div-preview-fb {
    background-color: white;
    border: dashed 1px #dcdcdc;
    border-radius: 10px;
    width: 421px !important;
    margin: auto;
    box-shadow: 2px 3px 15px #00000021;
    min-height: 655px !important;
}

.div-preview-fb-manager {
    background-color: white;
    border: dashed 1px #dcdcdc;
    border-radius: 10px;
    width: 421px !important;
    margin: auto;
    box-shadow: 2px 3px 15px #00000021;
    min-height: 600px !important;
}

.header-right .header-profile img, .user-table {
    object-fit: cover;
}

.user-change {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.db-name {
    color: #050505;
    font-weight: 600;
}

table.dataTable thead .sorting {
    background-position: center right 30px !important;
}

.fb-date {
    font-size: 13px;
    margin-top: -3px !important;
}

.icon-more-close {
    width: 23px;
}

.logo-fb {
    width: 35px;
    margin: 5px 0px;
}

.icon-more-fb {
    width: 25px;
}

.img-posts-preview {
    border-radius: 5px;
    height: 387px;
    object-fit: contain;
}

table.dataTable tbody tr.selected, table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected, table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
    background-color: #f4f4f4 !important;
}

.text-area-design, .text-area-design p {
    color: #2f2f3d;
}

.form-date-design {
    color: #2f2f3d;
    font-weight: 700;
    background-color: whitesmoke;
    border: none;
    height: 45px !important;
    border-radius: 1.25rem;
    padding: 0.375rem 0.75rem;
}



/* TIMELINE */
.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 96px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: .25rem
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s
}

.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 87px;
}

.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff
}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative
}

.badge:empty {
    display: none
}

.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 90px;
    font-size: .8rem;
    padding-left: 30px;
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -90px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #2f2f3d;
    font-size: .7619rem;
    white-space: nowrap;
    font-weight: 700;
}

.type-image-edit {
    max-height: 320px;
    object-fit: contain;
}

.btn-pixell {
    padding: 10px 20px;
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both
}

.vertical-timeline p {
    margin: 0px;
}


.options-card-client .dropdown-toggle {
    width: auto;
}

.dropdown.bootstrap-select.form-control.default-select.options-card-client {
    width: auto;
}

/* .avtivity-card:hover .effect {
    width: 425%;
    height: 862px;
} */

.activity-icon {
    height: 60px !important;
    width: 60px !important;
    min-width: 60px !important;
    line-height: 60px !important;
}

.text-infos-client i {
    font-size: 21px;
}

.avtivity-card .card-body{
    padding: 1.72rem 1rem;
}

.bgl-info {
    background: #dff6fb;
    border-color: #dff6fb;
}

.number-minicard {
    font-size: 16px;
}

.status-dot {
    height: 20px;
    width: 20px;
    border-radius: 100%;
}

.dot-design {
    background-color: rgb(255, 72, 0);
}

.dot-gestor {
    background-color: rgb(35, 211, 108);
}

.timeline-panel {
    border: none; 
}

.widget-media .timeline .timeline-panel {
    background: whitesmoke;
    border-radius: 20px;
}

.correct-alignment {
    padding-top: 2px !important;
}

.read-more {
    cursor: pointer;
}

thead th {
    color: #3d4465 !important;
}

.dataTables_filter input {
    background: #efefef;
    margin-left: 10px !important;
    border-radius: 20px !important;
    border: none !important;
    padding: 10px !important;
}

.dataTables_filter, .dataTables_length {
    font-weight: 400 !important;
    color: #3d4465 !important;
}

.avtivity-card .text-dark-gray {
    transition: all 0.5s; 
}

/* .avtivity-card:hover .text-dark-gray {
    transition: all 0.5s;
    color: #f9f9f9 !important;
} */

.dropdown-menu ::after {
    color: green;
}

label.custom-file-label {
    height: 56px;
    display: flex;
    align-items: center;
    background: whitesmoke;
}

.custom-file-label:after {
    background: #0b2a97;
    height: 56px;
    display: flex;
    align-items: center;
    width: 130px;
    content: "Procurar";
    justify-content: center;
    cursor: pointer;
}

.input.custom-file-input {
    height: 56px;
    margin-top: 20px;
    cursor: pointer;
}

#example2_filter{
    display: flex;
    justify-content: end;
}

.dataTables_length select {
    border-radius: 30px;
    background: whitesmoke;
    border: none;
}

.dropzone {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer !important;
    background: whitesmoke !important;
    border: dashed 1px #0b2a97 !important;
    transition: all 0.3s !important;
    border-radius: 1.25rem !important;
}

.dropzone:hover {
    box-shadow: 5px 5px 15px rgb(0 0 0 / 10%);
}

.flaticon-381-upload {
    font-size: 44px;
    color: #0b2a97;
    margin-bottom: -5px;
    width: 56px;
    margin-right: 10px;
}

.dz-message{
    margin: 0px !important;
}

.dz-remove {
    transition: all 0.3s;
    background: #171a55;
    padding: 3px 8px;
    border-radius: 28px;
    box-shadow: 0px 0px 10px #0000004a;
    font-weight: 700;
    cursor: pointer;
    color: #ffffff;
    position: absolute;
    margin-left: -15px;
    margin-top: -10px;
    font-size: 12px;
    z-index: 1;
}

.dz-remove:hover {
    background-color: white;
    color: #171a55;
    text-decoration: none !important;
}


.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid rgb(233, 233, 233) !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 20px 15px !important;
    border-bottom: 1px solid #f0f1f5 !important;
}

table.dataTable thead th {
    font-size: 16px !important;
    font-weight: 600 !important;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-color: #EEEEEE !important;
}

.paginate_button .current{
    color: #fff !important;
    background: #0B2A97 !important;
}

table.dataTable.display tbody td {
    border-color: #ffffffda !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #f0f1f5 !important;
    margin-bottom: 20px;
}

td.dataTables_empty {
    color: gray;
    font-weight: 400;
    font-size: 15px !important;
    padding: 50px 0px !important;
}

.img-comments {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.img-avatar-minimal {
    height: 28px;
    width: 28px;
    object-fit: cover;
}

.heart-icon {
    font-size: 50px;
    color: #e91e63;
}

.btn-dropdown-posts {
    right: -35px;
    top: -15px;
    float: right;
}

.img-user-approved {
    width: 150px;
    height: 150px;
}

.preview-head p, .preview-head span{
    color: rgba(255, 255, 255, 0.897) !important;
    margin-bottom: 5px !important;
}

.bd-input {
    padding: 10px 15px;
    background: whitesmoke !important;
    border: none !important;
}

[data-sidebar-style="overlay"] .deznav {
    left: 0px;
}

[data-sidebar-style="overlay"] .menu-toggle .deznav {
    left: -100%;
}

@media (max-width: 680px) {
    .nav-control {
        top: 45% !important;
    }
}

.dropdown.bootstrap-select.mx-2.form-control.default-select {
    width: 40%;
}

img.fb-comments-img {
    width: 100%;
}

.custom-icon-external {
    font-size: 14px;
    color: #f94687;
    margin-left: 5px;
}

.bg-icons {
    background: whitesmoke;
    padding: 5px 10px;
    position: absolute;
    right: 25px;
    margin-top: -55px;
    box-shadow: 0px 0px 20px #00000020;
}

.txt-filter {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800 !important;
}

.legends-div p {
    margin-bottom: 20px;
}

.hidden-text a.more{
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    color: #0B2A97;
    text-align: center;
    line-height: 50px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}