#pageHeader-back {
  display: none !important;
}

#advancedSearchButton {
  position: relative;
}

.searchCounter {
  position: absolute;
  min-width: 14px;
  height: 14px;
  background: red;
  border-radius: 100%;
  color: white;
  font-size: 11px;
  line-height: 14px;
  top: 6px;
  left: 0;
}

/* zeTable */

table_container.drop-file,
.zeRow.drop-file {
  position: relative;
  /*border-bottom: 1px solid red;*/
}

table_container.drop-file::after,
.zeRow.drop-file::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  top: 0;
  inset-inline-start: 0;
  border: 2px solid #4d90fe;
  z-index: 2;
  pointer-events: none;
}

.showListView .listViewTitle {
  .ze-tag {
    display: inline-block;
    margin-inline-start: 2px;
  }
}

/* zeTable */


/* ze card */

.ze-table-card {
  max-width: unset;
  margin-bottom: 0;
}

.ze-table-card .details__container {
  flex-grow: 1;
}

.ze-card {
  container: zeCard / inline-size;
}

.ze-card zt_toolbar {
  border-radius: 0;
  border: unset;
}

.ze-card table_container {
  height: 500px;
  border-inline: unset;
}

.ze-card .zeContextMenu--icon {
  border-radius: unset;
}

.ze-card .skeletonLoader__container {
  border: unset;
  border-radius: unset;
}

.ze-card-table-wrap {
  width: 100%;
}

.ze-card-table-wrap > div {
  height: 100%;
}

.ze-table-card ze_component_container {
  display: flex;
  flex-direction: column;
}

.ze-table-card table_container {
  flex-grow: 1;
}

/* ze card */


/* upload bubble */

.ze-upload-bubble-wrap {
  position: fixed;
  display: flex;
  width: fit-content;
  max-width: calc(100% - 40px);
  top: 100%;
  inset-inline: 0;
  margin: auto;
  z-index: 1000;
  text-align: center;
  flex-direction: column;
  gap: 7px;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.ze-upload-bubble-wrap.active {
  transform: translateY(calc(-100% - 20px));
  opacity: 1;
}

.ze-upload-bubble-icon {
  color: #4d90fe;
  font-size: 47px;
}

.ze-upload-bubble {
  display: flex;
  width: fit-content;
  background: #4d90fe;
  text-align: center;
  color: white;
  padding: 15px 50px;
  border-radius: 101px;
  flex-direction: column;
  gap: 8px;
}

.ze-upload-bubble > .folder-name {
  
}

/* upload bubble */


/* docs icons */

:dir(rtl) :is(.fa-angle-right.path)::before {
  display: block;
  transform: scale(-1, 1);
}

.fa-solid.fa-file-image::before {
  color: red !important;
}

.fa-solid.fa-file-pdf::before {
  color: #de2626 !important;
}

.fa-solid.fa-new1::before {
  color: #60a5d6 !important;
}

.fa-solid.fa-file-word::before {
  color: #2A5699 !important;
}

.fa-solid.fa-file-excel::before {
  color: #207245 !important;
}

.fa-solid.fa-folder::before {
  color: #fdc727 !important;
}

.fa-solid.fa-file-powerpoint::before {
  color: #D24625 !important;
}

.fa-solid.fa-table::before {
  color: #4CAF50 !important;
}

.fa-regular.fa-file::before {
  color: gray !important;
}

.fa-solid.fa-file-arrow-up::before {
  color: #333333 !important;
}

.fa-solid.fa-folder-arrow-up::before {
  color: #333333 !important;
}

.fa-solid .subIcon,
.fa-regular .subIcon {
  color: white;
  font-size: 12px;
  position: absolute;
  inset-inline-start: 7px;
  bottom: 8px;
  line-height: 9px;
}

.fa-light.fa-file.upload, 
.fa-light.fa-folder.upload {
  position: relative;
}

.fa-light.fa-file.upload::after, 
.fa-light.fa-folder.upload::after {
  content: '\f0aa';
  position: absolute;
  display: block;
  background: white;
  font-weight: 900;
  font-size: 12px;
  inset-inline-start: 9px;
  bottom: -1px;
  line-height: 9px;
}

.fa-light.fa-folder.upload::after {
  inset-inline-start: 11px;
  bottom: 1px;
}

.fa-regular .fa-arrow-left.subIcon, .fa-solid .fa-external-link-alt.subIcon {
  color: gray !important;
}

/* docs icons */


/* side menu */

.ze-menu--item:has(.ze-menu--item-wrap) > .smenu {
  padding-left: 23px;
  transition: unset !important;
}

.ze-menu--item:has(.ze-menu--item-wrap) > .smenu > .ze-menu--item-wrap {
  margin-inline-start: unset;
}

.ze-menu--item-sub-items {
  padding-inline-start: 0;
}

.ze-menu--item-wrap {
  border-inline-start: 1px solid #dfdfdf;
  margin-inline-start: 24px;
}

.ze-menu--item-wrap > a {
  margin-inline-start: unset;
  padding-inline-start: 10px;
  border-inline-start: unset;
}

.ze-menu--item .smenu .ze-menu--item-wrap a i {
  margin-inline-start: unset;
}

.ze-menu ul li:has(.ze-menu--item-wrap) a:before {
  inset-inline-start: 7px;
}

/* side menu */


/* toolbar */

.ze-toolbar-counter {
  font-size: 14px; 
  margin-top: 1px; 
  margin-inline-start: 8px;
}

/* toolbar */


/* directory */

#create .ZEtoolBarMenuSpan i {
  width: 20px;
  font-size: 20px;
}

