body {
  /* background-image: url("bg5.jpg"); */
  background-color: rgb(0, 0, 0);
  background-repeat: repeat;
}

.herotitle-tag {
  font-size: 35px !important;
}

.hero-bg {
  background-image: url("../img/bg.jpg") !important;
}

.tech-p {
  font-size: 22px;
}

.inforow {
  margin: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid gray;
  background: rgba(255, 75, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.336);
}

.infoimg {
  padding: 18px;
  width: 100%;
  margin: auto;
  display: block;
}

.infohead {
  text-align: left;
  margin: 10px 45px 0px 45px;
  font-size: 33px;
  font-weight: 450;
  color: white;
}

.infodata {
  text-align: left;
  margin: 10px 50px 20px 50px;
  color: rgb(219, 219, 219);
  font-size: 20px;
}

.game-sub {
  text-align: center;
  color: aliceblue;
  margin: -5px;
}

.infoabout {
  color: rgb(219, 219, 219);
}

.butsub {
  border-radius: 35px;
  margin: 15px;
}

.concol {
  color: rgb(219, 219, 219) !important;
}

.social-links {
  width: 100%;
  position: absolute;
  top: -200px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 50%;
  padding: 30px 0px;
  transition: 1s;
}

.box-bg:hover .social-links {
  top: 0px;
}

.social-links ul {
  padding: 0px;
  margin: 0px;
}

.social-links ul li {
  list-style: none;
  float: left;
  width: 20%;
}

.social-links ul li a {
  text-align: center;
  display: block;
  background-color: #e6e6e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  color: #607d8b;
  margin: 0 auto;
}

.social-links ul li a:hover {
  font-size: 20px;
}

.social-links h4 {
  color: #fff;
  padding-bottom: 15px;
}

.footer-basic {
  padding: 30px 0;
  /* background-color: #222222; */
  color: #ffffff;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
}

.footer-basic .social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social > a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #aaa;
  margin-bottom: 0;
}

.list-inline-item {
  display: inline-block;
}

.header-logo {
  height: 30px;
  margin-right: 10px;
  border-radius: 5px;
}

.form {
  height: 100%;
  width: 100%;
  /* background-image: url("bg6.jpg"); */
  background-position: center;
  background-size: cover;
  position: absolute;
}

.form-box {
  width: 380px;
  height: 480px;
  position: relative;
  margin: auto;
  background: transparent;
  padding: 5px;
  overflow: hidden;
  border-radius: 25px;
}

.button-box {
  width: 235px;
  margin: 35px auto;
  position: relative;
  box-shadow: O O 20px 9px #ff61241f;
  border-radius: 30px;
}

.toggle-btn {
  padding: 10px 30px;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none;
  position: relative;
}

#btn {
  top: 0;
  left: 0;
  position: absolute;
  width: 110px;
  height: 100%;
  background: linear-gradient(to right, rgb(194, 0, 64), rgb(124, 40, 0));
  border-radius: 30px;
  transition: 0.5s;
}

.input-group {
  top: 180px;
  position: absolute;
  width: 280px;
  transition: 0.5s;
}

.input-field {
  width: 100%;
  padding: 10px 0;
  margin: 5px 0;
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #999;
  outline: none;
  background: transparent;
}

.submit-btn {
  width: 85%;
  padding: 10px 30px;
  cursor: pointer;
  display: block;
  margin: auto;
  background: linear-gradient(to right, rgb(194, 0, 64), rgb(124, 40, 0));
  border: 0;
  outline: none;
  border-radius: 30px;
}

.check-box {
  margin: 30px 10px 30px 0px;
}

.rem-pass {
  color: #ccc;
  font-size: 12px;
  bottom: 68px;
  position: absolute;
}

#login {
  left: 50px;
}

#signup {
  left: 450px;
}

.blur {
  filter: blur(2px) !important;
}

.sub:hover {
  font-size: 16px;
}

.device_selection {
  padding: 12px 20px;
  margin: 10px 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
}

.device_opt {
  border-radius: 20px;
  font-size: 18px;
  padding: 5px;
  background-color: rgb(19, 18, 18);
  color: white;
}

.device_sub {
  background-color: rgb(19, 18, 18);
  color: white;
  border: none;
  display: inline-block;
  padding: 8px 20px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  margin-left: 15px;
}

.device_sub:hover {
  background-color: rgb(0, 0, 0);
}

.report_sel {
  padding: 10px 15px;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

.formnow {
  background: rgb(255, 2, 2);
  color: rgb(255, 255, 255);
  padding: 16px 0px;
  width: 150px !important;
  height: 70px !important;
  border-radius: 8px;
  margin: 0px auto 16px auto;
  text-align: center;
  font-size: 24px;
  display: block;
  text-decoration: none;
}

.formnow:hover {
  background: rgb(190, 0, 0);
  font-size: 25px;
  text-decoration: underline;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.sucessalert {
  border-radius: 15px !important;
  margin: 10px 0px !important;
  border-color: rgb(124, 92, 0) !important;
}

.panel {
  margin: 20px auto;
  max-width: 600px;
  background-color: #f5f5f5;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.panel h1 {
  font-size: 24px;
  margin: 0;
  padding: 20px;
  text-align: center;
  background-color: #007bff;
  color: #fff;
  border-radius: 5px 5px 0 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}

th {
  background-color: #f0f0f0;
}

.btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  float: right;
  margin-top: 8px;
  margin-right: 20px;
  border-radius: 35px;
}

.panel-footer {
  padding: 18px;
  font-size: 12px;
  text-align: left;
}

.table-container {
  max-height: 400px;
  overflow-y: scroll;
}

.form-control-lg {
  width: 70px;
  font-size: 15px;
}

.form-control-lgg {
  width: 200px !important;
  height: 120px !important;
  font-size: 18px;
  text-align: justify;
}

thead {
  position: sticky;
  top: 0;
  background-color: #f8f9fa;
  z-index: 1;
}

tbody th:first-child {
  position: sticky;
  left: 0;
  background-color: #f8f9fa;
  z-index: 1;
}

tbody td:first-child {
  position: sticky;
  left: 0;
  background-color: #f8f9fa;
}

.stage-column {
  position: sticky;
  left: 0;
  background-color: #f8f9fa;
  z-index: 2;
}
