body {
  direction: rtl;
  background-color: #cdcee5;
}

h1,
h2,
h3,
h3,
p {
  text-align: right;
}

img {
  height: auto !important;
}

marquee {
  display: inline-table;
}

select {
  min-width: 150px;
}

.container-fluid {
  padding: 0 !important;
}

.screen {
  height: 100vh;
  width: 100%;
  border-top: 2px solid lightgray;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  direction: ltr;
}

.screen video,
.screen .contentArea,
.screen .date,
.screen img,
.subTitle,
.analog-clock-viewer {
  position: absolute;
  padding: 25px;
}

.textArea {
  border: none;
}

.iFrame {
  padding: 30px;
  border: none;
}

.iFrame iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.subTitle {
  width: 100%;
  height: 55px;
}

.contentArea {
  width: 25%;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hidden {
  display: none;
}

.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.panel ul {
  list-style-type: none;
}

.panel ul li {
  text-align: right;
  cursor: pointer;
  padding: 3px;
}

.panel ul li:hover {
  background-color: #eee;
}

.hideClock {
  display: none;
}
/*# sourceMappingURL=client.css.map */