ul.contactum-form li {
    list-style: none;
    margin-bottom: 20px;
}

.contactum-form {
    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: 12px 20px;
    border-radius: 8px;
    /* background: #7e3bd0; */
    /* color: #; */
    background: #409EFF;
    color: #fff;
    display: inline-block;
    border: none;
    color: #fff;
    /* width: 120px; */
    /* margin-top: 10px; */
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.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.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, .contactum-form-sub-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-el-form-control {
    box-sizing: border-box;
    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%;
}

.contactum-el-form-control:hover {
   /*
    border: none !important;
    */
}

.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;
}


.contactum-label .required, .contact-sub-fields .required, .contactum-form .required {
    color: red;
    margin-left: 5px;
}

.has-error .contactum-el-form-control {
    border: 1px solid red !important;
}

.has-error .contactum-error-msg {
    color: red;
    margin-top: 5px;
}

.address-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.address-fields .contactum-sub-fields {
    flex-basis: calc(50% - 15px);
    box-sizing: border-box;
}


.contactum-linear_scale .contact-fields {
    display: flex;
    gap: 15px;
}

.contactum-column {
    display: flex;
    gap: 15px;
    width: 100%;
}

.list_type_image input[type="radio"], .list_type_image input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


.list_type_image input[type="radio"]:checked + img, .list_type_image input[type="checkbox"]:checked + img {
    border: 3px solid #409EFF;
}

.list_type_image label {
    flex-basis: 30%;
}

.list_type_image label img {
    max-width: 100%;
    width: 200px;
    cursor: pointer;
}


.choices__list--multiple .choices__item.is-highlighted {
    background-color: #409EFF !important;
    border-color: #409EFF !important;
}

/*

.contactum_net_table th {
    border: 1px solid #e3e3e3;
    padding: 8px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

.contactum_net_table tbody tr td:first-of-type {
    border-left: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
}
.contactum_net_table tbody tr td {
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}


.contactum-screen-reader-element {
    clip: rect(0, 0, 0, 0) !important;
    word-wrap: normal !important;
    border: 0 !important;
    height: 1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.contactum-el-net-label {
    display: inline-block !important;
    border: 0;
    color: #444;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: relative;
    width: 100%;
}

*/


.contactum-linear_scale .contact-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.contactum-linear_scale input[type="radio"] {
    display: none;
}

.contactum-linear_scale .contact-radio-inline {
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f8f8f8;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

.contactum-linear_scale .contact-radio-inline:hover {
    background-color: #e0e0e0;
}

.contactum-linear_scale input[type="radio"]:checked + .contact-radio-inline {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    font-weight: bold;
}