body {
  background-color: #25284C;
  font-family: 'Public Sans';
  background: url("../../assets/img/checker-bg.webp") center / cover no-repeat;
}

.result-container {
  background: #e4e4e4;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  margin: auto;
  color: black;
}

.maincard {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20vh;
  margin-bottom: 20vh;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.overview-card {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5vh;
  margin-bottom: 5vh;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.navbar {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vh;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  z-index: 1100;
  position: relative;
}

footer {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vh;
  margin-bottom: 5vh;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  z-index: 1100;
  position: relative;
  text-align: center;
}

.dropdown-menu {
  margin-left: auto;
  margin-right: auto;
  background: rgba(255,255,255,0.13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 1rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
  .maincard {
    /*width: 50%;*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
    margin-bottom: 20vh;
    color: white;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  }
}

.input-div {
  text-align: center;
}

.imei-input {
  border-radius: 15px;
  padding: 10px;
  color: white;
  background-color: #0b0f26;
  border-color: #0b0f26;
  margin-left: 5px;
  margin-right: 5px;
}

.btn-div {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.up-logo {
  margin-bottom: 20px;
}

.content-div {
  text-align: center;
}

a {
  color: #575EFE;
  font-weight: 700;
}

.checkbtn {
  background-color: #3147d1;
  color: white;
  border-radius: 15px;
  font-size: 20px;
  font-family: 'Unbounded';
}

.checkbtn:hover {
  background-color: #181818;
  border-color: #000000;
  color: #ffffff;
}

h4 {
  font-family: 'Unbounded';
  font-weight: 700;
  color: #b6d5f6;
  font-size: 19px;
}

@media (min-width: 768px) {
  h4 {
    font-family: 'Unbounded';
    font-weight: 700;
    color: #b6d5f6;
    font-size: 40px;
  }
}

.page-title {
  font-family: 'Unbounded';
  font-weight: 700;
  color: white;
  font-size: 20px;
}

@media (min-width: 768px) {
  .page-title {
    font-family: 'Unbounded';
    font-weight: 700;
    color: white;
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .page-title {
    font-family: 'Unbounded';
    font-weight: 700;
    color: white;
    font-size: 60px;
  }
}

.subcard {
  background-color: #25284C;
  color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-img {
  margin-bottom: 20px;
  width: 100px;
}

.card-title {
  font-size: 21px;
}

@media (min-width: 576px) {
  .card-title {
    font-size: 32px;
  }
}

.logo-img {
  width: 100px;
}

.nav-link {
  color: white;
}

.dropdown-item {
  color: white;
}

.dropdown-item:hover {
  color: white;
  background-color: rgba(87,94,254,0.7);
  border-radius: 16px;
}

.nav-item:hover {
  color: white!important;
  background-color: rgba(87,94,254,0.3);
  border-radius: 16px;
}

.dropdown-toggle:hover {
  color: black;
  background-color: rgba(87,94,254,0.3);
  border-radius: 16px;
}

.dropdown-toggle {
  color: white;
  font-weight: initial;
  text-decoration: none;
  padding: 10px;
}

.navbar-toggler-icon {
  background-image: none!important;
  background-color: var(--bs-gray-800);
  height: 3px;
  width: 25px;
  margin: 10px 0;
  position: relative;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::before {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: -7px;
  transition: all 0.15s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon::after {
  display: block;
  background-color: var(--bs-gray-800);
  height: 3px;
  content: "";
  position: relative;
  top: 4px;
  transition: all 0.35s ease-out;
  transform-origin: center;
}

.navbar-toggler-icon, .navbar-toggler-icon::before, .navbar-toggler-icon::after {
  background-color: var(--bs-gray-100);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(-90deg) translateX(7px);
}

.ad-container {
  text-align: center;
  visibility: collapse;
}

.ad-container-bottom {
  text-align: center;
  visibility: collapse;
}

@media (min-width: 738px) {
  .ad-container {
    text-align: center;
    margin-top: 20px;
    visibility: visible;
  }
}

@media (min-width: 738px) {
  .ad-container-bottom {
    text-align: center;
    margin-top: 20px;
    visibility: visible;
  }
}

.overview-row {
  margin-bottom: 10px;
}

.banner-img {
  margin-top: 10px;
  margin-bottom: 30px;
}

.tab-pane {
  padding-top: 20px;
}

p {
  color: white;
}

.footer-btn {
  border-radius: 30px;
  border: 1px solid #555990;
  font-family: 'Unbounded';
  font-weight: 700;
  color: #E3F4F8;
  padding: 10px 30px 10px 30px;
  font-size: 12px;
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  .footer-btn {
    border-radius: 30px;
    border: 1px solid #555990;
    font-family: 'Unbounded';
    font-weight: 700;
    color: #E3F4F8;
    padding: 10px 30px 10px 30px;
    font-size: 23px;
  }
}

.footer-btn:hover {
  border-radius: 30px;
  border: 1px solid #555990;
  font-family: 'Unbounded';
  font-weight: 700;
  color: #575efe;
  padding: 10px 30px 10px 30px;
  font-size: 23px;
}

hr {
  border: 1px solid #E3f4f8;
}

.footer-text {
  font-family: 'Public Sans';
  font-size: 18px;
}

#premium-modal {
  z-index: 1500;
  color: black!important;
}

.modal-text {
  color: black;
}

.modal-title {
  color: black;
}

.release-notes-item {
  text-align: left;
}

