:root {
    /* Tons neutros */
    --white: #FFFFFF;
    --gray-100: #F0F1F2;
    --gray-200: #ECEDEE;
    --gray-300: #CACBCC;
    --gray-400: #85898C;
    --gray-500: #3D454C;
    --black: #0C0D0D;
    /* Azul escuro */
    --brand-light: #476796;
    --brand: #141414;
    --brand-dark: #00183D;
    /* Azul */
    --blue-light: #DAECF2;
    --blue: #0EA5E9;
    --blue-dark: #0B7EDA;
    /* Verde */
    --green-light: #E9F2E6;
    --green: #00B22D;
    --green-dark: #0E8C2E;
    /* Amarelo */
    --yellow-light: #FDF7E1;
    --yellow: #EEC600;
    --yellow-dark: #D9A91B;
    /* Vermelho */
    --red-light: #FAF0ED;
    --red: #E50B1E;
    --red-dark: #A51B19;
}

.clo_txt_azul {
    color: #3E8FDC;
}

.clo_txt_vermelho {
    color: #FE393E;
}

.clo_txt_amarelo {
    color: #FFE43A;
}

.clo_txt_verde {
    color: #35EB35;
}

.btn-alterar-senha-profile {
    position: absolute;
    bottom: 0;
}

.page-loader {
    background-color: #fff5;
}

.logo-user-profile {
    font-size: 100px;
    text-align: center;
    background: #eee;
}


.profile-logo {
    text-align: center;
    padding-top: 14px;
    background-color: var(--brand);
    color: #FFF;
    font-size: 20px;
    border-radius: 50%;
    width: 46px;
    height: 44px;
    margin-right: 5px;
}

.container-fluid {
    width: 100%!important;
    padding-right: 50px!important;
    padding-left: 50px!important;
    margin-right: auto!important;
    margin-left: auto!important;
}

.right {
    display: flex;
    justify-content: flex-end;
}

.border-nav {
    border: 1px solid var(--gray-300);
    border-radius: 5px!important;
}

.use-info:hover {
    background-color: transparent !important;
}

.angle-logo {
    position: absolute;
    top: 32%;
    right: -25%;
}

.quick-stats .las {
    font-size: 50px;
    color: #fff;
}

.content__inner {
    margin: 0;
}

.sidebar {
    padding: 102px 1rem .5rem;
}

.navigation>li>a {
    padding: .4rem .5rem;
}

.header__logo img {
    max-height: 50px;
}

img {
    max-width: 100%;
}

.header {
    background-color: #052B3F;
}

.font-white {
    color: #fff !important;
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999999;
}

.btn i.las {
    font-size: 1.14rem;
    font-weight: bold;
}

.waves-effect {
    position: relative;
    overflow: hidden;
    user-select: none;
}

.card-img-connection {
    width: 200px;
}

