@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
.page {
  display: none;
}

.page_showed {
  display: block;
}

.hide {
  display: none !important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #0E0013;
}

html {
  background-color: #0E0013;
}

body {
  position: relative;
}

header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 15px 20px;
  background-color: #FFFFFF;
}
header #logo h1 {
  font-family: "Fredoka One", cursive;
}
header #logo h1 span {
  font-size: 1.25em;
}
header #logo h1 span:first-child {
  color: #580073;
  margin-right: 10px;
}
header #logo h1 span:last-child {
  color: #FF0090;
}

#gradient {
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #580073 20%, #ff0090 100%);
}

main {
  position: relative;
}
main#page_home #topSectionHome {
  position: fixed;
  top: 55px;
  left: 0;
  z-index: -999;
  width: 100%;
  padding: 40px 20px 250px;
  background: linear-gradient(90deg, #580073 20%, #ff0090 100%);
}
main#page_home #topSectionHome h2 {
  margin-bottom: 10px;
  font-size: 2em;
  color: #FFFFFF;
}
main#page_home #topSectionHome h1 {
  font-family: "Fredoka One", cursive;
}
main#page_home #topSectionHome h1 span {
  font-size: 1.25em;
  color: #FFFFFF;
}
main#page_home #topSectionHome h1 span:first-child {
  margin-right: 10px;
}
main#page_home #middleSectionHome {
  position: relative;
  top: 215px;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100vh;
}
main#page_home #middleSectionHome .topImage {
  width: 100%;
}
main#page_home #middleSectionHome .bottomImage {
  width: 100%;
  margin-top: -1px;
  margin-bottom: 50px;
  transform: rotate(180deg);
}
main#page_home #middleSectionHome h2 {
  margin-top: -5px;
  padding: 0 20px 40px;
  background-color: #FFFFFF;
  font-size: 1.5em;
  font-weight: bold;
}
main#page_home #middleSectionHome h2.secondH2 {
  margin-top: 0;
  padding: 60px 20px 40px;
}
main#page_home #middleSectionHome #profilesFav {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 40px;
  padding: 0 20px;
  background-color: #FFFFFF;
}
main#page_home #middleSectionHome #profilesFav .profile {
  flex-grow: 1;
  text-align: center;
}
main#page_home #middleSectionHome #profilesFav .profile img {
  width: 150px;
  -webkit-filter: drop-shadow(0 3px 10px rgba(14, 0, 19, 0.5));
  filter: drop-shadow(0 3px 10px rgba(14, 0, 19, 0.25));
}
main#page_home #middleSectionHome #profilesFav .profile h3 {
  margin-top: 10px;
}
main#page_home #middleSectionHome #profilesFav .profile h3::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-color: #15CE89;
  border-radius: 50px;
}
main#page_home #middleSectionHome #profilesFav .profile h3.firstH3::after {
  background-color: #F10F2D;
}
main#page_home #middleSectionHome #messagesLast {
  display: flex;
  flex-flow: column wrap;
  gap: 40px;
  padding: 0 20px 20px;
  background-color: #FFFFFF;
}
main#page_home #middleSectionHome #messagesLast .message {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
main#page_home #middleSectionHome #messagesLast .message img {
  width: 60px;
  -webkit-filter: drop-shadow(0 3px 10px rgba(14, 0, 19, 0.5));
  filter: drop-shadow(0 3px 10px rgba(14, 0, 19, 0.5));
}
main#page_home #middleSectionHome #messagesLast .message .view {
  width: 60%;
}
main#page_home #middleSectionHome #messagesLast .message .view p {
  font-size: 0.9em;
}
main#page_home #middleSectionHome #messagesLast .message .view .user {
  font-weight: bold;
  font-style: italic;
}
main#page_home #middleSectionHome #messagesLast .message .enterBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  height: 33px;
  background-color: #580073;
  border-radius: 50px;
  box-shadow: -2px 2px 10px rgba(14, 0, 19, 0.5);
}
main#page_home #middleSectionHome #messagesLast .message .enterBtn img {
  width: 35%;
  transform-origin: 55% 50%;
  transform: rotate(180deg);
}
main#page_home #middleSectionHome #messagesLast hr {
  height: 2px;
  background-color: rgba(14, 0, 19, 0.1);
  border: none;
}
main#page_home #bottomSectionHome {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 250px;
  background: linear-gradient(-90deg, #580073 20%, #ff0090 100%);
}
main#page_profile #topSectionProfile {
  position: fixed;
  top: 55px;
  left: 0;
  z-index: 997;
  width: 100%;
  padding: 40px 20px 100px;
  background: linear-gradient(90deg, #580073 20%, #ff0090 100%);
}
main#page_profile #middleSectionProfile {
  position: relative;
  top: 165px;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100vh;
}
main#page_profile #middleSectionProfile .topImage {
  width: 100%;
}
main#page_profile #middleSectionProfile .bottomImage {
  width: 100%;
  margin-bottom: 50px;
  transform: rotate(180deg);
}
main#page_profile #middleSectionProfile .resume {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: -5px;
  padding: 0 20px 40px;
  background-color: #FFFFFF;
}
main#page_profile #middleSectionProfile .resume .ppContainer {
  position: relative;
}
main#page_profile #middleSectionProfile .resume .ppContainer::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 60px;
  height: 60px;
  background-image: url("../img/icon-add-pp.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
main#page_profile #middleSectionProfile .resume .ppContainer .pp {
  -webkit-filter: drop-shadow(0 3px 10px rgba(14, 0, 19, 0.25));
  filter: drop-shadow(0 3px 10px rgba(14, 0, 19, 0.25));
}
main#page_profile #middleSectionProfile .resume h2 {
  margin: 20px 0 10px;
  font-size: 1.5em;
  font-weight: bold;
}
main#page_profile #middleSectionProfile .resume .status {
  font-weight: bold;
  font-style: italic;
}
main#page_profile #middleSectionProfile .resume .status.offline {
  color: #F10F2D;
}
main#page_profile #middleSectionProfile .resume .status.online {
  color: #15CE89;
}
main#page_profile #middleSectionProfile .spacer {
  background-color: #FFFFFF;
}
main#page_profile #middleSectionProfile .spacer hr {
  margin: 0 20px;
  background-color: #FFFFFF;
}
main#page_profile #middleSectionProfile #bio {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 20px 20px;
  background-color: #FFFFFF;
}
main#page_profile #middleSectionProfile #bio div p {
  position: relative;
  padding-left: 30px;
}
main#page_profile #middleSectionProfile #bio div p span {
  line-height: 2;
  font-weight: bold;
}
main#page_profile #middleSectionProfile #bio div p::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
main#page_profile #middleSectionProfile #bio .age {
  width: 45%;
}
main#page_profile #middleSectionProfile #bio .age p::before {
  background-image: url("../img/icon-cake.svg");
}
main#page_profile #middleSectionProfile #bio .loc {
  width: 45%;
}
main#page_profile #middleSectionProfile #bio .loc p::before {
  background-image: url("../img/icon-map-marker.svg");
}
main#page_profile #middleSectionProfile #bio .bio {
  width: 100%;
}
main#page_profile #middleSectionProfile #bio .bio p::before {
  background-image: url("../img/icon-info.svg");
}
main#page_profile #middleSectionProfile .messageBtn {
  margin-bottom: -1px;
  padding-bottom: 40px;
  background-color: #FFFFFF;
}
main#page_profile #middleSectionProfile .messageBtn button {
  width: calc(100% - 40px);
  margin: 20px;
  padding: 15px 20px;
  background-color: #580073;
  border: none;
  box-shadow: 0 5px 17px rgba(88, 0, 115, 0.25);
  font-weight: bold;
  color: #FFFFFF;
}
main#page_profile #bottomSectionProfile {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(-90deg, #580073 20%, #ff0090 100%);
}
main#page_chat #topSectionChat .chatArchive {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 20px;
  position: relative;
  top: 55px;
  left: 0;
  z-index: 998;
  width: 100%;
  padding: 40px 20px 100px;
  background-image: url("../img/bkg-topSection.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
main#page_chat #topSectionChat .chatArchive .pp_thumbnail {
  width: 50px;
  -webkit-filter: drop-shadow(0 3px 10px rgba(14, 0, 19, 0.5));
  filter: drop-shadow(0 3px 10px rgba(14, 0, 19, 0.5));
}
main#page_chat #topSectionChat .chatArchive h1 {
  color: #FFFFFF;
}
main#page_chat #middleSectionChat {
  position: relative;
  left: 0;
  z-index: 996;
  width: 100%;
  overflow: hidden;
}
main#page_chat #middleSectionChat .topImage {
  width: 100%;
}
main#page_chat #middleSectionChat .chatLast {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  height: calc(100vh - 276px);
  padding: 60px 20px 0;
  overflow: scroll;
  background-color: #FFFFFF;
}
main#page_chat #middleSectionChat .chatLast.amazingjudy, main#page_chat #middleSectionChat .chatLast.moms_spaghettis {
  justify-content: flex-start;
}
main#page_chat #middleSectionChat .chatLast .dateTime {
  margin-top: 20px;
  font-size: 0.8em;
  text-align: center;
  color: #404040;
}
main#page_chat #middleSectionChat .chatLast .message {
  max-width: 250px;
  margin: 10px 0;
  padding: 15px 20px;
  border-radius: 20px;
}
main#page_chat #middleSectionChat .chatLast .send {
  align-self: flex-end;
  background-color: #FF0090;
  color: #FFFFFF;
}
main#page_chat #middleSectionChat .chatLast .receive {
  align-self: flex-start;
  background-color: rgba(14, 0, 19, 0.1);
  color: #0E0013;
}
main#page_chat #typing {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 999;
  width: 80px;
  height: 40px;
  margin: 20px;
  padding: 0 15px;
  background-color: rgba(14, 0, 19, 0.1);
  border-radius: 20px;
}
main#page_chat #typing .circle {
  width: 12.5px;
  height: 12.5px;
  background-color: rgba(14, 0, 19, 0.25);
  border-radius: 20px;
  transform: translateY(0);
}
main#page_chat #typing .c01 {
  animation: typing 0.96s cubic-bezier(0.25, -0.35, 0.3, 0.95) 0s infinite;
}
main#page_chat #typing .c02 {
  animation: typing 0.96s cubic-bezier(0.25, -0.35, 0.3, 0.95) 0.32s infinite;
}
main#page_chat #typing .c03 {
  animation: typing 0.96s cubic-bezier(0.25, -0.35, 0.3, 0.95) 0.64s infinite;
}
main#page_chat #bottomSectionChat {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 997;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  padding: 20px;
  background-color: #FFFFFF;
}
main#page_chat #bottomSectionChat form {
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: 100%;
}
main#page_chat #bottomSectionChat form input[type=text] {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid rgba(14, 0, 19, 0.25);
  border-radius: 50px;
}
main#page_chat #bottomSectionChat form input[type=submit] {
  width: 34px;
  height: 34px;
  background-image: url("../img/icon-send.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #FFFFFF;
  border: none;
  opacity: 1;
}
main#page_chat #bottomSectionChat form input[type=submit]:disabled {
  opacity: 0.5;
}

