body {
  background-color: black;
}
.custom-navbar {
  width: 100%;
  height: 80px;
  background-color: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.custom-navbar .logo {
  position: absolute;
  left: 15px;
  height: 30px;
  top: 25px;
}
.btn {
  width: fit-content;
    height: 45px;
    font-family: "degular", sans-serif;
    border-radius: 100px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    margin-right: 10px;
}
.dashboard-container {
  width: 100%;
  max-width: 1100px;
  padding: 0px;
  margin-top: 80px;
  background: #181818;
  border-radius: 16px;
  margin-right: auto;
  height: auto;
  min-height: 300px;
  overflow: hidden;
  margin-left: auto;
}
.dashboard-container .accordion-item {
  background: transparent;
  border: none;
}
.dashboard-container .accordion-button {
  background: #2c2c2c;
  color: white;
  font-weight: 400;
  font-family: 'degular', sans-serif;
  font-size: 20px;
  box-shadow: none !important;
}
.dashboard-container .accordion-button::after {
  background-color: #ffffff29;
  border-radius: 6px;
}
.dashboard-container h3 {
  color: white;
  font-family: 'Degular', sans-serif;
  font-size: 15px;
  font-weight: 600;
}
.dashboard-container .table img {
  width: 13px;
  margin-right: 3px;
  margin-top: -3px;
}
table.table tr:hover p {
  color: white;
  transition-duration: 0.2s;
}
.dashboard-container .download-button {
  width: 200px;
  background-color: #003fff3b;
  border-radius: 7px;
  border: 1px #003FFF dashed;
  float: right;
  height: 30px;
  text-align: center;
  padding: 2px;
  transition-duration: 0.2s;
  font-size: 14px;
}
.dashboard-container .download-button:hover {
  background-color: #003fff6e;
  border: 1px #537dff dashed;
  transition-duration: 0.2s;
  cursor: pointer;
}
.table td, .table th {
  border: none;
  border-top: 1px solid #2f2f2f;
}
.dashboard-container {
  margin-bottom: 100px;
}
.dashboard-container .table p {
  color: #a9a9a9;
  font-family: 'degular', sans-serif;
  font-size: 17px;
  margin: 0px;
  transition-duration: 0.2s;
}
.dashboard-container .table span {
  color: #6289ff;
  font-family: 'degular', sans-serif;
  font-weight: 500;
}
.auth-holder {
  margin-top: 80px;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  background: #181818;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}
.auth-holder label {
  color: #8f8f8f;
  font-family: "degular-display", sans-serif;
  font-weight: 500;
}
.auth-holder h2 {
  color: white;
  font-family: "degular-display", sans-serif;
}
.auth-holder input {
  background: #3b3b3b !important;
  border: none !important;
  color: white !important;
  font-family: 'degular-display', sans-serif;
}
.auth-holder input:focus {
  color: white !important;
}
.btn.btn-primary {
  background-color: #003FFF;
}


.custom-navbar .userHolder {
  float: right;
  margin-right: 15px;
}
.custom-navbar .userHolder h4 {
  font-size: 14px;
  color: white;
  text-align: right;
  margin-top: 20px;
}
.firstpage-hero {
  position: relative;
  height: auto;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
}
.firstpage-hero h1 {
  font-family: "degular-display", sans-serif;
  font-weight: 600;
  color: white;
  font-size: 55px;
}
.firstpage-hero .container {
  position: relative;
  z-index: 2;
}
.hero-video {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.hero-video video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
