.user-show:hover {
  opacity: 0.5;
}

.card-head-user {
  color: #17b3ff;
}

.category-style1 {
  background-color: #c9f8ff;
  border: solid 3px #3cf6ff;
  color: #45a8ff;
}

.category-style2 {
  background-color: #fff8bb;
  border: solid 3px #ffd400;
  color: #d46b1e;
}

.category-style3 {
  background-color: #ffd7d7;
  border: solid 3px #ff4141;
  color: #b11c1c;
}

.category-style4 {
  background-color: #c7ffc0;
  border: solid 3px #45d22b;
  color: #20920b;
}

.tab-style-prof, .tab-style-event, .tab-style-pay {
  border: solid 1px #cacaca;
  background-color: #e9ecef;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.content-style-prof, .content-style-event, .content-style-pay {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.tab-style-prof.active, .content-style-prof.active {
  background-color: #1da9ec;
  border: none;
}

.tab-style-event.active, .content-style-event.active {
  background-color: #f96868;
  border: none;
}

.tab-style-pay.active, .content-style-pay.active {
  background-color: #19e000;
  border: none;
}

.tab-inside {
  border-radius: 15px;
}

.btn-category {
  border-color: #ced4da;
}

.category-active {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.btn-category:hover {
  color: #fff;
  background-color: #2176bd;
  border-color: #2176bd;
}

.category-min label:not(:last-child) {
  border-bottom: none;
}

.pick-year {
  color: #3490dc;
  cursor: pointer;
}
.pick-year:hover {
  text-decoration: none;
  font-weight: 900;
}
