.profiles-container {
    text-align: center;
}

.permission-profiles {
    position: relative;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    overflow-x: scroll;
    /*max-height: 322px;*/
    padding: 0 15px 15px 15px;
    white-space: nowrap;
}

.permission-profiles::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    opacity: .5;
    display: inline-block;
}

.permission-profiles::-webkit-scrollbar-thumb {
    height: 4px!important;
    border-radius: 10px;
    background-color: lightgrey;
    -webkit-box-shadow: inset 0 0 6px lightgrey;
}

.permissions-card {
    width: calc((100% /(5)) - 15px);
    min-width: 200px;
    min-height: 300px;
    margin: 0 7.5px 0 7.5px;
    border: 1px solid ghostwhite;
    display: inline-block;
    white-space: normal!important;
}

.permissions-card:first-of-type {
    margin-left: 0!important;
}

.permissions-card:last-of-type {
    margin-right: 0!important;
}

.permissions-card-img {
    height: 50px;
    margin-bottom: 15px;

}

.permissions-card-description {
    display: flex;
    align-items: center;
    height: 100px;
}

.permissions-card-title {
    font-size: 16px;
    color: lightblue;

}

.profile-section {
    margin-bottom: 15px;
    border-bottom: 1px solid lightslategrey;
    padding: 20px 0;
}

.profile-section:last-of-type {
    margin-bottom: 0;
    border: none;
}

.reports-container {
    position: relative;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    overflow-x: scroll;
    padding: 0 15px 15px 15px;
    white-space: nowrap;
}

/*******************
  DRAG & DROP LIST
*******************/
.list-drag ul[dnd-list] .dndPlaceholder {
    display: block;
    min-height: 25px;
}

.empty-drag h3 {
    margin-top: 15%;
    text-align: center;
}

.list-drag-wrapper {
    height: calc(100vh - 155px);
}

/*********************/



