
/* bttn */

.bttn.disabled {
  filter: grayscale(100%);
  pointer-events: none;
  cursor: not-allowed;
}

/* bttn */


/* form */

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

/* form */


/* sub modal */

.ze-sub-modal-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
}

.ze-sub-modal {
  position: absolute;
  width: calc(100% - 40px);
  height: fit-content;
  max-width: 400px;
  max-height: calc(100% - 40px);
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.ze-sub-modal > .title {
  height: 40px;
  background: white;
  line-height: 38px;
  padding: 6px 4px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.ze-sub-modal > .content {
  background: #eee;
}

/* sub modal */


/* docs icons */

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

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

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

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

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

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

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

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

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

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

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

.fa-solid .subIcon,
.fa-regular .subIcon {
  color: white;
  font-size: 12px;
  position: absolute;
  inset-inline-start: 7px;
  bottom: 6px;
  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 */

@media (min-width: 700px) {
  #modal_content:has(.ze--drive-wrap) {
    height: 700px;
  }
}

.ze--drive-wrap {
  height: 100%;
}

.ze--drive-loader {
  display: flex;
  height: 100%;
  font-size: 30px;
  justify-content: center;
  align-items: center;
}

.ze--drive {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.ze--drive g {
  background: red;
  color: white;
  padding: 2px;
  border-radius: 4px;
  font-size: 11px;
  margin: 0px 2px;
  display: inline;
}

.ze--drive .hide {
  display: none;
}

.ze--drive .show {
  display: inline;
}

.ze--drive #driveListTable {
  display: flex;
  position: relative;
  height: 100%;
  background-color: white;
  text-align: start;
  flex-direction: column;
  overflow: auto;
}

.drive-list-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  top: 0;
  inset-inline-start: 0;
}

.ze--drive .driveFolders ul {
  padding-inline-start: 15px;
  font-size: 14px;
  list-style-type: none;
}

.ze--drive .driveFolders li {
  white-space: nowrap;
  border: 0px solid red;
  font-weight: normal;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  width: 100%

}
.ze--drive .driveFolders li:hover {
  background-color: white;
}

.ze--drive .driveFolders .folderTitle {
  font-size: 14px;
}


.ze--drive .driveFolders.on {
  color: black;
  text-decoration: none;
  font-weight: bold
}

.ze--drive .fontSpace {
  width: 13px;
  height: 20px;
  display: inline-block;
}

.ze--drive #driveListTable article {
  border-bottom: 1px solid #eeeeee;
  border: 2px solid white;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  cursor: pointer;
  padding: 2px 10px;
  flex-shrink: 0;
}

.ze--drive #driveListTable article[disabled] {
  opacity: 0.6;
}

.ze--drive #driveListTable article>div {
  border: 0px solid red;
}

.ze--drive .row {
  background-color: white;
}

.ze--drive .listDiv {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
  font-size: 13px;
  border: 0px solid red;
  line-height: 32px;
  padding-inline: 6px;
  box-sizing: border-box;
}

.ze--drive .listDiv .iconContainer {
  background-color: white;
  height: 32px;
  width: 32px;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.ze--drive .listDiv.tableHeader:hover {
  background-color: #e3e3e3;
  cursor: pointer;
}

.ze--drive .listDiv.tableHeader.desc::after, 
.ze--drive .listDiv.tableHeader.asc::after {
  font-family: "Font Awesome 6 Pro";
  margin-inline-start: 8px;
}

.ze--drive .listDiv.tableHeader.desc::after {
  content: "\f063";
}

.ze--drive .listDiv.tableHeader.asc::after {
  content: "\f062";
}

.ze--drive .rowSelected {
  background-color: #BBDEFB;

}
.ze--drive .rightSargel li {
  height: 28px;
  line-height: 28px;
}

.ze--drive .rightSargel li.folder {
  height: 22px;
  line-height: 12px;
}

.ze--drive .rightSargel li:hover {
  background-color: #BBDEFB;
  cursor: default;
}

.ze--drive .driveFolders .iconContainer {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 32px;
}

.ui-selected {
  background-color: #BBDEFB
}

.ze--drive label.myLabel input[type="file"] {
  position: fixed;
  top: -1000px;
}

.ze--drive label.myLabel {
  display: inline-block;
  width: 100%;
  padding: 0px;
}

.ze--drive form {
  display: flex;
  padding: 0px;
  margin: 0px;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.ze--drive #rowsList {
  overflow-y: auto;
}

.ze--drive .rowDrag {
  background-color: #deeefa;
  border: 2px solid blue !important
}

.ze--drive #folderNativ {
  display: flex;
  gap: 4px;
  align-items: center;
  overflow-x: auto;
  padding: 4px 10px;
  flex-shrink: 0;
}

