ul.contactum-form li {
    list-style: none;
    /*display: flex;*/
    /* flex-basis: 100%; */
    margin-bottom: 30px;
    /*flex-wrap: wrap;*/
}

.contactum-form ul {
    width: 100%;
    margin: 0;
    padding: 0;
}


.btn {
    background: #000;
    padding: 8px 12px;
    color: #fff;
    width: 120px;
    box-sizing: border-box;
}

.submit_wrapper .btn-submit{
    padding: 8px 15px;
    /* background: #7e3bd0; */
    /* color: #; */
    background: #409EFF;
    color: #fff;
    display: block;
    border: none;
    color: #fff;
    width: 120px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.contactum-fields .show-inline {
    display: flex;
    flex-wrap: wrap;
}

.show-inline label {
    margin-right: 15px;
}

.contactum-el label {
    display: flex;
    margin-bottom: 10px;
}

ul.contactum-form li.contactum-name .contactum-fields {
    display: flex;
    justify-content: space-between;
}

ul.contactum-form li.contactum-name .contactum-fields div {
    margin-right: 10px;
}

ul.contactum-form li.field-size-small .contactum-fields {
    width: 30%;
}

ul.contactum-form li.field-size-medium .contactum-fields {
    width: 65%;
}

ul.contactum-form li.field-size-large .contactum-fields {
    width: 100%;
}

.contactum-label  label {
    font-weight: bold;
}

ul.contactum-form.form-label-above li .contactum-label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

ul.contactum-form.form-label-hidden li .contactum-label {
    display: none;
}

.contactum-el-form-control {
    width: 100%;
}

ul.contactum-form.form-label-left li, ul.contactum-form.form-label-right li {
  display: flex;
  justify-content: flex-start;
}

ul.contactum-form.form-label-right li {
    flex-direction: row-reverse;
}

ul.contactum-form.form-label-left li div.contactum-label,
ul.contactum-form.form-label-right li div.contactum-label {
    flex-basis: 20% !important;
    margin-left: 15px;
}

ul.contactum-form.form-label-right li div.contactum-fields {
  flex-basis: 75% !important;
}

.modal-btn {
    color: #fff;
    text-decoration: none;
    display: block;
    background: #7e3bd0;
    width: 200px;
    padding: 8px 12px;
}

.attachment-list li {
    margin: 0;
}

.contactum-section_break {
    border-bottom: 1px solid #ccc;
}

.contactum-fields > input, .contactum-fields > textarea, .contactum-fields > select {
    border: 1px solid #000;
    width:  100%;
}


.contactum-el-form-control {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid #dadbdd;
    border-radius: 7px;
    color: #606266;
    display: block;
    font-family: -apple-system,"system-ui",Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

.name-container {
    display: flex;
    gap: 15px;
}

.btn-image {
    background: #ecf5ff;
    border: 1px solid #b3d8ff;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 12px 20px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    color: #1a7efb !important;
    text-decoration: none;
}