.form-meter {
  width: 100%;
}

.t3dropzone--dropzone {
  max-width: 304px;
  margin: 0 auto;
  display: block;
}
.t3dropzone--dropzone > div {
  overflow: hidden;
  min-height: 304px;
}
.t3dropzone--dropzone > a {
  color: #666;
  max-width: 400px;
  margin: 0 auto;
}
.t3dropzone--dropzone.dropped {
  height: auto;
}
.t3dropzone--dropzone.dropped > div {
  height: auto;
}
.t3dropzone--dropzone.dropped svg {
  display: none;
}
.t3dropzone--dropzone input[type=file] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
}

.t3dropzone--crop--action {
  width: 100%;
  justify-content: space-between;
  z-index: 10;
}

.t3dropzone--preview {
  position: relative;
  width: 75%;
  padding-bottom: 30px;
}
.t3dropzone--preview img {
  padding: 0.25rem;
}

#t3dropzone--overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  background-color: rgba(255, 255, 255, 0.5);
}

.t3dropzone-croppzone > svg {
  position: absolute;
}
.t3dropzone-croppzone button[disabled] {
  opacity: 0.5;
}

.qq-upload-list li {
  background: transparent !important;
  border: 2px solid #FFF0BD;
}
.qq-upload-list li.alert-success {
  border-color: #DFF0D8;
}
.qq-upload-list li.alert-error {
  border-color: #F2DEDE;
}

.t3dropzone-croppzone {
  max-width: 304px;
  margin: 0 auto;
  display: block;
}

.cropper {
  display: block;
}
.cropper canvas {
  border-radius: 3px;
  margin: 0 auto;
  width: 100%;
}
.cropper canvas:hover {
  cursor: move;
}
.cropper .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: rgba(0, 0, 0, 0.54);
  vertical-align: middle;
}

.cropper-tools {
  margin-top: 15px;
  display: flex;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cropper-zoom {
  display: flex;
  align-items: center;
}
.cropper-zoom .slider {
  margin: 0 10px;
  width: 225px;
}
.cropper-zoom .icon {
  margin: 0 15px;
  font-size: 30px;
}
.cropper-zoom .icon:last-child {
  font-size: 40px;
}

.slider[type=range] {
  -webkit-appearance: none;
  margin: 9px 0;
  width: 100%;
}

.slider[type=range]:focus {
  outline: 0;
}

.slider[type=range]::-webkit-slider-runnable-track {
  cursor: pointer;
  height: 5px;
  width: 100%;
  background: #E25303;
  border: none;
}

.slider[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  height: 28px;
  width: 28px;
  -webkit-appearance: none;
  margin-top: -11px;
}

.slider[type=range]::-moz-range-track {
  cursor: pointer;
  height: 5px;
  width: 100%;
  background: #E25303;
  border: none;
}

.slider[type=range]::-moz-range-thumb {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  height: 28px;
  width: 28px;
}

.slider[type=range]::-ms-track {
  cursor: pointer;
  height: 10px;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 9px 0;
  color: transparent;
}

.slider[type=range]::-ms-fill-lower {
  background: #E25303;
  border: none;
}

.slider[type=range]::-ms-fill-upper {
  background: #E25303;
  border: none;
}

.slider[type=range]::-ms-thumb {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer;
  height: 28px;
  width: 28px;
  margin-top: 0;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 10px 15px;
  width: 300px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.dz-icon {
  color: #929497;
  fill: #929497;
}

.card .post-meta-btn ul {
  display: flex;
  align-items: center;
}
.card .post-meta-btn li {
  margin-right: 10px;
}
.card .post-meta-btn .action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 1rem;
}
.card .post-meta-btn .action-btn.bg-primary {
  background-color: var(--rgba-primary-2) !important;
}
.card .post-meta-btn .action-btn.bg-primary .fill-icon, .card .post-meta-btn .action-btn.bg-primary .fill-icon-2 {
  color: var(--primary);
}
.card .post-meta-btn .action-btn.bg-primary .fill-icon-2 {
  display: none;
}
.card .post-meta-btn .action-btn.bg-primary.active .fill-icon {
  display: none;
}
.card .post-meta-btn .action-btn.bg-primary.active .fill-icon-2 {
  display: block;
}
.card .post-meta-btn .action-btn.bg-secondary {
  background: rgba(112, 79, 254, 0.25) !important;
}
.card .post-meta-btn .action-btn.bg-secondary .fill-icon {
  color: var(--secondary);
}
.card .post-meta-btn .action-btn.bg-success {
  background: rgba(184, 184, 184, 0.15) !important;
}

.post-offcanvas.show {
  visibility: visible;
}

.post-backdrop {
  visibility: hidden;
}
.post-backdrop.show {
  visibility: visible;
  transition: opacity 0.15s linear;
}

.profile-area .social-bar ul li {
  width: auto;
  flex-grow: 1;
}
.profile-area .social-bar ul li a.active {
  background: #5231e2;
  position: relative;
}
.profile-area .social-bar ul li a.active:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 6px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px 5px 0 0;
}
.profile-area .nav.nav-tabs.profile-tabs .nav-link {
  border: none;
  padding: 0 !important;
}
.profile-area .nav.nav-tabs.profile-tabs .nav-link a {
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  display: block;
  padding: 10px;
}
.profile-area .nav.nav-tabs.profile-tabs .nav-link a:hover, .profile-area .nav.nav-tabs.profile-tabs .nav-link a:focus, .profile-area .nav.nav-tabs.profile-tabs .nav-link a.active {
  border-color: var(--primary);
}
.profile-area .contant-section {
  margin-left: 0;
  margin-right: 0;
  border-radius: 16px;
}

