body {
    background-color: rgb(240, 235, 248) !important;
}

.description_container_header_cap {
    background-color: rgb(103, 58, 183);
    color: rgba(255, 255, 255, 1);
}

.submit_button {
    background-color: rgb(103, 58, 183);
}

.clear_inline_container {
    color: rgb(103, 58, 183);
}

.radio-button__input:checked + .radio-button__label .radio-button__custom {
    background-color: rgb(103, 58, 183);
    border-color: transparent;
    transform: scale(0.8);
    box-shadow: 0 0 20px rgb(103, 58, 183);
}

.radio-button__label:hover .radio-button__custom {
    transform: scale(1.2);
    border-color: rgb(103, 58, 183);
    box-shadow: 0 0 20px rgb(103, 58, 183);
}

a {
    color: rgb(103, 58, 183);
}

.datepicker tbody td.active {
    background-color: rgb(103, 58, 183);
    color: white;
}

.line {
    background-color: rgba(103, 58, 183, 0.25);
}

.input_container input:focus ~ .line,
.input_container textarea:focus ~ .line {
    width: 300px;
    max-width: 100%;
    left: 0;
    background-color: rgb(103, 58, 183);
}

.input_container textarea {
    font-family: 'Montserrat', Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    background-color: transparent;
    line-height: 20px;
    color: rgb(32, 33, 36);
    border: unset;
    width: 100%;
    max-width: 100%;
    min-height: 36px;
    resize: none;
    overflow: hidden;
    display: block;
}

.textarea-with-underline {
    position: relative;
}

.textarea-with-underline .underline {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 58, 183, 0.25);
}
