.swi-ud-main-header {
    align-items: flex-start;
    width: fit-content;
}

.swi-ud-alert {
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.swi-ud-alert i {
    font-size: 25px;
    width: 25px;
    margin-right: 5px;
}

.swi-ud-alert.swi-ud-alert-pink {
    background-color: rgba(255, 30, 164, 0.07);
    color: #ff1ea4;
}

.swi-ud-alert.swi-ud-alert-pink i {
    color: #ff1ea4;
    position: relative;
}

.swi-ud-form-rows {
    display: flex;
    flex-direction: column;
}

.swi-ud-form-rows:last-child {
    margin-bottom: 0;
}

.checkbox,
.radio,
.switch {
    width: auto;
    height: auto;
    line-height: normal;
    white-space: nowrap;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.checkbox>*,
.radio>*,
.switch>* {
    margin: 0;
    padding: 0
}

.checkbox>input,
.radio>input {
    width: 24px;
    height: 24px;
    opacity: 0
}

.checkbox>span,
.radio>span,
.switch>span {
    display: inline-flex;
    align-items: center;
    color: var(--on-background);
    font-size: 14px;
}

.checkbox>span,
.radio>span {
    position: relative;
    padding-left: 4px
}

.checkbox>input+span::before,
.radio>input+span::before {
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: inherit;
    letter-spacing: normal;
    text-transform: none;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    width: 24px;
    height: 24px;
    margin: 0 auto;
    padding: 0;
    outline: 0;
    cursor: inherit;
    color: #ff1ea4 !important;
    position: absolute;
    left: -24px;
    background-color: transparent;
    border-radius: 50%
}

.checkbox>input+span::before {
    content: "check_box_outline_blank"
}

.radio>input+span::before {
    content: "radio_button_unchecked"
}

.checkbox+.checkbox,
.radio+.radio,
.switch+.switch {
    margin-left: 8px
}

.checkbox>input:not([disabled]):focus+span::before,
.checkbox>input:not([disabled]):hover+span::before,
.radio>input:not([disabled]):focus+span::before,
.radio>input:not([disabled]):hover+span::before {
    background-color: var(--active);
    box-shadow: 0 0 0 8px var(--active);
    animation: var(--speed1) to-checked ease-out
}

.checkbox>input:checked+span::before {
    color: #ff1ea4 !important;
    content: "check_box"
}

.radio>input:checked+span::before {
    color: #ff1ea4 !important;
    content: "radio_button_checked"
}

.checkbox>span:empty,
.radio>span:empty,
.switch>span:empty {
    padding: 0
}

.checkbox>input:disabled+span,
.radio>input:disabled+span,
.switch>input:disabled+span {
    opacity: .5;
    cursor: not-allowed
}

.swi-radio {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}

.swi-ud-select-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #dedede;
    width: 100%;
    padding: 0 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.swi-ud-select-wrapper.swi-ud-select-wrapper-active {
    border-color: transparent;
    border: 2px solid #ff1ea4;
    transform: translateZ(0);
    border-color: transparent;
    border: 2px solid #ff1ea4;
    transform: translateZ(0);
}

.swi-ud-form-rows {
    display: flex;
    flex-direction: column;
}

.swi-ud-form-rows:last-child {
    margin-bottom: 0;
}

.swi-ud-form-rows:last-child {
    margin-bottom: 0;
}

.swi-ud-form-rows.swi-ud-form-rows-slider {
    flex-direction: column;
    margin-bottom: 0;
}

.swi-ud-form-rows.swi-ud-form-rows-slider.swi-ud-form-rows-phone {
    flex-direction: row;
}


.swi-ud-form-rows.swi-ud-form-rows-slider>.form-group {
    width: 100%;
}

.swi-required-dot {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #ff1ea4;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    z-index: 9998;
}

.swi-ud-floating-label {
    background-color: #ffffff;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+* svg * {
    fill: #959595;
}

#swi-ud-request-submit-btn {
    width: 50%;
}

#swi-ud-request-submit-btn:disabled {
    opacity: 20%;
}

.question-5.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.swi-ud-info-container-sub-info.swi-agm-option {
    align-items: flex-start;
    margin-right: auto;
    margin-left: 0;
}

.tooltip-question {
    cursor: pointer;
}

@media screen and (min-width: 1200px) {
    .swi-ud-form-rows {
        flex-direction: row;
        margin-bottom: 15px;
    }

    .swi-ud-select-wrapper {
        width: 50%;
    }

    .swi-ud-select-wrapper:first-child {
        margin-right: 15px;
    }

    .swi-ud-select-wrapper:last-child {
        margin-right: -15px;
    }

    .swi-ud-form-rows .form-group {
        width: 50%;
    }

    .swi-ud-form-rows .form-group:first-child {
        margin-right: 15px !important;
    }

    .swi-ud-form-rows {
        flex-direction: row;
        margin-bottom: 15px;
    }

    .swi-ud-form-rows .form-group:first-child {
        margin-right: 15px !important;
    }

    .form-group:last-child {
        margin-right: -15px !important;
    }

    #swi-ud-request-submit-btn {
        width: 112px;
    }
}