.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
    margin-top: 0;
}

#edit-actions--2 input.btn-link {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

#edit-actions--2 span.bi.bi-arrow-clockwise.me-2 {
    padding-left: 0.75rem;
    vertical-align: middle;
}

#container-reset:hover {
    cursor: pointer;
}

#views-exposed-form-documentation-and-support-page-1 #edit-actions--2,
#views-exposed-form-help-and-tutorials-page-1 #edit-actions--2 {
    width: 100%;
}

#SRPaneNew .ResultsConfig .form-item {
    justify-content: flex-end;
    display: flex;
}

#SRPaneNew .ResultsConfig .form-item .input-group {
    display: block;
    width: auto;
}

form#views-exposed-form-documentation-and-support-page-1 .form-item-sort-by {

    display: none;
}

form#views-exposed-form-documentation-and-support-page-1 .form-item-items-per-page {
    display: none;
}

form#views-exposed-form-help-and-tutorials-page-1 .form-item-sort-by {

    display: none;
}

form#views-exposed-form-help-and-tutorials-page-1 .form-item-items-per-page {
    display: none;
}

em.placeholder {
    cursor: default;
    background-color: inherit;
}

.btn {
    --bs-btn-padding-y: 0.5rem;
}


/* Hide default Webform modal */
.ui-dialog {
    display: none !important;
}

/* update Bootstrap Modal */
.webform-confirmation-modal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1050;
}

.webform-confirmation-modal .modal-dialog {
    max-width: 600px;
    margin: 10% auto;
}

.webform-confirmation-modal .modal-content {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.webform-confirmation-modal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}

.webform-confirmation-modal .modal-body {
    padding: 15px;
}

.webform-confirmation-modal .modal-footer {
    background: #f8f9fa;
    padding: 10px;
    text-align: right;
}

.modal-backdrop {

    display: none;
}