/*CUSTOM*/
:root {
  --gold: #e5b851;
  --gardient: linear-gradient(45deg, #fbe6b7, var(--gold), #806422);
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  cursor: url('../img/ui/cursor.png'), auto;
  background-color: black !important;
}
.header__logo a img {
  width: 140px;
}
.blockchain-header {
  background-color: transparent;
  box-shadow: none;
}
.blockchain-header .main-menu ul li a {
  color: white;
  font-weight: 200;
}
.blockchain-header .stricked-menu {
  background-color: #000000c2;
  backdrop-filter: blur(8px);
}
.lyb-subline {
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 18px;
}
.gold {
  color: var(--gold) !important;
  text-shadow: 0px 0px 50px var(--gold);
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
h1 {
  font-family: "Roboto", sans-serif !important;
  font-style: normal !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 60px !important;
  color: #ffffff !important;
  letter-spacing: 0px !important;
}
.lib-icons li a {
  background-image: url(../img/shape/hexagon-hover.svg);
  background-color: transparent;
  /* opacity: 0; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  width:35px;
  margin-left:5px;
  display: flex !important;
}
.lib-icons li a::after {
  content: '';
  background-image: url(../img/shape/hexagon.svg);
  background-color: transparent;
  /* opacity: 0; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s;
}
.lib-icons li:hover a::after {
  opacity: 1;
}
.lib-icons li i {
  position: relative;
  z-index: 1;
}
.lib-icons {
  margin-left:20px;
}
.hero__blockchain {
  min-height: 100vh;
}
.lib-section {
  padding: 100px 0px;
}
.dark-bg {
  background-color: #000;
  /* border-top: 2px solid var(--gold); */
  /* border-bottom: 2px solid var(--gold); */
}
.pattern-top,
.pattern-bottom {
  position: relative;
}
.pattern-bottom::after,
.pattern-top::before {
  content:'';
  position: absolute;
  width: 100vw;
  height: 100vh;
  max-height: 150px;
  min-width: 1200px;
  background-image: url(/assets/img/poly-pattern.svg);
  background-position: bottom left;
  background-repeat: repeat-x;
  background-size: 80%;
}
.pattern-top::before{
  bottom:calc(100% - 1px);
  right:0px;
}
.pattern-bottom::after {
  top:calc(100% - 1px);
  left: 0px;
  transform: rotate(180deg);
}
.lib-icon-img {
  width: auto;
  margin-bottom: 20px;
  height: 60px;
}

.lib-iconbox {
    text-align: center;
}
.top-row {
  padding-bottom: 80px;
}
h3 {
  color: var(--gold);
  margin-bottom: 15px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 23px !important;
}
p {
  line-height: 20px;
  color: white;
  max-width: 600px !important;
}
.btns {
  width: initial;
}
.blc-btn {
  font-family: 'Roboto', sans-serif !important;
}

.lottie-container {
  width: 100%;
  position: relative;
  /* left: -40px; */
  margin: 0 auto;
}
.lib-hero {
  min-height: calc(100vh - 50px);
  /* max-height: 30px !important; */
  display: flex;
  align-items: center;
}
.lib-hero-row {
  display: flex;
  align-items: center;
}
.hero-animation {
  position: relative;
}
.hero-btn {
  /* background-image: linear-gradient(45deg, #fbe6b7, var(--gold), #806422); */
  padding: 35px 40px;
  backdrop-filter: invert(1) blur(3px);
  border-radius: 13px;
  text-align: center;
  /* display: flex; */
  /* border: 7px solid; */
  display: block;
  background-color: #000000de;
  border-color: #d3ae5e;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  /* outline: 20px solid #000; */
  /* box-shadow: 0px 0px 40px 0px #f2d38c; */
}
.hero-btn-outer {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}
.hero-btn img {
  width: 48px;
  margin: 0 auto 10px auto;
  display: block;
  /* filter: brightness(2); */
}
.lib-btn-text {
  font-family:'Roboto', sans-serif;
  font-weight:600;
  color: var(--gold);
  text-transform:uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}

.hero-btn .lib-btn-text {
    /* filter: brightness(2); */
    /* color: #ffffff; */
    line-height: 0px !important;
}
.hero-btn:hover {
  transform: scale(1.14) !important;
  cursor: pointer;
  /* box-shadow: 0px 0px 50px -12px #f2d38c; */
  transition: all 0.3s !important;
  animation-delay: 0s !important;
}
footer {
  /* background-color: black; */
  /* border-top:2px solid var(--gold); */
  /* border-bottom:2px solid var(--gold); */
  margin-bottom: 0px !important;
}
.stricky-fixed a {
  opacity: 1 !important;
}

.splitt-section {
    display: flex;
    align-items: stretch;
}

.splitter {
    flex-grow: 1;
    min-height: 100vh;
    width: 50%;
}
.splitter-left {
  background-image: url(/assets/img/library.jpg);
  background-attachment: fixed;
  background-size: 50%;
}

.splitter-container {
    background-color: #000000cc;
    height: 130vh;
    /* margin: 0px 50px; */
    padding: 150px 40px;
    /* backdrop-filter: blur(3px); */
    /* background-image: linear-gradient(0deg, transparent, #131201, transparent); */
}

h2 {
    margin-bottom: 15px;
    /* font-family: 'Roboto', sans-serif !important; */
}
.cosmos-laptops {
  position: relative;
  height: 600px;
  width:100%;
}
.laptop-1,
.laptop-2 {
  width: 450px;
  position: absolute;
}
.laptop-1 {
  top:0px;
  left:0px;
  z-index:1;
}
.laptop-2 {
  bottom:0px;
  right:0px;
}
.gold-ring {
  position: relative;
}
.gold-ring::before {
  content: '';
  width:100%;
  height: 120px;
  position: absolute;
  top: calc(50% - 60px);
  left:0px;
  background-image: linear-gradient(90deg, #fbe6b7, var(--gold), #806422);
  z-index: 0;
}
.lib-box {
  /* border: 2px solid var(--gold); */
  background-color: #000000cf;
  position: relative;
  padding: 50px;
  backdrop-filter: blur(50px);
}
.lib-box-2 {
  background-image: var(--gardient);
  position: relative;
  padding: 50px;
}
.lib-box-2 h2 {
  font-weight: 600;
}
.lib-box-2 h2,
.lib-box-2 p
{
  color:black;
}
.last-section {
  margin-bottom: 120px;
}

.footer__copyright-text {
    display: flex;
    align-items: center;
}

.footer__copyright-text p {margin-right: 10px;}
.footer__copyright-text a {color: var(--gold);margin-right: 10px;}
.footer__copyright-blc .footer__social li a::after,
.faq__blockchain .arrow::after {
  background-image: url(../img/shape/hexagon.svg);
}
.footer__copyright-blc .footer__social li a::before,
.faq__blockchain .arrow::before{
  background-image: url(../img/shape/hexagon-hover.svg);
}
.cosmos-logo {
  width:180px;
  margin-bottom: 40px;
}
.transparent-bg {
  background-color: transparent;
}
.box-icon-img {
  width:20px;
  margin-right: 20px;
}
.box-icons {
  margin-bottom: 40px;
  /* max-width: 800px; */
  text-align: left !important;
}
.box-icon {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.acc_body p {
  max-width:500px;
}
.acc-btn h3 {
  margin-bottom:0px;
  margin-right: 50px;
}
.circle-gold {
  /* border-radius: 100%; */
  width: 10px;
  height: 10px;
  /* background-color: var(--gold); */
  border: 2px solid var(--gold);
  margin-right: 15px;
}
#xb-loadding.xb-loader.style-2 {
  background-color:black;
  display: block !important;
}
.lib-poly-images {
  text-align: center;
}
.poly-img {
  max-width: 400px;
}
.stricked-menu .main-menu ul li a {
  padding: 20px 18px;
}
.impressum {
  min-height: 100vh;
}
.impressum-section .col-12{
  max-width: 700px;
  margin: 100px auto;
}
.impressum h1 {
  margin-bottom: 20px;
}
.impressum h2 {
  margin-bottom: 20px;
}
.impressum h3 {
  margin-bottom: 5px;
}
.impressum p {
  margin-bottom: 20px;
}
.lib-circle {
  position: fixed;
  top: 0;
  left: 0;
  --size: 60px;
  width: var(--size);
  height: var(--size);
  /* background-image: radial-gradient(#ffffffbd, #dfe5516e, transparent, transparent, transparent); */
  /* border-radius: 50%; */
  pointer-events: none; /* Verhindert, dass der Kreis anklickbar ist */
  transition: transform 0s ease-out; /* Smooth movement */
  z-index: 99;
  opacity: 0;
  /* filter: invert(1); */
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: gold;
  display: none;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000000a8;
  color: #fff;
  padding: 20px;
  /* text-align: center; */
  z-index: 99;
  border-top: 2px solid var(--gold);
  backdrop-filter: blur(5px);
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}

.cookie-banner p {
    margin-bottom: 15px;
}

.cookie-banner button {
    border: 2px solid var(--gold);
    background-color: black;
    color: white;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 6px 20px;
    margin-right: 10px;
}
.acc-btn .arrow i::before {
  color: white;
  font-size: 14px;
  position: relative;
  top: 4px;
  left: 13px;
  z-index: 1;
}

.header__bar.hamburger_menu {
    background-color: transparent;
}

.header__bar span {
    background-color: var(--gold);
}

aside.slide-bar.slide-bar-blockchain.show {
    background-color: #000000cf;
    border-left: 2px solid var(--gold);
    backdrop-filter: blur(14px);
}

.tx-close {
    color: var(--gold) !important;
    background-color: transparent !important;
}

.tx-close::before, a.tx-close::after {
    background-color: var(--gold) !important;
}
.side-logo {
  width: 100%;
}

.mobile-link:hover {
    color: var(--gold) !important;
}

.mobile-link {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase !important;
    letter-spacing: 2px;
}

.header-right {
    display: flex;
}

.header__bar span {
    width: 100% !important;
    height: 2px;
    border-radius: 0px !important;
}

.header__bar-icon {
    width: 25px;
    height: 20px;
    transition: all 0.3s;
}

.header__bar span:nth-child(2) {
    top: 27%;
}

.header__bar span:nth-child(3) {
    bottom: 32%;
    width: 50% !important;
}

.header__bar-icon:hover {
    transform: scale(1.2);
}

.header__bar span:nth-child(4) {
    width: 50% !important;
    display: none;
}

.tx-close::after, .tx-close::before {
    background-color: var(--gold) !important;
}
.vision-logo {
  width: 100%;
  max-width: 290px;
  margin-bottom: 40px;
  display:block;
}
.lib-countdown {
  position: fixed;
  /* width: 100vh; */
  /* height: 100vh; */
  z-index: 98;
  background-color: #000000;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  /* overflow: hidden; */
  /* pointer-events: all; */
  /* backdrop-filter: blur(4px) invert(1); */
  display: none;
}

.lib-counter {
    display: flex;
    align-items: center;
    margin: 0 auto 80px auto;
    justify-content: center;
}

.lib-numberbox {
    /* margin: 0px 10px; */
    border-right: 2px solid var(--gold);
    padding: 0px 40px;
    /* width: 110px; */
    text-align: center;
    /* background-image: linear-gradient(-25deg, #303201, transparent); */
}
.num-name,
.num-num {
  font-family: "Roboto", sans-serif !important;
  display: block;
}
.num-num{
  font-size: 80px;
  margin-bottom: 30px;
  font-weight: bolder;
  margin-top: 20px;
  color: var(--gold);
  text-shadow: 0px 0px 60px var(--gold);
}
.num-name {
  /* color: var(--gold); */
  /* margin-bottom: 30px; */
  text-transform:uppercase;
  letter-spacing: 2px;
  font-size:12px;
}

.lib-numberbox:last-child {
    border: none;
}
.lib-count-container {
  text-align: center;
  margin:0 auto;
  padding: 20px;
}
.lib-countdown h1 {
  margin-bottom:20px;
}
.lib-count-subline {
  margin-bottom:80px;
}
p a {
  color:var(--gold) !important;
}

.lib-road {
  position:relative;
}
.road-line {
  position:absolute;
  height:100%;
  background-color: var(--gold);
  width: 1px;
  left:50%;
  /* transform:translate(50%, 0%); */
}

.road-map {
    /* border: 2px solid var(--gold); */
    width: 360px;
    /* min-width: 400px; */
    padding: 40px 0px 0px 0px;
    position: relative;
    /* top: 0px; */
    display: block;
    margin-bottom: 80px;
    min-height: 300px;
}

.road-maps {
    display: flex;
    align-items: baseline;
    padding: 100px 0px;
}

.road-left, .road-right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.road-left {
    /* display: flex; */
    /* flex-direction: column; */
    align-items: end;
}

.road-left .road-map {
    /* margin-bottom: 40px; */
    margin-right: 140px;
}
.road-right .road-map {
    /* margin-bottom: 80px; */
    margin-left: 140px;
}

.road-right .roadmap-line,
  .road-left .roadmap-line {
  position: absolute;
  top: -1px;
  content: '';
  height: 1px;
  width: calc(100% + 130px);
  /* border: 2px solid var(--gold); */
  background-color: var(--gold);
  z-index: 1;
}
.road-right .roadmap-line {
  right: 0px;
  /* display: none; */
}
.road-left .roadmap-line {
  left: 0px;
}

.road-right {
    position: relative;
    top: 190px;
}

.road-point {
    position: absolute;
    top: -25px;
    /* left: -125px; */
    /* padding: 10px; */
    /* background-color: var(--gold); */
    color: black;
    width: 50px;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background-image: url(/assets/img/gold-poly.png);
    background-size: cover;
    opacity: 1 !important;
    /* backdrop-filter: drop-shadow(0px 0px 34px black); */
    box-shadow: 0px 0px 10px 10px #000000;
}
.road-left .road-point {
  left: calc(100% + 115px);
}
.road-right .road-point {
  right: calc(100% + 115px);
}
.road-point h3 {
    color: #000000;
    margin: 0px;
    font-size: 24px;
    font-weight: bolder !important;
    letter-spacing: 0px;
    text-shadow: 0px 0px 4px #ffdb87;
    /* filter: invert(1); */
}
.roadmap-heading {
  color:white;
}
.mobile-road {
  display: none;
}
.mobile-road .road-line {
  left: 20px;
}
.mobile-road .road-map {
  width: unset !important;
  min-height: unset;
  margin-left: 40px;
}
.mobile-road .road-right {
  top:0px;
}
.mobile-road .road-point {
  width: 40px;
  height: 40px;
  right: calc(100% + 12px);
  top: -20px;
  background-image: none;
  background-color: #000;
  border: 2px solid var(--gold);
  box-shadow: unset;
}
.mobile-road .road-point h3 {
  /* display:none; */
  color: var(--gold);
  text-shadow: none;
  font-size: 19px;
}
.road-right .road-map:last-child {
  margin-bottom:0px !important;
}
.mobile-road .road-maps {
    padding-bottom: 0px !important;
}

.mobile-road .roadmap-line {
    width: 100%;
}
.lib-pop {
  padding-top:80px;
}
.form-box {
  margin-bottom: 20px;
}

.form-error {
    border: 2px solid;
    padding: 15px;
    margin-bottom: 20px;
}

.m-good {
    background-color: #00ff0014;
    border-color: #00ff0026;
}

.m-bad {
    border-color: #ff00002b;
    background-color: #ff00001a;
}

.form-error h3 {
    margin-bottom: 5px;
}
.lib-btn {
  /* background-image: linear-gradient(90deg, #000000, #000000, var(--gold)); */
  margin: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* transition: all 0.5s; */
  padding: 10px 30px;
  border: 1px solid var(--gold);
  /* background-size: 300% 300%; */
  /* background-position: left; */
  min-width: 200px;
  background-color: black;
  position: relative;
}
.lib-btn::before,
.lib-btn::after {
  /* content: ''; */
  /* position: absolute; */
  /* top:0px; */
  /* left:0px; */
  /* background-size: contain; */
  /* width: 100%; */
  /* height: 100%; */
  background-repeat: no-repeat;
  z-index: 0;
}
.lib-btn::before {
  background-image: url(/assets/img/icon/btn-border.svg);
}

.lib-btn span {
    position: relative;
    z-index: 1;
    /* width: 100%; */
    /* display: block; */
    /* line-height: 14px !important; */
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif !important;
    color: #fafafa;
    /* transition-delay: 0.3s; */
    transition: all 0.3s;
}
.lib-btn:first-child {
  margin-left:0px;
}

.lib-btn:hover::after {
    width: 100%;
}
.lib-btn:hover span{
  color:black;
}

.close-popup {
    position: sticky;
    top: 0px;
    left: 0px;
}
.lib-label,
.lib-input {
  display: none !important;
}
.subpage {
  background-color: black;
}
.form-row {
  margin-bottom: 0px;
}
.lib-form label {
  background-color: #000000;
  /* padding: 15px 15px 0px 10px; */
  /* border-top: 1px solid; */
  font-family: 'Roboto', sans-serif;
  font-weight: 100 !important;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1.8px;
  color: #ffffff;
  /* border-color: var(--gold); */
  /* border-right: 1px solid; */
  /* text-align: right; */
  /* width: 100%; */
  /* padding-bottom: 0px; */
  line-height: 12px;
  display: block;
  /* position: relative; */
  /* right: 0px; */
  transition: all 0.3s !important;
  margin-bottom: -10px;
  position: relative;
  width: fit-content;
  padding: 5px 5px 5px 0px;
  top: 0px;
}
.form-box:hover label, .label-active{
  top: -7px !important;
  /* padding: 0px; */
  background: transparent !important;
  color: var(--gold) !important;
}
.lib-form input, .lib-form select {
  background-color: #000000;
  border: none;
  /* border-bottom: 1px solid; */
  border-radius: 0px;
  /* border-left: 1px solid; */
  padding: 12px 10px;
  border-color: #ffffff45 ! IMPORTANT;
  line-height: 20px;
  height: unset;
  display: block;
  width: 100%;
  color: white;
  font-weight: 500;
  /* position: relative; */
  left: 0px;
  /* transition: all 0.3s !important; */
  border: 1px solid;
  border-bottom: 3px solid var(--gold) !IMPORTANT;
}
.form-horizon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-horizon input{
  width: 59px;
  /* border: none; */
  /* background-color: #ffffff14; */
  text-align: center;
  font-size: 40px;
  padding: 5px 10px 10px 10px !important;
  /* margin: 0px; */
}

.center-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lib-pop p {
  margin: 0 auto;
}

.form-horizon:hover input {
    left: 0px;
}
main {
    min-height: calc(100vh - 85px);
}

.lib-pop .box-icon-text {
    margin: 0px;
}

.lib-pop .box-icons {
    max-width: 450px;
    margin: 0 auto;
}
.clean-split {
  display:flex;
  align-items: stretch;
  height:100vh;
}
.split-left,
.split-right {
  flex-grow:1;
}
.split-left {
  width:45%;
  background-image: url(/assets/img/Head.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
.split-right {
  /* width:55%; */
  /* border-left:1px solid var(--gold); */
  /* padding: 20px; */
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  align-items: start;
  justify-content: center;
}
.split-box {
  width: 100%;
  padding: 140px 100px 140px 0px;
  max-width: 520px;
  /* margin: 0 auto; */
}
.form-boxes {
  display: flex;
  align-items: baseline;
}
.form-boxes .form-box {
  margin: 0px 10px 20px 10px;
  flex-grow: 1;
}
.form-boxes .form-box:first-child {
  margin-left: 0px;
}
.form-boxes .form-box:last-child {
  margin-right: 0px;
}
.form-row hr {
  margin: 20px 0px;
  background-color: #e5b8512e !important;
  height: 1px;
  opacity: 1;
}
.split-logo {
  position: fixed;
  top: 15px;
  left: 20px;
  width: 150px;
  z-index: 99;
}

.split-box p {
    margin-bottom: 20px;
}

.lib-btn:hover {
    background-position:  right;
}

.box-icon-text {
    margin-bottom: 0px !important;
}
.form-error p:last-child {
  margin-bottom: 0px;
}
.hide-errors {
  display: none;
}
.check-box {
  display: flex;
  align-items: start;
}
.check-box input {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}
.lib-form-box {
  display: none;
}

select:hover,
.check-box input:hover,
a:hover,
button:hover{
    /* cursor: crosshair !important; */
    cursor: url('../img/ui/pointer.png'), auto !important;
}
.mobile-hero,
.tablet-hero {
  display: none;
}

.lib-btn::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    background-color: #fff;
    /* z-index: 9; */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background-image: url(/assets/img/gold.jpg);
    background-size: 300px;
}
.code-split {
  align-items: center;
}

.header-btn {
    border: none;
    padding: 5px 20px;
    /* margin-top: 5px; */
    display: inline-block;
    /* margin-left: 20px; */
    color: black;
    text-transform: uppercase;
    background-image: url(/assets/img/gold.jpg);
    background-size: 200px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
}

.header-register {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.header-btn:hover {
    color: black;
    transform: scale(1.1);
}

.header-btn::after {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(45deg, 
                                      transparent,
                                      transparent,
                                      transparent,
                                      #fff,
                                      transparent,
                                      transparent,
                                      transparent
                                     );
    /* z-index: 2; */
    content: "";
  background-size:250%;
  animation: shine 3s linear infinite;
  opacity:0;
}
@keyframes shine {
  0% {
    background-position:100% 100%;
    opacity:0;
  }
  30% {
    opacity:0;
  }
   40% {
    background-position:100% 100%;
     opacity:1;
  }
  60% {
    background-position:0% 100%;
    opacity:1;
  }
  70% {
    opacity:0;
  }
  100% {
    background-position:0% 100%;
    opacity:0;
  }
}

.side-register {
    margin: 30px 0px 0px -30px;
}

.side-register-btn {
    width: 100%;
    padding-left: 30px;
    font-size: 15px;
}
.side-sm {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-error ul {
    margin-left: 17px;
}

.lib-ul-p {
    margin-bottom: 5px !important;
}

.lib-ul {
    margin: 0px 0px 20px 20px;
}

.lib-table {
    padding-top: 80px;
}

.lib-table table, .lib-table table tr, .lib-table table tr td, .lib-table table tr th {
    border: 1px solid var(--gold);
    border-collapse: collapse;
}

.lib-table table tr td, .lib-table table tr th {
    padding: 15px 10px;
}
.view-form {
  max-width: 500px;
  margin: 0px auto 0 auto;
}
.view-form h1 {
  margin-bottom:10px;
}
.line-chart, .pie-chart {
  width: 100% !important;
  max-width: 460px;
  max-height: 250px;
  height: unset !important;
}

.num-box {
    text-align: center;
}

.num-box h3 {
    font-size: 40px;
    font-weight: bolder !important;
    font-family: 'Roboto', sans-serif !important;
}
.lib-graph {
  flex-direction: column;
  margin-bottom: 80px;
}
.lib-table .row {
  padding: 120px 0px 0px 0px;
}
.lib-table canvas {
  margin-bottom: 40px;
}

.lib-table .col-12 {
    margin: 0px;
}

.lib-table table tr th {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 0px;
    background-color: var(--gold);
    color: black;
    border: 3px solid black;
}

.lib-table table {
    margin-bottom: 80px;
}