.type-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-right: 10px;
}

.type-container {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.type-checkbox {
  width: auto !important;
  margin: 0 !important;
  ;
  margin-right: 5px !important;
  ;
}

.sub-tag-wrapper {
  padding-left: 20px;
  display: none;
}

.type-wrapper {
  padding: 10px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  flex: 1 0 30%;
  margin-right: 5px;
  margin-bottom: 5px;
}

.dashboard-title {
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #30a5bf;
  margin-bottom: 0;
  text-transform: uppercase;
}

.dashboard-title::before {
  content: "";
  border-left: #F2BE22 5px solid;
  margin-right: 10px;
  border-radius: 5px;
}

.card-wrapper {
  margin-top: 30px;
}

.loader-wrapper {
  background-color: #fff;
  opacity: 1;
}

.dashboard-title-wrapper {
  display: flex;
  justify-content: space-between;
  width: 77%;
  margin: 90px auto 0 auto;

}

.dashboard-title-wrapper a {
  text-decoration: none;
}

.dashboard-title-wrapper button {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #30A5BF;
  font-weight: 700;
  color: #30a5bf;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
}

.delete-image {
  position: absolute;
  top: 0;
  left: 160px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.sub-nav {
  position: fixed;
  top: 65px;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  width: 100%;
  z-index: 999;
  background-color: #f8f8f8;
}

.sub-nav-item {
  padding: 15px 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.sub-nav-item:hover {
  background-color: #f0f0f0;
}

.sub-nav-item.active-sub {
  background-color: #f0f0f0;
}

.sub-nav a {
  text-decoration: none;
}