.admin-toast-host {
    z-index: 20550;
    width: min(390px, calc(100vw - 1rem));
    pointer-events: none;
}

.admin-toast-host .toast {
    width: 100%;
    pointer-events: auto;
}

.admin-toast-message {
    white-space: pre-line;
    overflow-wrap: anywhere;
}

.admin-dialog-message {
    white-space: pre-line;
    overflow-wrap: anywhere;
}
.gift-voucher-filter-form .form-label {
    margin-bottom: .35rem;
}

.gift-voucher-filter-form .form-control,
.gift-voucher-filter-form .form-select,
.gift-voucher-filter-form .btn {
    min-height: 38px;
}

.gift-voucher-filter-form .input-group > .form-control,
.gift-voucher-filter-form .input-group > .btn {
    height: 38px;
}

.gift-voucher-filter-form .form-text {
    margin-top: .35rem;
}

.gift-voucher-filter-form .gift-voucher-user-search .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}