iframe {
  border: none;
}

body {
  height: 100%;
  overflow: hidden;
}

html {
  height: 100%;
  background-color: rgb(28, 31, 34);
  overflow: hidden;
}

button {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
}

button[buttonIconType=CROSS] {
  top: 8px !important;
  right: 8px !important;
  transform: rotateZ(45deg) !important;
  font-size: 30px !important;
  background-color: rgba(0, 0, 0, 0) !important;
  color: white !important;
}

button[buttonIconType=CROSS]:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(82, 90, 95) !important;
}

button[buttonIconType=CROSS]:active {
  background-color: rgba(0, 0, 0, 0) !important;
  color: rgb(30, 34, 37) !important;
}

button[selected] {
  background-color: rgb(21, 23, 25);
}

button:not([disabled]):hover {
  background-color: rgb(62, 70, 75);
}

button:not([disabled]):active {
  background-color: rgb(30, 34, 37);
}

option, select {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  height: 40px;
  outline: none;
}

input {
  background-color: rgb(44, 49, 53);
  color: white;
  border: none;
  outline: none;
  font-size: 16px;
  border-radius: 10px;
}

h1, h2, h3, h4, h5, h6, span, p, label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

::-webkit-scrollbar {
  width: 10px;
  border-radius: 5px;
}

::-webkit-scrollbar-track:hover {
  background-color: rgb(50, 50, 50);
  width: 10px;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(120, 120, 120);
  width: 10px;
  border-radius: 5px;
}

:not(:hover)::-webkit-scrollbar {
  display: none;
}

#usersDiv {
  width: 80%;
  height: 70%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  background-color: rgb(64, 69, 73);
  border-radius: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

#usersTable {
  width: 100%;
  height: auto;
}

#usersTable th[name=username] {
  width: auto;
  height: 50px;
}

#usersTable th[name=edit] {
  width: 50px;
  height: 50px;
}

#usersTable thead {
  position: sticky;
  top: 0px;
  background-color: rgb(64, 69, 73);
  font-size: 20px;
}

#usersTable tbody tr {
  height: 60px;
}

#usersTable tbody th {
  color: inherit;
}

#usersTable tbody tr[role=Admin] {
  color: red;
}

#usersTable tbody tr[role=User] {
  color: green;
}

#usersTable tbody th span {
  color: inherit;
}

#usersBody {
  height: 98%;
}

.permissionField {
  color: white !important;
  max-width: 400px;
  word-break: keep-all;
}

.editBtns {
  width: 100%;
  min-height: 60px;
  border-radius: 10px;
  background-color: rgb(64, 69, 73);
}

.editBtns:hover {
  background-color: rgb(95, 99, 102) !important;
}

#closeUserSettings, #closeUserEditMenu {
  color: white;
  background-color: rgba(0, 0, 0, 0) !important;
  position: absolute !important;
  top: 2px !important;
  right: 2px !important;
  width: 30px !important;
  height: 30px !important;
  float: right !important;
  z-index: 20 !important;
}

#closeUserSettings:hover, #closeUserEditMenu:hover {
  color: rgb(82, 90, 95);
  background-color: rgba(0, 0, 0, 0);
}

#closeUserSettings:active, #closeUserEditMenu:active {
  color: rgb(30, 34, 37);
  background-color: rgba(0, 0, 0, 0);
}

#userEditor {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(95, 99, 102);
  padding: 20px;
  border-radius: 10px;
  width: auto;
  min-height: 300px;
  max-height: 70%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 30;
}

#userEditor button {
  width: 200px;
  height: 30px;
  font-size: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

#scrollDivForPermissionList, #passwordSettings, #otherSettings {
  margin-top: 20px;
}

#menus {
  margin-top: 20px;
  display: flex;
}

#editPassword {
  border-right: 1px solid rgb(160, 160, 160);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#editPermission {
  border-right: 1px solid rgb(160, 160, 160);
  border-left: 1px solid rgb(160, 160, 160);
}

#editOther {
  border-left: 1px solid rgb(160, 160, 160);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#resetPassword {
  width: 100% !important;
  border-radius: 10px;
}

#scrollDivForPermissionList {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

#permissionsList {
  list-style-type: none;
  text-align: center;
}

.permissionItem {
  cursor: pointer;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
}

.permissionItem::-moz-selection {
  background-color: rgba(0, 0, 0, 0);
}

.permissionItem::selection, .permissionItem::-moz-selection {
  background-color: rgba(0, 0, 0, 0);
}

.permissionItem[selected=""] {
  background-color: #343a40;
}

#enterPermisionName {
  --width: 500px;
  --height: 100px;
  --padding: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(123, 126, 129);
  padding: var(--padding);
  border-radius: 10px;
  width: var(--width);
  height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 40;
}

/* #enterPermisionName input[type="text"]::selection, #enterPermisionName input[type="text"]::-moz-selection{
    background-color: rgba(0, 0, 0);
} */
#buttons {
  position: absolute;
  bottom: var(--padding);
  right: var(--padding);
  width: var(--width);
  display: flex;
}

#buttons button {
  font-size: 15px;
  padding: 5px;
  width: 50%;
}

#buttons #ok {
  border-left: 1px solid rgb(160, 160, 160);
}

#buttons #cancel {
  border-right: 1px solid rgb(160, 160, 160);
}

#permissionValue {
  background-color: rgb(123, 126, 129);
}

#actions {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: end;
  align-content: end;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#actions button {
  width: 30px;
  border: 1px solid;
}

.permissionCell {
  overflow-x: auto;
  overflow-y: hidden;
  color: white !important;
  width: auto;
  max-width: 700px;
  word-break: break-all;
  grid-area: 1/1/2/2;
}

#usersTable tbody th[name=perms] {
  display: grid;
  grid-template-columns: auto 70px;
  grid-template-rows: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.resetPermissionBtn {
  grid-area: 1/2/2/3;
}

#userActions {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: flex;
}

#addUser {
  width: 30px;
  height: 30px;
  border-right: 1px solid rgb(160, 160, 160);
}

#removeUser {
  width: 30px;
  height: 30px;
}

#userAdd {
  width: 500px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background-color: rgb(95, 99, 102);
  border-radius: 10px;
  padding-top: 40px;
  z-index: 30;
}

#closeUserAdd {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 20px;
  color: white;
}

#closeUserAdd:hover {
  color: rgb(123, 126, 129);
}

#closeUserAdd:active {
  color: rgb(30, 34, 37);
}

#userAddOk {
  width: 50px;
  height: 30px;
  font-size: 20px;
  float: right;
  margin-top: 10px;
  border-radius: 5px;
}

#userAddOk:hover {
  background-color: rgb(123, 126, 129);
}

#userAddOk:active {
  background-color: rgb(30, 34, 37);
}

.userRow[selected] {
  transform: scale(1.04);
}

#autocompleteForpermissionValue {
  overflow-y: auto;
  overflow-x: hidden;
  --top: 0px;
  --left: 0px;
  --width: 100px;
  top: calc(var(--top) + var(--height));
  left: var(--left);
  width: var(--width);
  position: fixed;
  z-index: 100;
  max-height: 300px;
}/*# sourceMappingURL=users.css.map */