.ph-rrweb-wrapper {
  height: 100%;
  width: 100%;
  background-color: #ccc;
  display: flex;
  flex-direction: column;
}

.ph-rrweb-player {
  height: 100%;
  width: 100%;
  overflow: hidden;

  position: relative;
}

.ph-rrweb-player .replayer-wrapper {
  transform-origin: top left;
}

.ph-rrweb-player iframe {
  border: 0px;
  background-color: white;
}

.ph-rrweb-bottom {
  box-sizing: border-box;
  width: 100%;
  padding: 6px;

  background-color: #333;
  color: white;
  padding-bottom: 12px;

  align-self: flex-end;
}

.ph-rrweb-progress {
  width: 100%;
  margin-bottom: 8px;
  cursor: pointer;
}

.ph-rrweb-controller {
  display: flex;
}

.ph-rrweb-controller > * {
  flex: 1 0 0;
  display: flex;
  align-items: center;
}

.ph-rrweb-controller-icon {
  margin-right: 8px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
}

.ph-rrweb-controller-icon-play-pause {
  margin-right: 0px;
}

.ph-rrweb-speed-toggle {
  cursor: pointer;
  margin-right: 5px;
}

.ph-rrweb-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  z-index: 10;
}

.ph-rrweb-skipping {
  position: absolute;

  display: flex;
  justify-content: center;
  align-items: center;

  height: 100%;
  width: 100%;

  background-color: #333;
  opacity: 0.7;

  font-size: 40px;
  color: white;
}

.ph-rrweb-play-pause-overlay {
  background-color: #333;
  color: white;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  height: 60px;
  width: 60px;
  font-size: 24px;
}

.ph-rrweb-play-pause-overlay-enter-active {
  height: 100px;
  width: 100px;

  font-size: 40px;
  opacity: 0.6;
  transition: 400ms ease-in-out;
}

.ph-rrweb-play-pause-overlay-icon svg {
  height: 48px;
  width: 48px;
  display: flex;
}

.rc-tooltip-placement-top {
  padding: 14px 0 0px 0;
}

.rc-tooltip-arrow {
  display: none;
}
