/*
    Project : Privat
    Author  : ttpro
*/

/* Alert */
.alert .text {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.alert .icon {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}

/* -- */

/* See more */
.see-more {
  text-align: center;
  margin: 10px 0 0;
  padding: 10px;
}

.see-more:hover {
  text-decoration: underline;
  cursor: pointer;
}

.see-more.loading:hover {
  text-decoration: none;
  cursor: default;
}

.see-more.done:hover {
  text-decoration: underline;
  cursor: text;
}

.unread {
  background: #161623;
  border-radius: 10px;
}

/* -- */

/* Show banner */
.showBanner {
  position: fixed;
  z-index: 9999;
  background: rgb(22 22 35);
  color: #FFF;
  bottom: 0;
  padding: 10px;
}

/* -- */

/* Text underline */
.text-link {
  text-decoration: underline;
}

/* -- */

/* NOTY NOTIFICATION */
.x-uploader input[type="file"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  display: block;
}

input[type='file'] {
  overflow: hidden;
}

.dropdown-widget {
  padding-bottom: 0;
  padding-top: 0;
  width: 100%
}

@media (min-width: 768px) {
  .dropdown-widget {
    min-width: 380px !important
  }

  .dropdown-widget.dropdown-search {
    border-radius: .375rem
  }
}

.dropdown-widget-header {
  padding: 10px;
  margin: 0px 0px 13px 0px;
  font-size: 11px;
}

.dropdown-widget-header .title {
  text-transform: uppercase;
  color: #9a9fbf;
  font-size: 9px;
  font-weight: 700;
}

.float-right {
  float: right !important;
  margin: 0px 5px 0px 0px;
}

.switch.sm {
  width: 30px;
  height: 17px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0;
}

.switch input:checked+.slider {
  background-color: #b48dd3;
}

.switch .slider {
  background-color: #666;
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
}

.switch.sm input:checked+.slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

.switch input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch.sm .slider:before {
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: .4s;
}

.switch input {
  display: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #5cb1ff !important;
  border-bottom: 1px solid #e1e1e1 !important;
  border-radius: 15px;
  font-size: 25px;
  color: #000;
}

.noty_bar {
  margin-bottom: 5px !important;
}

.noty_body {
  color: #000000 !important;
  padding: 13px !important;
}

.noty_body .data-content,
.noty_close_button {
  color: #fff !important;
  margin: 0px 0px 0px -3px;
  font-size: 15px;
}

/* -- */

/* Data avatar container */
.feeds-item {
  border-bottom: 1px solid #383845;
}

.data-container {
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 8px;
  min-height: 56px;
  /* 40px avatar + 16px padding */
}

.data-container.small {
  min-height: 46px;
  /* 30px avatar + 16px padding */
}

a.data-container:hover,
.data-container.clickable:hover {
  background: #2d2b41;
  text-decoration: none;
  cursor: pointer;
}

body.night-mode a.data-container:hover,
body.night-mode .data-container.clickable:hover {
  background: #2d2b41;
}

.data-avatar {
  display: block;
  position: relative;
  /* relative for .data-reaction to be absolute */
  float: left;
}

.data-avatar img {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .data-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .data-container.small .data-avatar img {
    width: 30px;
    /* override the previous */
    height: 30px;
  }
}

.data-content {
  padding-left: 38px;
  color: #818181;
  font-size: 15px;
}

@media (min-width: 768px) {
  .data-content {
    padding-left: 48px;
    word-wrap: break-word;
  }
}

.data-container .name {
  font-weight: bold;
}

.js_dropdown-keepopen {
  width: 100%;
  top: 96px;
}

.data-avatar .left-avatar,
.data-avatar .right-avatar {
  background-size: cover;
  background-position: center center;
  float: left;
  overflow: hidden;
  width: 23px;
  height: 45px;
  margin-right: 1px;
  border-radius: 20px 0 0 20px;
}

.data-avatar .right-avatar {
  width: 26px;
  margin-right: 0;
  border-radius: 0 20px 20px 0;
}

@media (min-width: 768px) {

  .data-avatar .left-avatar,
  .data-avatar .right-avatar {
    width: 25px;
    height: 44px;
    border-radius: 20px 0 0 20px;
  }

  .data-avatar .right-avatar {
    width: 25px;
    border-radius: 0 20px 20px 0;
  }

  .data-container.small .data-avatar .left-avatar,
  .data-container.small .data-avatar .right-avatar {
    width: 14px;
    height: 30px;
  }

  .data-container.small .data-avatar .right-avatar {
    width: 15px;
  }
}

/* -- */

/* x-image */
.x-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #161620;
  width: 96px;
  height: 96px;
  overflow: hidden;
  display: block;
  border-radius: 2px;
}

