.product-coefficient-container {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product-coefficient-label {
	padding: 1px 5px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #3450B9;
    border-radius: 8px;
    background: #237ae2;
}

.product-coefficient-lg {
	height: 60px;
}

.product-coefficient-lg .product-coefficient-label {
	padding: 4px 9px;
    font-size: 15px;
}

.product-coefficient-container.flex-start {
	justify-content: flex-start;
}

.flex-direction-column {
    flex-direction: column;
}

.coefficient-notification-hint {
    /*font-size: .75rem;*/
    display: contents;
    color: #237ae2;
}