html,
body {
  height: 100%;
  background-color: #f2f2f3;
}

a {
  text-decoration: none;
}

.blue-color {
  color: #11218a;
}

#video {
  width: 98%;
  max-height: 500px;
}

.modal-header {
  text-align: center;
}

#receiver_code {
  text-align: center;
  font-size: medium;
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  border-style: none none dotted none;
  background-color: #f2f2f3;
}

#receiver_code:focus {
  box-shadow: none;
}

#start_btn,
#stop_btn,
#reload-btn {
  font-weight: 100;
  border-color: #11218a;
  background-color: #11218a;
}

#start_btn:disabled {
  background-color: #999ba4;
  border: none;
}

#error_box {
  text-align: center;
  color: darkred;
  display: flex;
  justify-content: center;
  font-size: large;
  white-space: nowrap;
}

#modal_content {
  background-color: transparent;
  border: none;
  align-items: center;
}

#cross {
  padding-right: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.download-content {
  display: block;
}
.error-content {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

#download-icon {
  padding-right: 15px;
  width: 50px;
}

#screensharing-link {
  font-size: large;
}

#other-interaction {
  text-align: center;
}

#selectorFrame {
  text-align: center;
}

.screens-container {
  height: 90%;
}

#warning-header {
  display: flex;
  flex-direction: column;
}

#warning-icon {
  padding-bottom: 35px;
}

#wlan-icon {
  padding: 30px;
  height: 150px;
  width: 100%;
}

.error-content {
  flex-direction: column;
}

#link-button-seperator {
  text-align: center;
  margin: 25px;
}

#link-button-seperator::after {
  content: " ";
  height: 2px;
  width: 50px;
  background: #000000;
  display: block;
  position: absolute;
  top: 46%;
  right: 15%;
}

#link-button-seperator::before {
  content: " ";
  height: 2px;
  width: 50px;
  background: #000000;
  display: block;
  position: absolute;
  top: 46%;
  left: 15%;
}

#do-not-close-reminder {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  background: white;
  padding: 20px;
  border-radius: 5px;
}

#do-not-close-reminder::after {
  border-radius: inherit;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  content: ' ';
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

#do-not-close-reminder-text {
  font-size: 1.5rem;
  display: inline-block;
}

#do-not-close-reminder-text::first-letter {
  font-size: 3rem;
  float: inline-start;
  margin-right: 15px;
}
