@import url("general-sans.css");
@import url("app.css?v=2");
html {
  height: -webkit-fill-available;
  min-height: -webkit-fill-available;
  min-height: 100vh;
  overflow: scroll !important;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: "GeneralSans-Regular", sans-serif;
}

.no-overflow {
  overflow: hidden !important;
}

a {
  color: #baff36;
  text-decoration: none;
}

a:hover {
  color: #9a1f2a;
  text-decoration: none;
}

.forced-a {
  color: #baff36 !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
  overflow: visible;
}

.star {
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #baff36;
  border-radius: 50%;
  opacity: 0 !important;
  animation: floatStars 1s ease-in-out infinite;
}

@keyframes floatStars {
  0% {
    transform: translateY(30);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
.forced-a:hover .star {
  opacity: 1;
  animation-play-state: running;
}

.brand-button {
  background: #10100e;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.brand-button:hover {
  background: #000000;
  color: #fff;
  cursor: pointer;
  font-weight: bolder;
  transition: all 0.3s ease-in-out;
}

.brand-secondary-button {
  background: #baff36;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.brand-secondary-button:hover {
  background: #9a1f2a;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.brand-danger-button {
  background: #9a1f2a;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.brand-danger-button:hover {
  background: #d72b38;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.head-card {
  background: #10100e;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 18px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 18px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  overflow: hidden;
  padding: 15px;
}

.bg-brand {
  background: #10100e !important;
}

.head-card .heading {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  mso-line-spacing: none;
  margin: 0;
  padding: 0;
}

.my-card {
  background: #fdfdfd;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 18px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 18px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  overflow: hidden;
}

.my-card .head {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.my-card .body {
  padding: 15px;
}

.navbar-brand {
  max-width: 40px !important;
}

.sb-topnav {
  background: #fafafa !important;
  border-bottom: 1px solid #d2d3d7;
}

.sb-sidenav-light {
  background: #fafafa !important;
  border-right: 1px solid #d2d3d7;
}

.ico {
  display: block;
  width: 20px;
}

#sidebarToggle {
  margin-left: 1px;
  margin-top: -0.5px;
}

.navbar-logo {
  margin-left: 15px;
  margin-top: -5px;
}

.footer-links {
  color: #9f9f9f !important;
  font-size: 10px;
}

.footer-links a {
  color: #9f9f9f !important;
  text-decoration: none !important;
}

/* Heading styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "GeneralSans-Regular", sans-serif;
  margin: 0;
}

h1 {
  margin: 0px;
  font-size: 32px;
  letter-spacing: -0.48px;
  line-height: 40px;
  color: rgb(27, 27, 27);
  font-family: "GeneralSans-Semibold", sans-serif;
}

h2 {
  font-size: 2em; /* 32px */
  line-height: 1.3;
}

h3 {
  font-size: 1.75em; /* 28px */
  line-height: 1.4;
}

h4 {
  font-size: 1.5em; /* 24px */
  line-height: 1.5;
}

h5 {
  font-size: 1.25em; /* 20px */
  line-height: 1.6;
}

h6 {
  font-size: 1em; /* 16px */
  line-height: 1.7;
}

/* Paragraph style */
p {
  font-size: 1em; /* 16px */
  line-height: 1.6;
  margin: 0 0 1em;
}

/* Paragraph style */
.namelink {
  font-size: 1.1em; /* 16px */
  line-height: 1.6;
  margin: 0 0 1em;
  color: #10100e;
  font-family: "GeneralSans-Semibold", sans-serif;
}

/* Italic styles for emphasis */
.emphasis {
  font-family: "GeneralSans-Italic", sans-serif;
}

/* Light styles */
.light {
  font-family: "GeneralSans-Light", sans-serif;
}

/* Medium styles */
.medium {
  font-family: "GeneralSans-Medium", sans-serif;
}

/* Semibold styles */
.semibold {
  font-family: "GeneralSans-Semibold", sans-serif;
}

/* Bold styles */
.bold {
  font-family: "GeneralSans-Bold", sans-serif;
}

.dashboard-card {
  padding: 10px;
  border-radius: 10px;
}

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