.redesign-form-section {
    clear: both;
    padding: 30px 0 40px;
    scroll-margin-top: var(--main-nav-height, 80px);
}

.redesign-form-section .text {
    padding-top: 20px;
}

.redesign-form-section fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.redesign-form-section form .form-row > div:not(.tooltip-wrapper) {
    padding-bottom:16px;
}

.redesign-form-section .text {
    padding-top: 32px;
}

.redesign-form-section .text h2 {
    font-size: 16px;
    margin-bottom: 0;
}

.redesign-form-section .text h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stylish-select .redesign-form-section .selectedTxt {
    border: 1px solid #ccc;
}

.redesign-form-section .form-wrapper form .newListSelected {
    outline: none;
}
.redesign-form-section .form-wrapper form input:not([type="file"]),
.redesign-form-section .form-wrapper form select,
.redesign-form-section .form-wrapper form .newListSelected .selectedTxt,
.redesign-form-section .form-wrapper form textarea {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    box-shadow: none;
    color: #000;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 0.5rem;
    padding: 0 10px;
    transition: all 0.15s linear;
    width: 100%;
    cursor: pointer;
    outline: none;
}

.redesign-form-section .form-wrapper form input:not([type="file"])::-webkit-input-placeholder {
    color: #b3b3b3;
}

.redesign-form-section .form-wrapper form input:not([type="file"]),
.redesign-form-section .form-wrapper form select,
.redesign-form-section .form-wrapper form .newListSelected .selectedTxt {
    height: 48px;
}

.redesign-form-section .form-wrapper form input:not([type="file"]):hover,
.redesign-form-section .form-wrapper form select:hover,
.redesign-form-section .form-wrapper form .newListSelected:hover .selectedTxt,
.redesign-form-section .form-wrapper form textarea:hover {
    box-shadow: 0 2px 8px 0 #f2f2f2;
}
.redesign-form-section .form-wrapper form input:not([type="file"]):focus,
.redesign-form-section .form-wrapper form select:focus,
.redesign-form-section .form-wrapper form .newListSelected:focus .selectedTxt,
.redesign-form-section .form-wrapper form textarea:focus {
    box-shadow: 0 0 0 2px #e9ccd7;
}
.redesign-form-section .form-wrapper form input:not([type="file"]):active,
.redesign-form-section .form-wrapper form select:active,
.redesign-form-section .form-wrapper form .newListSelected:active .selectedTxt,
.redesign-form-section .form-wrapper form textarea:active {
    box-shadow: 0 0 0 2px #920035;
}

.redesign-form-section .newListSelected {
    height: auto;
}

.redesign-form-section .newListSelected,
.redesign-form-section .form-wrapper form fieldset input:not([type="file"]),
.redesign-form-section .captcha-container,
.redesign-form-section form select.firstLevelSelect {
    margin-top: 9px;
    margin-bottom: 0.5rem;
}

[class*="column"] + .checkbox[class*="column"]:last-child {
    float: none;
}

.redesign-form-section .tooltip-wrapper label + .tooltipster-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 16px;
    font-weight: 300;
    font-size: 11px;
}

.redesign-form-section form select:hover {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAYAAACEJVa/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIJJREFUeNpi/P//PwOlgAmf5N29p/9XM5r9B9FkGQLSOM8lG8wG0fgMYiJkgEd3HmGDQGGCjO/sOfW/isEUjEFsXGLImKABxMgRpYiQGqINwGcQw6MTl4k2AJtBIP0MP798+7/Qu4BoA5ANmmIc+x+kHywAYpBiAAzD9DFSI9kDBBgAGKF25dm/Q7gAAAAASUVORK5CYII=');
}

.redesign-form-section form select:disabled {
    background-color: #DDDDDD;
    cursor: default;
}

.redesign-form-section label + .tooltip-wrapper,
.redesign-form-section label + textarea,
.redesign-form-section label + input[type="text"] {
    margin-top: 5px;
}

.redesign-form-section fieldset {
    clear: both;
}
.redesign-form-section {
    clear: both;
    padding: 30px 0 40px;
}
.redesign-form-section form {
    padding:0 0.9375em 20px;
}

.redesign-form-section form .error input {
}

.redesign-form-section form .error textarea {
    margin-bottom: 5px;
}

.redesign-form-section form input[type="submit"] {
    width:100%;
    text-align:center;
    height:auto;
}
.redesign-form-section form label {
    font-size: 12px;
    font-weight: 500;
    line-height:16px;
    cursor: pointer;
    margin-bottom: 0.25rem;
}

