@import url("frutiger/stylesheet.css");

body {
  background-color: #000000;
  color: white;
  margin: 0;
  padding: 0;
  font-family: "Frutiger LT Std";
}

.screen {
  background: linear-gradient(180deg, #000000 0%, #611212 194.96%);
  width: 640px;
  height: 480px;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.topbar {
  /* Rectangle 297 */

  width: 640px;
  height: 90px;
  left: 0px;
  top: 0px;

  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #611212 194.96%);
}

.topbar svg {
  position: absolute;
  left: 36px;
  top: 27px;
}

.main {
  box-sizing: border-box;
  transform: translateY(12px);
  height: 356px;
  padding: 0px;
  overflow-y: auto;
  scrollbar-color: #9a3535 #9a3535;
}

.channel {
  background-color: #1e0606;
  box-sizing: border-box;
  margin-left: 33px;
  padding: 10px;
  padding-left: 12px;
  display: flex;
  border-radius: 6px;
  border: 1px solid #5f2020;
  width: 574px;
  height: 80px;
  margin-bottom: 12px;
}

.channeldetails {
  display: flex;
  align-items: center;
  gap: 18px;
  line-height: 5px;
}

.channelinfo {
  margin-top: 5px;
}

h1 {
  font-size: 18px;
}

.channel-number {
  font-size: 18px;
  line-height: 5px;
  padding-top: 5px;
}

.channel:focus {
  outline: 1px solid white;
  background-color: #e1b7b7;
  color: black;
}

.clock {
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: right;
  width: 287px;
  left: 320px;
  text-shadow: 2px 2px 0px #000000;
  font-weight: normal;
  font-size: 18px;
}

#time {
  top: 42px;
}

#date {
  top: 63px;
}

#videoplayer {
  display: none;
  z-index: 5;
  position: absolute;
  width: 640px;
  height: 480px;
  background-color: black;
}

.videoplaceholder {
  background-color: green;
  text-align: center;
  line-height: 480px;
  font-size: 50px;
  font-weight: bold;
}

.lowerthird {
  position: absolute;
  top: 302px;
  left: 0;
  height: 178px;
  padding: 0;
  margin: 0;
  text-shadow: 2px 2px 0px black;
}

.lttop {
  display: flex;
  height: 45px;
  background: linear-gradient(0deg, #000000 0%, #611212 154.96%);
  width: 640px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  justify-content: space-between;
}

.ltbottom {
  height: 133px;
  background: linear-gradient(0deg, #000000 0%, #611212 154.96%);
  width: 640px;
}

#channeldesc {
  margin: 0;
  padding-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
}

.rightside {
  display: flex;
  width: max-content;
}

#time2 {
  padding-right: 17px;
  border-right: 1px solid white;
}

.lttop svg {
  padding-left: 17px;
  margin-top: 7px;
}