@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans);
body {
  font-family: "Helvetica Neue", sans-serif !important;
  background: black;
}
.ad-banner {
  width: 100%; /* adjust this as per your design */
  height: 200px; /* adjust this as per your design */
  overflow: hidden;
}

.ad-banner img {
  margin-top: 5%;
  width: 100%;
  height: 100%;
  object-fit: initial;
}

.download-container {
  margin-top: 20px;
  text-align: center;
  background-color: #a0f9f0;
  border-radius: 8px; /* Rounded corners */
  padding: 20px; /* Spacing inside the download container */
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Box shadow for a subtle effect */
}

/* Style for the download buttons inside the download-container */
.download-buttons .btn {
  margin: 5px;
  font-size: 16px; /* Adjust the font size */
  padding: 10px 20px; /* Adjust padding for buttons */
}

/* Add any additional styling you prefer */

#video-container {
  display: flex;
  flex-wrap: wrap;
}

.video-wrapper {
  position: relative;
  height: 0;
  overflow: hidden;
}

.video-watermark {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  opacity: 95%;
}

.fullscreen-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.video-close-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.video-view-element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-container {
  width: 80%;
  margin: 0 auto;
}

.login-container {
  width: 30%;
  text-align: center;
  padding: 40px; /* Increase padding for more spacing */
  border-radius: 8px;
  background-color: #ffffff; /* Background color for the login container */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2); /* Add a subtle shadow for depth */
}

.form-group {
  position: relative;
  margin-bottom: 40px;
}

.form-control-border {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  transition: border-color 0.2s;
}

.form-group label {
  font-weight: bold; /* Make labels bold */
  font-size: 16px; /* Increase label font size */
  color: #333; /* Label text color */
}

.form-control {
  padding: 10px; /* Increase padding for input fields */
  background-color: #f8f9fa; /* Input field background color */
  border: 1px solid #ccc; /* Input field border */
}

.icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: grey;
}

.btn-primary {
  width: 100%;
}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo img {
  width: 105px;
}

.index-logo img {
  width: 150px;
}

#loginSubmit {
  margin-top: 20px; /* Adjust margin-top for spacing */
  font-size: 18px; /* Increase button font size */
  background-color: #007bff; /* Button background color */
  color: #fff; /* Button text color */
  padding: 12px 24px; /* Increase padding for the button */
  border: none; /* Remove button border */
  border-radius: 4px; /* Rounded corners for the button */
}
#loginSubmit:hover {
  background-color: #0056b3; /* Darker background color on hover */
}
#forgot {
  float: right !important;
  font-size: 11px;
}

#welcome {
  margin-bottom: 20px;
  font-size: 30px;
}

.index-container h1 {
  text-align: center;
  background-color: #e6e5e4 !important;
}

.top-warning {
  margin-top: 30px;
}

.warning-label {
  background-color: red;
  color: white;
  padding: 10px;
  margin-bottom: 50px;
}

.index-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px; /* Adjust the margin as needed */
}

.awesome {
  font-size: 2.8vw;
  background-color: black;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  /*text-shadow: 0 0 10px #000000, 0 0 25px #FFFFFF, 0 0 45px #00FF00;*/
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

.table-dark {
  width: 100%;
}

.table-dark tr {
  border: #cccccc solid 1px;
}
.custom-container {
  margin-top: 20px;
  margin-left: 90px;
  margin-right: 90px;
  margin-bottom: 20px;
}

.hr-white {
  border: white 1px solid;
}

.card-body {
  background-color: #1e1e1e;
  color: white;
}

@media (max-width: 768px) {
  .login-container {
    width: 70%;
  }

  .index-container {
    width: 90% !important;
  }
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.5s ease;
  background: url("../img/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 9999;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-family: "Quattrocento Sans", sans-serif;
}

.loading-text span:nth-child(1) {
  filter: blur(0px);
  animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  filter: blur(0px);
  animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}

@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(4px);
  }
}

#button-container {
  display: flex;
  flex-direction: column;
  align-items: center; /* This will center the buttons horizontally */
  justify-content: center; /* This will center the buttons vertically */
}