.content-landing-page .redesign-form-section .form-wrapper label {
    float: initial;
    width: auto;
    line-height: 1!important;
    padding: 0;
    text-align: left;
}

.redesign-form-section form input[type="reset"] {
    height: auto;
    margin-bottom: 16px;
    padding: 0;
    background: none;
    font-size: 15px;
    vertical-align: middle;
    color: #000;
    text-decoration: underline;
}

.redesign-form-section form label + input[type="text"],
.redesign-form-section form label + textarea,
.redesign-form-section form label + select + .newListSelected,
.redesign-form-section form label:not(.group-label) + .checkbox:not(.medium-4) {
    margin-top: 4px;
}

.redesign-form-section form label.group-label {
    margin-bottom: 5px;
}

.redesign-form-section .button-wrapper {
    padding-top:10px;
    text-align:center;
}

.redesign-form-section .affirmation {
    display:none;
    font-size:10px;
    color:#000;
}

.redesign-form-section .affirmation a {
    color: #7a0035;
}
.redesign-form-section .show-affirmation,
.redesign-form-section .affirmation {
    background-color: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}
.redesign-form-section .show-affirmation > span {
    text-decoration: underline;
}
.redesign-form-section .title-affirmation {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.redesign-form-section .form-row > div:nth-child(2n+1):not(.captcha-input) {
    clear:left;
}
.redesign-form-section small.error {
    background: none!important;
    color: #e42013;
}
.redesign-form-section small.error:before {
  content: none;
}

.redesign-form-section .form-wrapper form input[type="text"],
.redesign-form-section .form-wrapper form textarea,
.redesign-form-section .form-wrapper form input[type="text"],
.redesign-form-section .form-wrapper form textarea {
    background-position: right 10px top 15px;
    background-repeat: no-repeat;
}

.redesign-form-section .form-wrapper form .error input[type="text"],
.redesign-form-section .form-wrapper form .error textarea {
    border-color: #e42013;
    background-image: url(../images/cross-filled.svg);
}

.redesign-form-section .error small.error {
    margin-top: 0;
    padding: 0;
    font-size: 11px;
    text-align: right;
}

.content-landing-page .redesign-form-section .checkbox.error small.error {
    position: static;
    top: auto;
    margin: 0;
}

.redesign-form-section small.error:after {
  content: none;
}


.redesign-form-section .form-wrapper form .success input[type="text"],
.redesign-form-section .form-wrapper form .success textarea {
    border-color: #71b72b;
    background-image: url(../images/checkmark-filled.svg);
    color: #000;
}

.redesign-form-section small.success {
    display: block;
    position: relative;
    color: #71b72b;
}

.redesign-form-section small.success:after {
    content: none;
}

.redesign-form-section .captcha-input small.success:after {
    top: -60px;
}

.redesign-form-section textarea + small.success:after {
    top: -45px;
}

/* custom checkbox styles */
.redesign-form-section .checkbox {
    display: inline-block;
    position: relative;
}

.redesign-form-section .checkbox.error {
    background:none!important;
    padding:0;
    height: auto;
    display: inline-block;
}

.redesign-form-section .error label,
.redesign-form-section .checkbox.error label {
    color: #4d4d4d;
    font-style: normal;
}

.redesign-form-section .error .newListSelected + small.error:after,
.redesign-form-section .checkbox.error small.error:after,
.redesign-form-section .branch-selection .error:after {
    top: 7px;
    color: #fff;
}

.redesign-form-section .form-wrapper form .error .newListSelected .selectedTxt {
    border-color: #e42013;
}

.redesign-form-section .checkbox input[type="checkbox"] ~ label {
    line-height: 1;
}

.redesign-form-section input[type="checkbox"],
.redesign-form-section input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: visible;
    z-index: 1;
    width: 25px;
    height: 14px;
    cursor: pointer;
    top: 50%;
    margin: -7px 0 0;
}

.redesign-form-section .error input[type="checkbox"],
.redesign-form-section .error input[type="radio"] {
    margin-bottom: 0;
    margin-top: 0;
    top: 0;
}

.redesign-form-section input[type="checkbox"] ~ label,
.redesign-form-section input[type="radio"] ~ label {
    position: relative;
    margin-left: 0;
    padding-left: 39px;
}

.redesign-form-section input[type="checkbox"] ~ label:before,
.redesign-form-section input[type="radio"] ~ label:before {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #e6e6e6;
    position: absolute;
    left: 0;
    top: 4px;
    margin-top: 0;
    transition: all 0.125s ease-in-out;
}

