.iti.iti--allow-dropdown {
    width: 100% !important;
}

.iti.iti--allow-dropdown input {
    padding-right: 6px !important;
    padding-left: 52px !important;
}

#fb-editor {
    background: rgba(51, 51, 51, 0.00);
}

.form-control.is-invalid {
    border: 1px solid #dc3545 !important;
}

.flatpickr-month {
    height: 60px;
}

.flatpickr-month input {
    padding: 4px !important;
}

.formbuilder-radio-group div.radio-group {
    padding-left: 16px;
}

#fb-editor > .form-builder > ul > li.form-field {
    padding: 16px;
}

.bottom-notification {
    position: fixed;
    z-index: 9999;
    left: 0;
    width: 100%;
}

.meeting-person-wrap .ccs-checkbox-label {
    position: relative;
    z-index: 99;
}

input[type=radio], input[type=checkbox] {
    min-height: 32px;
}

.flatpickr-month {
    height: 55px;
}

.pub-reg-steps {
    display: flex;
    margin-bottom: 16px;
    margin-top: 32px;
}

.pub-reg-steps .pub-step {
    flex-grow: 1;
}

.pub-step.active {
    border-top: 2px solid rgba(17, 17, 17, 0.57);
}

.pub-step.active a, .pub-step.done a {
    color: rgba(17, 17, 17, 0.57) !important;
}

.pub-step.disabled a {
    cursor: none;
    pointer-events: none;
}

.pub-reg-steps .pub-step a {
    text-align: center;
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgba(17, 17, 17, 0.2);
}

.pub-step a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90px;
    font-size: 12px;
}

#auto-saving-text {
    z-index: 999;
    bottom: 16px;
    left: 16px;
    background: white;
    display: none;
}

ul.form-control {
    height: auto !important;
}
