/**colors****/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background-color: rgb(255, 255, 255);
}

.hide {
  display: none;
}

.opac_0 {
  opacity: 0 !important;
}

.opac_1 {
  opacity: 1 !important;
}

.loved {
  display: none;
}

.display {
  display: flex !important;
}

.hide_img {
  display: none !important;
}

ul {
  display: flex;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-size: 14px;
}

p {
  font-size: 15px;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 400;
}

img {
  object-fit: cover;
}

.dropup .dropdown-toggle::after {
  display: none;
}

button.follow_text {
  background-color: transparent;
  border: none;
}

button.log_btn {
  background-color: rgb(0, 149, 246);
  border: none;
  color: white;
  width: 100%;
  padding: 7px 16px;
  border-radius: 10px;
  opacity: 0.7;
  margin-top: 15px;
}
button.log_btn:hover {
  opacity: 1;
}

.border_insc {
  border: 2px solid rgb(219, 219, 219);
  padding: 36px 40px;
  border-radius: 10px;
}

.story {
  border: 1px solid #2656AD;
  padding: 0.5px;
}

.dropdown button {
  background-color: transparent !important;
  border: none;
}
.logo {
  width: 80px;
}
.dropdown button img.logo {
  width: 103px;
}
.dropdown .dropdown-menu {
  width: fit-content;
}
.dropdown .dropdown-menu .dropdown-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.dropdown .dropdown-menu .dropdown-item img {
  width: 24px;
}

.owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .owl-nav {
    width: 80%;
  }
}
.owl-nav span {
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 100%;
  display: none;
}

.cart {
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cart div {
  display: flex;
  justify-content: center;
}
.cart div img {
  margin: auto;
  margin-right: 10px;
  width: 56px;
  border: 1px solid rgb(142, 142, 142);
  border-radius: 30px;
  padding: 1px;
}
.cart div .info {
  display: flex;
  flex-direction: column;
}
.cart div .info p {
  line-height: 18px;
  margin: 0;
  font-size: 14px;
}
.cart div .info p.name {
  color: black;
  font-weight: 500;
}
.cart div .info p.second_name {
  color: rgb(142, 142, 142);
  font-weight: 400;
}
.cart div .switch a {
  font-size: 16px;
  color: rgb(0, 149, 246);
}

#message_modal .show {
  opacity: 0 !important;
}

.modal-title {
  font-size: 16px;
}

.comments .comment {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #262626;
}
.comments .comment button {
  font-size: 12px;
  color: rgb(142, 142, 142);
  background-color: transparent;
  border: none;
}
.comments .comment .img {
  margin-right: 10px;
}
.comments .comment .img img {
  border-radius: 30px;
  width: 32px;
  height: 32px;
}
.comments .comment .content .person {
  display: flex;
  align-items: baseline;
}
.comments .comment .content .person h4 {
  font-size: 14px;
  margin: 0;
}
.comments .comment .content .person span {
  margin-left: 10px;
  font-size: 14px;
  color: rgb(142, 142, 142);
}
.comments .comment .content p {
  margin: 0;
  font-size: 14px;
}
.comments .comment .content .replay {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
.comments .comment .content .replay button {
  margin-right: 10px;
}
.comments .comment .content .answers button {
  display: flex;
  align-items: center;
}
.comments .comment .content .answers button span {
  padding: 0 4px;
}
.comments .comment .content .answers button span.line {
  padding: 1px 20px;
  font-size: 1.5px;
  margin-right: 5px;
  background-color: rgb(239, 239, 239);
}
.comments .comment .like {
  display: flex;
  flex-direction: column;
  float: right;
  align-items: center;
  justify-content: end;
}
.comments .comment .like img {
  width: 16px;
  height: 16px;
}
.comments .comment .like p {
  margin: 0;
}
.comments .responses {
  margin: 1em 0 1em 1em;
}

.modal-footer {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: start;
}
.modal-footer form {
  width: 100%;
  border: 1px solid rgb(142, 142, 142);
  border-radius: 30px;
  padding: 5px;
}
.modal-footer form .input {
  display: flex;
}
.modal-footer form .input img {
  width: 30px;
  border-radius: 50%;
}
.modal-footer form .input input {
  background-color: transparent;
  border: none;
  padding-left: 10px;
  width: 100%;
  outline: none;
  box-shadow: none;
}

.emojionearea.emojionearea-inline {
  border: none;
  box-shadow: none;
  background: transparent;
}

#send_message_modal .send .search_person {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  width: 100%;
  align-items: baseline;
}
#send_message_modal .send .search_person p {
  font-size: 18px;
  margin-right: 10px;
  font-weight: 400;
}
#send_message_modal .send .search_person input {
  background-color: transparent;
  border: none;
  padding: 5px 10px;
  width: 100%;
}
#send_message_modal .send p {
  font-weight: 500;
  font-size: 15px;
}
#send_message_modal .send .person {
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #262626;
}
#send_message_modal .send .person .img {
  margin-right: 10px;
}
#send_message_modal .send .person .img img {
  border-radius: 30px;
  width: 44px;
  height: 44px;
}
#send_message_modal .send .person .content .person {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
#send_message_modal .send .person .content .person h4 {
  font-size: 14px;
  margin: 0;
}
#send_message_modal .send .person .content .person span {
  margin-left: 10px;
  font-size: 14px;
  color: rgb(142, 142, 142);
}
#send_message_modal .send .person .circle {
  display: flex;
  flex-direction: column;
  float: right;
  align-items: center;
  justify-content: end;
}
#send_message_modal .send .person .circle span {
  border: 2px solid #262626;
  padding: 10px;
  border-radius: 50%;
}
#send_message_modal .modal-footer button {
  width: 100%;
  opacity: 0.7;
}

