@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitcount+Grid+Single:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* navbar section  */

.fftv {
  padding: 20px;
  background: #2b547e !important;
}

#faqAccordion {
  padding: 10px 40px 10px;
}

.title {
  font-family: "Bitcount Grid Single";
  margin-top: 25px;
  margin-left: 20px;
}

.intro {
  padding: 20px 40px 0px;
}

.navbar .navbar-toggler {
  color: #fff !important;
  background: #fff;
  border-radius: 50%;
  padding: 15px;
  outline: none;
  border: none;
}

.navbar #navbarNav {
  text-align: center;
  width: 100%;
}

.navbar .welcome {
  color: #f1f1f1;
  margin-right: 12px;
  font-size: 18px;
}

.navbar .navbar-brand {
  color: #f1f1f1;
  font-size: 30px;
  margin-left: 0px;
  font-weight: 600;
}

.navbar .navbar-brand i {
  font-size: 25px;
  background: #088f8f;
  border-radius: 50%;
  padding: 10px 15px;
}

.navbar .collapse {
  background: #2b547e;
}

.navbar .dropdown-menu {
  width: 12px;
}

.navbar .dropdown-menu li a {
  color: #1c456d;
  font-size: 15px;
}

.navbar ul li .bi {
  background: #fff;
  color: #1c456d;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 50%;
}

.navbar ul li a {
  color: #f1f1f1;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 18px;
  margin-right: 40px;
}

.navbar ul li a:hover {
  color: #ffa500;
}

.name {
  font-size: 30px;
  background-color: #2b547e;
  color: #ffa500;
  padding: 50px;
}

/* footer section  */

footer {
  padding: 40px;
  background: #1c456d;
}

footer .logo {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

footer .logo i {
  font-size: 25px;
  background: #088f8f;
  border-radius: 50%;
  padding: 10px 15px;
}

footer ul li {
  list-style: none;
  margin-top: 20px;
}

footer ul li a {
  text-decoration: none;
  color: #d1d1d1;
  margin-left: 30px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
}

footer ul li a:hover {
  color: #ffa500;
}

footer p {
  color: #fff;
  margin-top: 20px;
  font-size: 15px;
  margin-left: 30px;
}

.back-to-top {
  background: #088f8f;
  height: 50px;
  width: 50px;
  color: #fff;
  border-radius: 50%;
  font-size: 50px;
}

@media (max-width: 700px) {
  .hero-section img {
    height: 350px;
    margin-top: 50px;
  }

  .services-section .services .card {
    margin-bottom: 50px;
  }

  .services-section .services .row1 {
    margin-bottom: 0px;
  }

  .about-section {
    padding: 50px 30px;
  }
  .about-section img {
    height: 300px;
  }

  .contact-section {
    padding: 50px;
  }

  footer ul li a {
    margin-left: 5px;
    letter-spacing: 0;
  }
}

.nav-tabs {
  margin-top: 18px;
  .nav-item > a {
    font-weight: bold;
  }
}

.accordion-button {
  background-color: #2b547e !important;
  color: #f1f1f1 !important;
}

.add-league {
  display: flex;
  margin: 18px;
  margin-left: 0px;
  span {
    margin-left: 6px;
  }
}

.btn {
  height: 45px;
  background-color: #2b547e;
  border: 0;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0 15px;
}

.btn:hover {
  background-color: #316194;
  color: #fff;
}

.input-container {
  display: flex;
  /* width: 80%; */
  margin-bottom: 15px;
}

.icon {
  padding-top: 17px;
  padding-left: 12px;
  padding-right: 0px;
  padding-bottom: 13px;
  background: transparent;
  color: #707070;
  background-color: #f1f1f1;
  min-width: 30px;
  text-align: center;
  cursor: pointer;
}

.input-field {
  width: 100%;
  padding: 10px;
  height: 50px;
  outline: none;
  border: none;
  font-size: 15px;
  background-color: #f1f1f1;
}

.box {
  background: #fdfdfd;
  display: flex;
  flex-direction: column;
  padding: 35px 35px;
  border-radius: 20px;
  box-shadow: 0 0 128px 0 rgba(0, 0, 0, 0.1),
    0 32px 64px -48px rgba(0, 0, 0, 0.5);
}

.form-box {
  /* width: 450px; */
  margin: 50px 10px;
  min-width: 300px;
}

.form-box header {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  color: #2b547e;
}

.form-box hr {
  background-color: #2b547e;
  height: 5px;
  width: 20%;
  border: none;
  margin: 5px auto;
  outline: 0;
  border-radius: 5px;
}

.accordion-button::after {
  background-color: whitesmoke;
  border-radius: 20%;
}

.league {
  margin-top: 12px;
  width: 260px;
}

.logo {
  border-radius: 50%;
  border: 2px solid #ccc;
  width: 36px;
  height: 36px;
  margin-right: 9px;
}

.card-text {
  margin-top: 6px;
  margin-left: 44px;
}

.card-header {
  height: 70px;
}

.toast-body {
  background-color: whitesmoke;
}

.custom-spinner {
  color: #2b547e;
  margin-top: 50px;
}

#espnLeagues {
  padding: 10px;
  color: #2b547e;
  gap: 18px; /* Adds space between flex items */
  display: flex;
}

#sleeperLeagues {
  padding: 10px;
  color: #2b547e;
  gap: 18px; /* Adds space between flex items */
  display: flex;
}

.register {
  margin-top: 9px;
  margin-bottom: 9px;
}

.devices {
  display: flex;
  padding: 10px;
  gap: 18px; /* Adds space between flex items */
}

.device-card {
  width: 320px;
  margin: 18px;
}

.device-delete {
  margin-top: 9px;
}

.blue-text {
  color: #2b547e;
}

.single-char-input {
  text-transform: uppercase;
}

.img-shadow {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.nav-link {
  color: #2b547e;
}
