[id$=timeline] * {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
[id$=tl-scope-menu] {
  position: absolute;
  bottom:40px;
  left :0px;
  width : 80px;
  transition: all 0.8s ease 0s;
  box-shadow: rgb(0 0 0 / 16%) 0px 6px 12px 0px;
  background-color: rgb(41, 50, 60);
}
[id$=tl-scope-menu] div {
  background-color: rgb(41, 50, 60);
  color: rgb(106, 116, 133);
  width : 100%;
  padding : 10px 10px;
  text-align: left;
}
#tl-scope-menu div:hover {
  color: rgb(240, 240, 240);
  cursor: pointer;
}
[id$=tl-scope-menu] div.selected {
  background-color: rgb(58, 69, 82);
  color: rgb(240, 240, 240);
}
[id$=timeline] {
  position: fixed;
  bottom: 5.7%;
  right: 15px;
  background-color: rgb(41, 50, 60);
  height: 42px;
  width: 878px;
  padding: 5px 32px 5px 179px;
  border-radius: 3px;
}
[id$=t-box] {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
}

[id$=timeline] span {
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 10px;
}

[id$=timeline-range_area] {
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  flex-grow: 1;
  margin-right: 24px;
  margin-left: 24px;
}

[id$=timeline-current-position] {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  background :rgb(106, 116, 133);
  outline: none;
  height:4px;
  width: 100%;
}

[id$=timeline-current-position]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px 0px;
  background-color: rgb(211, 216, 224);
  color: rgb(211, 216, 224);
  border-color: rgb(211, 216, 224);
}

[id$=play-box] {
  margin-left: -8px;
  margin-right: 16px;
}
.timeline-btn {
  -webkit-box-align: center;
  align-items: center;
  background-color: rgb(106, 116, 133);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 500;
  font-family: ff-clan-web-pro, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 14px;
  outline: 0px;
  text-align: center;
  transition: all 0.4s ease 0s;
  vertical-align: middle;
  opacity: 1;
  pointer-events: all;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  margin-left: 7px;
  border: 0px;
  padding: 0px;
  position: relative;
}
[id$=timeline-label] {
  bottom: calc(100% + 10px);
  display: flex;
  position: absolute;
  -webkit-box-pack: center;
  justify-content: center;
  pointer-events: none;
}
[id$=timeline-label-text] {
  background-color: rgb(41, 50, 60);
  border-radius: 36px;
  color: rgb(255, 255, 255);
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  min-width: 175px;
  opacity: 1;
  padding: 0px 24px;
}
[id$=timeline-label-text-date] {
  color: rgb(255, 255, 255);
  font-size:12px;
}
[id$=timeline-selectbox] {
  position: fixed;
  -webkit-box-pack: center;
  bottom: 5.7%;
  right: 718px;
  z-index : 10;
}
[id$=timeline-label-selectbox] {
  background-color: rgb(41, 50, 60);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  padding: 0px 12px;
  flex-direction : column;
}


[id$=timeline-select] {
  padding: 0px 10px 0px 0px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 3px;
  text-align: center;
  height: 43px;
  opacity: 1;
  transition: opacity 0.05s ease-in 0s, height 0.25s ease-out 0s;
}

[id$=hide-timeline-btn]:hover{
		ackground-color: rgb(58, 69, 82);
  	cursor: pointer;
}

.timeline-selectbox {
	padding: 0px 10px 0px 0px;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	border-radius: 3px;
	text-align: center;
	height: 42px;
	opacity: 0.8;
	transition: opacity 0.05s ease-in 0s, height 0.25s ease-out 0s;
	font-size: 15px;
	width: 100%;
}

.timeline-selectbox.collapsed {
  height: 0px;
  margin-bottom: 0px;
  opacity: 0;
  z-index:-10;
}

.timeline-select-icon {
  margin-left: 8px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  color: rgba(255, 255, 255, .55);
  position:absolute;
  right: 8px;
}
