.progress {
	height: 2.5rem;
}
.progress .sr-only {
	position: relative;
}
.w-90 {
	max-width:90%;
}
.svg-container {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: top;
    overflow: hidden;
}
.svg-container text {
	fill: #ffffff;
}
.svg-content-responsive {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}
.btn-group-wrap {
    flex-wrap: wrap;
}
span[data-bs-toggle="modal"] {
	cursor: pointer;
}