.redesign-form-section input[type="checkbox"]:disabled ~ label:before,
.redesign-form-section input[type="radio"]:disabled ~ label:before {
    background: #f2f2f2;
    border-color: #e6e6e6;
}

.redesign-form-section input[type="checkbox"] ~ label:hover:before,
.redesign-form-section input[type="radio"] ~ label:hover:before {
    box-shadow: 0 2px 8px 0 #f2f2f2;
}
.redesign-form-section input[type="radio"] ~ label:before {
    border-radius: 50%;
}

.redesign-form-section input[type="checkbox"]:focus-visible ~ label:before {
  box-shadow: 0 0 0 2px #e9ccd7;
}

.redesign-form-section input[type="checkbox"] ~ label:before {
    border-radius: 4px;
}

.redesign-form-section input[type="checkbox"]:not(:checked) ~ label:after,
.redesign-form-section input[type="checkbox"]:checked ~ label:after {
    content: '\a100';
    display: block;
    width: 16px;
    height: 16px;
    font-family: 'icons';
    font-size: 22px;
    font-weight: 700;
    line-height: 16px;
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -10px;
    transition: all .2s;
    color: #000;
}

.redesign-form-section input[type="radio"]:not(:checked) ~ label:after,
.redesign-form-section input[type="radio"]:checked ~ label:after {
    content: " ";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 5px;
    top: 9px;
    margin-top: 0;
    background: #920035;
    border-radius: 50%;
    transition: all 0.25s ease-in-out;
}

.redesign-form-section input[type="radio"]:disabled:checked ~ label:after {
    background: #c7c7c7;
}

.redesign-form-section input[type="radio"]:not(:checked) ~ label:after {
    transform: scale(0);
}
.redesign-form-section input[type="radio"]:checked ~ label:after {
    transform: scale(1);
}

.redesign-form-section label:focus:after {
    box-shadow: 2px solid rgba(146, 0, 53, 0.5);
}

.redesign-form-section input[type="radio"]:not(:disabled):checked ~ label:before {
    border-color: #920035;
}

.redesign-form-section input[type="checkbox"]:not(:checked) ~ label:after,
.redesign-form-section input[type="radio"]:not(:checked) ~ label:after {
    opacity: 0;
}

.redesign-form-section input[type="checkbox"]:checked ~ label:after,
.redesign-form-section input[type="radio"]:checked ~ label:after {
    opacity: 1;
}

/* - input Overwrite - */
.redesign-form-section input[type="text"],
.redesign-form-section input[type="password"],
.redesign-form-section input[type="date"],
.redesign-form-section input[type="datetime"],
.redesign-form-section input[type="datetime-local"],
.redesign-form-section input[type="month"],
.redesign-form-section input[type="week"],
.redesign-form-section input[type="email"],
.redesign-form-section input[type="number"],
.redesign-form-section input[type="search"],
.redesign-form-section input[type="tel"],
.redesign-form-section input[type="time"],
.redesign-form-section input[type="url"],
.redesign-form-section input[type="color"],
.redesign-form-section textarea {
    -moz-box-sizing: border-box;
    background-color: #fff;
    border-color: #ccc;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: inherit;
    height: auto;
    margin: 0;
    padding: 0 10px;
    transition: all 0.15s linear 0s;
    width: 100%;
}

.redesign-form-section fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.redesign-form-section .form-row input:not([type="checkbox"]):not([type="file"]) {
    height: 45px;
    padding: 0 20px 0 10px;
}

.redesign-form-section .checkbox {
    height: auto;
}

.redesign-form-section .checkbox:not(.medium-4):last-of-type {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    min-height: auto;
}

.redesign-form-section .checkbox label {
    display: table-cell;
    vertical-align: middle;
    height: 31px;
    padding-left: 39px;
}

.redesign-form-section input[type="checkbox"]:checked ~ label:before {
    background-color: #920035;
    border-color: #920035;
}

.redesign-form-section input[type="checkbox"]:disabled:checked ~ label:before {
    background-color: #f2f2f2;
    border-color: #e6e6e6;
}

.redesign-form-section input[type="checkbox"]:not(:checked) ~ label:after,
.redesign-form-section input[type="checkbox"]:checked ~ label:after {
    width: 24px;
    height: 24px;
    font-size: 22px;
    line-height: 24px;
    margin-top: 0;
    color: #fff;
    top: 3px;
    left: 2px;
}

.redesign-form-section input[type="checkbox"],
.redesign-form-section input[type="radio"] {
    top: 0;
    margin-top: 0;
    height: 25px;
}

