@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
    color: #6c757d;
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f49e3f !important;
  }
.custom-cardheight {
    min-height: 275px;
}
.invalid-feedback{
    display: block;
}
.profile-img{
    background-color: #e8e8ea;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    text-align: center;
    padding-top: 8px;
    margin-right: 8px;
}
.bad-success {
    background-color: #28c76f;
    font-size: 12px;
    padding: 7px 9px;
    border-radius: 100px;
}
.lead-value {
    font-size: 13px;
    color: #2f2b3dad;
    font-weight: 400;
    line-height: 18px;
    display: block;
}
.changeLead i {
    font-size: 16px;
}
.highlight1 {
    color: #7367f0;
}
.highlight2 {
    color: #28c76f;
}
.highlight3 {
    color: #ff0000;
}
.u-name {
    font-size: 14px;
    font-weight: 500;
}
.logo.logo-light span.logotext {
    color: #444;
    font-size: 17px;
    font-weight: 500;
    margin-left: 7px;
}
.pagination_C div p {
    font-size: 14px;
    color: #2b2b2b !important;
    margin-bottom: 0px;
}
.pagination_C ul.pagination {
    margin-bottom: 0px;
}
.side-nav .side-nav-link svg {
    margin: 0 5px 0 0;
    width: 25px;
}