#listContainerDirectory th:not(.th--checkbox__noOptions) {
  cursor: pointer;
}

#listContainerDirectory th.desc .th--content span::after, 
#listContainerDirectory th.asc .th--content span::after {
  font-family: var(--fa-style-family-classic);
  margin-inline-start: 8px;
}

#listContainerDirectory th.desc .th--content span::after {
  content: "\f063";
}

#listContainerDirectory th.asc .th--content span::after {
  content: "\f062";
}

.ze-table-path {
  display: flex;
  gap: 4px;
  align-items: center;
  overflow-x: auto;
}

.ze-table-path-item {
  text-decoration: unset;
  color: #323130;
  font-weight: 500;
  padding: 4px;
  border-radius: 4px;
}

.ze-table-path-item:hover {
  background: rgba(0, 0, 0, 0.075);
}

.ze-table-path-item-curr {
  color: #323130;
  font-weight: 700;
  padding: 4px;
  pointer-events: none;
}

.ze-doc-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  text-align: center;
  font-size: 24px;
  margin-inline-end: 10px;
}

.ze-doc-icon > img {
  max-width: 100%;
}

.ze-save-doc-button {
  position: relative;
  background: red;
  color: white;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 11.5px;
  margin: 0px 2px;
  display: inline;
  border: unset;
  cursor: pointer;
}

.showListView .ze-save-doc-button {
  margin-top: 6px;
}

.ze-save-doc-button.loading {
  pointer-events: none;
  opacity: 0.8;
  user-select: none;
 margin-inline-end: 18px;
}

.ze-save-doc-button.loading::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zm0 416a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM48 304a48 48 0 1 0 0-96 48 48 0 1 0 0 96zm464-48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM142.9 437A48 48 0 1 0 75 369.1 48 48 0 1 0 142.9 437zm0-294.2A48 48 0 1 0 75 75a48 48 0 1 0 67.9 67.9zM369.1 437A48 48 0 1 0 437 369.1 48 48 0 1 0 369.1 437z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: spin 1.2s linear infinite;
  pointer-events: none;
  margin-block: auto;
  margin-inline-end: 4px;
  top: 0;
  bottom: 0;
  inset-inline-start: calc(100% + 6px);
}

/* directory */



/* toast */

