/* Add here all your CSS customizations */
.text
{
	color: black;
    font-family: system-ui;
    font-size: 16px;
}
.form_body{
    width: 80%;
    margin-left: 8%;
    
}
hr.border{
    border: 1px solid rgb(17, 17, 17) !important;
}
.card-title{
    /* text-align: center; */
    font-family: system-ui;
    font-size: 23px;
}
.card-text{
    color: black;
  margin-left: 10px;
}
.img{
    float: right;
}
body{
    font-family: system-ui;
    background-color: rgb(244, 244, 244);
}

.required:after {
    content: '*';
    color: red;
    padding-left: 5px;
}

.line {
    font-family: system-ui;
        background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

#right {
    float: right;

}

#left {
    float: left;
}
.slabel {
    font-family: system-ui;
    color: rgba(51, 45, 45);
    font-size: 15px;
}

.label {
    font-family: system-ui;
    color: rgba(51, 45, 45);
    font-size: 20px;
}

.right_label {
    color: rgba(51, 45, 45);
    font-size: 20px;
    font-family: system-ui;
}



.add_product {
    float: right;
    margin-right: 15px;
}

