main.page-read-share {
  background-color: #FFFFFF;
}

.icon-back {
  display: inline-block;
  background: url('../img/icons/chevron-back-svgrepo-com.svg');
  background-size: cover;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.icon-share {
  display: inline-block;
  background: url('../img/icons/icon_share.svg');
  background-size: cover;
  width: 24px;
  height: 24px;
  vertical-align: sub;
}

.share-button {
  border: none;
  background: url(../img/shape_ghost_button.svg), center;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 12px;
  color: #ED0000;
}

.float-progress {
  position: fixed;
  bottom: 38px;
  width: 358px;
  background-color: #FFFFFF;
  border: 1px solid #ED0000;
  border-radius: 4px;
  padding: 12px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 41.778px 33.422px 0px rgba(0, 0, 0, 0.05), 0px 22.336px 17.869px 0px rgba(0, 0, 0, 0.04), 0px 12.522px 10.017px 0px rgba(0, 0, 0, 0.04), 0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.03), 0px 2.767px 2.214px 0px rgba(0, 0, 0, 0.02);
}
.infoWrp{
	display: flex;
	align-items: center;
	background-color: #FFFFFF;
  border: 1px solid #ED0000;
  border-radius: 8px;
  padding: 0 8px;
	align-items: stretch;
}
.infoWrp p {
	padding: 10px;
	font-size: 10pt;
}
.mira-avatar-float {
  position: relative;
  width: 48px;
  height: 36px;
}
.mira-avatar-nofloat {
  height: 100%;
}
.mira-avatar-nofloat img {
  height: 100%;
}

.mira-avatar-img {
  position: absolute;
  left: 36%;
  bottom: -12px;
  height: 75px;
  transform: translateX(-50%);
}

.modal-confirmation {
  max-width: 354px;
  margin: 0 auto;
  min-height: calc(100% - 3.5rem);

  .close-confirmation {
    position: absolute;
    top: -48px;
    right: 0;
    background: url('../img/hexagon_small.svg');
    background-size: 100% 100%;
    width: 37px;
    height: 37px;
    text-align: center;
    align-content: center;

  }

  .close-confirmation-button {
    border: none;
    background: none;
    color: #FFFFFF;
  }

}
.modal.fade.show {
  backdrop-filter: blur(2px);
}
