.fixed-top {
    z-index: 1070;
}

.header-desktop .header-desktop__logo {
  margin-top: -10px;
  margin-right: -10px;
}

.menu-sidebar {
  overflow: hidden;
}
.menu-sidebar .wrapper.qwerty {
    z-index: 1069;
}
.menu-sidebar .wrapper.qwerty::after {
   display:none;
}

.wrapper.qwerty::after {
    content: "";
    display: none;
    background-color: rgba(0, 0, 0, 0.4);
    background: rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

#sidebar.menu {
  padding-top: 14px;
  padding-right: 12px;
  padding-left: 28px;
  padding-bottom: 32px;
}

#sidebar {
  left: -100%;
  max-width: 360px !important;
  width: 100% !important;
  background-color: #F0F0F0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1px;
  color: #49454F;
  line-height: 1.4;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}

.wrapper.qwerty #sidebar {
  position: fixed;
  top: 78px;
  z-index: 100;
  margin-left: 0;
  padding-bottom: 96px;
  height: calc(100vh - 78px);
  overflow: auto;
}

@supports (height: 100dvh) {
  .wrapper.qwerty #sidebar {
      height: calc(100dvh - 78px);
  }
}

#sidebar.menu.active {
  left: 0;
  opacity: 1;
  visibility: visible;
}

#sidebar-in {
  max-width: 360px;
  width: 100% !important;
}

#sidebar ul.menu__list {
  padding: 0;
  margin: 0 0 18px 0 !important;
}

#sidebar-in .user-on-mob .sidebar__logo {
  margin-bottom: 44px;
}

#sidebar-in .sidebar__logo a {
  padding: 0 !important;
}

#sidebar .menu__user-link {
  position: relative;
  display: inline-block;
  padding-left: 0 !important;
}

#sidebar .menu__title {
  padding: 0;
  margin-bottom: 18px;
  color: #49454F;
  text-transform: capitalize;
}

.menu__item {
  margin: 0 0 0 -28px !important;
  width: auto !important;
  border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0 100px 100px 0;
  -moz-border-radius: 0 100px 100px 0;
  -ms-border-radius: 0 100px 100px 0;
  -o-border-radius: 0 100px 100px 0;
}

.menu__item.active {
  background-color: #5D5EDE;
  color: #fff;
}

#sidebar .menu__item .menu__link {
  display: flex;
  align-items: center;
  padding: 16px 24px 16px 28px !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 1.4;
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 1.4;
  color: #49454F;
  background-color: transparent;
}

#sidebar .menu__item.active .menu__link {
  color: #fff;
}

#sidebar .menu__link:hover {
  background-color: transparent;
}

.menu__icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  fill: #707070;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.menu__icon--size {
  width: 24px;
  height: 24px;
  margin-right: 0;
}

.menu__item:not(.active):hover .menu__icon {
  fill: #5D5EDE;
}

.menu__item:not(.active):active .menu__icon {
  fill: #4141d8;
}

.menu__item.active .menu__icon{
  fill: #fff;
}

.menu__icon--stroke {
  fill: none;
  stroke: #707070;
}

.menu__item:not(.active):hover  .menu__icon--stroke {
  stroke: #5D5EDE;
  fill: none;
}

.menu__item:not(.active):active  .menu__icon--stroke {
  stroke: #4141d8;
  fill: none;
}

.menu__item.active .menu__icon--stroke {
  stroke: #fff;
  fill: none;
}

.sidebar__title {
  margin-bottom: 35px;
}

.sidebar__categories {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1px;
  color: #49454f;
}

.sidebar__category:not(:last-child) {
  margin-bottom: 35px;
}

.sidebar__category:last-child {
  margin-bottom: 14px;
}

#sidebar #quick-links.sidebar__quick-links {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 304px;
  padding: 0;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border: none;
}

#quick-links .sidebar__quick-item {
  width: auto !important;
  margin-right: 16px;
  margin-bottom: 16px;
  background-color: #5D5EDE;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: background-color .3s ease;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  -ms-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
}

#quick-links .sidebar__quick-item:hover {
  background-color: #4141d8;
}

#quick-links .sidebar__quick-item:active {
  background-color: #6b6be1;
}

#quick-links .sidebar__quick-link {
  padding: 12px 18px !important;
  color: inherit !important;
}

#quick-links .sidebar__quick-link:hover {
  background-color: transparent;
}

.pricing-footer__list--menu {
  display: none;
}

.menu__copyright {
  padding: 0;
  margin: 0;
}

/* styles for the profile menu */
.profile_img {
  position: relative;
}

.user__mark {
  position: absolute;
  right: -8px;
  top: 0;
  padding: 4px;
  background-color: #605fff;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.user__mark--dropdown {
  border: 2px solid #e2e2e2;
}

.menu__user-avatar {
  position: relative;
  margin-right: 12px;
}

.menu__pic-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.menu__user-avatar .pr_icn {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.user__mark--menu {
  top: -8px;
  border-color: #f0f0f0;
}

.user__icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}

.user__icon--dropdown {
  fill: #e2e2e2;
}

.user__icon--menu {
  width: 8px;
  height: 8px;
  fill: #f0f0f0;
}

#user-profile .dropdown-menu .user__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 0;
}

.user__box {
  position: relative;
  margin-bottom: 8px;
}

.user__box img {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 50%;
}

