* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  -ms-overflow-style: none;
  scrollbar-width: none; 
}

*::-webkit-scrollbar {
  display: none;
}

/* * {
  background-color: #fcf7ff;
  -webkit-tap-highlight-color: transparent;
} */

main{
  min-height: 59vh;
}


header {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.headerclass {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 1rem;
}

.div-logo p {
  font-size: 20px;
  font-weight: 600;
  color: #303030;
}

.dotin {
  color: #777;
  font-size: 14px;
}

.div-logo p:hover {
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.6) 70%
  );
  -webkit-mask-size: 200%;

  mask-image: linear-gradient(
    -75deg,
    rgba(0, 0, 0, 0.6) 30%,
    #000 50%,
    rgba(0, 0, 0, 0.6) 70%
  );

  mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

header .background {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 15%;
}

.user-profile {
  margin: 0 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-profile img {
  width: 120px;
  height: 150px;
  object-fit: cover;
  border-radius: 15px;
  cursor: pointer;
}

.user-details {
  display: flex;
  align-items: center;
}

.user-details div {
  margin-left: 10px;
}
/* header div {
  z-index: 1;
  margin: 1.5rem 1rem;
} */

.user-details img:hover {
  opacity: 0.7;
}

.div-logo {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}


.logo {
  width: 30px;
}
.nav-links a {
  margin: 0 0.5rem;
  /* cursor: pointer; */
  text-decoration: none;
  font-weight: 400;
  color: white;
  background-color: rgba(14, 18, 131, 1);
  padding: 5px 1.5rem;
  border-radius: 20px;
}

.nav-links a:hover {
  background-color: rgb(8, 10, 82);
}

.options {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: rgba(246, 227, 255, 1);
}

.options a {
  text-decoration: none;
  cursor: pointer;
  margin: 5px 2rem;
  color: black;
}

.about b {
  border-bottom: 2px solid rgba(240, 192, 212, 1);
}

.quote {
  font-family: "Dancing Script", cursive;
  text-align: center;
  margin-bottom: 1.5rem;
}

.nametag {
  font-size: 1.2rem;
  font-weight: 500;
}

.about-text {
  margin: 1.5rem;
  text-indent: 20px;
  text-align: justify;
}

.author_name {
  font-size: 0.8rem;
  text-align: end;
  text-indent: 0 !important;
  /* margin: 0.5rem 1rem; */
  color: #00000096;
}

.profile-view {
  border: 2px solid rgba(240, 192, 212, 1);
  border-radius: 15px;
  /* margin: 1.5rem; */
}

.profile-view p {
  padding: 2px 10px;
}

.mobile-profile-view {
  display: none;
  margin: 1rem;
}

.caused-animal {
  width: 80px;
}

.tribute {
  /* width: 100%; */
  display: flex;
  flex-direction: column;
  margin: 1rem;
  /* text-align: center; */
}

.write-tribute-title {
  margin-bottom: 1rem;
}

.write-tribute-title span {
  margin-left: 5px;
  font-weight: 500;
}

.commenter-name {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 1rem;
}

.sticker-div {
  cursor: pointer;

  width: 130px;
  padding: 20px 5px;
  background-color: white;
  /* border-radius: 10px; */
  border: 2px solid rgba(240, 192, 212, 1);
  text-align: center;
}

.pandi {
  flex-direction: column;
}
.inputs {
  text-align: center;
}

.inputs div {
  display: flex;
  justify-content: center;
}
.inputs input {
  outline: none;
  border: 2px solid rgba(240, 192, 212, 1);
  /* border-radius: 10px; */
}

.commenter-message {
  outline: none;
  border: 2px solid rgba(240, 192, 212, 1);
  width: 90%;
  padding: 10px 5px;
  resize: none;
  display: inline-block;
  text-transform: lowercase;
}
.commenter-message::-webkit-scrollbar {
  display: none;
}

.commenter-message::first-letter {
  text-transform: capitalize;
}

.tribute .button {
  cursor: pointer;
  margin: auto;
  font-size: 1rem;
  margin-top: 1rem;
  padding: 5px 1rem;
  border-radius: 20px;
  color: white;
  background-color: rgba(112, 66, 135, 1);
}

.recent-tributes {
  margin: 1.5rem;
}

.recent-tributes-title {
  margin-bottom: 1rem;
}

.recent-tributes-title span {
  margin-right: 5px;
  font-weight: 500;
}

.tribute-message {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: rgba(248, 234, 255, 1);
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 1rem;
}

.sender-details {
  margin-bottom: 10px;
}

.sender-details div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}

.postedby {
  color: rgba(0, 0, 0, 0.719);
}

.sticker img {
  width: 50px;
  margin-right: 10px;
}

