@import url(https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
* {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
}

body.theme-light {
  background: #eeeeee;
  color: #1f2020;
}
body.theme-light h1, body.theme-light h2, body.theme-light h3, body.theme-light h4, body.theme-light h5, body.theme-light h6, body.theme-light li, body.theme-light strong, body.theme-light span {
  color: #1f2020;
}

body.theme-dark {
  background: #1f2020;
  color: #eeeeee;
}
body.theme-dark h1, body.theme-dark h2, body.theme-dark h3, body.theme-dark h4, body.theme-dark h5, body.theme-dark h6, body.theme-dark li, body.theme-dark strong, body.theme-dark span {
  color: #eeeeee;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #264295;
}

button:not(.btn-darken, .btn-close-change, .btn-save-change) {
  padding: 10px 15px;
  border: 0;
  outline: 0;
  background: #264295;
  color: #fff;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
  margin: 10px;
  border-radius: 4px;
  transition: 0.4s;
  text-transform: uppercase;
}
button:not(.btn-darken, .btn-close-change, .btn-save-change):hover {
  background: #e61f00;
  transform: scale(0.9);
}
button:not(.btn-darken, .btn-close-change, .btn-save-change):active {
  transform: scale(0.85);
}
button:not(.btn-darken, .btn-close-change, .btn-save-change) em {
  margin-left: 16px;
}

.btn-darken {
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  margin: 0 12px;
  border-radius: 8px;
  background: #aaa;
}

.flex {
  display: flex;
}

.v-h-middle {
  justify-content: center;
  align-items: center;
}

.f-d-column {
  flex-direction: column;
}

.logo-small {
  width: 64px;
  height: 64px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.form-input {
  padding: 5px 10px;
  border: 0;
  outline: 0;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  background: rgba(0, 0, 0, 0.035);
  color: #1f2020;
  font-weight: 400;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
  border: 1px solid #bbb;
  border-top: 1px solid #888;
  background: #fff;
border-radius: 3px;
}
.form-input::-moz-placeholder {
  color: #1f2020;
}
.form-input::placeholder {
  color: #1f2020;
}
.form-input option {
  color: #1f2020;
}

textarea.form-input {
  height: 200px;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.link {
  margin: 16px 0;
  transition: 0.4s;
}
.link:hover {
  color: #cc1b00;
}

.black-link {
  color: #000;
}
.black-link:hover {
  color: #222;
}

.fs18 {
  font-size: 18px;
}

.v-center {
  align-items: center;
}

.h-space-between {
  justify-content: space-between;
}

.h-end {
  justify-content: flex-end;
}

.w300 {
  width: 300px;
}

.to-right-all {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.error-text {
  margin-left: 12px;
  color: #264295;
}

.hidden {
  display: none !important;
}

.real-modal {
  width: 800px;
  background: #fbfbfb;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000000;
  padding: 25px;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
  border: 1px solid #bbb;
  border-top: 1px solid #888;
}
.real-modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  outline: 0;
  background: #264295;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.real-modal .close em {
  margin: 0;
}
.real-modal:not(.backdropped)::before {
  content: "";
  display: block;
  position: absolute;
  top: -100vh;
  left: -100vw;
  width: 200vw;
  height: 200vh;
  background: rgba(0, 0, 0, 0.1333333333);
  z-index: -1;
}

.form-upload {
  outline: 0;
  border: 0;
  z-index: -1;
  font-size: 20px;
  position: relative;
  opacity: 0;
  display: none;
}

.form-upload-label {
  width: 325px;
  padding: 10px;
  font-size: 20px;
  border-radius: 12px;
  margin-left: auto;
  background: #eeeeee;
  border: 1px solid #264295;
  cursor: pointer;
  transition: 0.3s;
}
.form-upload-label em {
  margin-right: 12px;
  margin-left: 4px;
  color: #264295;
}
.form-upload-label:hover {
  color: #264295;
  transform: scale(0.95);
}

label {
  color: #1f2020;
}

.input-search {
  width: 100%;
  height: 50px;
  border: 0;
  outline: 0;
  padding: 5px 20px;
  margin-top: 0px;
  background: rgba(0, 0, 0, 0.0666666667);
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
  border: 1px solid #bbb;
  border-top: 1px solid #888;
  border-radius: 48px;
}

.small-circle {
  font-size: 8px;
}

.last-info {
  display: flex;
  align-items: center;
}
.last-info * {
  margin-right: 16px;
}

.pointer {
  cursor: pointer;
}

.line {
  display: block;
  width: 100%;
  border-bottom: 2px dashed rgba(0, 0, 0, 0.2666666667);
  margin: 25px 0;
}

.input-username-change, .input-role-change, .input-bio-change, .input-filename-change {
  display: flex;
  width: 50%;
}
.input-username-change.hidden, .input-role-change.hidden, .input-bio-change.hidden, .input-filename-change.hidden {
  display: none;
}
.input-username-change input, .input-username-change select, .input-username-change option, .input-role-change input, .input-role-change select, .input-role-change option, .input-bio-change input, .input-bio-change select, .input-bio-change option, .input-filename-change input, .input-filename-change select, .input-filename-change option {
  border: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0.0666666667);
  padding: 10px;
  height: 50px;
}
.input-username-change select, .input-role-change select, .input-bio-change select, .input-filename-change select {
  width: 200px;
}
.input-username-change button, .input-role-change button, .input-bio-change button, .input-filename-change button {
  border: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0.0666666667);
  padding: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a[role=button] {
  color: #000;
}

.h-50px {
  height: 50px;
}

.v-middle {
  align-items: center;
}

.app-root {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
}
.app-root .login-form {
  width: 400px;
  background: rgba(0, 0, 0, 0.1333333333);
  padding: 15px;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
}
.app-root .login-form .login-header {
  font-size: 32px;
  margin-bottom: 24px;
}
.app-root .login-form .login-form-bottom {
  justify-content: flex-end;
}
.app-root .sidebar {
  background: rgba(0, 0, 0, 0.075);
  height: 100vh;
  padding: 0;
  padding-top: 25px;
  position: relative;
  z-index: 1000;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
}
.app-root .sidebar .sidebar-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 48px;
}
.app-root .sidebar .sidebar-menu .sidebar-header {
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  padding: 10px 35px;
  margin-top: 15px;
  font-size: 15px;
  color: #264295;
}
.app-root .sidebar .sidebar-menu .sidebar-link {
  padding: 5px 15px;
  color: #555;
  font-size: 20px;
  width: 80%;
  border-radius: 6px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.app-root .sidebar .sidebar-menu .sidebar-link svg {
  color: #264295;
  width: 24px;
  height: 24px;
}
.app-root .sidebar .sidebar-menu .sidebar-link .text {
  margin-left: 16px;
}
.app-root .sidebar .sidebar-menu .sidebar-link:hover {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333) svg;
  box-shadow-color: #fff;
}
.app-root .sidebar .sidebar-menu .sidebar-link:hover .text {
  color: #fff;
}
.app-root .topbar {
  height: 70px;
  width: 100%;
  background: rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
.app-root .topbar .avatar {
  height: 60px;
  border-radius: 8px;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
  cursor: pointer;
  margin-left: 20px;
}
.app-root .topbar a {
  color: #264295;
}
.app-root .topbar .topbar-dropdown {
  position: absolute;
  right: 24px;
  top: 58px;
  background: #ededed;
  padding: 10px 20px;
  background: #ddd;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
  border-radius: 8px;
  width: 300px;
  z-index: 1000000000000000000000000000000000000000000000000000;
  display: none;
}
.app-root .topbar .topbar-dropdown a {
  color: #000;
}
.app-root .topbar .topbar-dropdown.show {
  display: block;
}
.app-root .topbar .topbar-dropdown .topbar-dropdown-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2666666667);
  margin-bottom: 15px;
}
.app-root .topbar .topbar-dropdown .topbar-dropdown-top .left {
  margin-right: 16px;
}
.app-root .topbar .topbar-dropdown .topbar-dropdown-top .left img {
  width: 64px;
  border-radius: 12px;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
}
.app-root .topbar .topbar-dropdown .topbar-dropdown-top .right {
  padding-top: 6px;
}
.app-root .topbar .topbar-dropdown .topbar-dropdown-top .right h5 {
  font-size: 20px;
  color: #1f2020;
}
.app-root .topbar .topbar-dropdown .topbar-dropdown-top .right h6 {
  font-size: 14px;
  color: #1f2020;
}
.app-root .topbar .topbar-dropdown .glass {
  padding: 10px;
  width: 100%;
  display: block;
  border-radius: 12px;
  margin-top: 8px;
}
.app-root .topbar .topbar-dropdown .glass:hover {
  color: #1f2020;
  background: rgba(255, 34, 0, 0.25);
}
.app-root .topbar .topbar-dropdown .glass em {
  margin-right: 8px;
}
.app-root .default-webpage {
  padding: 50px;
  color: #1f2020;
}
.app-root .users-list, .app-root .files-list, .app-root .workspace-list {
  padding: 0;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
  padding: 0;
}
.app-root .users-list .user, .app-root .users-list .file, .app-root .users-list .workspace, .app-root .files-list .user, .app-root .files-list .file, .app-root .files-list .workspace, .app-root .workspace-list .user, .app-root .workspace-list .file, .app-root .workspace-list .workspace {
  background: #e1e1e1;
  min-height: 50px;
  line-height: 50px;
  width: 100%;
  margin: 0;
}
.app-root .users-list .user:nth-child(2n), .app-root .users-list .user.darken, .app-root .users-list .file:nth-child(2n), .app-root .users-list .file.darken, .app-root .users-list .workspace:nth-child(2n), .app-root .users-list .workspace.darken, .app-root .files-list .user:nth-child(2n), .app-root .files-list .user.darken, .app-root .files-list .file:nth-child(2n), .app-root .files-list .file.darken, .app-root .files-list .workspace:nth-child(2n), .app-root .files-list .workspace.darken, .app-root .workspace-list .user:nth-child(2n), .app-root .workspace-list .user.darken, .app-root .workspace-list .file:nth-child(2n), .app-root .workspace-list .file.darken, .app-root .workspace-list .workspace:nth-child(2n), .app-root .workspace-list .workspace.darken {
  background: #d5d5d5;
}
.app-root .users-list .user .text-you, .app-root .users-list .file .text-you, .app-root .users-list .workspace .text-you, .app-root .files-list .user .text-you, .app-root .files-list .file .text-you, .app-root .files-list .workspace .text-you, .app-root .workspace-list .user .text-you, .app-root .workspace-list .file .text-you, .app-root .workspace-list .workspace .text-you {
  margin-left: 8px;
}
.app-root .users-list .user .text-username, .app-root .users-list .user .text-role, .app-root .users-list .user .text-filename, .app-root .users-list .file .text-username, .app-root .users-list .file .text-role, .app-root .users-list .file .text-filename, .app-root .users-list .workspace .text-username, .app-root .users-list .workspace .text-role, .app-root .users-list .workspace .text-filename, .app-root .files-list .user .text-username, .app-root .files-list .user .text-role, .app-root .files-list .user .text-filename, .app-root .files-list .file .text-username, .app-root .files-list .file .text-role, .app-root .files-list .file .text-filename, .app-root .files-list .workspace .text-username, .app-root .files-list .workspace .text-role, .app-root .files-list .workspace .text-filename, .app-root .workspace-list .user .text-username, .app-root .workspace-list .user .text-role, .app-root .workspace-list .user .text-filename, .app-root .workspace-list .file .text-username, .app-root .workspace-list .file .text-role, .app-root .workspace-list .file .text-filename, .app-root .workspace-list .workspace .text-username, .app-root .workspace-list .workspace .text-role, .app-root .workspace-list .workspace .text-filename {
  cursor: pointer;
}
.app-root .users-list .user.no-uploaded h4, .app-root .users-list .file.no-uploaded h4, .app-root .users-list .workspace.no-uploaded h4, .app-root .files-list .user.no-uploaded h4, .app-root .files-list .file.no-uploaded h4, .app-root .files-list .workspace.no-uploaded h4, .app-root .workspace-list .user.no-uploaded h4, .app-root .workspace-list .file.no-uploaded h4, .app-root .workspace-list .workspace.no-uploaded h4 {
  margin-bottom: 0 !important;
  text-align: center;
}
.app-root .account-editor .avatar {
  width: 196px;
  height: 196px;
  margin-top: 16px;
  border-radius: 24px;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
}