.redesign-form-section .form-row .checkbox.medium-4:nth-of-type(3n+1) {
    clear: left;
}

.redesign-form-section .form-wrapper textarea {
    padding: 10px;
}

.redesign-form-section .text li{
  position: relative;
  padding-left: 25px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}

.redesign-form-section .form-row input[type="file"] {
    height: auto;
    padding: 0;
    margin: 0.5rem 0;
}

.redesign-form-section.text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #85003c;
}

.redesign-form-section .text ol li:before {
  counter-increment: counter;
  content: counter(counter) ".";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: none;
}

.redesign-form-section .text ol {
    margin-left: 1.1rem;
}

.redesign-form-section .form-tooltip {
    font-family: "Roboto";
    font-weight: 300;
    font-size: 11px;
    box-shadow: none;
    color: #000;
    background: #e6e6e6;
    border: none;
    border-radius: 0;
    padding: 10px;
}

.redesign-form-section .form-tooltip:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 0;
    border-color: #e6e6e6 transparent transparent
}

.redesign-form-section .captcha {
    margin-bottom: 16px;
}

.redesign-form-section .captcha .loading {
    position: relative;
}

.redesign-form-section .captcha .loading:after {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size:  auto 60%;
}

.redesign-form-section .captcha-container {
    display: block;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    margin-right: 0;
}

.redesign-form-section .captcha-container img {
    height: 43px;
}

.redesign-form-section .captcha .reload-captcha {
    cursor: pointer;
}

.redesign-form-section .validate-captcha {
   padding: 0 15px;
    cursor: pointer;
}

.redesign-form-section .sms-link {
    margin-top: 20px;
}

.redesign-form-section .submit-outer {
    display: inline-block;
    margin-bottom: 16px;
    vertical-align: middle;
}

.redesign-form-section .branch-selection label ~ div {
    margin-top: 5px;
}

.stylish-select .redesign-form-section .branch-selection .newListSelected {
    height: auto;
    min-height: 35px;
}

.stylish-select .redesign-form-section .branch-selection .selectedTxt {
    height: auto;
    white-space: normal;
    line-height: 27px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.stylish-select .redesign-form-section .error .selectedTxt {
    color: #ff0000;
}

.stylish-select .redesign-form-section .branch-selection .selectedTxt:after {
    top: 4px;
}

.redesign-form-section .multilevel-select.error small.error {
    margin-top: 190px;
    max-height: 36px;
}

.redesign-form-section .sms-input {
    padding-left: 15px;
    padding-right: 15px;
}

.redesign-form-section .form-wrapper form input[type="radio"],
.redesign-form-section .form-wrapper form input[type="checkbox"] {
    position: absolute;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    padding: 0;
}

.redesign-form-section .checkbox {
    height: auto;
}

/* ----------- MEDIA QUERIES ---------- */

@media only screen and (max-width: 40.063em) {
    .redesign-form-section form > fieldset > .form-row > .column,
    .redesign-form-section form > fieldset > .form-row > .columns,
    .redesign-form-section form > fieldset > .column,
    .redesign-form-section form > fieldset > .columns,
    .redesign-form-section form > fieldset .captcha,
    .redesign-form-section form > fieldset .captcha-input,
    .redesign-form-section form > fieldset .field-affirmation {
        padding: 0;
    }
}
@media only screen and (min-width: 40.063em) {
    .redesign-form-section form input[type="submit"] {
        width:229px;
        text-align:center;
        height:auto;
        margin:0 auto;
        margin-top:20px;
    }
    .redesign-form-section form .form-row > div:nth-child(2n+1) {
        padding:0 0.9375rem 1rem
    }
    .redesign-form-section form .form-row > div:nth-child(2n) {
        padding:0 0.9375rem 1rem
    }

    .redesign-form-section form .form-item {
        padding:0 0.9375rem;
    }
    .redesign-form-section form label.group-label {
        margin-bottom: 10px;
    }

    .redesign-form-section form input[type="reset"] {
        font-size: 18px;
        height: auto;
    }
    .redesign-form-section form input[type="reset"] + .submit-outer {
        margin-left: 16px;
    }

    .redesign-form-section .captcha {
        margin-bottom: 0;
    }

    .redesign-form-section .captcha-container {
        background: #fff;
        box-sizing:border-box;
        margin-right: 16px;
    }

    .stylish-select .redesign-form-section .branch-selection .newListSelected {
        height: auto;
        min-height: 45px;
    }

    .stylish-select .redesign-form-section .branch-selection .selectedTxt {
        height: auto;
        line-height: 27px;
        padding-top: 9px;
        padding-bottom: 9px;
    }

    .stylish-select .redesign-form-section .branch-selection .selectedTxt:after {
        top: 9px;
    }

    .redesign-form-section small.success:after {
        top: -37px;
    }

    .redesign-form-section .captcha-input small.success:after {
        top: -60px;
    }
}

@media only screen and (min-width: 64.063em) {
    .redesign-form-section .error small.error:before {
        left: 15px;
    }

     .redesign-form-section input[type="checkbox"] ~ label,
     .redesign-form-section input[type="radio"] ~ label {
        padding-left: 39px;
    }

    .redesign-form-section .checkbox:not(.small) input[type="checkbox"] ~ label:before,
    .redesign-form-section .checkbox:not(.small) input[type="radio"] ~ label:before {
        width: 24px;
        height: 24px;
        margin-top: 0;
        left: 1px;
    }

     .redesign-form-section input[type="checkbox"],
     .redesign-form-section input[type="radio"] {
        height: 30px;
        margin-top: -15px;
    }

    .redesign-form-section .error input[type="checkbox"],
    .redesign-form-section .error input[type="radio"] {
        margin-top: 0;
    }

    .redesign-form-section .checkbox:not(.small) input[type="checkbox"]:not(:checked) ~ label:after,
    .redesign-form-section .checkbox:not(.small) input[type="checkbox"]:checked ~ label:after {
        width: 24px;
        height: 24px;
        font-size: 22px;
        line-height: 24px;
        margin-top: 0;
        color: #fff;
        top: 3px;
        left: 2px;
    }

    .redesign-form-section .checkbox:not(.small) input[type="radio"]:not(:checked) ~ label:after,
    .redesign-form-section .checkbox:not(.small) input[type="radio"]:checked ~ label:after {
        height: 14px;
        width: 14px;
        left: 5px;
        margin-top: 0;
    }

    .redesign-form-section .card {
      position: relative;
      display: flex;
      flex-direction: column;
      word-wrap: break-word;
      background-color: #fff;
      background-clip: border-box;
      border-radius: 0.5rem;
      border: 0;
      box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.05),
        0 1px 4px 0 rgba(0, 0, 0, 0.1);
    }
}