.item {
  position: relative;
}
.item .bg {
  transition: all 1s ease;
  opacity: 0;
  z-index: 2;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  display: flex;
  color: white;
  align-items: center;
  justify-content: center;
}
.item .bg:hover {
  opacity: 1 !important;
}
.item .bg .info {
  display: flex;
  align-items: center;
}
.item .bg span {
  font-weight: 500;
}
.item .bg .likes {
  padding-right: 10px;
}
.item .bg img {
  width: 24px;
  height: 24px;
  margin-right: 0px;
}
.item img {
  z-index: 1;
  height: 100%;
  width: 100%;
}

.login {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.login .images {
  position: relative;
}
.login .images .sliders {
  position: absolute;
  top: 25px;
  left: 155px;
}
.login .content {
  max-width: 350px;
  width: -webkit-fill-available;
}
.login .content .log-on .logo {
  text-align: center;
  margin-bottom: 25px;
}
.login .content .log-on .logo img {
  width: 180px;
}
.login .content .log-on form div {
  margin-bottom: 10px;
}
.login .content .log-on form div input {
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  padding: 9px 0px 7px 8px;
  border-radius: 5px;
  border: 1px solid rgb(219, 219, 219);
  background-color: rgb(250, 250, 250);
}
.login .content .log-on .other-ways .seperator {
  margin: 15px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
.login .content .log-on .other-ways .seperator span.ou {
  text-align: center;
  color: rgb(142, 142, 142);
  font-weight: 600;
}
.login .content .log-on .other-ways .seperator span.ligne {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: rgb(142, 142, 142);
}
.login .content .log-on .other-ways .facebook-connection {
  margin: 15px 0px 20px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.login .content .log-on .other-ways .facebook-connection a {
  font-size: 14px;
  color: rgb(56, 81, 133);
  font-weight: 600;
}
.login .content .log-on .other-ways .facebook-connection img {
  width: 20px;
  margin-right: 5px;
}
.login .content .log-on .other-ways .forget-password {
  text-align: center;
}
.login .content .log-on .other-ways .forget-password a {
  font-size: 13px;
  color: rgb(56, 81, 133);
  opacity: 0.9;
  text-align: center;
}
.login .content .sing-up {
  text-align: center;
  padding: 10px 0px;
  margin-top: 10px;
}
.login .content .sing-up p {
  font-weight: 300;
  margin: 0;
  color: rgb(38, 38, 38);
  font-size: 14px;
}
.login .content .sing-up p a {
  font-size: 14px;
  color: rgb(0, 149, 246);
  font-weight: 600;
}
.login .content .download {
  text-align: center;
}
.login .content .download div img {
  height: 40px;
}

.nav {
  z-index: 200;
  position: relative;
  display: flex;
  background-color: rgb(255, 255, 255);
  flex-direction: column;
  align-items: baseline;
  justify-content: space-between;
  min-height: 100vh;
  position: fixed;
  padding: 30px 24px 20px 24px;
  border-right: 1px solid rgb(219, 219, 219);
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}
.nav .small-logo {
  width: 24px;
  margin-bottom: 25px;
}
.nav .menu ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin-bottom: 5em;
}
.nav .menu ul li {
  margin-bottom: 25px;
}
.nav .menu ul li a {
  color: rgb(38, 38, 38);
  font-size: 17px;
  display: flex;
  flex-direction: row;
  font-weight: 400;
}
.nav .menu ul li a.active {
  font-weight: 500;
}
.nav .menu ul li a img {
  margin-right: 10px;
  width: 24px;
}
.nav .menu ul li a img.circle {
  border-radius: 30px;
}
.nav .menu ul li a span {
  padding-right: 15px;
}
.nav .more img {
  width: 24px;
  margin-right: 10px;
}
.nav .more .dropup button {
  display: flex;
  flex-direction: row;
  border: transparent;
  align-items: center;
  padding: 0;
}
.nav .more .dropup ul li a {
  border-bottom: 2px solid rgb(219, 219, 219);
  padding-bottom: 10px;
  font-family: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.nav .more .dropup ul li a.bold_border {
  border-top: 4px solid rgb(219, 219, 219);
}
.nav .more .dropup ul li a img {
  margin-left: 3em;
  width: 24px;
}

.left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.left img {
  width: 24px;
}
.left .notifications {
  margin-left: 10px;
}

.nav_xm {
  background: linear-gradient(90deg, #162a43 0%, #080d1b 100%);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 15px;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,0.2);
}
@media screen and (max-width: 498px) {
  .nav_xm {
    display: flex;
  }
}
.nav_xm .dropdown button {
  padding-left: 0;
}
.nav_xm .dropdown img {
  margin: 0;
}
.nav_xm img {
  margin-left: 20px;
}

.nav_sm .content {
  background-color: rgb(255, 255, 255);
  padding: 10px 40px 10px 0px;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .nav_sm .content {
    display: flex;
    width: 100vw;
    margin: auto;
  }
}
@media screen and (max-width: 498px) {
  .nav_sm .content {
    display: none;
  }
}
.nav_sm .content .left .search_bar {
  margin-right: 30px;
}
.nav_sm .content .left .search_bar .input-group .form-outline {
  width: 225px;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: rgb(250, 250, 250);
  padding: 5px 10px;
  border-radius: 10px;
}
.nav_sm .content .left .search_bar .input-group .form-outline img {
  opacity: 0.5;
  width: 18px;
}
.nav_sm .content .left .search_bar .input-group .form-outline input {
  width: 225px;
  height: 30px;
  background-color: rgb(250, 250, 250);
  font-weight: 300;
  border: none;
}

.nav_bottom {
  z-index: 10;
  /* background-color: rgb(255, 255, 255); */
  /* display: none;
  position: fixed;
  bottom: 0;
  flex-direction: row;
  align-items: center;
  justify-content: space-around; */
  /* padding: 5px 40px; */
  width: 100%;
}
@media screen and (max-width: 768px) {
  .nav_bottom {
    display: flex;
  }
}
@media screen and (max-width: 498px) {
  .nav_bottom {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  /* .nav_bottom {
    padding: 12px 15px;
  } */
}
.nav_bottom img {
  width: 24px;
}
.nav_bottom img.circle {
  border-radius: 30px;
}

.post_page {
  z-index: 1;
  /* display: grid;
  grid-template-columns: 1fr 5fr; */
}
@media screen and (max-width: 768px) {
  .post_page {
    grid-template-columns: 1fr;
  }
}
.post_page .second_container {
  margin-top: 35px;
  /* margin-right: 3em; */
  /* display: grid;
  grid-template-columns: 3fr 1fr; */
}
@media screen and (max-width: 991px) {
  .post_page .second_container {
    display: flex;
    justify-content: center;
    align-self: center;
    margin: 35px 0px;
  }
}
.post_page .icon_left img {
  align-items: center;
  margin-right: 10px;
}

.main_section {
  width: auto;
  display: flex;

  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 498px) {
  .main_section {
    justify-content: center;
    width:100%;
    height:auto;
  }
}
.main_section .posts_container {
  max-width: 470px;
}
@media screen and (max-width: 498px) {
  .main_section .posts_container {
    max-width: 100%;
  }
}
.main_section .posts_container .post {
  font-size: 14px;
  /* margin-bottom: 15px; */
  width: -webkit-fill-available;
}
@media screen and (max-width: 498px) {
  .main_section .posts_container .post {
    width: 100%;
  }
}
.main_section .posts_container .post .info {
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px;
}
.main_section .posts_container .post .info .person img {
  width: 32px;
  height: 32px;
  border-radius: 30px;
  padding: 5px;
}
.main_section .posts_container .post .info .person a {
  color: rgb(38, 38, 38);
  font-weight: 600;
  margin-right: 5px;
}
.main_section .posts_container .post .info .person span {
  color: rgb(142, 142, 142);
  list-style: circle;
  font-weight: 400;
  position: relative;
  top: -1px;
}
.main_section .posts_container .post .info .person span.circle {
  align-items: center;
  font-size: 30px;
}
.main_section .posts_container .post .info .more img {
  width: 15px;
  height: 15px;
}
.main_section .posts_container .post .image {
  width: 100%;
  position: relative;
}
.main_section .posts_container .post .image img {
  width: 100%;
  border-radius: 0px;
}
.main_section .posts_container .post .desc p {
  font-weight: 400;
  margin: 0 15px;
  font-size: 12px;
  line-height: normal;
}
.main_section .posts_container .post .desc a.bold {
  font-weight: 600;
  color: rgb(38, 38, 38);
}
.main_section .posts_container .post .desc a.gray {
  color: rgb(142, 142, 142);
  font-weight: 400;
}
.main_section .posts_container .post .desc .icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px 15px;
}
.main_section .posts_container .post .desc .icons div img {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.main_section .posts_container .post .desc input {
  border: none;
  color: rgb(142, 142, 142);
}

.followers_container {
  font-size: 14px;
}
@media screen and (max-width: 991px) {
  .followers_container {
    display: none;
  }
}
.followers_container div .suggestions .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.followers_container div .suggestions .title h4 {
  color: rgb(142, 142, 142);
  font-size: 14px;
}
.followers_container div .suggestions .title a.dark {
  font-size: 13px;
  font-weight: 500;
  color: rgb(38, 38, 38);
}
.followers_container div .suggestions .cart {
  margin-bottom: 10px;
}
.followers_container div .suggestions .cart img {
  width: 45px;
  height: 45px;
}
.followers_container div .suggestions .cart .info p {
  font-size: 13px;
}
.followers_container div button, .followers_container div a {
  color: rgb(0, 149, 246);
}

.stories {
  position: relative;
}
.stories .items .item_s img {
  height: 56px;
  width: 55px;
  border-radius: 30px;
  padding: 2px;
  border: 1px solid rgb(142, 142, 142);
}
.stories .items .item_s p {
  color: rgb(142, 142, 142);
  font-weight: 300;
  font-size: 12px;
  margin: 0;
  text-align: center;
}

.search_section {
  transition: all 1s ease;
  opacity: 0;
  z-index: 2;
  position: absolute;
  background-color: white;
  padding: 10px;
  width: 350px;
  left: -20em;
  height: 100vh;
  padding: 1.5em 1em;
}
.search_section.show {
  transition: all 1s ease;
  opacity: 1 !important;
  left: 12.6em;
}
@media screen and (max-width: 991px) {
  .search_section.show {
    left: 5em;
  }
}
@media screen and (max-width: 768px) {
  .search_section {
    display: none;
  }
}
.search_section h2 {
  color: rgb(38, 38, 38);
  padding-bottom: 1em;
  font-size: 25px;
}
.search_section form {
  background-color: rgb(239, 239, 239);
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 1.5em;
}
.search_section form input {
  background: transparent !important;
  font-weight: 300;
  padding: 5px 10px;
  outline: none;
  border: none !important;
}
.search_section .find .desc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 20px;
}
.search_section .find .desc h4 {
  margin: 0;
  font-size: 20px;
}
.search_section .find .desc p {
  margin: 0;
}
.search_section .find .desc p a {
  font-weight: 500;
  color: rgb(0, 149, 246);
}
.search_section .find .account .clear a {
  color: rgb(142, 142, 142);
}

.explore_container {
  padding: 2em;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
  width: fit-content;
  margin: auto;
}
.explore_container .items_4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
.explore_container .items_4 .item {
  height: 250px;
}
@media screen and (max-width: 768px) {
  .explore_container .items_4 .item {
    max-height: 200px;
  }
}
.explore_container .item1 {
  height: 100%;
}
.explore_container .item1 .item {
  max-width: 290px;
  height: 100%;
}
.explore_container .item1 .item img {
  height: 100%;
}

.posts {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 35px;
}
.posts .reel {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100%;
}
.posts .reel .video {
  position: relative;
  width: 470px;
  height: 100%;
  margin: auto 0;
  border-radius: 8px;
}
@media screen and (max-width: 498px) {
  .posts .reel .video {
    width: 100%;
    height: 100%;

  }
}
.posts .reel .video video {
  position: relative;
  width: 100%;
  height: 100%;
}
.posts .reel .video .content {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 99%;
  padding: 1em 0.5em;
}
.posts .reel .video .content img {
  width: 24px;
  background-color: rgba(0, 0, 0, 0.235);
  padding: 5px;
  border-radius: 16px;
}
.posts .reel .video .content .sound {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-right: 10px;
  /* margin-top: 20px; */
}
.posts .reel .video .content .sound .volume-mute {
  display: none;
}
.posts .reel .video .content .play {
  opacity: 1;
  display: flex;                              
  align-items: center;
  justify-content: center;
}
.posts .reel .video .content .play img {
  padding: 12px !important;
  width: 35px;
}
.posts .reel .video .content .info {
  display: flex;
  flex-direction: column;
  justify-content: baseline;
}
.posts .reel .video .content .info .profile {
  display: flex;
  align-items: baseline;
}
.posts .reel .video .content .info .profile h4 {
  display: flex;
  align-items: baseline;
}
.posts .reel .video .content .info .profile h4 a {
  color: white;
  font-size: 14px;
}
.posts .reel .video .content .info .profile h4 a img {
  background: transparent;
  width: 32px;
}
.posts .reel .video .content .info .profile span {
  color: white;
  padding: 0 10px;
  font-size: 25px;
}
.posts .reel .video .content .info .profile button {
  background-color: transparent;
  border: none;
  color: white;
}
.posts .reel .video .content .info .desc {
  padding: 10px 5px;
}
.posts .reel .video .content .info .desc p {
  font-weight: 300;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: white;
  margin-bottom: 5px;
}
.posts .reel .video .content .info .desc .show_text {
  cursor: pointer;
}
.posts .reel .video .content .info .desc .more {
  font-size: 14px;
  display: flex;
  align-items: baseline;
  color: white;
}
.posts .reel .video .content .info .desc .more .music {
  margin-right: 10px;
}
.posts .reel .likes {
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-left: 10px;
  margin-bottom: 1em;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .posts .reel .likes {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 498px) {
  .posts .reel .likes {
    margin: 0;
    margin-bottom: 3em;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.posts .reel .likes p {
  margin: 0;
}
.posts .reel .likes div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  padding: 5px 0;
  margin: 0;
  cursor: pointer;
}
.posts .reel .likes div:hover {
  opacity: 0.7;
}
.posts .reel .likes div .loved {
  display: none;
}
.posts .reel .likes div.send, .posts .reel .likes div.save {
  padding-bottom: 18px;
}
.posts .reel .likes img {
  width: 22px;
}
.posts .reel .likes .profile img {
  border-radius: 30px;
}

.notification_section {
  transition: all 1s ease;
  opacity: 0;
  z-index: 2;
  position: absolute;
  background-color: white;
  padding: 10px;
  width: 350px;
  left: -20em;
  height: 100vh;
  padding: 1.5em 1em;
}
.notification_section.show {
  transition: all 1s ease;
  opacity: 1 !important;
  left: 12.6em;
}
@media screen and (max-width: 991px) {
  .notification_section.show {
    left: 5em;
  }
}
@media screen and (max-width: 768px) {
  .notification_section {
    display: none;
  }
}
.notification_section h2 {
  color: rgb(38, 38, 38);
  padding-bottom: 1em;
  font-size: 25px;
}
.notification_section .info span {
  font-weight: 300;
  font-size: 13px;
  color: rgb(38, 38, 38);
}
.notification_section .info span.time {
  color: rgb(142, 142, 142);
  font-weight: 400;
}
.notification_section .notifications .notif .follow_you button {
  border: none;
  padding: 5px 10px;
  background-color: rgb(0, 149, 246);
  border-radius: 5px;
  color: white;
  font-weight: 500;
}
.notification_section .notifications .notif .story_like {
  padding: 0;
}
.notification_section .notifications .notif .story_like img {
  margin: auto;
  border-radius: 5px;
  height: 50px;
  border: none;
}

.notification_page #notification {
  opacity: 1;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.message_page {
  background-color: rgb(250, 250, 250);
}

#message {
  width: auto;
  display: flex;
  margin: 10px 10px;
  justify-content: center;
  min-height: 100vh;
}
#message .message_container {
  background-color: white;
  max-width: 935px;
  max-height: 90vh;
  display: flex;
  border-radius: 5px;
  border: 1px solid rgb(239, 239, 239);
}
@media screen and (max-width: 498px) {
  #message .message_container {
    height: auto;
    display: block;
    width: 100%;
  }
}
#message .message_container .persons {
  max-width: 300px;
  height: 100%;
}
@media screen and (max-width: 498px) {
  #message .message_container .persons {
    max-width: 100%;
  }
}
#message .message_container .persons .account_name {
  padding: 5px 20px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  margin: auto;
  position: relative;
  height: 80px;
  border: 1px solid rgb(239, 239, 239);
  border-right: none;
}
@media screen and (max-width: 768px) {
  #message .message_container .persons .account_name {
    height: 60px;
  }
}
#message .message_container .persons .account_name p {
  font-weight: 500;
  font-size: 16px;
}
#message .message_container .persons .account_name p.search {
  position: absolute;
  right: 10px;
}
#message .message_container .account_message {
  height: 450px;
  padding: 0px 15px;
  border: 1px solid rgb(239, 239, 239);
  border-top: none;
  overflow-y: auto;
}
@media screen and (max-width: 498px) {
  #message .message_container .account_message {
    height: auto;
    padding-bottom: 2em;
  }
}
#message .message_container .account_message .desc {
  display: flex;
  justify-content: space-between;
}
#message .message_container .account_message .desc p {
  font-size: 16px;
  padding: 0;
}
#message .message_container .account_message .desc a {
  font-size: 10px;
  color: rgb(0, 149, 246);
}
#message .message_container .account_message .cart {
  margin-right: 4.5em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #message .message_container .account_message .cart {
    margin-right: 20px;
  }
}
#message .message_container .account_message .cart p {
  font-size: 14px;
  font-weight: 400;
}
#message .message_container .account_message .cart img {
  width: 35px;
  margin-right: 5px;
}
#message .message_container .message {
  max-width: 500px;
}
@media screen and (max-width: 498px) {
  #message .message_container .message {
    display: none;
  }
}
#message .message_container .message .options {
  border: 1px solid rgb(239, 239, 239);
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 768px) {
  #message .message_container .message .options {
    height: 60px;
  }
}
#message .message_container .message .options .cart {
  margin: auto 0;
  margin-right: 11em;
}
@media screen and (max-width: 768px) {
  #message .message_container .message .options .cart {
    margin: 0;
    margin-right: 25px;
  }
}
#message .message_container .message .options .cart img {
  width: 35px;
}
#message .message_container .message .options .other {
  display: flex;
}
#message .message_container .message .options .other img {
  width: 25px;
  margin-left: 10px;
}
#message .message_container .message .content {
  position: relative;
  padding: 0 20px;
  height: 400px;
  padding-bottom: 10px;
  overflow-y: auto;
}
#message .message_container .message .content .p_message {
  width: 60%;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 22px;
  border: 2px solid rgb(239, 239, 239);
}
#message .message_container .message .content .my_message {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  text-align: right;
}
#message .message_container .message .content .my_message p {
  background-color: rgb(239, 239, 239);
}
#message .message_container .message form {
  height: 50px;
  padding: 0 20px;
  float: left;
  width: 100%;
}
#message .message_container .message form input {
  padding: 5px 10px;
  margin: auto;
}
#message .message_container .message form .emojionearea.emojionearea-inline {
  border-radius: 22px;
  border: 1px solid rgb(142, 142, 142);
}
#message .message_container .message form input.search {
  border-radius: 22px;
  border: 1px solid rgb(142, 142, 142);
}