.x-image {
  background-color: #161620;
  border-radius: 10px;
}

.x-image.full {
  width: 100%;
}

.x-image.sm {
  width: 48px;
  height: 48px;
}

.x-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  opacity: 0;
}

.x-image:hover.x-image:before {
  opacity: 0.2;
}

.x-image-success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
  width: 100%;
  height: 100%;
  padding-top: 30%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition: all 0.5s;
}

.x-image-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #000;
  width: 100%;
  height: 100%;
  padding-top: 50%;
  transition: all 0.5s;
}

.x-image.full .x-image-loader {
  padding-top: 20%;
}

.x-image .x-uploader {
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.x-image button {
  position: absolute;
  top: 0;
  right: 5px;
}

/* -- */

/* x-progress (uploading progress) */
.x-progress {
  height: 5px;
  margin: 0 1.5rem;
  border-radius: 25px;
}

/* -- */

.tbl-image {
  width: 24px;
  height: 24px;
  float: left;
  margin-right: 5px;
  border-radius: 50%;
}

.table-img-thumbnail {
  max-width: 100px;
}

.button-label {
  display: inline-block;
  padding: 1em 2em;
  margin: 0.5em;
  cursor: pointer;
  color: #6c6c6c;
  border-radius: 6px;
  transition: 0.3s;
  box-shadow: 0 0 0 1px #e6e6e6;
  min-width: 115px;
}

.button-label {
  box-shadow: 0 0 0 1px #424242;
}

.button-label-image {
  display: block;
  padding: 5px;
  margin: 0px;
  width: 100%;
  height: 100%;
  box-shadow: none;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 2px;
}

.button-label .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  height: 60px;
  width: 60px;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.2s;
  opacity: 0.75;
  filter: grayscale(1);
}

.button-label .icon img {
  width: 32px;
  height: 32px;
}

.button-label-image img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.button-label .title {
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
  text-transform: capitalize;
  text-align: center;
}

.button-label:hover,
.button-label-image:hover {
  box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 65%);
}

.input-label:checked+.button-label,
.input-label:checked+.button-label-image {
  box-shadow: 0px 0px 0px 2px rgb(255 255 255 / 65%);
}

.input-label:checked+.button-label .icon {
  filter: grayscale(0);
  opacity: 1;
}

.card-body .divider {
  border-top: 1px solid #2e2e41;
  margin: 25px 0;
}

.svg-container {
  display: inline-block;
}

.svg-container svg {
  width: inherit !important;
  height: inherit !important;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

/** Animating - START */
@keyframes moving {

  0%,
  5% {
    left: 0;
    background-color: #039be5;
  }

  95%,
  100% {
    left: calc(100% - 3rem);
    background-color: #84d6fd;
  }
}

@keyframes box-2-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }

  5% {
    bottom: 3rem;
  }

  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }

  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }

  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }

  66% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }

  71% {
    bottom: 3rem;
  }

  81% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }

  83.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }

  91% {
    transform: scale(1, 1) rotate(0deg);
  }

  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}

@keyframes box-3-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }

  5% {
    bottom: 3rem;
  }

  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }

  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }

  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }

  56% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }

  61% {
    bottom: 3rem;
  }

  71% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }

  73.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }

  81% {
    transform: scale(1, 1) rotate(0deg);
  }

  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}

@keyframes box-4-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }

  5% {
    bottom: 3rem;
  }

  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }

  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }

  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }

  45% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }

  50% {
    bottom: 3rem;
  }

  60% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }

  62.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }

  70% {
    transform: scale(1, 1) rotate(0deg);
  }

  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}

@keyframes box-5-anim {
  0% {
    transform: scale(1, 1) rotate(0deg);
    bottom: 0;
  }

  5% {
    bottom: 3rem;
  }

  15% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }

  17.001% {
    bottom: 0;
    transform: translate(0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(-180deg);
  }

  25% {
    bottom: 0;
    transform: scale(1, 1) rotate(-180deg);
  }

  33% {
    transform: scale(1, 1) rotate(-180deg);
    bottom: 0;
  }

  38% {
    bottom: 3rem;
  }

  48% {
    bottom: 0;
    transform: scale(1, 1) rotate(0deg);
  }

  50.001% {
    bottom: 0;
    transform: translate(-0.9rem, 0.6rem) scale(1.3, 0.6) translateY(0px) rotate(0deg);
  }

  58% {
    transform: scale(1, 1) rotate(0deg);
  }

  100% {
    transform: scale(1, 1) rotate(0deg);
  }
}

