.ml-2 {
  margin-left: 10px;
}
a {
  text-decoration: none !important;
  color: black;
}
.copyright {
  padding: 28px 0;
  margin-top: 30px;
}
.copyright span,
.copyright a {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  color: #007bff;
}

.copyright-menu ul {
  text-align: right;
  margin: 0;
}

.copyright-menu li {
  display: inline-block;
  padding-left: 20px;
}

.back-to-top {
  position: relative;
  z-index: 2;
  display: none;
}
.back-to-top .btn-dark {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #2e2e2e;
  border-color: #2e2e2e;
  display: none;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.back-to-top .btn-dark:hover {
  cursor: pointer;
  background: #fa6742;
  border-color: #fa6742;
}

@media screen and (max-width: 728px) {
  #android-app {
    width: 100%;
    height: 100%;
  }
  #copyright {
    text-align: center;
  }
}

@media screen and (min-width: 728px) {
  .navbar-brand {
    display: none;
  }
}
.svgLoader {
  animation: spin 0.5s linear infinite;
  margin: auto;
}

.divLoader {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.accordion {
  border: 1px solid rgba(0, 0, 0, 0.175);
}
img {
  /* background: #f1f1fa; */
  background:url(https://www.icegif.com/wp-content/uploads/2023/07/icegif-1263.gif)
}
