body {
  background-image: url(https://s3.amazonaws.com/trumptv/testvideo/home_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

#playerDiv.col-md-12 .plyr--video {
  height: 100vh;
}

.initialPostion {
  transform: translate(0px, 140px);
}

.finalPostion {
  transform: translate(0px, 0px);
}

#dock-container.docGrid .docItems {
  flex-wrap: wrap;
  justify-content: center;
}

#dock-container.docGrid .docItems li {
  margin-bottom: 10px;
}

#dock-container.docGrid button {
  display: none;
}

#dock-container {
  position: fixed;
  bottom: 0;
  text-align: center;
  right: 0;
  left: 0;
  width: 100%;
  background: #000000b8;
  transition: all .5s ease-in-out;
  z-index: 2;
}


#dock-container .docItems {
  list-style: none;
  display: flex;
  padding-left: 0px;
  margin: 0px auto;
  position: relative;
  overflow-x: hidden;
  white-space: nowrap;
  cursor: grab;
  scroll-behavior: smooth;
  padding: 20px 0px;
}

#dock-container li {
  transform: scale(1);
  width: auto;
  height: auto;
  position: relative;
  transition: transform 0.3s, margin 0.3s;
  display: block;
  transform-origin: bottom;
}

#dock-container li img {
  width: 110px;
  height: 61px;
  object-fit: cover;
  background: #a5a5a5;
  cursor: pointer;
  margin: 0px 5px;
  transition: margin 0.3s;
}

.docList li img{
  -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(255, 255, 255, .5)));
  /* reflection is supported by webkit only */
  -webkit-transform-origin: 50% 100%;
}

.btnHideDoc {
  position: absolute;
  top: 0px;
  right: 0px;
}

.floating-lg {
  transform: translatey(0px);
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

@-webkit-keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  background-color: #5e5e5e;
  color: #fdfdfd;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 50px;
  height: 40px;
  width: 40px;
}

.left-arrow {
  left: 0;
}

.right-arrow {
  right: 0;
}

.left-arrow svg{
  position: relative;
  left: -2px;
  bottom: 2px;
}

.right-arrow svg{
  position: relative;
  left: 2px;
  bottom: 2px;
}

.docItems.dragging {
  cursor: grabbing;
}

::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}

.captchaWrapper {
  width: 370px;
  background: #ffffff;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 5px;
}

.captchaWrapper .heading{
  background: #196FE2;
  padding: 20px;
  color: white;
  font-size: 18px;
  font-family: sans-serif;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.006em;
  word-spacing: 0.01em;
  margin-bottom: 10px;
}

div#images-container {
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 2px;
  width: 351px;
  height: 100%;
  grid-column-gap: 2px;
  background: #ffffff7a;
  overflow: visible;
}

.imgCenter {
  display: flex;
  justify-content: center;
}

#images-container div {
  width: 115px;
  height: 90px;
  cursor: pointer;
  position: relative;
}

#images-container img {
  width: 100%;
  height: 100%;
}

.selected:after {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 4px;
  content: "✓";
  position: absolute;
  margin: 0.4em;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  background: #196FE2;
  color: white;
  height: 24px;
  width: 24px;
  z-index: 1;
}

.toolbar .action {
  text-align: center;
  padding: 8px;
  cursor: pointer;
}

.btnSkip {
  background: #196FE2;
  outline: none;
  border: none;
  border-radius: 2px;
  color: white;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9em;
}

.btnSkip:hover {
  box-shadow: inset 1000px 1000px rgba(0, 0, 0, 0.1);
}
