

.LiveField__error {
color: RED;
}

.LiveField__input{
    background: #EAE7E4;
    border-radius: 8px;
    border: none;
    padding: 4px 16px;
    font-size: 16px;
    height: 48px;
}

.LiveField--submiterror .LiveField__input {
    border: none;
}

.LiveField.LiveField--number label span span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.LiveField label span span {
    font-size: 31px;
    line-height: 34.1px;
    font-weight: 500;
   
}

.Choices__choice {
    display: flex;
    flex-direction: column-reverse;
    width: calc(33.333% - 11px);
}

.ChoicesQuestion.Choices__withImages{
    display: flex;
    gap: 16px;
}

.Choices__choice[aria-checked="true"] {
   border: solid 1px #002B64;
}

.Choices__choice i {
    position: absolute !important;
}

.Choices__choice .Choices__label {
    text-align: center;
   
    font-weight: 600;
    font-size: 18;
    padding: 0;
    margin: 0;
    color :#002B64;
}
.Choices__choice:has(path[d="M19 5v14H5V5h14m0-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z"]) i.MaterialIcon,
.Choices__choice:has(path[d="M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.11 0 2-.9 2-2V5c0-1.1-.89-2-2-2zm-9 14l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"]) i.MaterialIcon {
    left: 0;
    padding-left: 12px;
    top: 50%;
    transform: translateY(-50%);
}


.btn-raised  {
    box-shadow: none !important;
}

[data-reach-slider-handle] {
    background: #1D315C;
}

[data-reach-slider-range] {
    background: #1D315C;
}

.Slider__axis-label--min {
    color: #1D315C;
}

.Slider__axis-label--max {
    color: #1D315C;
}

div[data-reach-slider-handle]::before {
    color: #1D315C;
}

.Slider__container {
font-size: 20px;
}

[data-reach-slider-handle] {
width: 24px;
height: 20px;
}

.Pagination {
    margin-top: 0;
    position: unset;
}