.ze-toast-wrapper {
  position: fixed;
  bottom: 20px;
  inset-inline-end: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ze-toast {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s, transform 0.3s;
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ze-toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.ze-toast-info {
  background-color: #3498db;
}

.ze-toast-success {
  background-color: #2ecc71;
}

.ze-toast-error {
  background-color: #e74c3c;
}

.ze-toast-warning {
  background-color: #f1c40f;
  color: #000;
}

.ze-toast-progress {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  backdrop-filter: blur(3px);
}

.ze-toast-icon {
  font-size: 16px;
}

.ze-toast-button {
  text-decoration: underline;
  cursor: pointer;
}

.ze-toast-close {
  display: flex;
  min-width: 30px;
  min-height: 30px;
  background: unset;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.3s background;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  margin-inline-start: auto;
  margin-inline-end: -4px;
  border: unset;
}

.ze-toast-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* toast */


/* form */

.form-error-message {
  display: none;
  color: white;
  background: red;
  padding: 2px;
  border-radius: 2px;
  min-width: 150px;
}

/* form */


/* context menu */

.context-menu-list,
#context-menu-layer {
  z-index: 200 !important;
}

.context-menu-list {
  margin: 0;
  padding: 4px;
  border: unset;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.context-menu-item {
  border-radius: 4px;
  padding: 0 8px;
  padding-inline-start: 34px;
  text-align: start;
  color: #333333;
  font-size: 14px;
  line-height: 36px !important;
}

.context-menu-item.context-menu-hover {
  background: rgba(0, 0, 0, 0.075);
  color: #333333;
}

.context-menu-item > i {
  color: #333333 !important;
}

.context-menu-item.context-menu-hover > i {
  color: #4285f4 !important;
}
  
.context-menu-item span {
  font-weight: 500;
}

.context-menu-item::before {
  font-weight: 700;
}

.context-menu-separator {
  padding: 0;
  margin-block: 4px;
}

.context-menu-icon.context-menu-icon--fa5 i, .context-menu-icon.context-menu-icon--fa5 svg {
  display: flex;
  width: 24px;
  top: 0;
  bottom: 0;
  left: unset;
  inset-inline-start: 4px;
  margin: auto;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.context-menu-icon.context-menu-icon--fa::before {
  width: 24px;
  left: unset;
  inset-inline-start: 4px;
  font-size: 16px;
}

.context-menu-item.context-menu-hover .context-menu-icon.context-menu-icon--fa::before {
  color: inherit;
}

/* context menu */



/* move */

.move-info {
  display: flex;
  justify-content: space-between;
  padding: 8px;
  flex-wrap: wrap;
  row-gap: 6px;
}

.move-info-item span {
  direction: ltr;
  display: inline-block;
}

.move-folders-wrap {
  display: flex;
  height: 250px;
  background: white;
  padding-block: 4px;
  flex-direction: column;
  overflow-y: auto;
}

.move-folder {
  display: flex;
  font-size: 14px;
  gap: 6px;
  cursor: pointer;
  padding: 4px 8px;
}

.move-folder-active {
  background: rgba(0, 0, 0, 0.075);
}

.move-folder i {
  font-size: 18px;
}

/* move */



/* storage */

.storage-info-wrap {
  border-top: 1px solid #d3d3d3;
  font-size: 12px;
  overflow: hidden;
}

.storage-info {
  padding: 15px;
  min-width: 250px;
  box-sizing: border-box;
}

.storage-info-label {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 14px;
}

.storage-info-label .precent {
  font-weight: 500;
  font-size: 12px;
}

.storage-info-precent {
  position: relative;
  width: 48px;
  text-align: center;
  font-size: 10px;
  margin-bottom: -11px;
  margin-inline: -15px;
  opacity: 0;
  z-index: 4;
}

.menuContainer_shrink .storage-info-precent {
  opacity: 1;
}

.storage-info-progress {
  margin-bottom: 3px;
}

.storage-info-progress progress {
  width: 100%;
}

.storage-info-hide-in-close {
  transition: 0.1s opacity;
}

.menuContainer_shrink .storage-info-hide-in-close {
  opacity: 0;
  pointer-events: none;
}

/* storage */


/* tag */

.ze-tag {
  display: inline-block;
  background: #f1f1f1;
  padding: 2px 7px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
}

/* tag */


/* colors field */

.colors-field-label {
  display: block;
  background: white;
  padding: 6px 4px;
  border: 1px solid #a8bfda;
  border-radius: 8px;
  color: #9e9e9e;
  font-size: 12px;
}

.colors-field-colors {
  display: flex;
  gap: 6px;
  margin-top: 6px;
}

.colors-field-color {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
}

.colors-field-color.active {
  outline: 2px solid #4d90fe;
}

/* colors field */


/* loading bar */

.loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #3498db, #cddcf6);
  background-size: 200% 100%;
  animation: loadingAnimation 2s linear infinite;
  z-index: 1000;
}

@keyframes loadingAnimation {
  0% {
      background-position: 200% 0;
  }
  100% {
      background-position: -200% 0;
  }
}

/* loading bar */


.loading-placeholder {
  display: flex;
  height: 400px;
  font-size: 30px;
  justify-content: center;
  align-items: center;
}















