.card-selection-matrix .card-body {
    padding: 0 !important;
}

.selection-matrix {
    border: 1px solid #004D69;
    border-radius: 20px;
    padding: 10px 20px;
    background: #efefef;
    width: 100%;
    margin: 30px auto;
    max-width: 740px;
}

.selection-matrix.matrix-6-cols {
    max-width: 450px;
}

.selection-matrix.matrix-7-cols {
    max-width: 523px;
}

.selection-matrix.matrix-8-cols {
    max-width: 595px;
}

.selection-matrix.matrix-9-cols {
    max-width: 667px;
}

.selection-matrix.matrix-10-cols {
    max-width: 740px;
}

.selection-item {
    border: 1px solid #004D69;
    margin: 5px;
    padding: 0;
    background: #FFFFFF;
}

.selection-item a {
    color: #004D69;
    font-weight: 600;
    text-align: center;
    line-height: 200%;
    display: block;

}

.selection-item-img {
    padding: 8px 5px 0 !important;

}

.selection-item-img .img-container {
    background: #FFFFFF;
    border-bottom: 1px solid #004D69;
}

.selection-item-img .img-container img{
    max-width: 40px !important;
}

.selection-item-info {
    color: #181c32;
    font-weight: 800;
    font-size: 10px;
    padding: 0 2px;
}

.selection-item:not(.not-selectable-item).active,
.selection-item:not(.not-selectable-item):hover {
    background-color: #1bc5bd !important;
    border-color: #1bc5bd;
}

.selection-item.not-selectable-item {
    opacity: 0.5;
}

.selection-item.active a, .selection-item:hover a {
    color: #fff !important;
}

.config-product-identifier {
    font-size: 20px;
}

.time-slots .time-slot-item {
    padding: 13px 0 0;
}

.time-slots .time-slot-item:nth-child(even) {
    background: #f7f7f7;
}

.remote-machines-alerts .alert.alert-custom{
    justify-content: space-between;
}

.remote-machines-alerts .alert-custom .alert-text, .remote-machines-alerts .alert-custom .alert-button div{
    min-height: 38px;
    display: flex;
    align-items: center;
}


.selections-list{
    background: #efefef;
    width: 100%;
    margin: 30px auto;
    max-width: 740px;
}

.selections-list .table {
    margin: 0;
}

.selections-list .selection-item{
    border: none;
}

.selections-list .family-separator {
    background: #FFFFFF;
    border-top: 1px solid #ebedf3;
}