*{
	margin:0;
	padding: 0;
}
.weightclound-section{
	margin-top: 30px;
	padding: 15px;
}
.weightclound-title{
	color: #1642A2;
}
.scale-1{
	position: relative;
	padding: 10px;
    border: 2px solid #9C9C9C;
    text-align: center;
    overflow: hidden;
    margin:10px 0;
    border: 0.5px solid #bcc9de;
}
.scale-1-indicator{
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height:100%;
	z-index: -1
}
.buy-btn{
	background-color: #C9DAF8;
    color: white;
    letter-spacing: 2px;
    padding: 8px 22px;
    border-radius: 10px;
    font-weight: 800;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
}
.buy-btn:hover{
    text-decoration: none;
    opacity: 0.7;
}
.scale-2{
	position: relative;
	padding: 10px;
    border: 2px solid #9C9C9C;
    text-align: center;
    overflow: hidden;
    margin:10px 0;
    border: 0.5px solid #bcc9de;
}
.scale-2-indicator{
	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height:100%;
	z-index: -1
}
.scale-3{
	position: relative;
	padding: 10px;
    border: 2px solid #9C9C9C;
    text-align: center;
    overflow: hidden;
    margin:10px 0;
    border: 0.5px solid #bcc9de;
}
.scale-3-indicator{
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	height:100%;
	z-index: -1
}
.setup-icon{
	float: right;
	cursor: pointer;
}
.go-back-btn{
	cursor: pointer;
}
.tare{
	font-weight: bold;
	padding: 8px 15px;
    border-radius: 10px;
	background-color: #C9DAF8;
    color: black;
}
.scale-setup-1,.scale-setup-2,.scale-setup-3{
	    padding: 15px;
}
.scale-section{
    position: relative;
}
.setup-section{
    margin: 15px auto;
	font-weight: bold;
	display: none;
}
.bl-border{
    border:2px solid #C9DAF8
}
.max-btn{
	background-color: #C9DAF8;
	padding: 5px 15px;
}
.error{
    color: red;
    font-size: 12px;
    font-family: monospace;
}
.scales-title{
    font-weight:700;
    font-size:20px;
}
.buy-btn-disabled{
    pointer-events: none;
    cursor: default;
    background-color: #c7c7c7;
    color: #5c5959;
}

.error-message{
    text-align: center;
    color: red;
}

.scalePlus{
    margin: 0;
    font-family:inherit;
    font-weight: bold;
    margin-left: 38.5%;
}
.title-scale{
    width: 50%;
}
.scale-text-left{
    text-align: left;
}
.scale-text-right{
    text-align: right;
}
.setup-scale-1-error{
    text-align: center;
}
.setup-scale-1-error,.setup-scale-3-error,.setup-scale-2-error{
    display: none;
}
.scale-1-data-message,.scale-2-data-message,.scale-3-data-message{
    display: none;
    font-weight: 600;
}
.batt-perc{
    color: #78797b;
    font-size:12px;
    font-weight: 800;
}
.scale-1-grams,.scale-2-grams,.scale-3-grams{
    font-weight: 400;
}
.scale-1-temperature,.scale-2-temperature,.scale-3-temperature,
.scale-1-humidity,.scale-2-humidity,.scale-3-humidity,
.scale-1-batt,.scale-2-batt,.scale-3-batt,.scale-1-setup-gram,.scale-2-setup-gram,.scale-3-setup-gram{
    font-weight:400;
}
.scale-1-tare-btn,.scale-2-tare-btn{
    cursor: pointer;
}
@media screen and (max-width: 575px) {
    .tare {
        margin-left: 15px;
    }
    .scales-media-inp{
        margin-left: 15px;
    }
    .scale-1-setup-gram,.scale-2-setup-gram,.scale-3-setup-gram{
        margin-left: 15px;
    }
}