@keyframes typing {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
    background-color: rgba(14, 0, 19, 0.5);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (min-width: 600px) {
  body {
    width: 500px;
    margin: auto;
  }

  header {
    width: 500px;
    left: unset;
  }

  #gradient {
    width: 500px;
    left: unset;
  }

  main#page_home {
    width: 500px;
  }
  main#page_home #topSectionHome {
    width: 500px;
    left: unset;
  }
  main#page_home #bottomSectionHome {
    width: 500px;
    left: unset;
  }
  main#page_profile {
    width: 500px;
    background-color: #FFFFFF;
  }
  main#page_profile #topSectionProfile {
    width: 500px;
    left: unset;
  }
  main#page_profile #middleSectionProfile {
    height: auto;
  }
  main#page_profile #bottomSectionProfile {
    width: 500px;
    bottom: unset;
    left: unset;
  }
  main#page_chat {
    width: 500px;
    background-color: #FFFFFF;
  }
  main#page_chat #topSectionChat {
    width: 500px;
    left: unset;
  }
  main#page_chat #middleSectionChat .chatLast {
    overflow-x: hidden;
  }
  main#page_chat #typing {
    left: unset;
  }
  main#page_chat #bottomSectionChat {
    width: 500px;
    left: unset;
  }
}

/*# sourceMappingURL=styles.css.map */