#user-profile .user__name {
  text-align: center;
}

.profile__icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  fill: #808080;
  transition: fill .3s ease;
  -webkit-transition: fill .3s ease;
  -moz-transition: fill .3s ease;
  -ms-transition: fill .3s ease;
  -o-transition: fill .3s ease;
}

li.active .profile__link .profile__icon,
.profile__link:hover .profile__icon {
  fill: #6700FF;
}

/* switch secret*/
.switch--secret[data-title]::after {
  content: attr(data-title);
  position: absolute;
  bottom: -50px;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  margin: 0;
  width: max-content;
  font-size: 12px;
  word-break: break-word;
  color: #fff;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: opacity .3s ease;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
}

.switch--secret[data-title]:hover::after {
  opacity: 1;
  visibility: visible;
}

/* text-page */
@media (max-width: 992px) {
  #sidebar {
      position: fixed;
  }
}
/* text-page */


@media (max-width: 952px) {
  .pricing-footer__list--menu {
      display: block;
      margin-bottom: 30px;
  }

  .pricing-footer__list--menu .pricing-footer__item {
      display: inline-block;
      margin-bottom: 8px;
  }
}

/* text-page */
@media screen and (max-width: 768px) {
  .wrapper.qwerty #sidebar {
      top: 80px;
      height: calc(100vh - 80px);
      z-index: 999;
  }
  @supports (height: 100dvh) {
      .wrapper.qwerty #sidebar {
          height: calc(100dvh - 80px);
      }
  }
  .menu__list .menu__user-link img {
    margin-right: 0;
  }
}
/* text-page */

@media (max-width: 576px) {
  .menu .pr_name::after {
    left: 0;
    width: 100%;
  }
}

/* global styles */
.pd-btn-more {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.modal.fade {
  transition: all .15s linear;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -ms-transition: all .15s linear;
  -o-transition: all .15s linear;
}

.pd-modal__inner {
  padding: 0 40px 0 40px;
}



.pd-modal__row {
  display: flex;
  align-items: center;
}

.pd-modal .form-group {
  margin-bottom: 1.5rem;
}

.pd-modal__select-box {
  width: 85%;
  margin-right: 12px;
}

.pd-input-caption {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: rgba(0, 0, 0, 0.88) !important;
}

.pd-input-caption--margin {
  margin-bottom: 0;
  padding-top: 8px;
}

.pd-input-caption__icon,
.pd-input-caption .fa-asterisk {
  color: #DA0000 !important;
  vertical-align: super;
  font-size: 7px;
}

.pd-input-height {
  min-height: 56px;
}

#addart .pd-border-radius,
.pd-border-radius {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.pd-border-radius-top {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.pd-border-radius-bottom {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.pd-btn {
  display: inline-block;
  min-width: 123px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  color: #fff;
  background-color: #5D5EDE;
  border: 1px solid transparent;
  float: none;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
}

.pd-btn:hover {
  color: #fff;
  box-shadow: 0px 2px 6px rgba(93, 94, 222, 0.56);
}
 
a.pd-btn:hover,
a.pd-btn:active,
a.pd-btn:focus {
  color: #fff !important;
}

.pd-btn.white {
  color:rgba(0, 0, 0, 0.88);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.04);
}

.pd-btn.white:hover {
  background-color: #5D5EDE;
  color: #fff !important;
  border: 1px solid transparent;
}





.fileupload-buttonbar .btn.pd-btn.white {
  padding: 10px 20px !important;
  margin-left: 0;
  font-size: 14px;
}

.fileupload-buttonbar .btn.pd-btn.white:hover,
.fileupload-buttonbar .btn.pd-btn.white:active {
  background-color: #5D5EDE;
  color: #fff !important;
  border: 1px solid transparent !important;
  box-shadow: 0px 2px 6px rgba(93, 94, 222, 0.56);
}

.pd-btn--icon {
  text-align: left !important;
}

.pd-btn__icon {
  margin-right: 10px;
}

.pd-btn__icon-right {
  margin-left: 10px;
}

.pd-form-title {
  padding-bottom: 0 !important;
  margin-bottom: 32px !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  color: rgba(0, 0, 0, 0.88) !important;
}

.pd-form-title--h2 {
  margin-bottom: 28px !important;
  font-size: 24px !important;
}

.modal-body {
  background-color: #fff;
}

#add_hashtag_btn[data-title] {
  position: relative;
}

#add_hashtag_btn[data-title]::after {
  content: attr(data-title);
  position: absolute;
  top: 120%;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.like_sec a[data-title] {
  display: inline-block;
  position: relative;
}

.like_sec a[data-title]::after {
  content: attr(data-title);
  position: absolute;
  left: -55px;
  top: 50%;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#addart-button[data-title]::after {
  content: attr(data-title);
  position: absolute;
  top: -70px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

#add_hashtag_btn[data-title]:hover::after,
.like_sec a[data-title]:hover::after,
#addart-button[data-title]:hover::after {
  opacity: 1;
  visibility: visible;
}

#like.active:hover::before {
  color: #1e1e1e !important;
}

.plans-modal-link:hover {
  color: #6700ff;
}

.img-preloader-wrap {
  position: relative;
}

#galleryThumbnails .img-preloader-wrap::after {
  width: 80px;
  height: 80px;
}

.img-preloader-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/20px #fff url("../images/spinner.gif");
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}