@import url("bootstrap.css");
@import url("bootstrap-extended.css");
@import url("colors.css");
@import url("components.css");

.obs-wrap{
    border: 1px solid silver;
    border-radius: 4px;
    padding: 11px 13px;
    height: 80%;

}
.font-size-icon{
        font-size: 1.5rem !important;
}
.ml-5p{
    margin-left: 5%;
}
.mt-11p{
    margin-top: 8%;
}
.mt-13p{
    margin-top: 18%;
}
.form-pedido{
    border: 0px;
    cursor: not-allowed;
    color: #4E5154;
}
.form-cant{
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 1.6;
    color: #4E5154;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #BABFC7;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.hidden{
    display: none;
}