@keyframes text-shadow-change {
    0%,100% {
      text-shadow: 0 0 3px #FF0000;
    }
    50% {
      text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
    }
}
@keyframes drop-shadow-change {
  5%,95 {
    -webkit-filter: drop-shadow(0 0 0 #000 ) drop-shadow(0 0 0 #000 );
    filter: drop-shadow(0 0 0 #000 ) drop-shadow(0 0 0 #000 );
  }

  50% {
    -webkit-filter: drop-shadow(2px 2px 6px #ffffff73 ) drop-shadow(-2px -2px 6px #ffffff73);
    filter: drop-shadow(2px 2px 6px #ffffff73 ) drop-shadow(-2px -2px 6px #ffffff73);
  }
}
.logo-index{
  max-width: 200px;
  width: 50vh !important;
  -webkit-animation-name: drop-shadow-change;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
}
.backsvg{
  background: url(/img/svgbackground/background5.svg);
  background-size: cover !important;;
  color: black !important;
  min-height: 100vh;
}
.backsvg8{
  background: url(/img/svgbackground/background_08_00.svg) #000;
  background-size: cover !important;;
  color: black !important;
}
.placeholder-color::placeholder{
  color: #6435c9 !important;
}
.text-black-static{
  color: #000 !important;
}
.bg-olight{
  background-color: #ffffff50 !important;
}
.icon-service{
    max-height: 100px;
    max-width: 100px;
    filter: grayscale(100%);
}
.icon-service:hover{
  filter: grayscale(0%);
}
.bg-service{
  border-radius: 20px;
  color: #fff;
  /* background: #3b3c3e;
  background: radial-gradient(circle, rgb(59, 60, 62) 0%, rgb(0, 0, 0) 100%); */
  background: #6c757d;
  /* background: radial-gradient(circle, rgb(252, 4, 254) 0%, rgb(8, 3, 201) 100%); */
  animation: text-shadow-change 10s infinite;
}

.btn-indigo.active,.btn-indigo:active,.show>.btn-indigo.dropdown-toggle{
  background-image:none
}
.btn-indigo{
  background-color:#6610f2ad
}
.btn-indigo:hover{
  background-color:#6610f2
}
.btn-indigo.disabled,.btn-indigo:disabled{
  background-color:#4208a0ad
}
.btn-indigo.active,.btn-indigo:active,.show>.btn-indigo.dropdown-toggle{
  background-color:#6610f2;
}
.btn-indigo{
  color:#fff;
}
.btn-indigo:hover{
  color:#fff;
}

.bg-bage{
  background-color: #FFF0F5;
}
.icon_vsmall {
  width: 50px;
  height: 50px;
}
.dominiosImg{
  max-width: 80vw;
}
.data-img-src-in-loading{
  height: 40px !important;
}
