@import url(../fonts/inter-regular/stylesheet.css);
@import url(../fonts/inter-medium/stylesheet.css);
@import url(../fonts/Inter-semibold/stylesheet.css);
@import url(../fonts/inter-bold/stylesheet.css);

.sgsb-stock-stockbar-status {
	width: 100%;
}
.sgsb-stock-stockbar-status::after {
	display: table;
	content: " ";
	clear: both;
}

.jqmeter-container .outer-therm {
	margin: 0;
}

.sgsb-stock-progress {
	width: 0;
	border-radius: 5px;
}

.sgsb-stock-progress-bar {
	width: 100%;
	border-radius: 5px;
	margin-top: 5px;
}

.sgsb-stock-progress-bar-section {
    gap: 16px;
    display: grid;
    background: #fff;
	border-radius: 6px;
	margin-bottom: 20px;
    padding: 15px 15px 15px;
}

.sgsb-stock-progress-title {
    display: flex;
    line-height: 1;
	justify-content: space-between;
}

.sgsb-stock-progress-available-title{
	float: right;
}
.sgsb-stock-progress-sold-title,
.sgsb-stock-progress-available-title {
    font-size: 14px;
	color: #073b4c;
}
.sgsb-stock-progress-count {
	color: #000;
	font-weight: 600;
}

