﻿/*generic*/
.text-danger {
    color: red;
}
.text-success {
    color: green;
}
.mt-8 {
    margin-top: 2rem;
}
/*Copyright*/
.App-Footer {
    margin-bottom: 15px;
    width: 100%;
}

.App-Overview > :not(.Header), .App-Payment > * {
    margin: 0 auto;
    max-width: 380px;
}

.Footer-Links, .Footer-PoweredBy {
    padding: 4px;
}

.Footer-PoweredBy {
    text-align: center;
    width: 100%;
}

.Link--primary {
    color: var(--ctablue);
}

.Link {
    cursor: pointer;
    text-decoration: none;
}

.Footer-PoweredBy-Text {
    display: flex;
    align-items: center;
    justify-content: center;
}
    .Footer-PoweredBy-Text a {
        display: inline-flex;
    }
    .Footer-PoweredBy-Text img {
        width: 32px;
        display: inline-flex;
    }

    .Footer-PoweredBy-Text p {
        display: inline-flex;
        margin-left: 10px;
    }

.Text-color--gray400 {
    color: #1a1a1a80;
}

body.dark-mode .Text-color--gray400 {
    color: var(--footer-color);
}

.Text-fontWeight--400 {
    font-weight: 400;
}

.Text-fontSize--12 {
    font-size: 12px;
}

.pl-1 {
    padding-left: 1rem;
}

.d-none {
    display: none !important;
}