.ze--drive .nativFolder {
  text-decoration: unset;
  color: #323130;
  font-weight: 500;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
}

.ze--drive .nativFolder.curr {
  font-weight: 700;
  cursor: default;
}

.ze--drive .nativFolder:not(.curr):hover {
  background: rgba(0, 0, 0, 0.075);
}

.ze--drive .rowHeaderArrow {
  font-size: 12px;
  margin-top: 2px;
}


.ze--drive .divNoPermission {
  padding: 20px;
  font-size: 20px;
  color: #757575;
}

.ze--drive div#driveLastActivity {
  width: 100%;
  height: 100px;
  margin-bottom: 8px;
  display: none;
}

.ze--drive article.lastActivityList {
  width: calc(20% - 16px);
  display: inline-block;
  float: right;
  margin-left: 4px;
  height: 150px;

}

.ze--drive .lastActivity_maintitle {
  text-align: var(--alignFrom);
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #777777;
}

.ze--drive .msgContainer {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 250px;
  min-height: 40px;
  display: flex;
  flex-direction: column;

}

.msgContainer--msg {
  background: gray;
  left: 50px;
  bottom: 50px;
  width: 250px;
  min-height: 40px;
  border-radius: 4px;
  line-height: 40px;
  text-align: left;
  padding-left: 8px;
  color: white;
  margin-bottom: 5px;
  display: flex;
  direction: ltr;
}

.ze--drive .msgContainer--msg__loader {
  width: 30px;
}

.ze--drive .msgContainer--msg__text {
  flex-grow: 1;
  height: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ze--drive .msgContainer--msg__progress {

  background: #4CAF50;
  display: inline-block;
  height: 3px;
  position: absolute;
  bottom: 5px;
  left: -8px;
}

.ze--drive .loader {
  width: 16px;
  height: 16px;
  top: 8px;
  position: relative;
  right: 7px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
}


/* ================================================================================= */
.ze--drive #folderHeader {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 10px;
  flex-shrink: 0;
}

.ze--drive .folderHeader--tabConterner {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.ze--drive .folderHeader--tab {
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 8px 13px;
  color: #7b7b7b;
  font-size: 15px;
  cursor: pointer;
}

.ze--drive .folderHeader--tab__on {
  background-color: rgba(33, 150, 243, 0.2);
  border-color: rgba(33, 150, 243, 0.2);
}

.ze--drive #folderMain {
  flex: 1 1 auto;
  min-height: 0;
}

/* ================================================================================= */
.ze--drive .shareUserList {
  background-color: white;
}
.ze--drive .shareUserList td {
  text-align: right;
}
.ze--drive .email2driveAddress {
  min-height: 30px;
  font-size: 14px;
  padding-top: 15px;
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;

}


.header {
  display: flex;
}
@media only screen and (max-width: 860px) {
  .displayNone {
    display: none !important;
  }
  .driveFolders {}
  .titleFileName {
    flex-grow: 1;
    width: 150px;
  }

  .lastUpdateFileName {
    flex-grow: 1;
    width: 80px;
  }
  .searchBar {
    flex-grow: 1;
  }
  .logoBar {
    flex-grow: 1;
  }
  .searchBar {
    margin-inline-start: 25px;
  }

}
@media not screen and (max-width: 860px) {
  .pcDisplay1 {
    min-width: 225px;;
    max-width: 225px;
  }
  .driveFolders {
    padding: 0;
  }
  .titleFileName {
    flex-grow: 1;
    width: 300px;
    max-width: 230px;
  }
  .lastUpdateFileName {
    flex-grow: 1;
    max-width: 350px;
  }
}