@tailwind base;
@tailwind components;
@tailwind utilities;
.pattern-dots-md {
    background-image: radial-gradient(currentColor 1px,transparent 1px);
    background-size: 10px 10px
}

.pattern-dots-lg {
    background-image: radial-gradient(currentColor 1.5px,transparent 1.5px);
    background-size: 15px 15px
}

.pattern-dots-xl {
    background-image: radial-gradient(currentColor 2px,transparent 2px);
    background-size: 20px 20px
}
.logo{
 color: #1868B3;
 font-weight: 700;
 font-size: 20px;
}

.slider .slideImg{
    height: 100%;
    width: auto;
    max-height: 273.7px;
}
.slick-prev, .slick-next{
    width:40px;
    height: 40px;
}
.slick-prev::before, .slick-next::before{
    font-size: 40px;
    color: #0087D0;
}
.slick-next {
    right: -63px;
  }
.slick-prev {
    left: -63px;
  }

  .qr-lander {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -130px;
    width: 236px;
    padding: 0 18px;
    min-height: 260px;
    text-align: center;
    background: white;
  }
  .testloading{
	background-color: #00000080;
	width:72px;
	height:72px;
	position: absolute;
	left:0;
	right:0;
	top:20px;
	bottom:0;
	margin:auto;
}
.testloading .roll{
	width:100%;
	height:100%;
	position: relative;
}
.testloading svg{
	fill: #0284c7;
  	color: rgb(229 231 235 / 1);
	  animation: spin 1s linear infinite;
	  
	  width: 36px;
  height: 36px;
  margin: auto;
  display: inline-block;
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
}
@keyframes spin {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(360deg);
	}
  }
   img.bounce {
    width: 32px;
    height: 32px;
    animation: bounce 1s infinite;
  }

  .play-pause-btn {
    width: 25px;
    height: 25px;
        cursor: pointer;
    }
      .play-btn {
        background: url('/public/img/play.svg') no-repeat center;
        background-size: contain;
    }
    .pause-btn {
        background: url('/public/img/pause.svg') no-repeat center;
        background-size: contain;
    }
    .modal-con{
      background-size: cover;
      background-color: white;
      border-right: 10px solid #FBC90E;
      border-left: 10px solid #2FA3E8;
    }