.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.box-loading {
  width: 21rem;
  height: 3rem;
  position: relative;
  margin: 0 auto;
}

.box-loading>.box {
  position: absolute;
  width: 3rem;
  height: 3rem;
  border-radius: 0.6rem;
  background-color: #007bff;
  transform-origin: -0.75rem 1.5rem;
  box-shadow: 0 0 6px 2px rgba(40, 139, 171, 0.15);
}

.box-loading>.box:nth-child(1) {
  left: 0rem;
  background-color: #06abfc;
}

.box-loading>.box:nth-child(2) {
  left: 4.5rem;
  background-color: #1fb4fc;
  animation: box-2-anim 2s infinite linear;
  animation-delay: 0.22s;
}

.box-loading>.box:nth-child(3) {
  left: 9rem;
  background-color: #38bcfc;
  animation: box-3-anim 2s infinite linear;
  animation-delay: 0.33s;
}

.box-loading>.box:nth-child(4) {
  left: 13.5rem;
  background-color: #51c5fd;
  animation: box-4-anim 2s infinite linear;
  animation-delay: 0.44s;
}

.box-loading>.box:nth-child(5) {
  left: 18rem;
  background-color: #6acdfd;
  animation: box-5-anim 2s infinite linear;
  animation-delay: 0.55s;
}

.box-loading>.box:nth-child(1) {
  background-color: #039be5;
  animation: moving 1s infinite cubic-bezier(0.6, 0, 0.4, 1) alternate;
}

/* -- */

/* LOADER */
.x-loader {
  text-align: center;
}

.loader {
  width: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 0;
}

.loader:after {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-animation: rotate 0.6s linear infinite;
  -moz-animation: rotate 0.6s linear infinite;
  -ms-animation: rotate 0.6s linear infinite;
  -o-animation: rotate 0.6s linear infinite;
  animation: rotate 0.6s linear infinite;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #d4d4db;
  content: "";
  opacity: 0.5;
}

.loader.loader_large:after {
  width: 40px;
  height: 40px;
}

.loader.loader_medium:after {
  width: 25px;
  height: 25px;
}

.loader.loader_small:after {
  width: 10px;
  height: 10px;
}

.loader.loader_green:after {
  opacity: 1;
  border-top: 1px solid #42a26e;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #42a26e;
  border-right: 1px solid #fff;
}

@keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }

  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }

  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}

@-moz-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }

  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}

@-o-keyframes rotate {
  0% {
    transform: rotateZ(-360deg);
    -webkit-transform: rotateZ(-360deg);
    -moz-transform: rotateZ(-360deg);
    -o-transform: rotateZ(-360deg);
  }

  100% {
    transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
  }
}

/* -- */

/* Logo change mode */
[data-theme-version="dark"] .nav-header .brand-title {
  color: #fff;
}

[data-theme-version="light"] .nav-header .brand-title {
  color: #000;
}

[data-theme-version="dark"] .nav-header .logo-abbr {
  color: #fff;
}

[data-theme-version="light"] .nav-header .logo-abbr {
  color: #000;
}

/* -- */

/* Spinner loader */
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

/* -- */

/* -- Custom Inputs */
.form-table-row {
  display: flex;
  margin-bottom: 30px;
}

.form-table-row>div {
  flex: 1;
}

.form-table-row>div:last-child {
  flex-basis: auto;
  flex-grow: 0;
  margin-left: 10px;
}

.form-table-row>div.avatar {
  flex-basis: auto;
  flex-grow: 0;
  margin-right: 10px;
}

.input-money {
  position: relative;
}

.input-money span {
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  width: 45px;
  text-align: center;
}

.input-money input {
  font-size: 40px;
  line-height: 40px;
  font-family: opensanslight;
  margin: 0;
  padding: 10px;
  padding-left: 45px;
  height: 60px;
  outline: 0;
}

/* -- */

/* Daytime message */
.daytime_message {
  border-left: 2px solid #fba540 !important;
  display: none;
  margin-bottom: 20px;
  padding: 30px;
}

.vertical-align-middle {
  vertical-align: middle;
}

