.bg-gradient-primary {
    background-image: linear-gradient(180deg,#222 10%,#111 100%);
    background-size: cover;
    /* height: 100%; */
}
.text-xs {
    font-size: 1.1rem;
    color: #f6c23e!important;
}
/* .fill_lead{
    cursor: pointer;
} */
.fill_lead:hover{
    background: #e8eeff;
    transition: .3s;
}
.sidebar .nav-item {
    /* position: relative; */
    cursor: pointer;
}
.sidebar .nav-item .nav-link .img-profile, .topbar .nav-item .nav-link .img-profile {
    height: 3rem;
    width: 3rem;
}
.mr-2, .mx-2 {
    margin-right: 2.5rem!important;
}
#notificacion{
    position: absolute;
    color: #fff;
    background: red;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    text-align: center;
    font-size: 11px;
    padding: 0.2em;
}

.sidebar .nav-item .nav-link {
    padding: 0% 2% 0% 20%;
    margin: 0.5em 0;
}
.usuarios_sec{
    display: flex; 
    justify-content: 
    space-between;
    text-align: center;
}
.usuarios_sec img{
    width: 12%;
    border: 1px solid #eee;
    border-radius: 100%;
}
.usuarios_sec>div>div{
    display: flex;
    border: 1px solid #ddd;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.encabezados_users{
    background: #000;
    color: #fff;
}

.carou-lenNegocios{
    display: flex;
    justify-content: space-evenly;
}
.carou-lenNegocios div{
    width: 49%;
}
.usersNeg{
    display: flex;
    border: 1px solid #eee;
    width: 92%!important;
    margin: 2% 4%;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    background: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
    border-radius: 5px;
    padding: 1% 0!important;
}
.usersNeg img{
    width: 100%;
    border-radius: 100%;
    border: 1px solid #eee;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 20%);
}

/* .usersNeg p{
    margin: 0;
    padding: 1%;
    border-right: 1px solid #dddddd66;
} */
.informacion_negocios{
    padding: 5% 5%;
    margin: 0% 4%;
    border: 2px solid #eee;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}
.informacion_negocios li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.informacion_negocios h3{
    font-size: 1.3rem;
    color: #555;
    letter-spacing: 0;
}

.informacion_negocios p{
    margin: 0;
    color: #333;
    font-weight: normal;
    font-size: 17px;
}

.informacion_negocios hr{
    margin-top: 2px;
    margin-bottom: 1rem;
}

.carousel-control-next-icon:after
{
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #000;
}

.carousel-control-prev-icon:after {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #000;
}

.carousel-control-next {
    right: 563px;
    top: 10%;
    z-index: 3;
}

.carousel-control-next {
    align-items: flex-start;
}
.bordUsers{
    padding: 0% 0%;
}
.bordUsers:hover{
    background: #fff;
}
/* .bordUsers:hover p{
    border-right: 1px solid #f6c23e66;
}
.bordUsers p{
    padding: 8% 1%;
} */
.bordUsers i{
    cursor: pointer;
}
#btns-filtro{
    display: flex;
    grid-gap: 15px;
    position: relative;
    z-index: 0;
    top: 10.5%;
    justify-content: flex-end;
    width: 30%;
    float: right;
    right: 3em;
}
.btn-Mens{
    background: #fff;
    color: #000;
    border: 1px solid #f1f1f1;
}
.btn-Mens:hover{
    background: #17a2b8;
    color: #fff;
    border: 1px solid #17a2b8;
}
.btn-Trim{
    background: #fff;
    color: #000;
    border: 1px solid #f1f1f1;
}
.btn-Trim:hover{
    background: #f6c23e;
    color: #fff;
    border: 1px solid #f6c23e;
}
.btn-Anual{
    background: #fff;
    color: #000;
    border: 1px solid #f1f1f1;
}
.btn-Anual:hover{
    background: #343a40;
    color: #fff;
    border: 1px solid #343a40;
}

/****** NEW STYLES ******/
.history{
    width: 100%;
    padding: 0;
    margin: 0;
    padding-right: 15%;
}
.history ul{
    padding: 1%;
    list-style: none;
    display: grid;
    grid-template-columns: 15% 85%;
}
.history ul>li{
    padding: 2%;
    align-self: center;
    border-radius: 10px 10px 10px 0;
}

