.vjs-theme-SMP {
  --vjs-theme-SMP--primary:   #4276b6;
  --vjs-theme-SMP--secondary: #7590ae;
  --vjs-theme-SMP--third:     #7590ae;
  --vjs-theme-SMP--four:      #7590ae;

}

.vjs-theme-SMP .vjs-big-play-button {
  width:  90px;
  height: 90px;
  background: var(--vjs-theme-SMP--third);
  line-height: 90px;
  font-size: 80px;
  border: none;
  top:  50%;
  left: 50%;
  margin-top:  -35px;
  margin-left: -35px;
  color: var(--vjs-theme-SMP--primary);
}

/* play button */
.vjs-theme-SMP:hover .vjs-big-play-button,
.vjs-theme-SMP.vjs-big-play-button:focus {
  background-color: var(--vjs-theme-SMP--secondary);
  color: var(--vjs-theme-SMP-primary);
}

.vjs-theme-SMP .vjs-control-bar {
  height: 54px;
}

.vjs-theme-SMP .vjs-button > .vjs-icon-placeholder::before {
  line-height: 54px;
}

.vjs-theme-SMP .vjs-time-control {
  line-height: 54px;
}

/* Play Button */
.vjs-theme-SMP .vjs-play-control {
  font-size: 1.2em;
  position: relative;
}

.vjs-theme-SMP .vjs-volume-panel {
  order: 4;
  color: var(--vjs-theme-SMP--secondary);

}

.vjs-theme-SMP .vjs-volume-bar {
  margin-top: 2.5em;
  color: var(--vjs-theme-SMP--secondary);

}

.vjs-theme-SMP .vjs-progress-control .vjs-progress-holder {
  font-size: 1.5em;
  color: var(--vjs-theme-SMP--secondary)
}

.vjs-theme-SMP .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.5em;
  color: var(--vjs-theme-SMP--secondary)
}

.vjs-theme-SMP .vjs-play-control .vjs-icon-placeholder::before {
  height: 1.3em;
  width: 1.3em;
  margin-top: 0.2em;
  border-radius: 1em;
  border: 3px solid var(--vjs-theme-SMP--secondary);
  top: 2px;
  left: 9px;
  line-height: 1.1;
}

.vjs-theme-SMP .vjs-play-control:hover .vjs-icon-placeholder::before {
  border: 3px solid var(--vjs-theme-SMP--secondary);
}

.vjs-theme-SMP .vjs-play-progress {
  background-color: var(--vjs-theme-SMP--primary);
}

.vjs-theme-SMP .vjs-play-progress::before {
  height: 0.8em;
  width: 0.8em;
  content: '';
  background-color: var(--vjs-theme-SMP--primary);
  border: 4px solid var(--vjs-theme-SMP--secondary);
  border-radius: 0.8em;
  top: -0.25em;
}

.vjs-theme-SMP .vjs-progress-control {
  font-size: 14px;
  color: var(--vjs-theme-SMP--third); 
}
/* stream quality selector  */
.vjs-theme-SMP .vjs-menu-button {
color: var(--vjs-theme-SMP--third);}

/* picture in picture button */
.vjs-theme-SMP .vjs-picture-in-picture-control {
color: var(--vjs-theme-SMP--third);}

/* fullscreen button */
.vjs-theme-SMP .vjs-fullscreen-control {
color: var(--vjs-theme-SMP--third);}

/* volume controll */
.vjs-theme-SMP .vjs-volume-bar .vjs-slider-horizontal .vjs-volume-level  {
color: var(--vjs-theme-SMP--third);}

/* live stream */
.vjs-theme-SMP  .vjs-live-control {
color: var(--vjs-theme-SMP--third);}

.vjs-theme-SMP .vjs-fullscreen-control {
  order: 6;
}

.vjs-theme-SMP .vjs-remaining-time {
  display: none;
}

