/* Element Chalk Variables */
.studio-table[data-v-2a531571] {
  border: 1px solid var(--border-color-grey-1) !important;
  border-radius: 14px;
}
.studio-table.el-table--border[data-v-2a531571]::before {
  display: none;
}
.studio-table.el-table--border[data-v-2a531571]::after {
  display: none;
}
.studio-table[data-v-2a531571] .el-table__inner-wrapper::after {
  display: none;
}
.studio-table[data-v-2a531571] .el-table__border-left-patch {
  display: none;
}
.studio-table[data-v-2a531571] .el-table__inner-wrapper::before {
  display: none;
}
.studio-table[data-v-2a531571] .studio-table-header {
  height: 60px;
  background-color: var(--bg-color-white-5);
}
.studio-table[data-v-2a531571] .studio-table-header .el-table__cell {
  background: none;
  border-right: none;
}
.studio-table[data-v-2a531571] .studio-table-header .el-table__cell .cell {
  color: var(--text-color-grey-3);
  font-size: 16px;
}
.studio-table[data-v-2a531571] .studio-table-row {
  --el-table-border-color: var(--border-color-grey-1);
  height: 60px;
}
.studio-table[data-v-2a531571] .studio-table-row .el-table__cell {
  padding-block: 22px;
  border-right: none;
}
.studio-table[data-v-2a531571] .studio-table-row .el-table__cell .cell {
  color: var(--text-color-black-1);
  font-size: 16px;
}
.studio-table[data-v-2a531571] .studio-table-row:nth-last-of-type(1) .el-table__cell {
  border: none;
}/* Element Chalk Variables */
h2.studio-title[data-v-cec7f254] {
  margin-bottom: 24px;
  color: var(--text-color-grey-3);
  font-weight: 600;
  font-size: 24px;
  font-style: normal;
  line-height: 36px; /* 128.571% */
  text-shadow: 0 10px 35px rgba(53, 16, 150, 0.1);
}
h3.studio-title[data-v-cec7f254] {
  margin-bottom: 6px;
  color: var(--text-color-grey-3);
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
}
h4.studio-title[data-v-cec7f254] {
  margin-bottom: 6px;
  color: var(--text-color-grey-2);
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
}
@media screen and (max-width: 1680px) {
h2.studio-title[data-v-cec7f254] {
    font-size: 20px;
    line-height: 28px;
}
}/* Element Chalk Variables */
.invite-container[data-v-9b55bb2d] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.invite-container .main-text[data-v-9b55bb2d] {
  color: var(--text-color-grey-3);
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.invite-container .invite-msg[data-v-9b55bb2d] {
  width: 640px;
  margin-bottom: 36px;
  padding: 16px 24px;
  background: var(--bg-color-grey-8);
  border: 1px solid var(--border-color-grey-1);
  border-radius: 8px;
}
.invite-container .base-info[data-v-9b55bb2d] {
  display: flex;
  align-items: center;
  margin-top: 36px;
  color: var(--text-color-grey-7);
  font-size: 14px;
  line-height: 24px;
}
.invite-container .base-info .expired[data-v-9b55bb2d] {
  margin-left: 8px;
  color: var(--text-color-grey-4);
}
.invite-container .reset-tip[data-v-9b55bb2d] {
  margin-top: 20px;
  color: var(--text-color-warning-2);
  font-size: 14px;
  line-height: 24px;
}/* Element Chalk Variables */
.team-setting-operations {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.team-setting-operations .el-button {
  width: 100%;
  margin: 0;
  padding: 0;
}
.team-setting-operations .el-button > span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.team-roles-popover[data-popper-placement=right-start] {
  transform: translate(8px, -12px);
}
.team-roles-popover[data-popper-placement=left-start] {
  transform: translate(-8px, -12px);
}
.invite-members-dialog .el-form {
  display: grid;
  grid-template-columns: 1fr 1fr 20px;
  gap: 0 24px;
}
.invite-members-dialog .el-scrollbar__bar.is-vertical {
  right: 0;
}
.invite-members-dialog .remove {
  transform: translateX(-14px);
}/* Element Chalk Variables */
.settings .setting-item[data-v-33f8645c] {
  margin-top: 20px;
}
.settings .setting-item .setting-header[data-v-33f8645c] {
  display: flex;
  gap: 20px;
  align-items: center;
}
.settings .setting-item .sub-title[data-v-33f8645c] {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  color: var(--text-color-grey-4);
  font-size: 14px;
}
.settings .setting-item .sub-title .tip[data-v-33f8645c] {
  max-width: 700px;
  line-height: 24px;
}
.settings .setting-item .sub-title[data-v-33f8645c] .el-button.is-text {
  height: 24px;
  padding: 0 5px;
  line-height: 24px;
}
.settings .setting-item .content.members .member-email[data-v-33f8645c] {
  display: flex;
  gap: 18px;
  align-items: center;
}
.settings .setting-item[data-v-33f8645c] h4.studio-title {
  margin-top: 32px;
  margin-bottom: 18px;
}
.settings .team-info[data-v-33f8645c] {
  display: grid;
  grid-template: 20px/300px 300px;
  gap: 20px;
  padding: 10px 40px;
}
.settings .team-info .edit-name[data-v-33f8645c] {
  color: inherit;
}
.settings .team-info .field-value[data-v-33f8645c] {
  display: flex;
  align-items: center;
  color: var(--text-color-grey-2);
}
.settings .team-info .field-value span[data-v-33f8645c] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.settings .team-info .is-light[data-v-33f8645c] {
  color: var(--text-color-grey-4);
}/* Element Chalk Variables */
.create-team[data-v-4e2245db] {
  width: 700px;
}
.create-team[data-v-4e2245db] .el-form-item__label {
  padding-left: 0 !important;
}
.create-team[data-v-4e2245db] .el-form-item__label::before {
  display: none;
}