.pewc-preset-style .pewc-checkbox-form-label, .pewc-preset-style .pewc-radio-form-label, .pewc-preset-style .pewc-item-field-wrapper, .pewc-preset-style .pewc-item-checkbox label {
    display: block;
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body h4{
    font-family: Outfit;
    font-size: 15px;
    line-height: 10px;
    font-weight: 700;
}
.pewc-select-wrapper {
    width: 100%;
   border: 0px solid #eee; 
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
}
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 30px;
    top: 20px;
}