/* Start custom CSS for html, class: .elementor-element-678a405 */.row-container {
    display: flex;
    gap: 5px;
        margin: 5px 0;
        align-items: center;
}
.row-container label {
    margin-top: 0px !important;
    padding-bottom: 0 !important;
}
.row-container img {
        margin-bottom: 10px!important;
    padding-bottom: 0px;
}
.row-container input {
    border-radius: 0px !important;
    max-width: 220px;
}
.label-container {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;

}
form#add-form {
    display: flex
;
    flex-direction: column;
}
button#add-buttona {
    position: relative;
    border: 2px solid;
    font-weight: 700;
}
.subbut {
        position: relative;
    border: 2px solid;
    font-weight: 700;
        color: #e96819;
    border-style: solid;
    border-width: 1px;
    border-color: #e96819;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    cursor: pointer;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 5px;
}/* End custom CSS */