.btn-matchselect {
  width: auto; /* This will ensure that the button takes only as much width as its content */
  margin: 5px 0; /* 10px margin on the top and bottom for spacing between buttons */
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.user-info-section {
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  background: #1a1a1a;
  border: 2px solid #444; /* subtle border */
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  animation: slideIn 0.6s ease-out;
}

.highlighted-text {
  font-size: 24px;
  font-weight: 400;
  color: #efefef;
  text-shadow: 0 0 10px #007bff;
}

.highlighted-text .username {
  font-weight: 600;
  color: #00bcf2;
  animation: slideIn 0.8s ease-out;
}

.session-info {
  color: #ff4747; /* red color to make it stand out */
  font-weight: 500; /* slightly bolder */
  padding: 8px 12px; /* padding for background */
  background-color: rgba(255, 71, 71, 0.1); /* subtle red background */
  border-radius: 8px; /* rounded corners for the background */
  animation: pulse 4.5s infinite, slideIn 4s ease-out; /* two animations: slideIn + pulse */
  box-sizing: border-box;
}

.permission-info {
  color: #999;
  font-weight: 300;
  animation: slideIn 1.2s ease-out;
}

.logout-button .btn-logout {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.logout-button .btn-logout:hover {
  background-color: #0056b3;
  transform: translateY(-5px);
  box-shadow: 0 2px 15px rgba(0, 120, 255, 0.5);
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
.button-82-pushable {
  position: relative;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  outline-offset: 4px;
  transition: filter 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  margin: 10px;
}

.button-82-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: hsl(0deg 0% 0% / 0.25);
  will-change: transform;
  transform: translateY(2px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.button-82-edge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(120deg 100% 10%) 0%,
    /* dark green */ hsl(120deg 100% 20%) 8%,
    /* dark green */ hsl(120deg 100% 20%) 92%,
    /* dark green */ hsl(120deg 100% 10%) 100% /* dark green */
  );
}

.button-82-edge-fp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: linear-gradient(
    to left,
    hsl(187, 100%, 10%) 0%,
    /* dark green */ hsl(184, 100%, 20%) 8%,
    /* dark green */ hsl(189, 100%, 20%) 92%,
    /* dark green */ hsl(184, 100%, 10%) 100% /* dark green */
  );
}

.button-82-front {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: hsl(120deg 100% 25%); /* dark green */
  will-change: transform;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

.button-82-front-fp {
  display: block;
  position: relative;
  padding: 12px 27px;
  border-radius: 12px;
  font-size: 1.1rem;
  color: white;
  background: hsl(197, 84%, 46%); /* dark green */
  will-change: transform;
  transform: translateY(-4px);
  transition: transform 600ms cubic-bezier(0.3, 0.7, 0.4, 1);
}

@media (min-width: 768px) {
  .button-82-front {
    font-size: 1.25rem;
    padding: 12px 42px;
  }
}

@media (min-width: 769px) {
  .button-82-pushable:hover {
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
  }

  .button-82-pushable:hover .button-82-front {
    transform: translateY(-6px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  }

  .button-82-pushable:hover .button-82-shadow {
    transform: translateY(4px);
    transition: transform 250ms cubic-bezier(0.3, 0.7, 0.4, 1.5);
  }
}

.button-82-pushable:active .button-82-front {
  transform: translateY(-2px);
  transition: transform 34ms;
}

.button-82-pushable:active .button-82-shadow {
  transform: translateY(1px);
  transition: transform 34ms;
}

.button-82-pushable:focus:not(:focus-visible) {
  outline: none;
}

.stream-loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
  }
}

#snackbar {
  visibility: hidden; /* Initially hidden */
  min-width: 250px;
  background-color: #d32f2f; /* Material Red 600 */
  color: #fff; /* White text color */
  text-align: center;
  border-radius: 2px;
  padding: 10px; /* Reduced padding */
  position: fixed;
  z-index: 1;
  left: 50%; /* Center horizontally */
  top: 30px; /* Position from the top of the screen */
  font-size: 20px; /* Adjusted font size */
  transform: translateX(-50%) translateY(-50px); /* Shift upward and center */
  transition: transform 0.5s ease, opacity 0.5s ease; /* Smooth transitions for transform and opacity */
  opacity: 0; /* Start fully transparent */
  box-shadow: 0 2px 4px rgba(0,0,0,0.5); /* Soft shadow for depth */
  animation: sparkle 1.5s infinite alternate;
}

@keyframes sparkle {
  from {
      box-shadow: 0 0 8px rgba(255,255,255,0.8);
  }
  to {
      box-shadow: 0 0 12px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,0.9);
  }
}

#snackbar.show {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) translateY(0); /* Move to original position */
}
