body.page-loading {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.splash-screen {
  display: none;
}

.page-loading .splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Inter, Helvetica, 'sans-serif';
  background-color: #f9f9f9;
  color: #5e6278;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

.page-loading .splash-screen span {
  color: #5e6278;
  transition: none !important;
  -webkit-font-smoothing: antialiased;
}

.page-loading .splash-screen img {
  margin-left: calc(100vw - 100%);
  margin-bottom: 30px;
  height: 30px !important;
}

html[data-bs-theme='dark'] .page-loading .splash-screen {
  background-color: #151521;
  color: #ffffff;
}

.splash-screen .dark-logo {
  display: none;
}

.splash-screen .light-logo {
  display: block;
}

html[data-bs-theme='dark'] .splash-screen .light-logo {
  display: none;
}

html[data-bs-theme='dark'] .splash-screen .dark-logo {
  display: block;
}


.carditrend {
  background-color: #F9F8F8;
  color: #343434 !important;
  border-radius: 20px;
  margin-top: 20px !important;
  height: 320px;
 
  
}
.carditrend:hover {
  background: rgb(11,162,155);
  background: linear-gradient(90deg, rgba(11,162,155,1) 0%, rgba(103,187,73,1) 100%);
  color: white !important;
}
.btcgreenlightci {
  color: #64BB4A;
  width: 180px;
  height: 50px;
  font-size: 15px;
  background-color: #34343400;
  border-radius: 5px;
  border-color: #64BB4A;
  border-style:   solid;
  border-width: thin;
  
}
.btcgreenlightci:hover {
  color: #ffffff;
  width: 180px;
  height: 50px;
  background: linear-gradient(90deg, rgba(11, 162, 155, 1) 0%,  rgba(100, 187, 64, 1) 100%);
  border-radius: 5px;
  border-color: #64BB4A;
  border-style: solid;
  border-width: thin;
}
.gradiant-bg{
  font-size: 72px;
  font-weight: bold;
  background: linear-gradient(90deg, rgba(11, 162, 155, 1) 0%,  rgba(100, 187, 64, 1) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btcgreenci {
  color: #fafafa;
  width: 180px;
  height: 50px;
  font-size: 15px;
  background-color: #64BB4A;
  border-radius: 5px;
  border-color: #64BB4A;
  border-style:   solid;
  border-width: thin;
}
.btcgreenci:hover {
  color: white;
  width: 180px;
  height: 50px;
  background-color: #343434 !important;
  border-radius: 5px;
}
.bgcolorgenerator {
  background: rgb(11,162,155);
background: linear-gradient(90deg, rgba(11,162,155,1) 0%, rgba(103,187,73,1) 100%);
}

/* loginpanr */
.imgitrendlogin {
  width: 100px;
  height: 100px;
}
.box {
  width: 30vw;
  height: 30vw;
  
}
.layer1 {
  position: absolute;
  background-image: url("./media/login_logo layer1.svg");
  background-size: contain;
  filter:drop-shadow(2px 2px 2px rgba(128, 128, 128, 0));
  animation: pulse-c6zlskmd 2s infinite;
}

@keyframes pulse-c6zlskmd {
  100% {
    filter:drop-shadow(2px 2px 2px rgb(255, 255, 255));
  }
}

.layer2 {
  position: absolute;
  background-image: url("./media/login_logo layer2.svg");
  background-size: contain;
  
}

.layer3 {
  position: absolute;
  background-image: url("./media/login_logo layer3.svg");
  background-size: contain;
  margin-top: -50px;
}
.layer4 {
  position: absolute;
  background-image: url("./media/login_logo layer4.svg");
  background-size: contain;
  margin-top: -56px;
  filter:drop-shadow(2px 2px 2px rgba(128, 128, 128, 0));
  animation: pulse-c6zlskmd 2s infinite;
}
.spinner {
 
  animation: spinner-b87k6z 2s infinite ;
}

@keyframes spinner-b87k6z {
  100% {
    transform: rotate(1turn);
 }
}
.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}