h4.user-log {
  font-size: 28px;
  text-align: center;
  padding: 25px;
}
.open-ticket .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 0.25rem;
  margin-bottom: 25px;
  min-height: 218px;
}
.open-ticket .card .card-body {
  text-align: center;
  /* overflow: hidden; */
  position: relative;
  padding: 2rem !important;
}
.open-ticket .card img {
  width: 71px;
  margin: 11px 0px;
}
.open-ticket .card .card-body .tag-note {
  width: 100px;
  /* height: 20px; */
  position: absolute;
  /* left: -23px; */
  top: 1px;
  /* transform: rotate(-45deg); */
  font-size: 8px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: #1fc3fc;
  /* color: #fff; */
  /* top: 50%; */
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50px;
}
.open-ticket .card .card-body a .app-icon-title {
  font-size: 24px;
  padding: 5px 0 0;
}
.open-ticket .card .card-body a .app-icon-sub-title {
  font-size: 11px;
  color: #2f2f2f;
  letter-spacing: 0.3px;
}
.open-ticket .card .card-body a > span {
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}