.edit-profile .profile-image .media {
  position: relative;
  width: 150px;
  min-width: 150px;
  height: 150px;
  border: 2px solid var(--title);
  background: #fff;
}
.edit-profile .profile-image .upload-btn {
  position: absolute;
  bottom: -5px;
  left: -5px;
  width: 35px;
  height: 35px;
  background-color: var(--primary);
  border-radius: var(--border-radius-base);
  text-align: center;
  line-height: 35px;
  box-shadow: 0px 9px 10px 0px rgba(254, 144, 99, 0.35);
  color: #fff;
  z-index: 2;
}
.edit-profile .profile-image .edit-btn {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 35px;
  height: 35px;
  background-color: var(--primary);
  border-radius: var(--border-radius-base);
  text-align: center;
  line-height: 35px;
  box-shadow: 0px 9px 10px 0px rgba(254, 144, 99, 0.35);
  color: #fff;
  z-index: 2;
}
.edit-profile .profile-image input[type=file] {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
}
.edit-profile .profile-image svg {
  display: none;
}

.list-button li a {
  line-height: 24px;
}
.list-button li a.btn-secondary {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.list-button li a.btn-secondary svg path {
  fill: #fff;
}
.list-button li a.btn-svg svg {
  margin-top: -3px;
}
.list-button li a i {
  font-size: 18px;
}
.list-button.light li:last-child {
  width: 100%;
}
.list-button.light a {
  padding: 8px 10px;
  line-height: 1;
  font-size: 12px;
  color: #2F2F2F;
  border: 1px solid #E6E6E6;
  background-color: #fff;
}
.list-button.light a:hover {
  color: #000;
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}

.user-section {
  background: #fff;
}
.user-section .user-grid {
  text-align: center;
}
.user-section .name {
  display: block;
  margin: 7px 0 0;
  font-size: 0.875rem;
  color: var(--dark);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.user-section .media.status img {
  border-radius: var(--border-radius-sm);
}

.dz-user-list .user-grid {
  border-radius: var(--border-radius-sm);
  background: #fff;
}
.dz-user-list .user-grid .media.status img {
  border-radius: var(--border-radius-sm);
}
.dz-user-list .user-grid .name {
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
