.overflow-hidden {
  overflow: hidden;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.pl-15-important {
  padding-left: 15px !important;
}

.pr-15-important {
  padding-right: 15px !important;
}

.max-width-250px {
  max-width: 250px;
}

.swal2-popup {
  font-size: 1.6rem !important;
}

.completion-rate {
    border: 1px solid #000;
    padding: 5px 15px;
    width: 40%;
}

.completion-rate h1 {
    margin-top: 5px;
    font-weight: 600;
}

.d-block {
    display: block;
}

.justify-end {
    -webkit-box-pack: end;
            justify-content: end;
}

.grid-gap {
    grid-gap: 15px;
}

.align-items-end {
    -webkit-box-align: end;
            align-items: end;
}

@media (min-width: 992px) {
    .col-md-auto {
        width: auto;
    }
}