.notification-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.notification-container .notification {
  width: 350px;
  height: 50px;
  background: #eeeeee;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
  transition: 0.3s;
  margin-top: 24px;
}
.notification-container .notification .notification-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  transform: scale(1.05);
}
.notification-container .notification .notification-icon.good {
  background: rgb(63, 248, 63);
  color: #fff;
}
.notification-container .notification .notification-icon.bad {
  background: #264295;
}
.notification-container .notification:hover {
  transform: scale(0.95);
  cursor: pointer;
}
.notification-container .notification:active {
  transform: scale(0.85);
}

.rounded-item {
  border-radius: 48px !important;
}

.item-big {
  height: 50px;
  width: 50px;
}
.item-big em {
  margin: 0 !important;
}

.backdrop {
  background: rgba(0, 0, 0, 0.7333333333);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.backdrop .controls {
  padding: 20px;
  background: #2c2d2d;
  border-radius: 20px;
  box-shadow: inset 0 0 5px rgba(221, 221, 221, 0.1333333333);
  position: relative;
  color: #fff;
}
.backdrop .controls input {
  color: #fff;
}
.backdrop .controls .close {
  position: absolute;
  top: -65px;
  right: 0px;
  border-radius: 8px;
}
.backdrop .controls .close em {
  margin: 0;
}

.red-uploader label {
  background: #AAAAAA;
  color: #000;
  transform: scale(0.65);
}
.red-uploader label:hover {
  color: #eee;
}
.red-uploader label em {
  color: #ccc;
}

.form-upload-label {
  border: 1px solid #7C7C7C;
}

.default-webpage {
  overflow-y: auto;
  height: calc(100vh - 100px);
}

#sort-by-name, #sort-by-date {
  cursor: pointer;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2666666667);
  z-index: 9999;
}