.message {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.reaction {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.heart-reaction,
.sad-reaction {
  display: flex;
}

.heart-reaction img {
  width: 25px;
  cursor: pointer;
  opacity: .6;
}

.sad-reaction img {
  width: 25px;
  cursor: pointer;
  opacity: .6;
}

.report-abuse , .delete-tribute {
  /* padding: 2px 9px; */
  color: rgb(167, 14, 14);
  /* background-color: brown; */
  font-size: 0.8rem;
  /* border-radius: 20px; */
  margin-left: 10px;
  font-weight: 600;
  cursor: pointer;
}

.messages {
  display: flex;
  flex-direction: column;
}
.message-header {
  margin-top: 10px;
}

/* footer */
footer {
  display: flex;
  flex-direction: column;
}

.footer-nav {
  margin: 0 10px;
  display: flex;
  justify-content: space-between;
}

.footer-nav div {
  display: flex;
  align-items: center;
}

.social-media i {
  margin: 0 8px;
  font-weight: 400;
  cursor: pointer;
  /* font-size: 1.1rem; */
}

.nav-links p {
  margin: 0 8px;
  cursor: pointer;
}
.copyright {
  margin-top: 10px;
  text-align: center;
}

.copyright p {
  font-size: 14px;
}

hr {
  width: 80%;
  /* margin: 30px; */
  margin-right: auto;
  margin-left: auto;
  border: 1px solid rgba(246, 227, 255, 1);
}

@media only screen and (max-width: 700px) {
  .user-profile {
    margin: 0 1.5rem;
  }

  .modal-content {
    /* height: auto; */
    width: 100%;
  }
}

@media only screen and (max-width: 350px) {
  /* .user-profile {
    justify-content: center;
  } */
  .user-profile img {
    width: 105px;
    height: 125px;
  }
}

@media only screen and (max-width: 410px) {
  .recent-tributes {
    margin: 1rem;
  }

  .postedby {
    font-size: 0.6rem;
  }
}

@media only screen and (max-width: 600px) {
  .desktop-profile-view {
    display: none;
  }

  .mobile-profile-view {
    display: block;
  }
  .sticker-list {
    padding-top: 20px;
    justify-content: flex-start !important;
    align-items: flex-start;
  }

  .sticker-options {
    width: 330px !important;
    height: 85vh !important;
    overflow: scroll;
  }

  .postedby {
    font-size: 0.8rem;
  }
}

/* modal */

.modal-div {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  height: 80%;
  /* width: 50%; */
  /* max-width: 700px; */
}

.modal-content {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* sticker */

.sticker-list {
  display: none;
  position: fixed;
  z-index: 1;
  /* padding-top: 100px; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* overflow: auto; */
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .sticker-list p {
  color: white;
} */

/* .options {
  width: 60%;
  height: 60%;
} */

.sticker-options {
  background-color: white;
  width: 580px;
  height: 350px;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
}

.test {
  height: 200px;
  width: 200px;
  border: 2px solid black;
}

.sticker-item {
  width: 100px;
  margin: 1rem;
  border: 2px solid pink;
  padding: 1rem;
  cursor: pointer;
}

.selected {
  border: 2px solid red;
  box-shadow: 0px 12px 22px 1px #333;
}

.sticker-btn {
  background-color: navy;
  color: white;
  padding: 3px 20px;
  border-radius: 15px;
  cursor: pointer;
}

.sticker-btn:hover {
  background-color: rgb(6, 6, 87);
}

.cancel-selection {
  background-color: rgb(201, 0, 0);
  color: white;
  padding: 3px 20px;
  border-radius: 15px;
  cursor: pointer;
}

.cancel-selection:hover {
  background-color: rgb(146, 6, 6);
}

.no-tributes {
  text-align: center;
}

/* edit button */

.edit-profile-btn {
  padding: 1px 10px;
  background-color: #005262;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
}

.edit-profile-btn i {
  font-size: 13px;
}

/* share button */
.share-btn {
  text-align: center;
  padding: 1px 10px;
  background-color: #005262;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  margin-top: 5px ;
}

.share-btn:hover {
  background-color: #013a46;
}

.share-btn i {
  font-size: 13px;
}


/* reporting modal */
.report-div {
  display: none;
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: rgb(94, 89, 89);
  background-color: rgba(0, 0, 0, 0.9);
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.report-div-content {
  position: relative;
  background-color: white;
  padding: 30px;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.reporting-options{
    margin: 1rem;
}

.report-div-content h6{
    font-size: 20px;
    font-weight: 500;
}

.reporting-options p {
    margin-bottom: 10px;
    font-weight: 500;
    cursor: pointer;
    opacity: .8;
}

.reporting-options p:hover{
    opacity: 1;
}

.report-div-content button {
  border: none;
  padding: 1px 15px;
  border-radius: 20px;
  color: white;
  cursor: pointer;
  opacity: .8;
}
.report-div-content button:hover{
    opacity: 1 ;
}

.report-btn{
    background-color: rgb(185, 0, 0);
}

.cancel-reporting-btn{
    background-color: rgb(99, 99, 99);
}

.selected-option {
  opacity: 1 !important;
}