.honeypot {
    position: absolute;
    visibility: hidden;
}

input[type="file"] {
  width: .1px;
  height: .1px;
  opacity: 0.001;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

input[type="file"] + label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 0.7rem;
    border: 2px dashed #ccc;
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer!important;
    margin-bottom: 0;
    font-size: 1em;
    color: black;
}

input[type="file"] + label * {
    pointer-events: none;
}

input[type="file"] + label .icon-wrapper {
    padding: 11px;
    background: #e7e7e7;
    border-radius: 6px;
    margin-right: 10px;
}

input[type="file"] + label span {
    display: block;
}

input[type="file"] + label .label-main {
    margin-bottom: 8px;
}
input[type="file"] + label .label-file-extensions,
input[type="file"] + label .label-file-maxsize {
    font-size: 14px;
    font-weight: 400;
}

input[type="file"]:active,
input[type="file"]:active + label {
    border-color: #7a0035;
}

input[type="file"]:focus + label,
input[type="file"] + label:focus {
    box-shadow: 0 0 0 2px #e9ccd7;
}

input[type="file"]:disabled + label {
    pointer-events: none;
    opacity: .5;
}

.files-list {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    padding-top: .25rem;
    transition: padding .35s ease;
}

.files-list:empty {
    padding-top: 0;
}

.files-list .single-item {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 1rem .25rem 0;
    line-height: 1.5;
}

.files-list .single-item .icon {
    margin-right: .25rem;
    cursor: pointer;
    pointer-events: all;
    align-self: flex-end;
}

.files-list .single-item .icon::before {
    font-size: 1.2rem;
    line-height: 1rem;
    font-weight: 800;
    color: #000;
}

.files-list .single-item .icon:hover:before {
    color: red;
}

.files-list .single-item u {
    font-size: .875rem;
    pointer-events: none;
    font-weight: 600;
    margin-right: 0.25rem;
}

.files-list .single-item .file-error-message {
    font-size: .875rem;
}

.files-list .single-item.error u {
    margin-right: 0.5rem;
}

.files-list .single-item.error u,
.files-list .single-item.error .file-error-message {
    color: red;
}
form .form-required-description {
    font-size: 0.75rem;
    color: #4d4d4d;
}

form .form-required-asterisk {
    color: #d73232;
}
