/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://cdn.jsdelivr.net/npm/css.gg/icons/icons.css);
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/styles.scss?ngGlobalStyle (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --nav-width: 4rem;
  --nav-width-expanded: 25vw;
  --text-secondary: #444;
  --bg-secondary: #EEE;
  --bg: #FFF;
  --wrapper-padding: 1rem;
}

td, th {
  padding: 0.25rem;
  border: 1px solid rgba(136, 136, 136, 0.5333333333);
}

.main {
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--bg);
  box-shadow: rgba(136, 136, 136, 0.2666666667) 3px 3px 4px 0px;
  min-height: 100%;
}

@media screen and (max-width: 600px) {
  :root {
    --nav-width: -4rem;
    --nav-width-expanded: 100vw;
    --wrapper-padding: 0.5rem;
  }
}
.main2 {
  padding: 0.5rem;
  margin-bottom: 1.5rem;
  box-shadow: rgba(136, 136, 136, 0.2666666667) 0px 0px 4px 0px;
  width: 100%;
  border-radius: 1rem;
}

.main2:last-of-type {
  margin-bottom: 0px;
}

.f-2 {
  font-size: 2rem;
}

.r-45 {
  transform: rotate(45deg);
}

.btn {
  border-radius: 1.5rem !important;
  padding: 1rem !important;
}

.main3 {
  width: 100%;
  border-top: 1px solid rgba(136, 136, 136, 0.2666666667);
  border-radius: 0px !important;
  padding: 1rem;
  text-align: start;
  display: flex;
  justify-content: space-between;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.w-min {
  width: min-content;
}

.w-fit {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.flex {
  display: flex !important;
}

.f-5 {
  font-size: 5rem;
}

.flex-center {
  display: flex;
  align-items: center;
}

.image {
  width: 100%;
  padding: 1rem;
}

.w-100, .w-50 {
  display: inline-block;
}

.nav-icon {
  width: var(--nav-width);
  text-align: center;
  right: 0px;
  padding: 0.25rem;
  position: absolute;
}
.nav-icon i {
  margin-left: auto;
  margin-right: auto;
}

.nav-text {
  width: calc(100% - var(--nav-width));
  left: 0px;
}

.row {
  max-width: 100%;
  margin: 0px;
}

#toggle-nav {
  padding: 0px;
  width: 4rem;
  margin-left: auto;
  margin-right: auto;
  right: 0px;
}

#side-nav > *, #side-nav-links > * {
  height: 3rem;
}

.side-nav i {
  transform: scale(1.5);
}

.h-nav-link {
  text-decoration: none;
  color: var(--text-secondary);
  padding-right: calc(1rem + 5vw);
  margin-bottom: 1rem;
  font-size: 1.5em;
}

.h-nav {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-weight: bold;
  width: 100%;
  overflow-y: scroll;
}

.grid {
  display: flex;
  align-items: center;
}

.connections-icon {
  width: 10rem;
  max-width: 25vw;
  margin-right: 1rem;
}

.rounded {
  padding: 0.25em;
  border-radius: 0.5em !important;
  height: -moz-fit-content;
  height: fit-content;
}

.connection-missing {
  background-color: rgb(255, 117, 140);
}

.connection-pending {
  background-color: rgb(255, 255, 127);
}

.connection-connected {
  background-color: rgb(121, 255, 121);
}

dialog {
  border: 0px solid transparent;
  box-shadow: 0px 0px 5px rgba(136, 136, 136, 0.2666666667);
  border-radius: 1rem;
}

@keyframes fadeIn {
  from {
    display: none;
    opacity: 0%;
  }
  to {
    display: inherit;
    opacity: 100%;
  }
}
.noflex {
  display: block !important;
}

.hidden {
  display: none;
}

a {
  text-decoration: none;
}

.material-symbols-outlined {
  -webkit-user-select: none;
          user-select: none;
}

.pfp {
  height: 2rem;
  width: 2rem;
  border-radius: 25%;
}

.scriptCharacter {
  color: blue;
}

.scriptSuggestion {
  color: purple;
}
