.register-wrapper {
  position: relative;
  padding: 15px;
  z-index: 5;
  width: 80vh;
}
@media (min-width: 768px) {
  .register-wrapper {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .register-wrapper {
    width: 900px;
  }
}
.register-wrapper .card {
  padding: 0;
}
.register-wrapper .card .card-body {
  max-height: 700px;
  overflow: auto;
}
.register-wrapper .card .card-footer {
  padding: 1rem;
}

.numbercard {
  min-height: 160px;
}

.activity_list {
  height: 300px;
  overflow: auto;
  padding-left: 1rem;
  padding-right: 0.5rem;
}
.activity_item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.activity_item-part1_type {
  font-size: 12px;
  font-weight: bold;
}
.activity_item-part3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.implementationdeadline-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.implementationdeadline-item__1-name {
  font-size: 18px;
}
.implementationdeadline-item__1-latest {
  font-size: 12px;
}
.implementationdeadline-item__2 {
  display: flex;
  align-items: center;
}

.modal-title {
  color: #4680ff;
}/*# sourceMappingURL=custom.css.map */