* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: #fff;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0 0 10px 0;
}

p {
    margin: 0 0 10px 0;
}

/*# sourceMappingURL=styles.css.map*/

.mainContainer {
    background: #f7f7f7;
    margin: auto;
    max-width: 980px;
    padding: 50px 5%;
}
@media screen and (max-width: 991px) {
    .mainContainer {
        padding: 20px 20px;
    }
}

.logo {
    margin-bottom: 20px;
    text-align: center;
}
.logo h4 {
    font-size: 10px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    padding: 5px 20px;
}
.section .rowElement {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
.section .rowElement:not(:last-child) {
    border-bottom: 1px solid #f7f7f7;
}
.section .rowElement .value {
    color: #818181;
    margin-left: 20px;
}

.sectionQr {
    padding: 20px 20px;
    text-align: center;
}

.sectionQrImage {
    display: inline-block;
    position: relative;
}
.sectionQrImage .imageInner {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.sectionQrImage .imageInner img {
    border: 3px solid #fff;
    border-radius: 100%;
    height: 72px;
    width: 72px;
}

.sectionButton {
    margin-top: 30px;
}

.btn {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    outline: none;
    padding: 14px 15px;
    white-space: nowrap;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-primary {
    background: #0095de;
    color: #fff;
}
.btn-primary:hover {
    background: #0073ab;
}

/*# sourceMappingURL=app.component.css.map */
