.rvk-form-auto .row {
    display: unset;
}

.rvk-form-auto {
    max-width: 330px;
    background: #E9F3FF;
    border: 0.5px solid #8DA8C5;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 20px 35px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.rvk-form-auto input[type="text"] {
    border: 1.5px solid #0069B4;
    color: #0069B4;
    box-sizing: border-box;
    border-radius: 20px;
    min-height: 34px;
    width: 100%;
    padding: 8px 20px 8px 20px;
    font-size: 13px;
    margin-bottom: 20px;
    background: transparent;
}

.rvk-form-auto input[type="number"] {
    border: 1.5px solid #0069B4;
    color: #0069B4;
    box-sizing: border-box;
    border-radius: 20px;
    min-height: 34px;
    width: 100%;
    padding: 8px 20px 8px 20px;
    font-size: 13px;
    margin-bottom: 20px;
    background: transparent;
}

.rvk-form-auto input[type="time"] {
    border: 1.5px solid #0069B4;
    color: #0069B4;
    box-sizing: border-box;
    border-radius: 20px;
    min-height: 34px;
    width: 100%;
    padding: 8px 20px 8px 20px;
    font-size: 13px;
    margin-bottom: 20px;
    background: transparent;
}

.rvk-form-auto input[type="text"]::placeholder {
    color: #0069B4;
}

.rvk-form-auto input[type="number"]::placeholder {
    color: #0069B4;
}

.rvk-form-auto input[type="time"]::placeholder {
    color: #0069B4;
}

.rvk-form-auto input[type="text"]:focus {
    outline: none;
    border: 1.5px solid #24316A;
    color: #24316A;
}

.rvk-form-auto input[type="number"]:focus {
    outline: none;
    border: 1.5px solid #24316A;
    color: #24316A;
}

.rvk-form-auto input[type="time"]:focus {
    outline: none;
    border: 1.5px solid #24316A;
    color: #24316A;
}

.rvk-form-auto input[type="file"] {
    border: 1.5px solid #0069B4;
    color: #0069B4;
    box-sizing: border-box;
    border-radius: 20px;
    min-height: 34px;
    width: 100%;
    padding: 8px 20px 8px 20px;
    font-size: 13px;
    background: transparent;
    cursor: pointer;
}

.rvk-form-auto input[type=file]::file-selector-button {
    background-color: transparent;
    border: none;
    color: #0069B4;
}

.rvk-form-auto input[type=file]::file-selector-button:hover {
    color: #24316A;
}

.rvk-form-auto label {
    color: #24316A;
    font-family: 'PF Beau Sans Pro Bold';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    display: block;
}

.rvk-form-auto button[type="submit"] {
    padding: 8px 8px;
    height: 35px;
    border: 1.5px solid #0069B4;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: transparent;
    width: 100%;
    color: #0069B4;
    font-family: 'PF Beau Sans Pro SemiBold';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.rvk-form-auto textarea:not(.select2-search textarea) {
    border: 1.5px solid #0069B4;
    color: #0069B4;
    box-sizing: border-box;
    border-radius: 20px;
    min-height: 34px;
    width: 100%;
    padding: 8px 20px 8px 20px;
    font-size: 13px;
    margin-bottom: 20px;
    background: transparent;
}

.rvk-form-auto textarea::placeholder {
    color: #0069B4;
}

.rvk-form-auto textarea:focus {
    outline: none;
    border: 1.5px solid #24316A;
    color: #24316A;
}

.rvk-form-auto h6 {
    padding-top: 10px;
    font-family: 'PF Beau Sans Pro Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #0069B4;
}

.rvk-form-auto .custom-control.custom-checkbox {
    display: flex;
    margin-bottom: 20px;
}

.rvk-form-auto .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rvk-form-auto .form-check input[type="radio"] {
    margin-right: 10px;
}

.rvk-form-auto .custom-control.custom-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.rvk-form-auto .custom-control.custom-radio {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.rvk-form-auto .custom-control.custom-radio input[type="radio"] {
    margin-right: 10px;
}

.rvk-form-auto select {
    border: 1.5px solid #0069B4;
    color: #0069B4;
    box-sizing: border-box;
    border-radius: 20px;
    min-height: 34px;
    width: 100%;
    padding: 8px 20px 8px 20px;
    font-size: 13px;
    margin-bottom: 20px;
    background: transparent;
}

.rvk-form-auto select::placeholder {
    color: #0069B4;
}

.rvk-form-auto select:focus {
    outline: none;
    border: 1.5px solid #24316A;
    color: #24316A;
}

.rvk-form-auto .large-placeholder::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

.rvk-form-auto .large-placeholder::-moz-placeholder {
    /* Firefox 19+ */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

.rvk-form-auto .large-placeholder:-ms-input-placeholder {
    /* IE 10+ */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

.rvk-form-auto .large-placeholder:-moz-placeholder {
    /* Firefox 18- */
    white-space: pre-line;
    position: relative;
    top: -7px;
}

.rvk-form-auto .select2-selection--single {
    height: 100% !important;
    min-height: 38px;
    padding-top: 3px;
}

.rvk-form-auto .select2-selection__rendered {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}

.rvk-form-auto .select2-container--default .select2-results>.select2-results__options {
    max-height: none !important;
}

.rvk-form-auto .select2-selection.select2-selection--single {
    display: flex!important;
    align-items: center!important;
}

@media only screen and (max-width: 766px) {
    .rvk-form-auto {
        max-width: unset;
    }
}