.dashboard-content .btn-link {
  display: inline;
  padding: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  vertical-align: top;
  white-space: normal;
}
.dashboard-content p {
  line-height: 1.75;
}
.dashboard-content p:first-child {
  margin-top: -0.2rem;
  margin-bottom: 2.4rem;
}
.dashboard-content .feature-box {
  padding-top: 3.5rem;
  margin-bottom: 2rem;
  border: 2px solid #e7e7e7;
}
.dashboard-content .feature-box i {
  margin-bottom: 2.5rem;
  color: #d3d3d4;
  font-size: 6rem;
  transition: transform 0.35s;
}
.dashboard-content .feature-box:hover i {
  transform: scale(1.15);
  transition: transform 0.35s;
}

.link-pointer{
  cursor: pointer;
}

.select2{
  padding-left: 1.2rem !important;
  height: 46px !important;
  margin-bottom: 1rem !important;
  transition: all 0.3s !important;
  border: 1px solid #dfdfdf !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #777 !important;
  font-family: "Open Sans",sans-serif !important;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px !important;
    font-size:14px !important;
    border: hidden !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px; 
    padding-right: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    position: absolute !important;
    top: 1px !important;
    right: 1px !important;
    width: 20px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: none !important;
    border-radius: 4px;
}