.filetree-ul li[data-v-2ec6f6be] {
  position: relative;
}
.filetree-ul li .remind-dot[data-v-2ec6f6be] {
  margin-bottom: 8px;
  margin-left: 4px;
}
.filetree-ul li.bottom-line[data-v-2ec6f6be]:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #eee;
}
.filetree-ul li[data-v-2ec6f6be]:last-child:after {
  display: none;
}
.shareDialog[data-v-00bb95de] .ak-dialog-header {
  font-weight: bold;
  font-size: 18px;
  color: #2b2b2b;
}
.shareDialog[data-v-00bb95de] .ak-dialog-header {
  background-color: #fff !important;
}
.shareDialog[data-v-00bb95de] .ak-dialog-content {
  padding: 0 24px;
}
.shareDialog[data-v-00bb95de] .ak-dialog-content .dialog-title {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
  line-height: 20px;
  margin: 24px 0 12px 0;
}
.shareDialog[data-v-00bb95de] .ak-dialog-content .dialog-input {
  width: 100%;
  margin-bottom: 24px;
}
.shareDialog[data-v-00bb95de] .ak-dialog-content .dialog-input .ak-form-input {
  width: 100%;
}
.shareDialog[data-v-00bb95de] .ak-dialog-content .dialog-input .ak-form-input .ak-input-control {
  padding-left: 12px;
  height: 36px;
  background: #fafbfc;
  border-radius: 8px;
  border: 1px solid #dcdfe6;
}
.shareDialog[data-v-00bb95de] .ak-dialog-content .dialog-input .ak-form-input .ak-input-control:focus {
  border-color: #6ea3ff !important;
}
.shareDialog[data-v-00bb95de] .ak-dialog-content .dialog-already-shared {
  margin-bottom: 28px;
}
.shareDialog[data-v-00bb95de] .ak-dialog-content .dialog-already-shared .sharedTitle {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
  line-height: 20px;
  margin-bottom: 19px;
}
.shareDialog[data-v-00bb95de] .ak-dialog-content .dialog-already-shared .sharedItemContent {
  width: 100%;
  background: #fafbfc;
  border-radius: 8px;
  padding: 7px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.shareDialog[data-v-00bb95de] .ak-dialog-content .dialog-already-shared .sharedItemContent span {
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
  word-break: break-all;
}
.shareDialog[data-v-00bb95de] .ak-dialog-footer .ak-btn {
  padding: 0 15px;
  height: 36px;
  line-height: 36px;
  border-radius: 4px;
}
.shareDialog[data-v-00bb95de] .ak-dialog-footer .ak-btn:nth-child(1) {
  background: #f2f4f7;
  font-weight: 400;
  font-size: 14px;
  color: #2b2b2b;
}
.shareDialog[data-v-00bb95de] .ak-dialog-footer .ak-btn:nth-child(1):hover {
  background: #ecf6ff;
}
.shareDialog[data-v-00bb95de] .ak-dialog-footer .ak-btn:nth-child(2) {
  background: #1469fc;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.shareDialog[data-v-00bb95de] .ak-dialog-footer .ak-btn:nth-child(2):hover {
  background: #0054e5;
}
.btn[data-v-2f1ed10a] {
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  border: none;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.btn[data-v-2f1ed10a]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn i[data-v-2f1ed10a] {
  font-style: normal;
}
.btn.btn-primary[data-v-2f1ed10a] {
  background-color: #1469fc;
  color: #fff;
}
.btn.btn-primary[data-v-2f1ed10a]:hover:not(:disabled) {
  background-color: #0054e5;
}
.btn.btn-primary[data-v-2f1ed10a]:active {
  background-color: #0054e5;
}
.btn.btn-secondary[data-v-2f1ed10a] {
  background-color: #fff;
  color: #1469fc;
  border: 1px solid #1469fc;
}
.btn.btn-secondary[data-v-2f1ed10a]:hover:not(:disabled) {
  background-color: #ecf6ff;
}
.btn .loading-icon[data-v-2f1ed10a] {
  width: 18px;
  height: 18px;
  -webkit-animation: spin-2f1ed10a 0.3s linear infinite;
          animation: spin-2f1ed10a 0.3s linear infinite;
}
@-webkit-keyframes spin-2f1ed10a {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-2f1ed10a {
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
