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

.textarea-with-underline {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    margin-left: 10px;
}

.textarea-with-underline textarea.auto-resize-textarea {
    background-color: transparent;
    border: none;
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    z-index: 1;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 10px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    min-height: 40px;
    height: auto;
    transition: all 0.3s ease;
    outline: none;
    position: relative;
    font-family: inherit;
    color: inherit;
    margin-bottom: 0 !important;
    display: block;
}

.textarea-with-underline textarea.auto-resize-textarea::placeholder {
    color: #999;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.textarea-with-underline textarea.auto-resize-textarea:focus::placeholder {
    opacity: 0.5;
}

.textarea-with-underline .underline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ddd;
    z-index: 0;
    transition: background-color 0.3s ease;
}

.textarea-with-underline textarea.auto-resize-textarea:focus ~ .underline {
    background-color: rgb(103, 58, 183);
    height: 2px;
}

.textarea-with-underline:hover .underline {
    background-color: #aaa;
}

.radio-button-container .textarea-with-underline {
    margin-left: 0;
}

.radio-button-container .textarea-with-underline textarea {
    margin-left: 0;
}
