.b-iexmodal-shax .iexmodal-inner {
    padding: 20px;
}

.b-modal-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #5A5A5A;
    margin-bottom: 10px;
}

.b-modal-img {
    height: 250px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.b-modal-action {
    font-weight: 600;
    font-size: 12px;
    color: #959BA6;
    margin-bottom: 10px;

}

.b-modal-action span {
    color: #EA3600;
}

.b-iexmodal-shax .b-prop-item div {
    font-size: 14px;
}

.b-iexmodal-shax .b-labels {
    overflow: visible;
    width: auto;
    height: auto;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 11px;
}

.b-iexmodal-shax .b-labels__item {
    margin-bottom: 5px;
    margin-right: 5px;
}


.b-iexmodal-shax .b-labels__item.list-group-item-warning {
    background: linear-gradient(90deg, #F16618 0%, #EB5757 100%);
    color: #fff;
    border: none;
}

.b-iexmodal-shax .b-labels__item.list-group-item-danger {
    background: linear-gradient(90deg, #FFA800 0%, #FF8A00 100%);
    color: #fff;
    border: none;
}

.b-iexmodal-shax .b-labels__item.list-group-item-success {
    background: linear-gradient(90deg, #8D36FD 0%, #9554e9 100%);
    color: #fff;
    border: none;
}