@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

body {
	font-family: Roboto, sans-serif;
  font-size: 14px;
	color: #333;
	background-color: #fbfbfb;
  margin: 0;
}

body a {
  color: #0081ff !important;
  text-decoration: none;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
	font-weight: 800;
	color: #3f51b5;
	text-transform: unset !important;
}

.hidden {
	display: none;
}

.navbar {
  z-index: 1000;
  background-color: rgba(255,255,255,0.95);
  border-bottom: 1px solid #e9ecef;
  padding: 10px 20px;
}

.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  font-weight: 700;
}

.sub-title {
  color: #6d86ff;
  font-weight: 100;
  margin: 10px 0 0 10px;
  float: right;
  font-size: 20px;
}

.nav-item {
  margin-left: 1.5rem;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

a.nav-link {
  color: #333 !important;
}

.banner-section {
  background: linear-gradient(30deg,#071474 60%,#df707a 110%);
  padding: 50px 20px 80px;
  text-align: center;
  color: #fff;
}

h1 {
  font-size: 28px;
}

.banner-section h1 {
  color: #fff;
}

.archive-title {
	margin-top: 50px;
}

.variant-mode-wrap {
  display: flex;
}

.variant-mode {
  width: 200px;
  border-radius: 36px;
  padding: 1px !important;
  background: rgba(255,255,255,0.5);
  margin: 0 auto;
}

.variant-mode .item {
  width: 100%;
  float: left;
  text-align: center;
  border-radius: 36px;
  padding: 10px 0;
  color: #fff !important;
  height: 68px;
}

.variant-mode .item div {
  font-weight: bold;
  margin-top: 5px;
}

.variant-mode .item.active {
  background-color: #e65c1f;
}

.container {
  margin-top: -40px;
}

.content-wrap-inner {
  width: 100%;
}

.content-wrap-inner .variant-topic {
  float: left;
  margin: 10px 0;
  padding: 15px;
  cursor: pointer;
  background: #EFF0F6;
  height: 230px;
}

.content-wrap-inner .variant-topic:hover {
  background: #e7ebff;
}

.clearfix {
  clear: both;
}

.archive {
  margin: 20px 0;
}

table {
  width: 100%;
}

table>thead {
  vertical-align: bottom;
}

thead, tbody, tr, td, th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  border-bottom: 1px solid #ddd;
}

.footer {
  border-top: 1px solid #e9ecef;
  margin-top: 1rem;
  padding: .5rem 1rem .5rem 1rem;
}

.footer li {
	font-size: 12px;
}

.footer li a {
	color: #3f51b5 !important;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.footer .list-inline-item {
  display: inline-block;
  margin: 0 !important;
	padding: 0 10px;
	border-right: 1px solid #e9ecef;
}

.footer .list-inline-item:last-child {
  padding: 0 0 0 8px;
	border-right: none;
}