.gradient-background-blue {
    background: linear-gradient(45deg, #0058a0, #009414);
    background-size: 400% 400%;
    animation: AnimationName 60s ease infinite;
}
.gradient-background-gray {
    background: linear-gradient(45deg, #383838, #8b8b8b);
    background-size: 400% 400%;
    animation: AnimationName 60s ease infinite;
}
.gradient-background-red {
    background: linear-gradient(45deg, #910000, #4900a8);
    background-size: 400% 400%;
    animation: AnimationName 60s ease infinite;
}







@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 97%
    }
    50% {
        background-position: 100% 4%
    }
    100% {
        background-position: 0% 97%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 97%
    }
    50% {
        background-position: 100% 4%
    }
    100% {
        background-position: 0% 97%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 97%
    }
    50% {
        background-position: 100% 4%
    }
    100% {
        background-position: 0% 97%
    }
}

.fit-cover {
    object-fit: cover
}

.bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary)
}

.bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5)
}

.bs-icon-sm {
    --bs-icon-size: 1rem
}

.bs-icon-md {
    --bs-icon-size: 1.5rem
}

.bs-icon-lg {
    --bs-icon-size: 2rem
}

.bs-icon-xl {
    --bs-icon-size: 2.5rem
}

.bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary)
}

.bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2)
}

.bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5)
}

.bs-icon.bs-icon-rounded {
    border-radius: .5rem
}

.bs-icon.bs-icon-circle {
    border-radius: 50%
}

body {
    color: white;
    background-color: white;
    user-select: none;
}

.divIconScreen1 {
    width: 42px;
    text-align: center;
}




.parentScroll {
    width: 100%;
    overflow-x: hidden;
    float: left;
   /*  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
      linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
      linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)),
      linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
    background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
    background-attachment: local, local, scroll, scroll; */
  }

  /*.childScroll {
    width: calc(33vw * 7);
    cursor: grab;
  }*/


 





  .navbar {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    }