﻿/* 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;
}

/* 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; */
  min-height: 100vh;
}
.footer {
  width: 100%;
  /* white-space: nowrap; */
  padding-top: 15px;
  /* Set the fixed height of the footer here */
  /* height: 60px;
  line-height: 60px; Vertically center the text there */
}
.footer .container > ol {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-top: 0;
}
.footer ol {
  margin-bottom: 0px;
  width: 100%;
  margin-top: 20px;
}
.footer  ol  li {
  box-sizing: border-box;
  width: 100%;
}
.footer .container > ol > li {
  /* width: 25%; */
  padding: 0px;
}
.footer .container > ol > li > p {
  width: 100%;
  line-height: 70px;
  margin: 0px;
  font-family: 'ArialMT', 'Arial';
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer .container > ol > li > p {
  box-sizing: border-box;
  padding-left: 30px;
}

.footer .line {
  width: 100%;
}
.footer ol p{
  line-height: 30px;
  margin-bottom: 0px;
  font-family: 'PingFangSC-Regular', 'PingFang SC';
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: grey;
  width: 100%;
  white-space: pre-wrap;
  box-sizing: border-box;
  padding-left: 30px;
}
.footer  .last {
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  margin-bottom: 0px;
}
.nav-item .is-active{
  color:#0E6CCB !important;
}
.navbar .container{
  padding-left: 0!important;
  padding-right: 0!important;
}
.nav-link{
  font-size: 16px!important;
}

#YSF-BTN-HOLDER{
  bottom:auto!important;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
}