#create_modal .modal_share {
  max-width: 700px;
}
#create_modal .modal_complete {
  max-width: 450px;
}
#create_modal .modal-body {
  overflow: hidden !important;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#create_modal .modal-body img.up_load {
  width: 90px;
}
#create_modal .modal-body p {
  padding: 15px 0;
}
#create_modal .modal-body .cart {
  margin-bottom: 0;
}
#create_modal .modal-body .cart img {
  width: 30px;
  height: auto;
}
#create_modal .modal-body .cart p {
  font-size: 12px;
}
#create_modal .modal-body button.btn_upload {
  position: relative;
  font-size: 12px;
}
#create_modal .modal-body button.btn_upload .input_select {
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  opacity: 0;
}
#create_modal .modal-body #image-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
#create_modal .modal-body #image-container img {
  width: 100%;
  height: 100%;
}
#create_modal .modal-body #image_description {
  position: absolute;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
}
#create_modal .modal-body #image_description .img_p img {
  width: 100%;
  height: 100%;
}
#create_modal .modal-body #image_description .description {
  background-color: white;
  border-left: 2px solid rgb(239, 239, 239);
  padding: 6px;
}
#create_modal button.next_btn_post, #create_modal button.share_btn_post {
  background-color: transparent;
  border: none;
  color: rgb(0, 149, 246);
  font-size: 17px;
  margin-right: 10px;
}
#create_modal .post_published {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile_container {
  padding: 30px 30px 0px 20px;
  /* margin: auto; */
  /* max-width: 700px; */
  background: #2574fc25;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .profile_container {
    max-width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .profile_container {
    max-width: 95%;
    /* padding-top: 20px; */
  }
}
.profile_container .profile_info .cart {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 498px) {
  .profile_container .profile_info .cart {
    /* flex-direction: column; */
    align-items: flex-start;
  }
}
.profile_container .profile_info .cart .img {
  margin-right: 2em;
}
.profile_container .profile_info .cart .img img {
  width: 150px;
  border-radius: 50%;
}
@media screen and (max-width: 498px) {
  .profile_container .profile_info .cart .img img {
    width: 100px;
  }
}
.profile_container .profile_info .info {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 498px) {
  .profile_container .profile_info .info {
    margin-top: 10px;
  }
}
.profile_container .profile_info .info p {
  font-weight: 400;
  margin: 0;
}
.profile_container .profile_info .info p.name {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
}
@media screen and (max-width: 498px) {
  .profile_container .profile_info .info p.name {
    justify-content: space-between;
    font-size: 16px;
  }
}
.profile_container .profile_info .info p.name button {
  padding: 5px 15px;
  font-size: 15px;
  margin-left: 20px;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  background-color: rgb(239, 239, 239);
}
.profile_container .profile_info .info button {
  padding: 5px 15px;
  font-size: 15px;
  margin-top: 10px;
  border-radius: 10px;
  border: none;
  font-weight: 500;
  background-color: rgb(239, 239, 239);
  width: fit-content;
}
.profile_container .profile_info .info .general_info {
  display: flex;
  justify-content: flex-start;
  margin: 15px 0;
}
.profile_container .profile_info .info .general_info:nth-child(2), .profile_container .profile_info .info .general_info:nth-child(3) {
  cursor: pointer;
}
@media screen and (max-width: 498px) {
  .profile_container .profile_info .info .general_info {
    margin: 5px 0;
  }
}
.profile_container .profile_info .info .general_info p {
  margin-right: 15px;
}
.profile_container .profile_info .info .general_info p span {
  font-weight: 500;
}
.profile_container .profile_info .info .nick_name {
  font-weight: 500;
}
.profile_container .profile_info .info .desc {
  font-weight: 18px;
  font-weight: 400;
}
.profile_container .highlights {
  display: flex;
  text-align: center;
}
.profile_container .highlights .img {
  width: 87px;
  height: auto;
  border: 1px solid rgb(239, 239, 239);
  border-radius: 50%;
  padding: 2px;
}
@media screen and (max-width: 498px) {
  .profile_container .highlights .img {
    width: 60px;
  }
}
.profile_container .highlights .img img {
  border-radius: 50%;
  width: 100%;
}
.profile_container .highlights .highlight {
  cursor: pointer;
  margin-right: 20px;
}
.profile_container .highlights .highlight p {
  margin: 10px auto;
  font-weight: 500;
}
.profile_container hr {
  margin-bottom: 0;
}
.profile_container .posts_profile {
  margin-bottom: 3em;
}
.profile_container .posts_profile .nav-pills .nav-link {
  color: rgb(142, 142, 142);
  font-weight: 400;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
}
.profile_container .posts_profile .nav-pills .nav-link img {
  margin-right: 5px;
  width: 15px;
}
.profile_container .posts_profile .nav-pills .nav-link.active {
  background: none;
  border-top: 1px solid black;
  border-radius: 0px;
  color: black;
}
.profile_container .posts_profile .post {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .profile_container .posts_profile .post {
    gap: 5px;
  }
}
.profile_container .posts_profile .post .item {
  width: auto;
}
.profile_container .posts_profile .post .item .item_img {
  max-width: 250px;
  max-height: 250px;
}
@media screen and (max-width: 768px) {
  .profile_container .posts_profile .post .item .item_img {
    max-width: 200px;
    max-height: 200px;
  }
}