[data-theme-version="dark"] .d-table-cell {
  color: #fff;
}

[data-theme-version="light"] .d-table-cell {
  color: #000;
}

/* -- */

/* Datatable */
table.table-bordered.dataTable {
  border: 0;
}

/* -- */

/* attachments */
.x-uploader {
  overflow: hidden
}

.x-uploader .fa {
  cursor: pointer
}

/* -- */

/* -- attachments */
.attachments li {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: padding 0.5s;
  border-radius: 10%;
}

@media (min-width: 768px) {
  .attachments li {
    width: 96px;
    height: 96px;
  }
}

.attachments li.item {
  position: relative;
  /* for :before & button */
  border: 1px solid #212130;
  cursor: pointer;
  border-radius: 10%;
}

.attachments li.item img {
  width: 64px;
  height: 64px;
  border-radius: 10%;
}

@media (min-width: 768px) {
  .attachments li.item img {
    width: 94px;
    height: 94px;
    border-radius: 10%;
  }
}

.attachments li.item .name {
  background: #212130;
  height: 100%;
  width: 100%;
  padding: 10px;
  color: #999;
  font-size: 10px;
  word-break: break-all;
}

.attachments li.item.deletable:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 64px;
  height: 64px;
  content: "";
  display: none;
  border-radius: 10%;
}

@media (min-width: 768px) {
  .attachments li.item.deletable:before {
    width: 94px;
    height: 94px;
  }
}

.attachments li.item.deletable:hover:before {
  display: block;
}

.attachments li.item button {
  position: absolute;
  top: 0;
  right: 5px;
  color: #fff;
  text-shadow: 0 1px 0 #000;
  filter: alpha(opacity=40);
  opacity: 0.4;
  display: none;
}

.attachments li.item.deletable:hover button {
  display: block;
}

.attachments li.item.deletable button:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.attachments li.loading {
  padding-top: 22px;
  background: #212130;
  border: 1px solid #212130;
  display: none;
}

@media (min-width: 768px) {
  .attachments li.loading {
    padding-top: 45px;
    /* 96px-5px(loader) / 2 */
  }
}

.attachments li.add {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0 25px;
  color: #ddd;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  border: 2px dashed #212130;
}

@media (min-width: 768px) {
  .attachments li.add {
    padding: 30px 0 0 35px;
    font-size: 24px;
  }
}

/* -- */

/* -- publisher meta */
.publisher-meta {
  border-bottom: 1px dashed #212130;
  display: none;
  font-weight: 600;
  margin: 15px 20px 20px 30px;
  padding: 8px 0px;
  position: relative;
}

.publisher-meta.top {
  border-bottom: 1px dashed #eee;
  border-top: 0
}

.publisher-meta .svg-container {
  left: 14px;
  position: absolute;
  top: 18px
}

.publisher-meta .svg-container.static {
  position: static
}

