.nav-tabs-custom .nav-item .nav-link.active {
    color: #299cdb;
  }

  .profile-setting-img {
    /* background-color: #1a1d21; */
    background-color: #f3f3f9;
    position: relative;
    height: 50px;
}

.form-margin{
  margin-top:15px;
}

.crm-widget .col-last {
  border-right: 0 !important;
}

@media (max-width: 767.98px)
{
  .crm-widget .col-small {
    border-right: 1px solid var(--vz-border-color) !important;
  }
}

@media (max-width: 767.98px)
{
  .crm-widget .no-bottom {
    border-bottom: 0 !important;
  }
}

.crm-widget .nowrap {
  white-space: nowrap;
}

.crm-widget .dash-link {
  display: inline-block;
}

[data-layout-mode=dark] .profile-setting-img {
	background-color: #1a1d21;
}

@media (min-width: 768px) and (max-width: 1399.98px) {
  .crm-widget .statsection {
    border-right: 1px solid var(--vz-border-color) !important;
  }
}