.sign_up .content {
  max-width: 400px;
  margin: 10px auto;
}
.sign_up .content .log-on .logo {
  text-align: center;
  margin-bottom: 25px;
}
.sign_up .content .log-on .logo img {
  width: 180px;
}
.sign_up .content .log-on .logo p {
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.sign_up .content .log-on .logo .log_fac {
  margin: 15px auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgb(0, 149, 246);
}
.sign_up .content .log-on .logo .log_fac a {
  font-size: 14px;
  color: white;
  font-weight: 600;
}
.sign_up .content .log-on .logo .log_fac img {
  width: 20px;
  margin-right: 5px;
}
.sign_up .content .log-on .logo .seperator {
  margin: 15px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
.sign_up .content .log-on .logo .seperator span.ou {
  text-align: center;
  color: rgb(142, 142, 142);
  font-weight: 600;
}
.sign_up .content .log-on .logo .seperator span.ligne {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: rgb(142, 142, 142);
}
.sign_up .content .log-on form div {
  margin-bottom: 5px;
}
.sign_up .content .log-on form div input {
  font-size: 12px;
  font-weight: 300;
  width: 100%;
  padding: 9px 0px 7px 8px;
  border-radius: 5px;
  border: 1px solid rgb(219, 219, 219);
  background-color: rgb(250, 250, 250);
}
.sign_up .content .info {
  margin-top: 20px;
}
.sign_up .content .info p {
  text-align: center;
  font-size: 12px;
  color: rgb(142, 142, 142);
  margin: 7px 0;
}
.sign_up .content .info p a {
  font-size: 12px;
}
.sign_up .content .sing-in {
  text-align: center;
  padding: 10px 0px;
  margin-top: 10px;
}
.sign_up .content .sing-in p {
  font-weight: 300;
  margin: 0;
  color: rgb(38, 38, 38);
  font-size: 14px;
}
.sign_up .content .sing-in p a {
  font-size: 14px;
  color: rgb(0, 149, 246);
  font-weight: 600;
}
.sign_up .content .download {
  text-align: center;
}
.sign_up .content .download div img {
  height: 40px;
}/*# sourceMappingURL=main.css.map hello */
#otp-inputs input {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#otp-inputs{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.adminActions {
  position: fixed;
  bottom: 22px; right: 22px;
}

  .adminButton {
    height: 50px;
    width: 50px;
    background-color: rgba(80, 118, 255, 1);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
  }

    .adminButton i {
      font-size: 22px;
    }

  .adminButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
  }

    .adminButtons a {
      display: flex;
      width: 45px;
      height: 45px;
      border-radius: 50%;
      text-decoration: none;
      margin: 10px auto 0;
      line-height: 1.15;
      color: #000000;
      opacity: 0;
      visibility: hidden;
      position: relative;
      box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
      justify-content: center;
      align-items: center;
    }

      .adminButtons a:hover {
        transform: scale(1.05);
      }

      .adminButtons a:nth-child(1) {background-color: #03a9f4; transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;}
      .adminButtons a:nth-child(2) {background-color: #03a9f4; transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;}

      .adminActions a i {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%, -50%);
      }

  .adminToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0; left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
  }

    .adminToggle:hover {
      box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
    }

    .adminToggle:checked ~ .adminButtons a {
      opacity: 1;
      visibility: visible;
    }
    .bg-blue {
      background: #2656AD;
    }
    
    /* .bg-white {
      background: #2656AD;
    } */
    
    .bottom-nav {
      display: flex;
      justify-content: center;
      flex-direction: row;
      width: 100%;
      height: 55px;
      filter: drop-shadow(0 0 5px rgba(31, 31, 31, 0.1));
      position: fixed;
      bottom: 15px;
    }
    .bottom-nav .nav-slot {
      flex-basis: 30%;
      text-align: center;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 6px 9px;

    }
    .bottom-nav .nav-slot.new-slot {
      flex-basis: 0%;
      text-align: center;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 55px;
      width: 55px;
      margin-left: 10px;
      background: #2656AD;

    }
    .bottom-nav .nav-link {
      width: 100%;
      line-height: 1.5;
      align-items: center;
      color: #fff;
      border-radius: 45rem;
      padding: 0.5rem 0.5rem;
      transition: 0.3s all;
      display: flex;
      justify-content: center;
      gap: 5px;
    }
    .bottom-nav .new-slot a:hover {
      transition: 0.3s all;
      background: #2656AD;
      color: #fff;
    }
    .bottom-nav .nav-link:hover {
      transition: 0.3s all;
      background: white;
      color: #2656AD;
    }
    .bottom-nav .nav-link.active {
      transition: 0.3s all;
      background: white;
      color: #2656AD;
    }
    .bottom-nav .nav-link.new-slot.active {
      transition: 0.3s all;
      background: #2656AD;
      color: #fff;
    }
    .bottom-nav .curve {
      flex-basis: auto !important;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M99,0A36.33,36.33,0,0,0,70,15,25,25,0,0,1,30,15,36.33,36.33,0,0,0,1,0H0V50H100V0Z'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: cover;
      background-position-y: center;
      width: 100px;
    }
    .bottom-nav .floating-button {
      position: fixed;
      width: 50px;
      height: 50px;
      line-height: 3;
      text-align: center;
      color: #ffce54;
      border-radius: 50%;
      bottom: 35px;
      background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
      box-shadow: 0 10px 6px -6px #777;
      z-index: 1;
      transition: 0.3s all;
    }
    .bottom-nav .floating-button:hover {
      bottom: 40px;
      transition: 0.3s all;
    }
    .bottom-nav .round-top-left {
      border-top-left-radius: 25px;
      border-bottom-left-radius: 25px;
    }
    .bottom-nav .round-top-right {
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px;
    }
    .bottom-nav svg {
      height: 100%;
      margin-bottom: 4px;
    }
    .rounded-full{
      border-radius: 50% !important;
    }
    .text-white{
      color: white;
    }
    .send-btn{
      border: none;
      outline: none;
      background-color: #fff;
      border-radius: 50%;
    }
    [v-cloak] {
      display: none;
    }
    .error-message{
      color: red;
      font-size: 12px;
    }
    .navtop-drp{
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px;
      color: white;
      background-color: #2575fc;
    }
    .cus-btn .story{
      border-radius: 4.5rem;
    }
    .cus-btn{
      display: flex;
      gap: 5px;
      align-items: center;
      background-color: #2575fc;
      justify-content: left;
      color: #dee2e6;
      padding: 5px;
      border-radius: 4.5rem;
    }
    .nav_xm .cus-btn  img {
      margin-left: 0px;
    }
    .share-btn{
      border: none;
      outline: none;
    }
    .share-btn:focus{
      border: none;
      outline: none;
    }
    .share-btn:hover{
      border: none;
      outline: none;
    }
    /* Blinking Effect */
    .blink {
      animation: blink 1.5s ease-in-out infinite;
  }

  @keyframes blink {
      0% {
          opacity: 0.3;
      }

      50% {
          opacity: 0.6;
      }

      100% {
          opacity: 0.3;
      }
  }

  /* Loader Styles */
  .loading-placeholder .profile-img-loader,
  .loading-placeholder .name-loader,
  .loading-placeholder .media-loader,
  .loading-placeholder .icon-loader,
  .loading-placeholder .liked-loader,
  .loading-placeholder .post-desc-loader {
      background: #e0e0e0;
      border-radius: 4px;
  }

  .profile-img-loader {
      /* width: 40px;
      height: 40px; */
      border-radius: 50%;
  }

  .name-loader {
      width: 100px;
      height: 10px;
      margin-left: 10px;
  }

  .media-loader {
      width: 100%;
      height: 300px;
      margin-top: 10px;
  }

  .icon-loader {
      width: 20px;
      height: 20px;
      margin-top: 10px;
  }

  .liked-loader {
      width: 60px;
      height: 10px;
      margin-top: 10px;
  }

  .post-desc-loader {
      width: 100%;
      height: 20px;
      margin-top: 10px;
  }
  .loading-placeholder{
      width: 100%;
      /* min-width: 300px; */
  }
  .posts_container{
    width: 100%;
  }
  .posts hr{
    opacity: 0.05;
    margin-bottom: -0.3rem;
  }
  
  .liked{
    padding-left: 15px;
  }
  .like-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: red;
    animation: like-burst 1s ease-out;
    pointer-events: none;
  }
  
  @keyframes like-burst {
    0% {
      transform: translate(-50%, -50%) scale(0.5);
      opacity: 0;
    }
    50% {
      transform: translate(-50%, -50%) scale(1.5);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }
  }
  @media (min-width: 768px) {
    .md\:py-6 {
        padding-top: 1.5rem /* 24px */;
        padding-bottom: 1.5rem /* 24px */;
    }
}
.py-3 {
  padding-top: 0.75rem /* 12px */;
  padding-bottom: 0.75rem /* 12px */;
}
.landing-nav-bg{
  background: linear-gradient(90deg, #162A43 0%, #080D1B 100%);

}