/* Reset App Style */
textarea {
  resize: none;
}

.text-decoration-dashed {
  text-decoration: line-through;
}

/* login */
.form-signin {
  width: 380px;
  max-width: 400px;
  padding: 15px;
}

/* System */
.logo {
  width: 15%;
  height: max-content;
}

.alert-system {
  right: 0;
  z-index: 9999;
}

.image-card {
  height: 200px;
  object-fit: cover;
  object-position: center center;
}

.image-card.contain {
  object-fit: contain;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-new-client {
  bottom: 80px;
  right: 30px;
}

/* Edit User */
@media (max-width: 991px) {
  .img-edit-user {
    max-width: 100px;
  }
}

/* Loading */
#loading {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .9);
  z-index: 9999;
  transition: all .3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

#loading .spinner {
  width: 10rem;
  height: 10rem;
}

/* Carousel de mídia do ganhador */
.arrows-carousel {
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
}

.check-remove-media {
  top: 0;
  right: 0;
}

.carousel .carousel-inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.carousel-item {
  height: 100%;
}

/* Medias sociais do editor de Blog */
.switch-social-media {
  right: 0;
  top: 2px;
}