:root {
  --title-font-size: 1.7em;
  --bg-light: #d4b973;
  --bg-dark: #877649;
  --text-primary: #ffffff;
  --special-color: #d9a300;
  --halls-width: 85%;
  --hall-height: 90%;
  --halls-total-height: 10%;
  --entries-width: 15%;
  --enrey-height: 20%;
  --modal-width: 50%;
  --ggs: 1.3;
  --sidebar-width: 420px;
}
html {
  min-height: 100%;
  font-size: 85%;
}
body {
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Font-Regular";
}
select {
  font-family: "Font-Regular";
  direction: rtl;
}
a {
  text-decoration: none;
}
.mainLinks {
  text-align: center;
  direction: rtl;
  display: flex;
  flex-direction: column;
}
.mainLinks a {
  margin-bottom: 10px;
  font-size: 120%;
  padding: 15px 20px;
}
.inputPages {
  direction: ltr;
  display: flex;
  flex-direction: column;
  border: 4px dashed var(--bg-dark);
  padding: 10px;
}
.inputPages a {
  margin-bottom: 5px;
}
.inputPages hr {
  width: 100%;
  background-color: var(--bg-dark);
  height: 2px;
}
@font-face {
  font-family: "Font-Light";
  src: url("FrutigerLTArabic45Light.ttf");
}
@font-face {
  font-family: "Font-Regular";
  src: url("FrutigerLTArabic55Roman.ttf");
}
/* The Modal (background) */
.modal {
  display: block;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  direction: rtl;
  background-color: var(--bg-light);
  margin: 15% auto;
  padding: 5px 25px;
  border: 1px solid var(--bg-dark);
  width: var(--modal-width);
  color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

/* The Close Button */
.close {
  color: #fff;
  margin-right: auto;
  font-size: 150%;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* CSS */
.defButton {
  appearance: none;
  background-color: #fafbfc;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0,
    rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292e;
  cursor: pointer;
  display: inline-block;
  font-family: "Font-Regular", -apple-system, system-ui, "Segoe UI", Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}

.defButton:hover {
  background-color: #f3f4f6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.defButton:disabled {
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  color: #959da5;
  cursor: default;
}

.defButton:active {
  background-color: #edeff2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.defButton:focus {
  outline: 1px transparent;
}

.defButton:before {
  display: none;
}

.defButton:-webkit-details-marker {
  display: none;
}

.apiKey {
  width: 100%;
  text-align: center;
  direction: ltr;
  font-size: 75%;
}
#config {
  /* position: absolute; */
  position: fixed;
  direction: rtl;
  display: flex;
  width: 120px;
  justify-content: space-evenly;
  align-items: center;
  bottom: 10px;
  right: 10px;
}
#editKey {
  padding: 2px 8px;
  /* position: absolute;
  bottom: 10px;
  right: 45px; */
}
#connectionStatus {
  height: 22px;
  width: 22px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
}
#editKey img {
  height: 20px;
}

#hallsSelectContainer {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 10px 25px;
}
#hallsSelectContainer button {
  margin-bottom: 10px;
}
#groupsSelectContainer {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 10px 25px;
}
#groupsSelectContainer button {
  margin-bottom: 10px;
}
#addElementContainer {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 25px;
}
#addElementContainer button {
  margin-bottom: 10px;
}
