#fb-root,
.fb-node {
    position: relative;
    /*display: flex;
  border: black solid 1px;
  min-width: 40px;
  min-height: 5px;
  transition: all 0.1s;*/
}

#fb-root [data-fb-disabled] {
    pointer-events: none;
}

#fb-root.fb-active,
#fb-root.fb-active .fb-node {
    margin: 2px;
    padding: 5px;
    background: rgba(0, 0, 0, 0.15);
}

#fb-root {
    width: 100%;
}

#fb-root.fb-active label,
#fb-root.fb-active span {
    color: #000 !important;
}

#fb-root.fb-active .form-check.fb-group-form-check {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-left: 1.25rem;
    margin-bottom: 0.5rem;
}

#fb-root.fb-active .fb-cq-group+.fb-cq-group {
    margin-left: 76px;
}

.fb-edit-mode {
    /*background: #eee;*/
    border: 1px dotted #6c757d;
    /*	width: 100%;
      padding: 5px;*/
}

.fb-placeholder {
    min-height: 15px;
    margin: 5px;
    padding: 5px;
    background: none;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.fb-tool-set {
    position: fixed;
    width: 196px;
}

.fb-node-edit-text {
    background: transparent;
    border: none;
}

.fb-node-edit-text:focus {
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.2s;
}

/*Buttons*/

.fb-tool-set button {
    width: 98px;
    height: 26px;
    text-align: center;
    flex-grow: 1;
}

.fb-tool-set button.normal {
    border: 1px solid #0F74A8;
    background: #0F74A8;
    color: #fff;
}

.fb-tool-set button.normal:hover {
    border: 1px solid #0c1d34;
    background: #0F74A8;
    color: #fff;
    transition: all 0.2s;
}

.fb-tool-set button.danger {
    background: #660033;
    border: 1px solid #660033;
    color: #fff;
}

.fb-tool-set button.danger:hover {
    background: #330033;
    border: 1px solid #660033;
    color: #fff;
    transition: all 0.2s;
}

button.default.btn-submit {
    width: 100%;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #0F74A8;
    border: #0F74A8;
    color: #fff;
}

button.default.btn-submit:hover {
    background: rgba(12, 25, 45, 0.76);
    border: #0F74A8;
    color: #fff;
    transition: all 0.2s;
}

.fb-tool-set select {
    width: 100%;
}

.fb-tool-set {
    overflow: scroll;
}

/*Form*/

.fb-node form {
    padding: 15px 5px;
    display: flex;
    flex-flow: column nowrap;
}

.fb-tool-set .form-group {
    margin-bottom: 1px;
    display: flex;
}

.fb-tool-set .btn-group {
    display: flex;
}

.fb-tool-set textarea.form-control {
    min-height: 32px;
}

.fb-tool-set textarea.form-control.options {
    max-height: 480px;
    min-height: 98px;
    min-width: calc(100% - 15px);
}

.fb-tool-set .textarea-wrap {
    width: 100%;
    overflow: auto;
}

.fb-tool.fb-tool-check {
    /*checkboxOffset + 0.5*checkboxWidth + gutter*/
    padding-right: 36.5px;
}

/*scroll bars*/

/* width */

.fb-tool-set ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */

.fb-tool-set ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */

.fb-tool-set ::-webkit-scrollbar-thumb {
    background: #0f74a8;
}

/* Handle on hover */

.fb-tool-set ::-webkit-scrollbar-thumb:hover {
    background: #555;
    cursor: pointer;
}

span.select2-container.select2-container--default.select2-container--open {
    z-index: 9999;
}

.fb-tool-set {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.fb-tool-set::-webkit-scrollbar {
    display: none;
}

/*end scroll bars*/

.fb-text.fb-node {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fb-node-container.fb-edit-mode {
    min-height: 30px;
}

.fb-edit-mode input[data-fb-element=input]:required,
.fb-edit-mode select[data-fb-element=input]:required,
.fb-edit-mode textarea[data-fb-element=input]:required {
    border: orangered 2px dashed;
}

.fb-edit-mode .green-outline {
    outline: green solid 1px !important;
}

.fb-radio {
    height: calc(0.5em + 0.5rem + 2px);
}

.fb-active .form-check-input {
    position: relative;
}

.fb-active .form-check-input.form-check-input-tool {
    top: -8px;
    left: 28px;
}

.form-group-options {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.form-group-options>button {
    width: 100%;
}

/*Select2*/

.fb-tool-set .select2-selection__arrow b {
    display: none !important;
}

.fb-tool-set .select2-container--default .select2-results>.select2-results__options {
    max-height: 120px !important;
}

/**Errors*/

.fb-error-node label.error,
.fb-node label.error {
    color: #ff3f5d;
    margin-bottom: 0;
}

.fb-node-page.fb-edit-mode {
    min-height: 30px;
}

.fb-editor .fb-node.fb-node-page {
    display: flex;
}

span.fb-block-hint,
.fb-block-hint {
    background: #9f9f9f;
    font-size: 8px;
    padding: 0 2px;
    position: absolute;
    top: 1px;
    left: 1px;
}

#fb-root.fb-active,
#fb-root.fb-active .fb-node {
    padding-top: 13px !important;
}

#fb-root.fb-active .form-group {
    margin-bottom: 0.1rem;
}

#fb-root.fb-active .fb-node .fb-cq-container {
    display: flex;
    flex-direction: row !important;
    width: 100%;
}

.fb-editor .fb-spinner-fullscreen {
    display: none;
}

#fb-root .form-check.wrapped-check {
    padding-left: 0;
}

#fb-root .form-check.wrapped-check label {
    margin-left: 0;
}

#fb-root .form-check.wrapped-check .fb-radio {
    margin: 0 0.5rem 0 0;
    position: relative;
}

.fb-tool-switch {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.fb-tool-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.fb-tool-switch-slider {
    width: 32px;
    height: 16px;
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
    background-color: #ccc;
    transition: .4s;
    border-radius: 16px;
}

.fb-tool-switch--active .fb-tool-switch-slider {
    background-color: #2196F3;
}

.fb-tool-switch-slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.fb-tool-switch-slider {
    background-color: #2196F3;
}

input:focus+.fb-tool-switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.fb-tool-switch-slider:before {
    transform: translateX(16px);
}

/*# sourceMappingURL=formBuilder.css.map */