/*
	===============================
			@Import	Function
	===============================
*/
/*
	===============================
			@Import	Mixins
	===============================
*/
body.layout-dark.layout-rtl .filepond {
  margin: 0 auto;
}
body.layout-dark.layout-rtl .profile-image .filepond {
  width: 120px;
  height: 120px !important;
}
body.layout-dark.layout-rtl .multiple-file-upload .filepond {
  width: 100%;
}
body.layout-dark.layout-rtl .filepond--drop-label {
  cursor: pointer;
  font-size: 12px;
}
body.layout-dark.layout-rtl .filepond--drop-label label {
  cursor: pointer;
  font-size: 12px;
}
body.layout-dark.layout-rtl .filepond .no-image-placeholder {
  display: inline-block;
  margin-bottom: 5px;
}
body.layout-dark.layout-rtl .filepond--panel {
  background-color: #1b2e4b !important;
}
body.layout-dark.layout-rtl .filepond--panel[data-scalable=true] {
  background-color: #1b2e4b !important;
}
body.layout-dark.layout-rtl .filepond--root .filepond--drop-label, body.layout-dark.layout-rtl .filepond--drip, body.layout-dark.layout-rtl .filepond--panel-center, body.layout-dark.layout-rtl .filepond--panel-top, body.layout-dark.layout-rtl .filepond--panel-bottom {
  background-color: #1b2e4b;
  border-radius: 9px;
}
body.layout-dark.layout-rtl .filepond--file, body.layout-dark.layout-rtl .filepond--file-action-button {
  background-color: #060818 !important;
}
body.layout-dark.layout-rtl .filepond--file-info {
  background-color: #060818 !important;
}
body.layout-dark.layout-rtl .filepond--file-info .filepond--file-info-main {
  background-color: #060818 !important;
}
body.layout-dark.layout-rtl .filepond--file .filepond--file-status {
  background-color: #060818 !important;
}
body.layout-dark.layout-rtl [data-filepond-item-state=processing-complete] .filepond--item-panel {
  background-color: #369763 !important;
  background-color: #369763 !important;
  background-color: #369763 !important;
}
body.layout-dark.layout-rtl .filepond--file-action-button.filepond--file-action-button svg {
  background: #1b2e4b;
  border-radius: 60px;
  color: #bfc9d4;
}
body.layout-dark.layout-rtl .filepond--file-action-button:focus, body.layout-dark.layout-rtl .filepond--file-action-button:hover {
  box-shadow: none;
}
body.layout-dark.layout-rtl .filepond .no-image-placeholder svg {
  height: 34px;
  width: 34px;
  stroke-width: 1.2;
  color: #000;
  fill: rgba(0, 0, 0, 0.1215686275);
}
body.layout-dark.layout-rtl .filepond .drag-para {
  margin-bottom: 0;
  font-size: 12px;
  color: #000;
  margin-top: 9px;
}
body.layout-dark.layout-rtl .filepond--root .filepond--credits {
  display: none;
}