.select2 {
    width: 100%!important;
    padding-top: 13px!important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #fff!important;
    cursor: default;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa!important;
    border-bottom: 1px solid #eceff1!important;
    height: 40px!important;
    margin-top: -12px;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    transition: all 0.5s ease-out;
    transition-property: transform, opacity;
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.btn-bft {
    padding: 14px 24px;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

.uppercase {
    text-transform: uppercase;
}

.btn-gray {
    background-color: var(--gray-300);
    color: var(--brand);
}

.btn-brand {
    background-color: var(--brand);
    border-color: var(--brand);
    color: var(--white);
    /* box-shadow: 0px 2px 5px rgba(112, 112, 112, 0.3); */
}

.btn-brand-secondary {
    background-color: #FFF;
    color: var(--blue)!important;
    border: 1px solid var(--blue)!important;
    border-radius: 2px;
}

.btn-primary {
    background-color: var(--blue)!important;
    color: var(--white);
    border: 1px solid  var(--blue)!important;
    border-radius: 2px;
}

.btn-secondary {
    color: var(--brand);
    background-color: var(--white)!important;
    border: 1px solid var(--gray-200)!important;
    /* box-shadow: 0px 2px 5px rgba(112, 112, 112, 0.3)!important; */
}

.btn-success {
    color: var(--white);
    border-color: var(--green);
    background-color: var(--green);
}


.opacity {
    position: absolute;
    opacity: 0;
    width: 0;
}

.background-disparo {
    background-image: url("/img/background.png");
    background-repeat: no-repeat;
    background-size: cover;
    
    @media screen and (max-width: 1058px) {
        background-position: -400px 0px;
        background-size: auto;
    }
}

.mr-auto {
    display: flex;
    justify-content: center;
    width: 100%;
    border: 0;
}

.title-page {
    font-style: normal;
    font-weight: 700;
    font-size: 48px!important;
    color: #FFF!important;
}

.bg-white {
    background-color: var(--white);
}

.footer {
    position: absolute;
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 15px;
    margin-top: 35px;
    background-color: #f5f5f5;
}

.footer-btwn {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plugins {
    width: 210px;
    margin: 0px 15px;
}

.card,
.card-img-top {
    border-radius: 5px!important;
} 

.card-footer {
    box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.1), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
    background-color: #FFF;
    width: 193px;
    height: 200px;
    margin: 10px;
    border-radius: 10px!important;
}

.card-footer img {
    margin-top: 10px;
}

.tip-border {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px;
    left: 0px;
    top: 0px;
    background: #ffffff;
    border: 1px solid #123d68;
    border-left: 4px solid #123d68;
    box-sizing: border-box;
    border-radius: 2px;
}

.img-card {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.plugin-left {
    background-color: #F5F5F5;
    margin-left: -50px;
}

.t-center {
    text-align: center;
}

.f-20 {
    font-size: 20px;
}

.bold {
    font-weight: bold;
}

.title {
    color: var(--brand);
}

.social img {
    margin: 5px;
    width: 25px;
}

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pd-50 {
    padding: 50px;
}

.ml-5 {
    margin-left: 5px!important;
}

.ml-10 {
    margin-left: 10px!important;
}

.ml-15 {
    margin-left: 15px!important;
}

.ml-20 {
    margin-left: 20px!important;
}

.ml-26 {
    margin-left: 26px!important;
}

.ml-30 {
    margin-left: 30px!important;
}

.ml-35 {
    margin-left: 35px!important;
}

.ml-40 {
    margin-left: 40px!important;
}

.ml-50 {
    margin-left: 50px!important;
}

.ml-100 {
    margin-left: 100px!important;
}

.ml-130 {
    margin-left: 130px!important;
}

.ml--10 {
    margin-left: -10px!important;
}

.ml--15 {
    margin-left: -15px!important;
}

.mr-5 {
    margin-right: 5px!important;
}

.mr-10 {
    margin-right: 10px!important;
}

.mr-20 {
    margin-right: 20px!important;
}

.mr-30 {
    margin-right: 30px!important;
}

.mr-40 {
    margin-right: 40px!important;
}

.mr-50 {
    margin-right: 50px!important;
}

.mt-5 {
    margin-top: 5px!important;
}

.mt-6 {
    margin-top: 6px!important;
}

.mt-7 {
    margin-top: 7px!important;
}

.mt-8 {
    margin-top: 8px!important;
}

.mt-9 {
    margin-top: 9px!important;
}

.mt-10 {
    margin-top: 10px!important;
}

.mt-15 {
    margin-top: 15px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-23 {
    margin-top: 23px!important;
}

.mt-25 {
    margin-top: 25px!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-35 {
    margin-top: 35px!important;
}

.mt-40 {
    margin-top: 40px!important;
}

.mt-50 {
    margin-top: 50px!important;
}

.mt-100 {
    margin-top: 100px!important;
}

.mt-130 {
    margin-top: 130px!important;
}

.mt-150 {
    margin-top: 150px!important;
}

.mt--10 {
    margin-top: -10px!important;
}

.mt--20 {
    margin-top: -20px!important;
}

.mt--25 {
    margin-top: -25px!important;
}

.mt--30 {
    margin-top: -30px!important;
}

.mt--40 {
    margin-top: -40px!important;
}

.mt--100 {
    margin-top: -100px!important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb--10 {
    margin-bottom: -10px!important;
}

.mb--250 {
    margin-bottom: -250px!important;
}

.m-10 {
    margin: 10px!important;
}

.m-20 {
    margin: 20px!important;
}

.m-30 {
    margin: 30px!important;
}

.m-50 {
    margin: 50px!important;
}

.mx-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mt--5 {
    margin-top: -5px;
}

.pd-b-50 {
    padding-bottom: 50px;
}

.pd-lr-30 {
    padding: 0px 30px;
}

.headers-disparopro-people,
.headers-disparopro-organization {
    width: 600px;
}

.headers-pipedrive-people,
.headers-pipedrive-organization {
    width: 400px;
}

.headers-contaazul-people,
.headers-contaazul-organization {
    width: 400px;
}

.dark {
    color: #000;
}

.mt-img p:first-child {
    margin-top: 24px;
}

.mt-img img {
    max-width: 100%;
    width: 24rem;
    /* height: 25% */
}