.pages-body {
  display: flex;
  flex-direction: column;
}
.pages-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
}
.pages-items {
  display: flex;
  flex-direction: column;
  padding: 0 20px 10px 20px;
}
.pages-item {
  height: fit-content;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 10px;
  background-color: var(--mdb-main);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pages-actions {
  display: flex;
  justify-content: end;
  align-items: center;
}
.settings-actions {
  display: flex;
  align-items: center;
  justify-content: end;
}
.settings-content,
.profile-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.settings-form,
.profile-form {
  max-width: 400px;
}

.asset-input {
  position: relative;
}

.asset-icon {
  position: absolute;
  right: 13px;
  top: 48%;
  cursor: pointer;
  font-weight: normal;
  color: #c5c2c2;
}
#trashIcon {
  display: none;
}

#imagePreview {
  width: 100%;
  margin-top: 20px;
  height: auto;
  border-radius: 20px;
}

.form-label {
  font-size: 14px !important;
}

.form-outline .form-control:disabled {
  background-color: rgb(130 111 111 / 20%);
}

.h-56 {
  height: 56px !important;
}

.sticky-possition {
  position: sticky;
  top: 0;
  left: 0;
}

#asset-preview-talent,
#update-asset-preview-talent {
  overflow: hidden;
}
#asset-preview-talent-img,
#update-asset-preview-talent-img {
  height: 100%;
  width: 100%;
}

#overlays-fake-parent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  display: block;
  z-index: 5;
}

.discord-hidden-layout {
  flex-direction: column;
  height: 100% !important;
}

.w-66 {
  width: 66% !important;
}
.min-vh-50{
  min-height: 50vh !important;
}
.mh-50{
  max-height: 50%;
}

.vw-100{
  max-width: 100vw !important;
}