.publisher-meta input,
.publisher-meta select {
  background: #f3f3f3;
  border: 0;
  border-radius: 16px;
  color: var(--link-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  outline: 0 none;
  padding: 12px 16px 12px 40px;
  width: 100%
}

.publisher-meta input.no-icon {
  padding: 12px 16px
}

.publisher-custom-thumbnail {
  display: none;
  margin: 10px 15px;
  overflow: hidden;
  padding: 8px 0;
  position: relative
}

.publisher-custom-thumbnail .x-image {
  height: 160px;
  margin-top: 5px;
  width: 100%
}

.publisher-custom-thumbnail .x-image-loader {
  padding-top: 80px
}

/* publisher-tools-tabs */
.publisher-tools-tabs {
  padding-top: 15px;
}

.publisher-tools-tabs .divider {
  border-top: 1px solid #e6ecf5;
  margin-bottom: 15px;
}

.publisher-tools-tab {
  display: block;
  background: #161620;
  padding: 7px 14px;
  color: #7f838a;
  font-size: 13px;
  font-weight: 700;
  border-radius: 25px;
  margin-bottom: 15px;
}

.publisher-tools-tab:hover {
  background: #161620;
  color: #7f838a;
  cursor: pointer;
}

.publisher-tools-tab.activated {
  background: #161620;
}

.publisher-tools-tab[data-tab="video"].activated:after,
.publisher-tools-tab[data-tab="audio"].activated:after,
.publisher-tools-tab[data-tab="file"].activated:after {
  content: "";
  background: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: initial;
}

.publisher-tools-tab.disabled {
  position: relative;
}

.publisher-tools-tab.disabled:hover {
  background: #161620;
  color: #7f838a;
  cursor: initial;
}

.publisher-tools-tab.disabled:after {
  content: "";
  background: #161620;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  border-radius: 25px;
}

.publisher-tools-tab.attach {
  position: relative;
  /* for input file */
  overflow: hidden;
}

.publisher-tools-tab.attach form {
  display: initial;
}

.publisher-tools-tab img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

body.publisher-focus .publisher-overlay {
  bottom: 0;
  opacity: .6
}

.publisher {
  background: #161620;
  border-radius: 16px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  margin-bottom: 20px
}

.publisher.mini {
  border-radius: 0;
  margin-bottom: 0
}

.publisher-loader {
  display: none
}

.publisher-close,
.publisher-loader {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 1
}

.publisher-scraper {
  display: none;
  padding: 10px;
  position: relative
}

.publisher-scraper video {
  width: 100%
}

.publisher-scraper img {
  height: auto;
  width: 100%
}

.publisher-scraper-remover {
  background: #fbfbfb;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  height: 26px;
  padding-right: 4px;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 26px;
  z-index: 1
}

.publisher-scraper-remover:hover {
  background: #fff
}

.publisher-scraper-remover button.close {
  opacity: .5
}

.publisher-attachments {
  padding: 10px 10px 5px
}

/* -- */

/* notification */
.timeline .timeline-panel {
  display: flex;
  align-items: center;
}

.media-body {
  flex: 1;
  padding-left: 35px;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.media svg {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
  vertical-align: middle;
}

.media img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  object-fit: cover;
  vertical-align: middle;
}

/* -- */

/* Hidden */
.x-hidden {
  display: none;
}

/* -- */

/* pulse */
.pulse-css {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  border-radius: 3.5rem;
  height: 1rem;
  position: absolute;
  background: #FE634E;
  right: -4px;
  top: -2px;
  width: 1rem;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

.pulse-css:after,
.pulse-css:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -.2rem;
  background-color: #FE634E;
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
}

@media(min-width: 1400px) {
  .pulse-css {
    float: left;
    left: 15px;
  }
}

[direction="rtl"] .pulse-css:after,
[direction="rtl"] .pulse-css:before {
  left: auto;
  right: -.2rem;
}

@media only screen and (max-width: 1400px) {
  .pulse-css {
    height: 20px;
    width: 20px;
    right: 156px;
    top: -7px;
    font-size: 15px;
  }
}

/* pulse tablet */
.pulse-css-tablet {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  border-radius: 3.5rem;
  height: 1rem;
  position: absolute;
  background: #FE634E;
  right: -4px;
  top: -5px;
  width: 1rem;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

.pulse-css-tablet:after,
.pulse-css-tablet:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -.2rem;
  background-color: #FE634E;
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
}

@media(min-width: 1400px) {
  .pulse-css-tablet {
    float: left;
    left: 15px;
  }
}

[direction="rtl"] .pulse-css-tablet:after,
[direction="rtl"] .pulse-css-tablet:before {
  left: auto;
  right: -.2rem;
}

@media only screen and (max-width: 1400px) {
  .pulse-css-tablet {
    height: 20px;
    width: 20px;
    right: 0px;
    top: -10px;
    font-size: 15px;
  }
}

/* -- */

/* pulse mobile */
.pulse-css-mobile {
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  border-radius: 3.5rem;
  height: 1rem;
  position: absolute;
  background: #FE634E;
  right: -4px;
  top: -5px;
  width: 1rem;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

.pulse-css-mobile:after,
.pulse-css-mobile:before {
  content: '';
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -.2rem;
  background-color: #FE634E;
  margin: auto;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-animation: pulse-me 3s linear infinite;
  animation: pulse-me 3s linear infinite;
}

@media(min-width: 1400px) {
  .pulse-css-mobile {
    float: left;
    left: 15px;
  }
}

[direction="rtl"] .pulse-css-mobile:after,
[direction="rtl"] .pulse-css-mobile:before {
  left: auto;
  right: -.2rem;
}

@media only screen and (max-width: 1400px) {
  .pulse-css-mobile {
    height: 20px;
    width: 20px;
    right: 13px;
    top: 14px;
    font-size: 15px;
  }
}

/* -- */

@-webkit-keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    opacity: 0.1;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes pulse-me {
  0% {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    opacity: 0.1;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

/* -- */