.analog-clock {
  display: inline-block;
  width: 300px;
  height: 300px;
  border-radius: 100%;
}

.screen .analog-clock {
  border: 1px dashed #84bcda;
}
.screen .analog-clock:hover {
  border: 2px dashed #84bcda;
}

.analogclock-preview {
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 375px;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
}

.digital-clock {
  background-color: lightgrey;
  margin: 20px 0;
}

.digital-clock {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 200px;
}

.digital-clock p {
  direction: ltr;
  font-size: 60px;
}

.digital-clock-viewer {
  display: inline-block;
}

#digital-clock::-moz-selection {
  background-color: transparent;
}

#digital-clock::selection {
  background-color: transparent;
}

.clock-theme {
  overflow: auto;
  margin-top: 8px;
  margin-bottom: 5px;
  background-color: #d4e0f0;
  border-radius: 4px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  flex-flow: row-reverse;
  justify-content: space-evenly;
  align-items: center;
  direction: rtl;
}
.clock-theme label {
  padding: 0 10px;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  text-align: center;
}
.clock-theme label:hover {
  cursor: pointer;
  background-color: rgba(0, 123, 255, 0.5215686275);
  color: #eeecee;
}

.clock-theme-selector {
  width: 250px;
  border-radius: 4px;
  background-color: transparent;
}
.clock-theme-selector:focus-visible {
  outline: none;
}

.digitalclock-preview > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

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: calc(100vh + 50px);
  width: 100%;
  overflow: hidden;
  position: relative;
  direction: ltr;
  background-size: cover;
}

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

#digital-clock {
  direction: ltr;
}

.textArea {
  border: none;
}

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

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

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

.hidden {
  display: none;
}

.show {
  display: flex;
  justify-content: space-around;
  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 */