body {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-origin: center;
/*                background-image: url('/assets/images/7e1293d21d9f1e7494d31120bc64b237.jpg');*/
}
.carx {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #131722;
    background-clip: border-box;
    border: 0 solid var(--ct-card-border-color);
    border-radius: .5rem
}
.asset-container input, .asset-container label {
    margin-right: 20px;
}

.progress-sticks {
    display: flex;
    width: 100%;

}
.progress-sticks .progress-stick {
    display: block;
    width: 100%;
    border: 1px solid #555;
    margin-right: 5px;
}
.progress-sticks .progress-stick:last-child {
    margin-right: 0;
}

.summary-details {

}
.summary-detail {
    display: flex;
    width: 100%;
    margin-top: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #555;
}
.summary-detail span:first-child {
    display: block;
    padding: 7px;
    background-color: #555;
    color: #fff;
}