.history ul>li>img{
    width: 100%;
    border-radius: 100%;
    padding: 5%;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 15%);
}

.history ul>li>small{
    margin: 0 2%;
}
.history ul>li>small>i{
    margin: 0 1%;
    font-size: 12px;
    color: #ddd;
}
.history ul>li>p{
    font-weight: normal;
}

.history .coments{
    background: #fff;
    margin: 2%;
    box-shadow: 0 0.15rem 1.75rem 0 rgb(31 45 65 / 10%);
}
#money-val{
    position: relative;
}
#money-val::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f155";
    position: absolute;
    left: 1px;
    font-size: 0.89em;
    top: 29px;
    z-index: 1;
    color: green;
    width: 39px;
    height: 38px;
    background: #f1f1f1;
    align-items: center;
    align-content: center;
    align-self: center;
    display: flex;
    justify-content: center;
}

.menu_modal{
    position: relative;
    border-top: 2px solid #e2bb0f;
}
.menu_modal form{
    
}
.menu_modal form>ul{
    padding: 2%;
    list-style: none;
    margin-bottom: 0;
}
.menu_modal form>ul>li{
    margin: 2% 0;
}
.menu_modal form>ul>ol{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    grid-gap: 20px;
    margin: 2% 0;
    list-style: none;
}
.menu_modal form>ul>ol>li>label{
    font-family: 'Helvetica';
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0;
    color: #222;
    line-height: 15px;
}
.menu_modal form>ul>li>label{
    font-family: 'Helvetica';
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0;
    color: #222;
    line-height: 15px;
}
.menu_modal input, select{
    outline: none;
    width: 100%;
    border-radius: 5px;
    padding: 10px 10px;
    margin: 5px 0px 0px 0px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
    border: 1px solid #ddd;
    background: #fff;
    height: 40px;
    transition: .1s;
}
.menu_modal form>ul>li>textarea{
    outline: none;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 0px;
    border-radius: 5px;
    padding: 8px 6px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #333;
    border: 1px solid #ddd;
    border-bottom: 1px solid #007eba5c;
    background: #fff;
    height: 100px;
}
.menu_modal form>button{
    
}
.img-profile{
    width: 50%;
    display: flex;
    margin: auto;
}
.info-dropdown{
    text-align: center;
}
.info-dropdown p{
    position: relative;
    font-size: 15px;
    color: #777;
    margin: 5% 0 9%;
}
.info-dropdown p::after{
    font-size: 14px;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    right: 0;
    left: 0;
    content: attr(data-label);
}
.dropdown-item {
    padding: 3% 10%;
}

#botons_colum{
    padding: 0 2%;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

#cancel{
    width: 100%;
    padding: 2.5% 0;
    border-radius: .25rem;
    color: #fff;
    background: crimson;
    border: 1px solid crimson;
}

#acept{
    width: 100%;
    padding: 2% 0;
    border-radius: .25rem;
    background: #0073ea;
    color: #fff;
    border: 1px solid #0073ea;
}
#image_modal{
    width: 20%;
    margin: 0 auto;
    display: flex;
}

#view_lead{
    width: 2.5%; 
    text-align: center; 
    color: #08f;
}

#delete_lead{
    width: 2.5%; 
    text-align: center;
    border:none; 
    color: crimson
}

#text-modal{
    font-weight: normal;
    letter-spacing: 0;
    text-align: center;
    padding: 5% 0 2%;
    margin: 0;
}
#text-modal strong{
    letter-spacing: 0;
    color: #000;
}

.sidebar .nav-item .nav-link i {
    font-size: .85rem;
    margin-right: .25rem;
    position: absolute;
    left: 10%;
    top: 50%;
    bottom: 0;
    margin: auto 0;
    transform: translate(-50%,-50%);
    color: #ddd!important;
}
.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255,255,255,.15);
    width: 100%;
    margin: 0 1rem 1rem 0;
}

.div_leadsu div{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0% 3%;
}

.div_leadsu div>p{
    margin: 0;
}
.div_leadsu hr{
    margin: 2% 0%;
}
@media (max-width: 947px){
    .carou-lenNegocios div {
        width: 100%;
    }
    .carou-lenNegocios {
        flex-wrap: wrap;
    }
    #btns-filtro {
        top: 0;
    }
    
}