.justify-items-center {
    justify-items: center;
}

.text-ellipsis {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-ellipsis-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

.breadcrumb-item {
    color: #7367f0;
}

.w-60 {
    width: 60% !important;
}
.w-90 {
    width: 90% !important;
}

.preview-item {
    position: relative;
    display: inline-block;
}

.preview-item img {
    object-fit: cover;
    border-radius: 4px;
}

.preview-item button {
    position: absolute!important;
    top: 20px;
    right: 20px;
    background: rgba(255, 0, 0, 0.7);
    border: none;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
}

    .preview-item button:hover {
        background: red;
    }


.recruit-container {
    text-align: center;
    max-width: calc(75rem + 25px);
    margin-inline: auto;
    border: 50px solid transparent;
    border-image: url('/Images/border-mini.png') 45 round;
}

.recruit-line {
    border: 20px solid transparent;
    border-image: url(/Images/border-mini.png) 20 round;
}