Myrax3000/starcoderbase1b-personal-copilot-A100-ibanity-lib
Text Generation
•
Updated
•
124
repo_id
stringlengths 8
105
| file_path
stringlengths 28
162
| content
stringlengths 15
661k
| __index_level_0__
int64 0
0
|
---|---|---|---|
raw_data | raw_data\ibanity-dotnet\.editorconfig | root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.cs]
indent_style = space
indent_size = 4
| 0 |
raw_data | raw_data\ibanity-dotnet\.env.sample | ENDPOINT=https://api.ibanity.com
MTLS_CERTIFICATE_PATH=<fill here>/certificate.pfx
MTLS_CERTIFICATE_PASSWORD=<fill here>
SIGNATURE_CERTIFICATE_ID=<fill here>
SIGNATURE_CERTIFICATE_PATH=<fill here>/signature_certificate.pfx
SIGNATURE_CERTIFICATE_PASSWORD=<fill here>
PONTO_CONNECT_CLIENT_ID=<fill here>
PONTO_CONNECT_CLIENT_SECRET=<fill here>
ISABEL_CONNECT_CLIENT_ID=<fill here>
ISABEL_CONNECT_CLIENT_SECRET=valid_secret
ISABEL_CONNECT_AUTHORIZATION_CODE=valid_authorization_code
CODABOX_CONNECT_CLIENT_ID=<fill here>
CODABOX_CONNECT_CLIENT_SECRET=valid_client_secret
#PONTO_CONNECT_REFRESH_TOKEN=<fill here and uncomment if needed>
| 0 |
raw_data | raw_data\ibanity-dotnet\Analyzers.ruleset | <?xml version="1.0" encoding="utf-8"?>
<RuleSet Name="Rules for Ibanity client library" ToolsVersion="16.0">
<Rules AnalyzerId="Microsoft.CodeAnalysis.CSharp.Features" RuleNamespace="Microsoft.CodeAnalysis.CSharp.Features">
<Rule Id="CA1716" Action="None" />
</Rules>
<Rules AnalyzerId="Microsoft.Analyzers.ManagedCodeAnalysis" RuleNamespace="Microsoft.Analyzers.ManagedCodeAnalysis">
<Rule Id="CA2007" Action="Error" />
</Rules>
</RuleSet>
| 0 |
raw_data | raw_data\ibanity-dotnet\CONTRIBUTING.md | # How to contribute
## Building the project
To build the whole project, you can run `dotnet build .` or just `make` in the root directory. The [.NET 6.0 SDK](https://dotnet.microsoft.com/en-us/download) is required.
If you don't have the .NET SDK installed, you can build the project within a [Docker](https://www.docker.com) container by running `make docker`.
| 0 |
raw_data | raw_data\ibanity-dotnet\Ibanity.sln |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client", "src\Client\Client.csproj", "{A37BCE20-7AA0-485A-B144-A18A82D673FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{604E94DD-E50A-479B-B112-0A7C1E6EB7D7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Client.Tests", "test\Client.Tests\Client.Tests.csproj", "{1FABC5EC-1E9C-4CC0-A382-AE3CF6B9438A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{3C49FD96-DA1E-467C-B965-A64101BBF0FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientSample", "samples\cli\ClientSample.csproj", "{8ADC64AE-6746-49EB-A41C-373C62FECBFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "webapp", "samples\webapp\webapp.csproj", "{4559E573-4396-415C-BB8D-D36EF96FCB5E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "webhooks", "samples\webhooks\Webhooks.csproj", "{42F9735B-7E4E-4B64-8975-F578E44BAFDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A37BCE20-7AA0-485A-B144-A18A82D673FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A37BCE20-7AA0-485A-B144-A18A82D673FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A37BCE20-7AA0-485A-B144-A18A82D673FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A37BCE20-7AA0-485A-B144-A18A82D673FE}.Release|Any CPU.Build.0 = Release|Any CPU
{1FABC5EC-1E9C-4CC0-A382-AE3CF6B9438A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FABC5EC-1E9C-4CC0-A382-AE3CF6B9438A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FABC5EC-1E9C-4CC0-A382-AE3CF6B9438A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FABC5EC-1E9C-4CC0-A382-AE3CF6B9438A}.Release|Any CPU.Build.0 = Release|Any CPU
{8ADC64AE-6746-49EB-A41C-373C62FECBFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ADC64AE-6746-49EB-A41C-373C62FECBFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ADC64AE-6746-49EB-A41C-373C62FECBFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ADC64AE-6746-49EB-A41C-373C62FECBFE}.Release|Any CPU.Build.0 = Release|Any CPU
{4559E573-4396-415C-BB8D-D36EF96FCB5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4559E573-4396-415C-BB8D-D36EF96FCB5E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4559E573-4396-415C-BB8D-D36EF96FCB5E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4559E573-4396-415C-BB8D-D36EF96FCB5E}.Release|Any CPU.Build.0 = Release|Any CPU
{42F9735B-7E4E-4B64-8975-F578E44BAFDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42F9735B-7E4E-4B64-8975-F578E44BAFDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42F9735B-7E4E-4B64-8975-F578E44BAFDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42F9735B-7E4E-4B64-8975-F578E44BAFDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1FABC5EC-1E9C-4CC0-A382-AE3CF6B9438A} = {604E94DD-E50A-479B-B112-0A7C1E6EB7D7}
{8ADC64AE-6746-49EB-A41C-373C62FECBFE} = {3C49FD96-DA1E-467C-B965-A64101BBF0FD}
{4559E573-4396-415C-BB8D-D36EF96FCB5E} = {3C49FD96-DA1E-467C-B965-A64101BBF0FD}
{42F9735B-7E4E-4B64-8975-F578E44BAFDF} = {3C49FD96-DA1E-467C-B965-A64101BBF0FD}
EndGlobalSection
EndGlobal
| 0 |
raw_data | raw_data\ibanity-dotnet\LICENSE | Copyright (c) 2022 Isabel NV
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| 0 |
raw_data | raw_data\ibanity-dotnet\Makefile | sources := $(shell find . \( -name '*.csproj' -o -name '*.cs' -o -name '*.cshtml' \) -not -path '*/obj/*')
lib = src/Client/bin/Debug/netstandard2.0/Ibanity.dll
.PHONY: docker
$(lib): $(sources)
dotnet build .
docker:
docker run --rm -v $(CURDIR):/app -w /app mcr.microsoft.com/dotnet/sdk:6.0 dotnet build .
| 0 |
raw_data | raw_data\ibanity-dotnet\README.md | # Ibanity .NET client library
[![Build status](https://github.com/ibanity/ibanity-dotnet/actions/workflows/ci.yaml/badge.svg)](https://github.com/ibanity/ibanity-dotnet/actions/workflows/ci.yaml)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/ibanity/ibanity-dotnet/blob/master/LICENSE)
[![NuGet](https://img.shields.io/nuget/v/Ibanity)](https://www.nuget.org/packages/Ibanity/)
This .NET Client library offers various services you can use in order to submit requests towards the Ibanity Platform.
## Quick start
Configure the library using `IbanityServiceBuilder`.
Minimal configuration values are:
- The Ibanity URL
- Your application private key and public certificate as _.pfx_ file (PKCS#12)
- The passphrase for the private key
```csharp
var ibanityService = new IbanityServiceBuilder().
SetEndpoint("https://api.ibanity.com").
AddClientCertificate(
certificatePath,
certificatePassword).
Build();
```
You can then make use of **Ponto Connect** services through your `IIbanityService` instance.
```csharp
var financialInstitutions = await ibanityService.PontoConnect.FinancialInstitutions.List();
```
All services are thread safe and can be configured as singleton if you want to leverage frameworks like _IServiceProvider_ or _Castle Windsor_. To avoid exhausting client ports, you should use a single `IIbanityService` instance across your application.
### Code samples
There are three sample projects available within this repository:
- [Console application sample](https://github.com/ibanity/ibanity-dotnet/tree/master/samples/cli)
- [Web application sample](https://github.com/ibanity/ibanity-dotnet/tree/master/samples/webapp)
- [Webhooks sample](https://github.com/ibanity/ibanity-dotnet/tree/master/samples/webhooks)
See `ClientSample` class for extended examples.
### Use token to authenticate requests
A token is required to access most resource types.
```csharp
var ibanityService = new IbanityServiceBuilder().
SetEndpoint("https://api.ibanity.com").
AddClientCertificate(
certificatePath,
certificatePassword).
AddPontoConnectOAuth2Authentication(
pontoConnectClientId,
pontoConnectClientSecret).
Build();
var token = await ibanityService.PontoConnect.TokenService.GetToken(refreshToken);
var accounts = await ibanityService.PontoConnect.Accounts.List(token);
// Once done, you have to save the refresh token somewhere, so you can use it later to get another token.
// Refresh token value contained within the token instance is automatically updated from time to time.
SaveToken(token.RefreshToken);
```
### Perform custom requests to Ibanity
You can perform custom HTTP calls to Ibanity using the `IApiClient`.
It can be accessed by calling:
```csharp
var lowLevelClient = ibanityService.PontoConnect.ApiClient;
```
### Configure proxy
If you are using a Web application firewall or a proxy, you can configure it in the `IbanityServiceBuilder`, using one of these methods:
```csharp
AddProxy(IWebProxy proxy);
AddProxy(Uri endpoint);
AddProxy(string endpoint);
```
```csharp
var ibanityService = new IbanityServiceBuilder().
SetEndpoint("https://api.ibanity.com").
AddClientCertificate(
certificatePath,
certificatePassword).
AddProxy("https://internal.proxy.com").
Build();
```
### Sign custom requests to Ibanity
If you want to sign HTTP requests, you can use the `IHttpSignatureService` from the library.
```csharp
var signatureService = new HttpSignatureServiceBuilder().
SetEndpoint("https://api.ibanity.com").
AddCertificate(
certificateId,
certificatePath,
certificatePassword).
Build();
```
### Configure HTTP timeouts
```csharp
var ibanityService = new IbanityServiceBuilder().
SetEndpoint("https://api.ibanity.com").
AddClientCertificate(
certificatePath,
certificatePassword).
SetTimeout(TimeSpan.FromSeconds(30)).
Build();
```
### Verify and parse webhook events
```csharp
var webhookEvent = await ibanityService.Webhooks.VerifyAndDeserialize(
payload, // webhook body
signature); // webhook 'Signature' header
switch (webhookEvent)
{
case SynchronizationSucceededWithoutChange synchronizationEvent:
Console.WriteLine(synchronizationEvent.SynchronizationSubtype);
break;
...
}
```
## Creating PFX certificate file
You may need to convert your certificate from _.pem_ files to a _.pfx_ file (also known as PKCS#12 format). You can use an _OpenSSL_ command to do so:
```
openssl pkcs12 -export -in certificate.pem -inkey private_key.pem -out certificate.pfx
```
Where:
- _certificate.pem_ is your existing certificate
- _private_key.pem_ is the private key matching your existing certificate
- _certificate.pfx_ is the resulting PKCS#12 file
You will have to enter the passphrase protecting the _private_key.pem_ file, then (twice) the passphrase you want to use to encrypt the _certificate.pfx_ file.
## Requirements
Either:
- .NET Framework 4.6.2 (or above)
- .NET Core 2.0 (or above)
- .NET 5.0 (or above)
| 0 |
raw_data\ibanity-dotnet | raw_data\ibanity-dotnet\.vscode\launch.json | {
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/samples/cli/bin/Debug/net6.0/ClientSample.dll",
"args": [],
"cwd": "${workspaceFolder}/samples/cli",
"console": "internalConsole",
"stopAtEntry": false
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
| 0 |
raw_data\ibanity-dotnet | raw_data\ibanity-dotnet\.vscode\tasks.json | {
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/samples/cli/ClientSample.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/samples/cli/ClientSample.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"--project",
"${workspaceFolder}/samples/cli/ClientSample.csproj"
],
"problemMatcher": "$msCompile"
}
]
}
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\cli\ClientSample.cs | using Ibanity.Apis.Client;
namespace Ibanity.Apis.Sample.CLI
{
public class ClientSample
{
private PontoConnectClientSample _pontoConnectClientSample;
private IsabelConnectClientSample _isabelConnectClientSample;
private CodaboxConnectClientSample _codaboxConnectClientSample;
public ClientSample(IConfiguration configuration, IIbanityService ibanityService)
{
_pontoConnectClientSample = new PontoConnectClientSample(configuration, ibanityService);
_isabelConnectClientSample = new IsabelConnectClientSample(configuration, ibanityService);
_codaboxConnectClientSample = new CodaboxConnectClientSample(ibanityService);
}
public async Task Run(CancellationToken cancellationToken)
{
await _pontoConnectClientSample.Run(cancellationToken);
await _isabelConnectClientSample.Run(cancellationToken);
await _codaboxConnectClientSample.Run(cancellationToken);
}
}
}
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\cli\ClientSample.csproj | <Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<ProjectReference Include="..\..\src\Client\Client.csproj" />
</ItemGroup>
<PropertyGroup>
<OutputType>Exe</OutputType>
<RootNamespace>Ibanity.Apis.Sample.CLI</RootNamespace>
<TargetFramework>net6.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
</Project>
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\cli\CodaboxConnectClientSample.cs | using Ibanity.Apis.Client;
using Ibanity.Apis.Client.Http;
using Ibanity.Apis.Client.Products.CodaboxConnect;
using Ibanity.Apis.Client.Products.CodaboxConnect.Models;
namespace Ibanity.Apis.Sample.CLI
{
public class CodaboxConnectClientSample
{
private readonly IIbanityService _ibanityService;
public CodaboxConnectClientSample(IIbanityService ibanityService)
{
_ibanityService = ibanityService;
}
public async Task Run(CancellationToken cancellationToken)
{
Console.WriteLine("Running Codabox Connect client sample...");
var codaboxConnectService = _ibanityService.CodaboxConnect;
var token = await codaboxConnectService.ClientTokenService.GetToken(cancellationToken);
var consent = await codaboxConnectService.AccountingOfficeConsents.Create(
token,
new NewAccountingOfficeConsent
{
AccountingOfficeCompanyNumber = "0123456789",
RedirectUri = "https://mydomain.localhost/callback"
},
cancellationToken);
var creditCardStatements = await GetDocuments(codaboxConnectService, token, consent, "creditCardStatement", cancellationToken);
var payrollStatements = await GetDocuments(codaboxConnectService, token, consent, "payrollStatement", cancellationToken);
var documents = creditCardStatements.Union(payrollStatements);
foreach (var document in documents)
switch (document)
{
case CreditCardStatement doc:
Console.WriteLine($"Document: {doc.Type} {doc.Id} for {doc.Client} from {doc.BankName}");
break;
default:
Console.WriteLine($"Document: {document.Type} {document.Id} for {document.Client}");
break;
}
}
private static async Task<IDocument[]> GetDocuments(ICodaboxConnectClient service, ClientAccessToken token, AccountingOfficeConsentResponse consent, string documentType, CancellationToken cancellationToken)
{
var documentSearch = new DocumentSearch
{
From = new DateTimeOffset(2019, 9, 26, 7, 58, 30, TimeSpan.Zero),
To = new DateTimeOffset(2020, 1, 1, 0, 0, 0, 996, TimeSpan.Zero),
DocumentType = documentType
};
var search = await service.DocumentSearches.Create(
token,
consent.AccountingOfficeId,
documentSearch,
new[] { consent.AccountingOfficeCompanyNumber },
cancellationToken: cancellationToken);
return search.Documents;
}
}
}
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\cli\Configuration.cs | namespace Ibanity.Apis.Sample.CLI
{
public class Configuration : IConfiguration
{
public Configuration(
string endpoint,
string mtlsCertificatePath,
string mtlsCertificatePassword,
string signatureCertificateId,
string signatureCertificatePath,
string signatureCertificatePassword,
string pontoConnectClientId,
string pontoConnectClientSecret,
string? pontoConnectAuthorizationCode,
string pontoConnectCodeVerifier,
string pontoConnectRedirectUri,
string? pontoConnectRefreshToken,
string isabelConnectClientId,
string isabelConnectClientSecret,
string? isabelConnectAuthorizationCode,
string isabelConnectRedirectUri,
string codaboxConnectClientId,
string codaboxConnectClientSecret)
{
Endpoint = endpoint;
MtlsCertificatePath = mtlsCertificatePath;
MtlsCertificatePassword = mtlsCertificatePassword;
SignatureCertificateId = signatureCertificateId;
SignatureCertificatePath = signatureCertificatePath;
SignatureCertificatePassword = signatureCertificatePassword;
PontoConnectClientId = pontoConnectClientId;
PontoConnectClientSecret = pontoConnectClientSecret;
PontoConnectAuthorizationCode = pontoConnectAuthorizationCode;
PontoConnectCodeVerifier = pontoConnectCodeVerifier;
PontoConnectRedirectUri = pontoConnectRedirectUri;
PontoConnectRefreshToken = pontoConnectRefreshToken;
IsabelConnectClientId = isabelConnectClientId;
IsabelConnectClientSecret = isabelConnectClientSecret;
IsabelConnectAuthorizationCode = isabelConnectAuthorizationCode;
IsabelConnectRedirectUri = isabelConnectRedirectUri;
CodaboxConnectClientId = codaboxConnectClientId;
CodaboxConnectClientSecret = codaboxConnectClientSecret;
}
public string Endpoint { get; }
public string MtlsCertificatePath { get; }
public string MtlsCertificatePassword { get; }
public string SignatureCertificateId { get; }
public string SignatureCertificatePath { get; }
public string SignatureCertificatePassword { get; }
public string PontoConnectClientId { get; }
public string PontoConnectClientSecret { get; }
public string? PontoConnectAuthorizationCode { get; }
public string PontoConnectCodeVerifier { get; }
public string PontoConnectRedirectUri { get; }
public string? PontoConnectRefreshToken { get; }
public string IsabelConnectClientId { get; }
public string IsabelConnectClientSecret { get; }
public string? IsabelConnectAuthorizationCode { get; }
public string IsabelConnectRedirectUri { get; }
public string CodaboxConnectClientId { get; }
public string CodaboxConnectClientSecret { get; }
public static IConfiguration BuildFromEnvironment()
{
return new Configuration(
GetMandatoryEnvironmentVariable("ENDPOINT"),
GetMandatoryEnvironmentVariable("MTLS_CERTIFICATE_PATH"),
GetMandatoryEnvironmentVariable("MTLS_CERTIFICATE_PASSWORD"),
GetMandatoryEnvironmentVariable("SIGNATURE_CERTIFICATE_ID"),
GetMandatoryEnvironmentVariable("SIGNATURE_CERTIFICATE_PATH"),
GetMandatoryEnvironmentVariable("SIGNATURE_CERTIFICATE_PASSWORD"),
GetMandatoryEnvironmentVariable("PONTO_CONNECT_CLIENT_ID"),
GetMandatoryEnvironmentVariable("PONTO_CONNECT_CLIENT_SECRET"),
Environment.GetEnvironmentVariable("PONTO_CONNECT_AUTHORIZATION_CODE"),
GetMandatoryEnvironmentVariable("PONTO_CONNECT_CODE_VERIFIER"),
GetMandatoryEnvironmentVariable("PONTO_CONNECT_REDIRECT_URI"),
Environment.GetEnvironmentVariable("PONTO_CONNECT_REFRESH_TOKEN"),
GetMandatoryEnvironmentVariable("ISABEL_CONNECT_CLIENT_ID"),
GetMandatoryEnvironmentVariable("ISABEL_CONNECT_CLIENT_SECRET"),
Environment.GetEnvironmentVariable("ISABEL_CONNECT_AUTHORIZATION_CODE"),
GetMandatoryEnvironmentVariable("ISABEL_CONNECT_REDIRECT_URI"),
GetMandatoryEnvironmentVariable("CODABOX_CONNECT_CLIENT_ID"),
GetMandatoryEnvironmentVariable("CODABOX_CONNECT_CLIENT_SECRET")
);
}
private static string GetMandatoryEnvironmentVariable(string name)
{
var value = Environment.GetEnvironmentVariable(name);
if (string.IsNullOrWhiteSpace(value))
throw new InvalidOperationException($"Missing '{name}' environment variable");
return value;
}
}
public interface IConfiguration
{
public string Endpoint { get; }
public string MtlsCertificatePath { get; }
public string MtlsCertificatePassword { get; }
public string SignatureCertificateId { get; }
public string SignatureCertificatePath { get; }
public string SignatureCertificatePassword { get; }
public string PontoConnectClientId { get; }
public string PontoConnectClientSecret { get; }
public string? PontoConnectAuthorizationCode { get; }
public string PontoConnectCodeVerifier { get; }
public string PontoConnectRedirectUri { get; }
public string? PontoConnectRefreshToken { get; }
public string IsabelConnectClientId { get; }
public string IsabelConnectClientSecret { get; }
public string? IsabelConnectAuthorizationCode { get; }
public string IsabelConnectRedirectUri { get; }
public string CodaboxConnectClientId { get; }
public string CodaboxConnectClientSecret { get; }
}
}
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\cli\ConsoleLogger.cs | using System.Globalization;
using Ibanity.Apis.Client.Utils.Logging;
namespace Ibanity.Apis.Sample.CLI
{
public class ConsoleLogger : ILogger
{
public bool TraceEnabled => true;
public bool DebugEnabled => true;
public bool InfoEnabled => true;
public bool WarnEnabled => true;
public bool ErrorEnabled => true;
public bool FatalEnabled => true;
public void Debug(string message) => Log("Debug", message);
public void Error(string message) => Log("Error", message);
public void Error(string message, Exception exception) => Log("Error", message, exception);
public void Fatal(string message) => Log("Fatal", message);
public void Fatal(string message, Exception exception) => Log("Fatal", message, exception);
public void Info(string message) => Log("Info", message);
public void Trace(string message) => Log("Trace", message);
public void Warn(string message) => Log("Warn", message);
public void Warn(string message, Exception exception) => Log("Warn", message, exception);
private static void Log(string level, string message) =>
Console.WriteLine($"{DateTimeOffset.UtcNow:r} [{level.ToUpper(CultureInfo.InvariantCulture)}] {message}");
private static void Log(string level, string message, Exception exception) =>
Log(level, $"{message} - {exception.Message}{Environment.NewLine}{exception.StackTrace}");
}
}
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\cli\IsabelConnectClientSample.cs | using Ibanity.Apis.Client;
namespace Ibanity.Apis.Sample.CLI
{
public class IsabelConnectClientSample
{
private readonly IConfiguration _configuration;
private readonly IIbanityService _ibanityService;
public IsabelConnectClientSample(IConfiguration configuration, IIbanityService ibanityService)
{
_configuration = configuration;
_ibanityService = ibanityService;
}
public async Task Run(CancellationToken cancellationToken)
{
Console.WriteLine("Running Isabel Connect client sample...");
var isabelConnectService = _ibanityService.IsabelConnect;
var token = await isabelConnectService.TokenService.GetToken(
_configuration.IsabelConnectAuthorizationCode ?? throw new InvalidOperationException("Authorization code must be set"),
_configuration.IsabelConnectRedirectUri,
cancellationToken);
Console.Error.WriteLine("Isabel Connect refresh token: " + token.RefreshToken);
token = await isabelConnectService.TokenService.GetToken(token.RefreshToken, cancellationToken);
Console.Error.WriteLine("Isabel Connect refresh token: " + token.RefreshToken);
token.RefreshTokenUpdated += (_, e) => Console.Error.WriteLine("Isabel Connect refresh token updated: " + e.NewToken);
var accounts = await isabelConnectService.Accounts.List(token, cancellationToken: cancellationToken);
foreach (var account in accounts.Items)
Console.WriteLine("Account: " + account);
while (accounts.ContinuationToken != null)
{
accounts = await isabelConnectService.Accounts.List(token, accounts.ContinuationToken, cancellationToken);
foreach (var account in accounts.Items)
Console.WriteLine("Account: " + account);
}
var firstAccount = await isabelConnectService.Accounts.Get(token, accounts.Items.First().Id, cancellationToken);
}
}
}
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\cli\PontoConnectClientSample.cs | using System.Globalization;
using Ibanity.Apis.Client;
using Ibanity.Apis.Client.Products.PontoConnect.Models;
namespace Ibanity.Apis.Sample.CLI
{
public class PontoConnectClientSample
{
private readonly IConfiguration _configuration;
private readonly IIbanityService _ibanityService;
public PontoConnectClientSample(IConfiguration configuration, IIbanityService ibanityService)
{
_configuration = configuration;
_ibanityService = ibanityService;
}
public async Task Run(CancellationToken cancellationToken)
{
Console.WriteLine("Running Ponto Connect client sample...");
var pontoConnectService = _ibanityService.PontoConnect;
var token = string.IsNullOrWhiteSpace(_configuration.PontoConnectRefreshToken)
? await pontoConnectService.TokenService.GetToken(
_configuration.PontoConnectAuthorizationCode ?? throw new InvalidOperationException("Either authorization code or refresh token must be set"),
_configuration.PontoConnectCodeVerifier,
_configuration.PontoConnectRedirectUri,
cancellationToken)
: await pontoConnectService.TokenService.GetToken(
_configuration.PontoConnectRefreshToken,
cancellationToken);
Console.Error.WriteLine("Ponto Connect refresh token: " + token.RefreshToken);
token.RefreshTokenUpdated += (_, e) => Console.Error.WriteLine("Ponto Connect refresh token updated: " + e.NewToken);
var financialInstitutions = await pontoConnectService.FinancialInstitutions.ListForOrganization(token, cancellationToken: cancellationToken);
foreach (var financialInstitution in financialInstitutions.Items)
Console.WriteLine("Financial institution: " + financialInstitution);
while (financialInstitutions.ContinuationToken != null)
{
financialInstitutions = await pontoConnectService.FinancialInstitutions.ListForOrganization(token, financialInstitutions.ContinuationToken, cancellationToken);
foreach (var financialInstitution in financialInstitutions.Items)
Console.WriteLine("Financial institution: " + financialInstitution);
}
var userInfo = await pontoConnectService.UserInfo.Get(token, cancellationToken);
Console.WriteLine("User information: " + userInfo);
var sanboxService = pontoConnectService.Sandbox;
var sandboxAccounts = await sanboxService.Accounts.List(token, financialInstitutions.Items.First().Id, cancellationToken: cancellationToken);
foreach (var sandboxAccount in sandboxAccounts.Items)
Console.WriteLine("Sandbox account: " + sandboxAccount);
var sandboxTransaction = await sanboxService.Transactions.Create(token, financialInstitutions.Items.First().Id, sandboxAccounts.Items.First().Id, new Transaction
{
RemittanceInformationType = "unstructured",
RemittanceInformation = "NEW SHOES",
Description = "Small Cotton Shoes",
Currency = "EUR",
CounterpartName = "Otro Bank",
PurposeCode = "DEBIT",
CounterpartReference = "BE9786154282554",
Amount = 84.42m,
ValueDate = DateTimeOffset.Parse("2020-05-22T00:00:00Z", CultureInfo.InvariantCulture),
ExecutionDate = DateTimeOffset.Parse("2020-05-25T00:00:00Z", CultureInfo.InvariantCulture)
}, cancellationToken: cancellationToken);
Console.WriteLine("Sandbox transaction created: " + sandboxTransaction);
sandboxTransaction = await sanboxService.Transactions.Update(token, financialInstitutions.Items.First().Id, sandboxAccounts.Items.First().Id, sandboxTransaction.Id, new Transaction
{
RemittanceInformation = "NEW SHOES",
Description = "Hole foods",
BankTransactionCode = "PMNT-IRCT-ESCT",
ProprietaryBankTransactionCode = "12267",
AdditionalInformation = "Online payment on fake-tpp.com",
CreditorId = "123498765421",
MandateId = "234",
PurposeCode = "CASH",
EndToEndId = "ref.243435343"
}, cancellationToken: cancellationToken);
Console.WriteLine("Sandbox transaction updated: " + sandboxTransaction);
sandboxTransaction = await sanboxService.Transactions.Get(token, financialInstitutions.Items.First().Id, sandboxAccounts.Items.First().Id, sandboxTransaction.Id, cancellationToken);
Console.WriteLine("Sandbox transaction: " + sandboxTransaction);
var sandboxTransactions = await sanboxService.Transactions.List(token, financialInstitutions.Items.First().Id, sandboxAccounts.Items.First().Id, cancellationToken: cancellationToken);
foreach (var tr in sandboxTransactions.Items)
Console.WriteLine("Sandbox transaction: " + tr);
var accounts = await pontoConnectService.Accounts.List(token, cancellationToken: cancellationToken);
foreach (var account in accounts.Items)
Console.WriteLine("Account: " + account);
var accountId = accounts.Items.First().Id;
var synchronization = await pontoConnectService.Synchronizations.Create(token, new SynchronizationRequest
{
ResourceType = "account",
Subtype = "accountDetails",
ResourceId = accountId,
CustomerIpAddress = "123.123.123.123"
}, cancellationToken: cancellationToken);
Console.WriteLine("Synchronization created: " + synchronization);
synchronization = await pontoConnectService.Synchronizations.Get(token, synchronization.Id, cancellationToken);
Console.WriteLine("Synchronization: " + synchronization);
var updatedTransactions = await pontoConnectService.Transactions.ListUpdatedForSynchronization(token, synchronization.Id, cancellationToken: cancellationToken);
var transactions = await pontoConnectService.Transactions.List(token, accountId, cancellationToken: cancellationToken);
foreach (var tr in transactions.Items)
Console.WriteLine("Transaction: " + tr);
var transaction = await pontoConnectService.Transactions.Get(token, accountId, transactions.Items.First().Id, cancellationToken);
Console.WriteLine("Transaction: " + transaction);
var payment = await pontoConnectService.Payments.Create(token, accountId, new PaymentRequest
{
RemittanceInformation = "payment",
RemittanceInformationType = "unstructured",
RequestedExecutionDate = DateTimeOffset.Now.AddDays(1d),
Currency = "EUR",
Amount = 59m,
CreditorName = "Alex Creditor",
CreditorAccountReference = "BE55732022998044",
CreditorAccountReferenceType = "IBAN",
CreditorAgent = "NBBEBEBB203",
CreditorAgentType = "BIC"
}, cancellationToken: cancellationToken);
Console.WriteLine("Payment created: " + payment);
payment = await pontoConnectService.Payments.Get(token, accountId, payment.Id, cancellationToken);
Console.WriteLine("Payment: " + payment);
await pontoConnectService.Payments.Delete(token, accountId, payment.Id, cancellationToken);
Console.WriteLine($"Payment {payment.Id} deleted");
var bulkPayment = await pontoConnectService.BulkPayments.Create(token, accountId, new BulkPaymentRequest
{
BatchBookingPreferred = true,
Reference = "myReference",
RequestedExecutionDate = DateTimeOffset.Now.AddDays(1d),
RedirectUri = "",
Payments = new List<Payment> { new Payment
{
RemittanceInformation = "payment",
RemittanceInformationType = "unstructured",
Currency = "EUR",
Amount = 59m,
CreditorName = "Alex Creditor",
CreditorAccountReference = "BE55732022998044",
CreditorAccountReferenceType = "IBAN",
CreditorAgent = "NBBEBEBB203",
CreditorAgentType = "BIC"
} }
}, cancellationToken: cancellationToken);
Console.WriteLine("Bulk payment created: " + bulkPayment);
bulkPayment = await pontoConnectService.BulkPayments.Get(token, accountId, bulkPayment.Id, cancellationToken);
Console.WriteLine("Bulk payment: " + bulkPayment);
await pontoConnectService.BulkPayments.Delete(token, accountId, bulkPayment.Id, cancellationToken);
Console.WriteLine($"Bulk payment {bulkPayment.Id} deleted");
}
}
}
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\cli\Program.cs | using Ibanity.Apis.Client;
using Ibanity.Apis.Sample.CLI;
Console.WriteLine("Loading configuration");
var configuration = Configuration.BuildFromEnvironment();
Console.WriteLine("Building service...");
var ibanityService = new IbanityServiceBuilder().
SetEndpoint(configuration.Endpoint).
AddClientCertificate(
configuration.MtlsCertificatePath,
configuration.MtlsCertificatePassword).
AddSignatureCertificate(
configuration.SignatureCertificateId,
configuration.SignatureCertificatePath,
configuration.SignatureCertificatePassword).
AddPontoConnectOAuth2Authentication(
configuration.PontoConnectClientId,
configuration.PontoConnectClientSecret).
AddIsabelConnectOAuth2Authentication(
configuration.IsabelConnectClientId,
configuration.IsabelConnectClientSecret).
EnableRetries().
AddCodaboxConnectOAuth2Authentication(
configuration.CodaboxConnectClientId,
configuration.CodaboxConnectClientSecret).
AddLogging(new ConsoleLogger()).
Build();
var cancellationTokenSource = new CancellationTokenSource();
Console.CancelKeyPress += (_, e) =>
{
Console.WriteLine("Canceling...");
cancellationTokenSource.Cancel();
e.Cancel = true;
};
Console.WriteLine("Running client sample...");
var clientSample = new ClientSample(configuration, ibanityService);
await clientSample.Run(cancellationTokenSource.Token);
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\cli\README.md | # CLI client sample
## How to run
This application needs some environment variables to be set.
If you configured a .env file at the repository root, you will be able to load the variables and run the sample like this:
```sh
env $(../../scripts/get-integration-env | xargs) dotnet run
```
This command depends on _Python 3_ and _OpenSSL_ to run.
If you are running Windows, you can use [Cygwin](https://www.cygwin.com) to execute this command.
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\webapp\appsettings.Development.json | {
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\webapp\appsettings.json | {
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Ibanity": {
"Endpoint": "https://api.ibanity.com",
"Certificates": {
"Client": {
"Path": "foo/certificate.pfx",
"Passphrase": "bar"
},
"Signature": {
"Id": "foo",
"Path": "bar/signature_certificate.pfx",
"Passphrase": "baz"
}
},
"PontoConnect": {
"AuthenticationUri": "https://sandbox-authorization.myponto.com/oauth2/auth",
"ClientId": "foo",
"ClientSecret": "bar",
"Scope": "offline_access ai pi name"
}
}
}
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\webapp\Program.cs | using Ibanity.Apis.Client;
var builder = WebApplication.CreateBuilder(args);
var configuration = builder.Configuration;
var ibanityService = new IbanityServiceBuilder().
SetEndpoint(configuration["Ibanity:Endpoint"]).
AddClientCertificate(
configuration["Ibanity:Certificates:Client:Path"],
configuration["Ibanity:Certificates:Client:Passphrase"]).
AddSignatureCertificate(
configuration["Ibanity:Certificates:Signature:Id"],
configuration["Ibanity:Certificates:Signature:Path"],
configuration["Ibanity:Certificates:Signature:Passphrase"]).
AddPontoConnectOAuth2Authentication(
configuration["Ibanity:PontoConnect:ClientId"],
configuration["Ibanity:PontoConnect:ClientSecret"]).
EnableRetries().
Build();
// Add services to the container.
builder.Services.
AddSingleton(ibanityService).
AddSession().
AddRazorPages();
var app = builder.Build();
// Configure the HTTP request pipeline.
if (!app.Environment.IsDevelopment())
{
app.UseExceptionHandler("/Error");
}
app.UseStaticFiles();
app.UseSession();
app.UseRouting();
app.UseAuthorization();
app.MapRazorPages();
app.Run();
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\webapp\README.md | # Web application client sample
## How to run
After setting a few values in the `appsettings.json` file, you will be able to start the web application like this:
```sh
dotnet run
```
| 0 |
raw_data\ibanity-dotnet\samples | raw_data\ibanity-dotnet\samples\webapp\webapp.csproj | <Project Sdk="Microsoft.NET.Sdk.Web">
<ItemGroup>
<ProjectReference Include="..\..\src\Client\Client.csproj" />
</ItemGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\.vscode\launch.json | {
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch Chrome",
"request": "launch",
"type": "chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
},
{
"name": ".NET Core Launch (web)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/bin/Debug/net6.0/webapp.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
}
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach"
}
]
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\.vscode\tasks.json | {
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/webapp.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/webapp.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"run",
"--project",
"${workspaceFolder}/webapp.csproj"
],
"problemMatcher": "$msCompile"
}
]
} | 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\callback.cshtml | @page
@model CallbackModel
@{
ViewData["Title"] = "OAuth callback";
}
<h1>@ViewData["Title"]</h1>
@if (!string.IsNullOrWhiteSpace(Model.Error))
{
<div class="alert alert-danger" role="alert">@Model.Error</div>
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\callback.cshtml.cs | using System.Text.Json;
using Ibanity.Apis.Client;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace webapp.Pages;
public class CallbackModel : PageModel
{
private readonly ILogger<CallbackModel> _logger;
private readonly IConfiguration _configuration;
private readonly IIbanityService _ibanityService;
public CallbackModel(ILogger<CallbackModel> logger, IConfiguration configuration, IIbanityService ibanityService)
{
_logger = logger;
_configuration = configuration;
_ibanityService = ibanityService;
}
public async Task<IActionResult> OnGet(CancellationToken cancellationToken)
{
var knownState = HttpContext.Session.GetString("PontoConnectAuthenticationState");
if (string.IsNullOrWhiteSpace(knownState))
{
Error = "Missing known state";
return Page();
}
HttpContext.Session.Remove("PontoConnectAuthenticationState");
var knownPkceCode = HttpContext.Session.GetString("PontoConnectAuthenticationPkceCode");
if (string.IsNullOrWhiteSpace(knownPkceCode))
{
Error = "Missing known PKCE code";
return Page();
}
HttpContext.Session.Remove("PontoConnectAuthenticationPkceCode");
var error = HttpContext.Request.Query["error"].FirstOrDefault();
if (!string.IsNullOrWhiteSpace(error))
{
Error = error;
return Page();
}
var state = HttpContext.Request.Query["state"].SingleOrDefault();
if (string.IsNullOrWhiteSpace(state))
{
Error = "Missing state";
return Page();
}
if (state != knownState)
{
Error = "State mismatch";
return Page();
}
var code = HttpContext.Request.Query["code"].SingleOrDefault();
if (string.IsNullOrWhiteSpace(code))
{
Error = "Missing authorization code";
return Page();
}
var token = await _ibanityService.PontoConnect.TokenService.GetToken(
code,
knownPkceCode,
$"{HttpContext.Request.Scheme}://{HttpContext.Request.Host}/callback",
cancellationToken);
HttpContext.Session.SetString("PontoConnectToken", JsonSerializer.Serialize(token));
var userInformation = await _ibanityService.PontoConnect.UserInfo.Get(token, cancellationToken);
HttpContext.Session.SetString("PontoConnectOrganization", userInformation.Name);
return Redirect("Products");
}
public string? Error { get; private set; }
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\Error.cshtml | @page
@model ErrorModel
@{
ViewData["Title"] = "Error";
}
<h1 class="text-danger">Error.</h1>
<h2 class="text-danger">An error occurred while processing your request.</h2>
@if (Model.ShowRequestId)
{
<p>
<strong>Request ID:</strong> <code>@Model.RequestId</code>
</p>
}
<h3>Development Mode</h3>
<p>
Swapping to the <strong>Development</strong> environment displays detailed information about the error that
occurred.
</p>
<p>
<strong>The Development environment shouldn't be enabled for deployed applications.</strong>
It can result in displaying sensitive information from exceptions to end users.
For local debugging, enable the <strong>Development</strong> environment by setting the
<strong>ASPNETCORE_ENVIRONMENT</strong> environment variable to <strong>Development</strong>
and restarting the app.
</p>
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\Error.cshtml.cs | using System.Diagnostics;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace webapp.Pages;
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
[IgnoreAntiforgeryToken]
public class ErrorModel : PageModel
{
public string? RequestId { get; set; }
public bool ShowRequestId => !string.IsNullOrEmpty(RequestId);
private readonly ILogger<ErrorModel> _logger;
public ErrorModel(ILogger<ErrorModel> logger)
{
_logger = logger;
}
public void OnGet()
{
RequestId = Activity.Current?.Id ?? HttpContext.TraceIdentifier;
}
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\Index.cshtml | @page
@model IndexModel
@{
ViewData["Title"] = "Home page";
}
<div class="text-center">
<h1 class="display-4">Ibanity .NET sample</h1>
<p>Demo web site for <a href="https://github.com/ibanity/ibanity-dotnet">Ibanity .NET client library</a>.</p>
</div>
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\Index.cshtml.cs | using Microsoft.AspNetCore.Mvc.RazorPages;
namespace webapp.Pages;
public class IndexModel : PageModel
{
private readonly ILogger<IndexModel> _logger;
public IndexModel(ILogger<IndexModel> logger)
{
_logger = logger;
}
public void OnGet()
{
}
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\PontoConnect.cshtml | @page
@model PontoConnectModel
@{
ViewData["Title"] = "Ponto Connect";
}
<h1>@ViewData["Title"]</h1>
<h2 class="my-4">Accounts</h2>
@await foreach (var account in Model.GetAccounts())
{
<div class="card m-2" style="width: 18rem;">
<div class="card-body">
<h5 class="card-title">@account.Reference</h5>
<h6 class="card-subtitle mb-2 text-muted">@account.HolderName</h6>
<p class="card-text">@account.AvailableBalance @account.Currency</p>
</div>
</div>
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\PontoConnect.cshtml.cs | using System.Text.Json;
using Ibanity.Apis.Client;
using Ibanity.Apis.Client.Http;
using Ibanity.Apis.Client.Products.PontoConnect.Models;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace webapp.Pages;
public class PontoConnectModel : PageModel
{
private readonly ILogger<PontoConnectModel> _logger;
private readonly IIbanityService _ibanityService;
public PontoConnectModel(ILogger<PontoConnectModel> logger, IIbanityService ibanityService)
{
_logger = logger;
_ibanityService = ibanityService;
}
public IActionResult OnGet()
{
if (!HttpContext.Session.Keys.Contains("PontoConnectToken"))
return Redirect("/Products");
return Page();
}
public async IAsyncEnumerable<Account> GetAccounts()
{
var tokenJson = HttpContext.Session.GetString("PontoConnectToken");
if (string.IsNullOrWhiteSpace(tokenJson))
throw new InvalidOperationException("Missing Ponto Connect token");
var token = JsonSerializer.Deserialize<Token>(tokenJson);
if (token == null)
throw new InvalidOperationException("Null Ponto Connect token");
token.RefreshTokenUpdated += (_, _) =>
HttpContext.Session.SetString("PontoConnectToken", JsonSerializer.Serialize(token));
var page = await _ibanityService.PontoConnect.Accounts.List(token);
foreach (var account in page.Items)
yield return account;
while (page.ContinuationToken != null)
{
page = await _ibanityService.PontoConnect.Accounts.List(token, page.ContinuationToken);
foreach (var account in page.Items)
yield return account;
}
}
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\Products.cshtml | @page
@model ProductsModel
@{
ViewData["Title"] = "Products";
}
<h1>@ViewData["Title"]</h1>
<p>Use this page to connect to your Ibanity accounts.</p>
<h2>Ponto Connect</h2>
@if (HttpContext.Session.Keys.Contains("PontoConnectToken"))
{
<div class="alert alert-success" role="alert" style="width: 12rem; text-align: center;">Connected</div>
}
else
{
<a href="@Model.PontoConnectAuthorizationUri" class="btn btn-primary">Connect</a>
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\Products.cshtml.cs | using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Web;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace webapp.Pages;
public class ProductsModel : PageModel
{
private readonly ILogger<ProductsModel> _logger;
private readonly IConfiguration _configuration;
public ProductsModel(ILogger<ProductsModel> logger, IConfiguration configuration)
{
_logger = logger;
_configuration = configuration;
}
public string PontoConnectAuthorizationUri =>
$"{_configuration["Ibanity:PontoConnect:AuthenticationUri"]}?client_id={_configuration["Ibanity:PontoConnect:ClientId"]}&redirect_uri={HttpUtility.UrlEncode($"{HttpContext.Request.Scheme}://{HttpContext.Request.Host}/callback")}&response_type=code&scope={HttpUtility.UrlEncode(_configuration["Ibanity:PontoConnect:Scope"])}&state={GenerateState()}&code_challenge={GenerateCodeChallenge()}&code_challenge_method=S256";
private string GenerateNonce(int size)
{
const string chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
var nonce = new char[size];
for (int i = 0; i < nonce.Length; i++)
{
nonce[i] = chars[RandomNumberGenerator.GetInt32(chars.Length)];
}
return new string(nonce);
}
private string GenerateState()
{
var state = GenerateNonce(32);
HttpContext.Session.SetString("PontoConnectAuthenticationState", state);
return state;
}
private string GenerateCodeChallenge()
{
var codeVerifier = GenerateNonce(64);
using var sha256 = SHA256.Create();
var hash = sha256.ComputeHash(Encoding.UTF8.GetBytes(codeVerifier));
var b64Hash = Convert.ToBase64String(hash);
var code = Regex.Replace(b64Hash, "\\+", "-");
code = Regex.Replace(code, "\\/", "_");
code = Regex.Replace(code, "=+$", "");
HttpContext.Session.SetString("PontoConnectAuthenticationPkceCode", codeVerifier);
return code;
}
public void OnGet()
{
}
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\_ViewImports.cshtml | @using webapp
@namespace webapp.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Pages\_ViewStart.cshtml | @{
Layout = "_Layout";
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp\Pages | raw_data\ibanity-dotnet\samples\webapp\Pages\Shared\_Layout.cshtml | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - Ibanity .NET sample</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
<link rel="stylesheet" href="~/webapp.styles.css" asp-append-version="true" />
</head>
<body>
<header>
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
<div class="container">
<a class="navbar-brand" asp-area="" asp-page="/Index">Ibanity .NET sample</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse d-sm-inline-flex justify-content-between">
<ul class="navbar-nav flex-grow-1">
<li class="nav-item">
<a class="nav-link text-dark" asp-area="" asp-page="/Index">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-dark" asp-area="" asp-page="/Products">Products</a>
</li>
@if (Context.Session.Keys.Contains("PontoConnectToken"))
{
<li class="nav-item">
<a class="nav-link text-dark" asp-area="" asp-page="/PontoConnect">Ponto Connect</a>
</li>
}
</ul>
</div>
@if (Context.Session.Keys.Contains("PontoConnectOrganization"))
{
<div class="float-right">
🏦 @Context.Session.GetString("PontoConnectOrganization")
</div>
}
</div>
</nav>
</header>
<div class="container">
<main role="main" class="pb-3">
@RenderBody()
</main>
</div>
<footer class="border-top footer text-muted">
<div class="container">
© 2022 - Ibanity .NET sample
</div>
</footer>
<script src="~/lib/jquery/dist/jquery.min.js"></script>
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="~/js/site.js" asp-append-version="true"></script>
@await RenderSectionAsync("Scripts", required: false)
</body>
</html>
| 0 |
raw_data\ibanity-dotnet\samples\webapp\Pages | raw_data\ibanity-dotnet\samples\webapp\Pages\Shared\_Layout.cshtml.css | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
white-space: normal;
text-align: center;
word-break: break-all;
}
a {
color: #0077cc;
}
.btn-primary {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.border-top {
border-top: 1px solid #e5e5e5;
}
.border-bottom {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px;
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp\Pages | raw_data\ibanity-dotnet\samples\webapp\Pages\Shared\_ValidationScriptsPartial.cshtml | <script src="~/lib/jquery-validation/dist/jquery.validate.min.js"></script>
<script src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js"></script>
| 0 |
raw_data\ibanity-dotnet\samples\webapp | raw_data\ibanity-dotnet\samples\webapp\Properties\launchSettings.json | {
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:10119",
"sslPort": 0
}
},
"profiles": {
"webapp": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:5048",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp\wwwroot | raw_data\ibanity-dotnet\samples\webapp\wwwroot\css\site.css | html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
| 0 |
raw_data\ibanity-dotnet\samples\webapp\wwwroot | raw_data\ibanity-dotnet\samples\webapp\wwwroot\js\site.js | // Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
// for details on configuring this project to bundle and minify static web assets.
// Write your JavaScript code.
| 0 |
raw_data\ibanity-dotnet\samples\webapp\wwwroot\lib | raw_data\ibanity-dotnet\samples\webapp\wwwroot\lib\bootstrap\LICENSE | The MIT License (MIT)
Copyright (c) 2011-2021 Twitter, Inc.
Copyright (c) 2011-2021 The Bootstrap Authors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
| 0 |
raw_data\ibanity-dotnet\samples\webapp\wwwroot\lib\bootstrap\dist | raw_data\ibanity-dotnet\samples\webapp\wwwroot\lib\bootstrap\dist\css\bootstrap-grid.css | /*!
* Bootstrap Grid v5.1.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
width: 100%;
padding-right: var(--bs-gutter-x, 0.75rem);
padding-left: var(--bs-gutter-x, 0.75rem);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px;
}
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -.5);
margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
box-sizing: border-box;
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * .5);
padding-left: calc(var(--bs-gutter-x) * .5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333333%;
}
.offset-xxl-2 {
margin-left: 16.66666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333333%;
}
.offset-xxl-5 {
margin-left: 41.66666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333333%;
}
.offset-xxl-8 {
margin-left: 66.66666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333333%;
}
.offset-xxl-11 {
margin-left: 91.66666667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.d-inline {
display: inline !important;
}
.d-inline-block {
display: inline-block !important;
}
.d-block {
display: block !important;
}
.d-grid {
display: grid !important;
}
.d-table {
display: table !important;
}
.d-table-row {
display: table-row !important;
}
.d-table-cell {
display: table-cell !important;
}
.d-flex {
display: flex !important;
}
.d-inline-flex {
display: inline-flex !important;
}
.d-none {
display: none !important;
}
.flex-fill {
flex: 1 1 auto !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.justify-content-evenly {
justify-content: space-evenly !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-items-stretch {
align-items: stretch !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-content-stretch {
align-content: stretch !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.align-self-stretch {
align-self: stretch !important;
}
.order-first {
order: -1 !important;
}
.order-0 {
order: 0 !important;
}
.order-1 {
order: 1 !important;
}
.order-2 {
order: 2 !important;
}
.order-3 {
order: 3 !important;
}
.order-4 {
order: 4 !important;
}
.order-5 {
order: 5 !important;
}
.order-last {
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.p-0 {
padding: 0 !important;
}
.p-1 {
padding: 0.25rem !important;
}
.p-2 {
padding: 0.5rem !important;
}
.p-3 {
padding: 1rem !important;
}
.p-4 {
padding: 1.5rem !important;
}
.p-5 {
padding: 3rem !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pe-0 {
padding-right: 0 !important;
}
.pe-1 {
padding-right: 0.25rem !important;
}
.pe-2 {
padding-right: 0.5rem !important;
}
.pe-3 {
padding-right: 1rem !important;
}
.pe-4 {
padding-right: 1.5rem !important;
}
.pe-5 {
padding-right: 3rem !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.ps-0 {
padding-left: 0 !important;
}
.ps-1 {
padding-left: 0.25rem !important;
}
.ps-2 {
padding-left: 0.5rem !important;
}
.ps-3 {
padding-left: 1rem !important;
}
.ps-4 {
padding-left: 1.5rem !important;
}
.ps-5 {
padding-left: 3rem !important;
}
@media (min-width: 576px) {
.d-sm-inline {
display: inline !important;
}
.d-sm-inline-block {
display: inline-block !important;
}
.d-sm-block {
display: block !important;
}
.d-sm-grid {
display: grid !important;
}
.d-sm-table {
display: table !important;
}
.d-sm-table-row {
display: table-row !important;
}
.d-sm-table-cell {
display: table-cell !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-inline-flex {
display: inline-flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-fill {
flex: 1 1 auto !important;
}
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.justify-content-sm-evenly {
justify-content: space-evenly !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-items-sm-stretch {
align-items: stretch !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-content-sm-stretch {
align-content: stretch !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.align-self-sm-stretch {
align-self: stretch !important;
}
.order-sm-first {
order: -1 !important;
}
.order-sm-0 {
order: 0 !important;
}
.order-sm-1 {
order: 1 !important;
}
.order-sm-2 {
order: 2 !important;
}
.order-sm-3 {
order: 3 !important;
}
.order-sm-4 {
order: 4 !important;
}
.order-sm-5 {
order: 5 !important;
}
.order-sm-last {
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.p-sm-0 {
padding: 0 !important;
}
.p-sm-1 {
padding: 0.25rem !important;
}
.p-sm-2 {
padding: 0.5rem !important;
}
.p-sm-3 {
padding: 1rem !important;
}
.p-sm-4 {
padding: 1.5rem !important;
}
.p-sm-5 {
padding: 3rem !important;
}
.px-sm-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-sm-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-sm-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-sm-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-sm-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-sm-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-sm-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-sm-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-sm-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-sm-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-sm-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-sm-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-sm-0 {
padding-top: 0 !important;
}
.pt-sm-1 {
padding-top: 0.25rem !important;
}
.pt-sm-2 {
padding-top: 0.5rem !important;
}
.pt-sm-3 {
padding-top: 1rem !important;
}
.pt-sm-4 {
padding-top: 1.5rem !important;
}
.pt-sm-5 {
padding-top: 3rem !important;
}
.pe-sm-0 {
padding-right: 0 !important;
}
.pe-sm-1 {
padding-right: 0.25rem !important;
}
.pe-sm-2 {
padding-right: 0.5rem !important;
}
.pe-sm-3 {
padding-right: 1rem !important;
}
.pe-sm-4 {
padding-right: 1.5rem !important;
}
.pe-sm-5 {
padding-right: 3rem !important;
}
.pb-sm-0 {
padding-bottom: 0 !important;
}
.pb-sm-1 {
padding-bottom: 0.25rem !important;
}
.pb-sm-2 {
padding-bottom: 0.5rem !important;
}
.pb-sm-3 {
padding-bottom: 1rem !important;
}
.pb-sm-4 {
padding-bottom: 1.5rem !important;
}
.pb-sm-5 {
padding-bottom: 3rem !important;
}
.ps-sm-0 {
padding-left: 0 !important;
}
.ps-sm-1 {
padding-left: 0.25rem !important;
}
.ps-sm-2 {
padding-left: 0.5rem !important;
}
.ps-sm-3 {
padding-left: 1rem !important;
}
.ps-sm-4 {
padding-left: 1.5rem !important;
}
.ps-sm-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 768px) {
.d-md-inline {
display: inline !important;
}
.d-md-inline-block {
display: inline-block !important;
}
.d-md-block {
display: block !important;
}
.d-md-grid {
display: grid !important;
}
.d-md-table {
display: table !important;
}
.d-md-table-row {
display: table-row !important;
}
.d-md-table-cell {
display: table-cell !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-inline-flex {
display: inline-flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-fill {
flex: 1 1 auto !important;
}
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.justify-content-md-evenly {
justify-content: space-evenly !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-items-md-stretch {
align-items: stretch !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-content-md-stretch {
align-content: stretch !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.align-self-md-stretch {
align-self: stretch !important;
}
.order-md-first {
order: -1 !important;
}
.order-md-0 {
order: 0 !important;
}
.order-md-1 {
order: 1 !important;
}
.order-md-2 {
order: 2 !important;
}
.order-md-3 {
order: 3 !important;
}
.order-md-4 {
order: 4 !important;
}
.order-md-5 {
order: 5 !important;
}
.order-md-last {
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.p-md-0 {
padding: 0 !important;
}
.p-md-1 {
padding: 0.25rem !important;
}
.p-md-2 {
padding: 0.5rem !important;
}
.p-md-3 {
padding: 1rem !important;
}
.p-md-4 {
padding: 1.5rem !important;
}
.p-md-5 {
padding: 3rem !important;
}
.px-md-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-md-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-md-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-md-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-md-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-md-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-md-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-md-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-md-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-md-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-md-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-md-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-md-0 {
padding-top: 0 !important;
}
.pt-md-1 {
padding-top: 0.25rem !important;
}
.pt-md-2 {
padding-top: 0.5rem !important;
}
.pt-md-3 {
padding-top: 1rem !important;
}
.pt-md-4 {
padding-top: 1.5rem !important;
}
.pt-md-5 {
padding-top: 3rem !important;
}
.pe-md-0 {
padding-right: 0 !important;
}
.pe-md-1 {
padding-right: 0.25rem !important;
}
.pe-md-2 {
padding-right: 0.5rem !important;
}
.pe-md-3 {
padding-right: 1rem !important;
}
.pe-md-4 {
padding-right: 1.5rem !important;
}
.pe-md-5 {
padding-right: 3rem !important;
}
.pb-md-0 {
padding-bottom: 0 !important;
}
.pb-md-1 {
padding-bottom: 0.25rem !important;
}
.pb-md-2 {
padding-bottom: 0.5rem !important;
}
.pb-md-3 {
padding-bottom: 1rem !important;
}
.pb-md-4 {
padding-bottom: 1.5rem !important;
}
.pb-md-5 {
padding-bottom: 3rem !important;
}
.ps-md-0 {
padding-left: 0 !important;
}
.ps-md-1 {
padding-left: 0.25rem !important;
}
.ps-md-2 {
padding-left: 0.5rem !important;
}
.ps-md-3 {
padding-left: 1rem !important;
}
.ps-md-4 {
padding-left: 1.5rem !important;
}
.ps-md-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 992px) {
.d-lg-inline {
display: inline !important;
}
.d-lg-inline-block {
display: inline-block !important;
}
.d-lg-block {
display: block !important;
}
.d-lg-grid {
display: grid !important;
}
.d-lg-table {
display: table !important;
}
.d-lg-table-row {
display: table-row !important;
}
.d-lg-table-cell {
display: table-cell !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-inline-flex {
display: inline-flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-fill {
flex: 1 1 auto !important;
}
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.justify-content-lg-evenly {
justify-content: space-evenly !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-items-lg-stretch {
align-items: stretch !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-content-lg-stretch {
align-content: stretch !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.align-self-lg-stretch {
align-self: stretch !important;
}
.order-lg-first {
order: -1 !important;
}
.order-lg-0 {
order: 0 !important;
}
.order-lg-1 {
order: 1 !important;
}
.order-lg-2 {
order: 2 !important;
}
.order-lg-3 {
order: 3 !important;
}
.order-lg-4 {
order: 4 !important;
}
.order-lg-5 {
order: 5 !important;
}
.order-lg-last {
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.p-lg-0 {
padding: 0 !important;
}
.p-lg-1 {
padding: 0.25rem !important;
}
.p-lg-2 {
padding: 0.5rem !important;
}
.p-lg-3 {
padding: 1rem !important;
}
.p-lg-4 {
padding: 1.5rem !important;
}
.p-lg-5 {
padding: 3rem !important;
}
.px-lg-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-lg-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-lg-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-lg-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-lg-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-lg-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-lg-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-lg-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-lg-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-lg-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-lg-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-lg-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-lg-0 {
padding-top: 0 !important;
}
.pt-lg-1 {
padding-top: 0.25rem !important;
}
.pt-lg-2 {
padding-top: 0.5rem !important;
}
.pt-lg-3 {
padding-top: 1rem !important;
}
.pt-lg-4 {
padding-top: 1.5rem !important;
}
.pt-lg-5 {
padding-top: 3rem !important;
}
.pe-lg-0 {
padding-right: 0 !important;
}
.pe-lg-1 {
padding-right: 0.25rem !important;
}
.pe-lg-2 {
padding-right: 0.5rem !important;
}
.pe-lg-3 {
padding-right: 1rem !important;
}
.pe-lg-4 {
padding-right: 1.5rem !important;
}
.pe-lg-5 {
padding-right: 3rem !important;
}
.pb-lg-0 {
padding-bottom: 0 !important;
}
.pb-lg-1 {
padding-bottom: 0.25rem !important;
}
.pb-lg-2 {
padding-bottom: 0.5rem !important;
}
.pb-lg-3 {
padding-bottom: 1rem !important;
}
.pb-lg-4 {
padding-bottom: 1.5rem !important;
}
.pb-lg-5 {
padding-bottom: 3rem !important;
}
.ps-lg-0 {
padding-left: 0 !important;
}
.ps-lg-1 {
padding-left: 0.25rem !important;
}
.ps-lg-2 {
padding-left: 0.5rem !important;
}
.ps-lg-3 {
padding-left: 1rem !important;
}
.ps-lg-4 {
padding-left: 1.5rem !important;
}
.ps-lg-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 1200px) {
.d-xl-inline {
display: inline !important;
}
.d-xl-inline-block {
display: inline-block !important;
}
.d-xl-block {
display: block !important;
}
.d-xl-grid {
display: grid !important;
}
.d-xl-table {
display: table !important;
}
.d-xl-table-row {
display: table-row !important;
}
.d-xl-table-cell {
display: table-cell !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-inline-flex {
display: inline-flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-fill {
flex: 1 1 auto !important;
}
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.justify-content-xl-evenly {
justify-content: space-evenly !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-items-xl-stretch {
align-items: stretch !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-content-xl-stretch {
align-content: stretch !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.align-self-xl-stretch {
align-self: stretch !important;
}
.order-xl-first {
order: -1 !important;
}
.order-xl-0 {
order: 0 !important;
}
.order-xl-1 {
order: 1 !important;
}
.order-xl-2 {
order: 2 !important;
}
.order-xl-3 {
order: 3 !important;
}
.order-xl-4 {
order: 4 !important;
}
.order-xl-5 {
order: 5 !important;
}
.order-xl-last {
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.p-xl-0 {
padding: 0 !important;
}
.p-xl-1 {
padding: 0.25rem !important;
}
.p-xl-2 {
padding: 0.5rem !important;
}
.p-xl-3 {
padding: 1rem !important;
}
.p-xl-4 {
padding: 1.5rem !important;
}
.p-xl-5 {
padding: 3rem !important;
}
.px-xl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xl-0 {
padding-top: 0 !important;
}
.pt-xl-1 {
padding-top: 0.25rem !important;
}
.pt-xl-2 {
padding-top: 0.5rem !important;
}
.pt-xl-3 {
padding-top: 1rem !important;
}
.pt-xl-4 {
padding-top: 1.5rem !important;
}
.pt-xl-5 {
padding-top: 3rem !important;
}
.pe-xl-0 {
padding-right: 0 !important;
}
.pe-xl-1 {
padding-right: 0.25rem !important;
}
.pe-xl-2 {
padding-right: 0.5rem !important;
}
.pe-xl-3 {
padding-right: 1rem !important;
}
.pe-xl-4 {
padding-right: 1.5rem !important;
}
.pe-xl-5 {
padding-right: 3rem !important;
}
.pb-xl-0 {
padding-bottom: 0 !important;
}
.pb-xl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xl-3 {
padding-bottom: 1rem !important;
}
.pb-xl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xl-5 {
padding-bottom: 3rem !important;
}
.ps-xl-0 {
padding-left: 0 !important;
}
.ps-xl-1 {
padding-left: 0.25rem !important;
}
.ps-xl-2 {
padding-left: 0.5rem !important;
}
.ps-xl-3 {
padding-left: 1rem !important;
}
.ps-xl-4 {
padding-left: 1.5rem !important;
}
.ps-xl-5 {
padding-left: 3rem !important;
}
}
@media (min-width: 1400px) {
.d-xxl-inline {
display: inline !important;
}
.d-xxl-inline-block {
display: inline-block !important;
}
.d-xxl-block {
display: block !important;
}
.d-xxl-grid {
display: grid !important;
}
.d-xxl-table {
display: table !important;
}
.d-xxl-table-row {
display: table-row !important;
}
.d-xxl-table-cell {
display: table-cell !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-inline-flex {
display: inline-flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-fill {
flex: 1 1 auto !important;
}
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.justify-content-xxl-evenly {
justify-content: space-evenly !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-items-xxl-stretch {
align-items: stretch !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-content-xxl-stretch {
align-content: stretch !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.align-self-xxl-stretch {
align-self: stretch !important;
}
.order-xxl-first {
order: -1 !important;
}
.order-xxl-0 {
order: 0 !important;
}
.order-xxl-1 {
order: 1 !important;
}
.order-xxl-2 {
order: 2 !important;
}
.order-xxl-3 {
order: 3 !important;
}
.order-xxl-4 {
order: 4 !important;
}
.order-xxl-5 {
order: 5 !important;
}
.order-xxl-last {
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.p-xxl-0 {
padding: 0 !important;
}
.p-xxl-1 {
padding: 0.25rem !important;
}
.p-xxl-2 {
padding: 0.5rem !important;
}
.p-xxl-3 {
padding: 1rem !important;
}
.p-xxl-4 {
padding: 1.5rem !important;
}
.p-xxl-5 {
padding: 3rem !important;
}
.px-xxl-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.px-xxl-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.px-xxl-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.px-xxl-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.px-xxl-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.px-xxl-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-xxl-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.py-xxl-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.py-xxl-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.py-xxl-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.py-xxl-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.py-xxl-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.pt-xxl-0 {
padding-top: 0 !important;
}
.pt-xxl-1 {
padding-top: 0.25rem !important;
}
.pt-xxl-2 {
padding-top: 0.5rem !important;
}
.pt-xxl-3 {
padding-top: 1rem !important;
}
.pt-xxl-4 {
padding-top: 1.5rem !important;
}
.pt-xxl-5 {
padding-top: 3rem !important;
}
.pe-xxl-0 {
padding-right: 0 !important;
}
.pe-xxl-1 {
padding-right: 0.25rem !important;
}
.pe-xxl-2 {
padding-right: 0.5rem !important;
}
.pe-xxl-3 {
padding-right: 1rem !important;
}
.pe-xxl-4 {
padding-right: 1.5rem !important;
}
.pe-xxl-5 {
padding-right: 3rem !important;
}
.pb-xxl-0 {
padding-bottom: 0 !important;
}
.pb-xxl-1 {
padding-bottom: 0.25rem !important;
}
.pb-xxl-2 {
padding-bottom: 0.5rem !important;
}
.pb-xxl-3 {
padding-bottom: 1rem !important;
}
.pb-xxl-4 {
padding-bottom: 1.5rem !important;
}
.pb-xxl-5 {
padding-bottom: 3rem !important;
}
.ps-xxl-0 {
padding-left: 0 !important;
}
.ps-xxl-1 {
padding-left: 0.25rem !important;
}
.ps-xxl-2 {
padding-left: 0.5rem !important;
}
.ps-xxl-3 {
padding-left: 1rem !important;
}
.ps-xxl-4 {
padding-left: 1.5rem !important;
}
.ps-xxl-5 {
padding-left: 3rem !important;
}
}
@media print {
.d-print-inline {
display: inline !important;
}
.d-print-inline-block {
display: inline-block !important;
}
.d-print-block {
display: block !important;
}
.d-print-grid {
display: grid !important;
}
.d-print-table {
display: table !important;
}
.d-print-table-row {
display: table-row !important;
}
.d-print-table-cell {
display: table-cell !important;
}
.d-print-flex {
display: flex !important;
}
.d-print-inline-flex {
display: inline-flex !important;
}
.d-print-none {
display: none !important;
}
}
/*# sourceMappingURL=bootstrap-grid.css.map */ | 0 |