@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
  	/*font-family: "Roboto", sans-serif;*/
    font-size: 13px;
}
.navbar-nav #topbar-language-dropdown,
.navbar-nav #topbar-search-btn,
.navbar-nav #quick-add-button,
#lead-form .modal-body div .form-group:nth-child(9),
#lead-form .modal-body div .form-group:nth-child(12),
#lead-form .modal-body div .form-group:nth-child(13),
#lead-form .modal-body div .form-group:nth-child(15),
#lead-form .modal-body div .form-group:nth-child(16),
#lead-form .modal-body div .form-group:nth-child(17),
#lead-form .modal-body div .form-group:nth-child(18),
#lead-form .modal-body div .form-group:nth-child(19),
#team-member-view-tabs li a[data-bs-target="#tab-social-links"],
#client-contact-tabs li a[data-bs-target="#tab-social-links"],
#lead-table thead tr th:nth-child(2),
#lead-table tbody tr td:nth-child(2),
#item-table thead tr th:nth-child(2),
#item-table tbody tr td:nth-child(2)
{
	/*display: none !important;*/
}
#lead-table tbody tr a span.avatar-xs {
    width: 20px;
    height: 20px;
}
#lead-table tbody tr td:nth-child(4) a{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar-menu li a {
    color: #1d1d1d;
}
.navbar-nav li a svg,
.sidebar-menu li a svg{
    stroke-width: 2.7;
}