.workspace-text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.light-placeholder-input::placeholder, .light-placeholder-input::-webkit-input-placeholder {
  color: #eeeeee !important;
}
.form-input {
  padding: 10px;
  }
  .btn-sidebar {
    background:#528D52;
    margin:0;
    color:#000;
  }
  .search-select-root {
    position: relative;
}

.search-select-root .form-input {
    width: 100%;
}

.dropdown {
    background: #fff;
    box-shadow: 0 0 8px 4px #0004;
    padding: 10px;
    position: absolute;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000000000;
}

.search-select-root .select {
    padding: 0;
}

.search-select-root .select li {
    list-style-type: none;
    cursor: pointer;
    transition: 0s;
    padding: 10px;
}

.search-select-root .select li:hover {
    background: #44b4ff;
    color: #fff;
}
.date-v {
  position: relative;
  padding-left: 30px;
}

.date-v::-webkit-calendar-picker-indicator {
  position: absolute;
  left: 0;
}

.invalid {
  border-color: red;
  color: red!important;
}

.span-button-transparent {
  font-size: 16px;
  color: #121313;
  cursor: pointer;
  margin: 0 8px;
}

.share {
  padding: 5px 10px;
  display: inline;
  background: #0002;
  margin-right: 5px;
  margin-bottom: 5px;
}

.shares-container {
  margin-top: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.add-share-container {
  margin-top: 32px;
}

.add-share-container h3 {
  margin-bottom: 12px;
}

.share-row {
  background: #0001;
  min-height: 50px;
  line-height: 50px;
}

.share-row:nth-child(2n) {
  background: #0002;
}

.user-shares-container {
  margin-top: 48px;
}