.plex-card {
    display: flex;
}

.data-item__card {
    width: 100%;
    min-height: 250px;
    background-color: white;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 2px 4px 12px 1px #00000021;
    margin-top: 10px;
    margin-bottom: 20px;
}

.data-item__card .card-header {
    min-height: 75px;
    background-size: cover;
    border-radius: 25px;
    background-color: #ffffff;
    border-bottom: 0;
    padding: 0.75rem;
    padding-bottom: 0;
}

.data-item__card .card-header .card-header-tint {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1e1540bf;
    border-radius: 25px;
    border-top-right-radius: 0;
    z-index: -1;
}

.data-item__card .card-header .card-header-text {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px auto;
    color: #2ca1db;
    word-wrap: break-word;
    border-bottom: 1px solid #dee2e6;
}

.data-item__card .card-header-version {
    color: #7955ff;
    text-align: center;
    font-weight: bold;
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: grid;
    align-items: center;
    margin: 0 auto;
    transform: translateY(-30px);
    z-index: 1;
}

.data-item__card .card-body {
    padding: 1.25rem;
    padding-top: 0;
}

.data-item__card .card-body .item-uuid {
    font-weight: bold;
    font-size: 11.5px;
    margin-bottom: 10px;
}

.data-item__card .card-body .item-description {
    font-size: 12px;
    margin-bottom: 10px;
}

.data-item__card .card-body .item-product-code {
    font-weight: bold;
}

.data-item__card .card-body .item-last-update {
}

.data-item__card .card-footer {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    padding: 0;
    text-align: center;
    background-color: transparent;
    border-top: none;
}

.data-item__card .card-footer a {

}

.data-item__card .card-footer .card-button {
    background-color: #7955ff;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
}

.data-item__card .card-footer .card-button:hover {
    background-color: #ffffff;
    color: #7955ff;
}

.recruitment-body {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.arrow-button {
    margin: 0 auto;
    text-align: center;
}

.arrow-button a {
    font-size: 18px;
    padding-left: 19px;
    padding-right: 19px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #007bff !important;
}

.arrow-button a:hover {
    cursor: pointer;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}

.more-button {
    margin: 0 auto;
    text-align: center;
    background: #eaf5ff;
    padding: 7px;
    cursor: pointer;
}

.modal-full-width {
    max-width: 1140px;
    width: 100% !important;
    margin: 0 auto !important;
}


@media only screen and (max-width: 576px) {
    .border-right {
        padding-bottom: 15px;
    }
}
