﻿/* 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;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.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;
}

.col-auto {
    width: 100%;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.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;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/*-------paypal--------*/

.paypal .bao {
    max-width: 400px;
    margin: 10px auto 0 auto;
    background-color: #f7c758;
    border: 1px solid #bac0c7;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-size: 1.2em;
    font-weight: bold;
}

.paypal .kua {
    width: 30%;
    margin: 10px auto 0 auto;
    height: 10px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
}

.paypal .logo {
    width: 60%;
    margin: 0 auto;
}

    .paypal .logo img {
        width: 80%;
    }

.paypal .qr {
    width: 70%;
    border-radius: 30px;
    border: 1px solid #eee;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}

    .paypal .qr img {
        width: 100%;
    }

.paypal .or {
    width: 90%;
    line-height: 50px;
    margin: 0 auto;
}

.paypal .acc {
    width: 100%;
    height: 46px;
    margin: 0 auto;
    font-size: 0.9em;
}

    .paypal .acc .account {
        float: left;
        width: 90%;
    }

    .paypal .acc .copy {
        float: right;
        width: 10%;
    }

        .paypal .acc .copy img {
            width: 60%;
        }

.paypal .scan {
    background: #fff;
    border-left: 1px solid #bac0c7;
    border-right: 1px solid #bac0c7;
    border-bottom: 1px solid #bac0c7;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    max-width: 400px;
    margin: 0 auto 10px auto;
    line-height: 80px;
    font-size: 35px;
    color: #142d7d;
    font-weight: bold;
}