#alerts-container {
  z-index: 99999;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 10px;
  background-color: #910362;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.my-float {
  margin-top: 22px;
}

.card-image {
  height: 150px;
  object-fit: cover;
}

.prod-image {
  height: 60px;
  object-fit: cover;
}
.image-parent {
  max-width: 60px;
}

.text-wrap {
  overflow-wrap: break-word;
  padding-top: 5px;
}

.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.row-striped:nth-of-type(odd) {
  background-color: #efefef;
  border-left: 4px #000000 solid;
}

.row-striped:nth-of-type(even) {
  background-color: #ffffff;
  border-left: 4px #efefef solid;
}

.row-striped {
  padding: 15px 0;
}

/* -----------------------------------*/
/* ---------->>> PROFILE 1 <<<-----------*/
/* -----------------------------------*/
.list-block.media-list.profile1 {
  margin-top: 0px;
}

.list-block.media-list .item-media.profile1 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.item-content.profile1 {
  padding-left: 0px;
}

.author.profile1 {
  font-weight: 300;
  font-size: 20px;
  /*color: #171717; */
  margin: 5px 0;
  padding: 0 15px;
  text-align: center;
}
.author.profile2 {
  font-weight: 300;
  font-size: 14px;
  /*color: #171717;*/
  margin: 5px 0;
  padding: 0 15px;
  text-align: center;
}

.content-block.profile1 {
  max-width: 135px;
  text-align: center;
  margin: 0 auto;
}

p.profile1 {
  text-transform: uppercase;
  font-size: 12px;
}

upload-text-btn {
  position: relative;
}

.upload-text-btn:before {
  content: '\f03e';
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 30px;
  position: relative;
  top: 0;
  padding-left: 8px;
}

.upload-text-btn > input[type='file'] {
  position: relative;
  overflow: visible;
  width: 1px;
  height: 1px;
  opacity: 0;
}

upload-text-btn2 {
  position: relative;
}

.upload-text-btn2:before {
  content: '\f03e';
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 50px;
  position: relative;
  top: 0;
  padding-left: 8px;
}

.upload-text-btn2 > input[type='file'] {
  position: relative;
  overflow: visible;
  width: 1px;
  height: 1px;
  opacity: 0;
}
