/* =============== font size ============== */
/* =============== font weight ============== */
/* =============== max width ==============*/
/*=============== colors =================*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #FFFFFF;
  font-family: "Poppins", sans-serif;
}
body .main_container {
  max-width: 748px;
  margin-left: auto;
  margin-right: auto;
  min-height: 75vh;
}

.text_center {
  text-align: center;
}

.w_mx_525 {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.img_responsive {
  max-width: 100%;
}

/*============================== header ==============================*/
.stick_top_sec {
  display: flex;
  justify-content: center;
  min-height: 110px;
}

.stick_top_ads {
  position: fixed;
  display: flex;
  top: 0;
  z-index: 99;
}

.menu_btn_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.collapse-icon,
.lang_icon {
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  width: 49px;
  height: 49px;
  padding: 10px;
  box-sizing: border-box;
}

.lang_icon {
  display: flex;
  align-items: center;
}
.lang_icon a {
  display: flex;
}

.logo a {
  color: #232323;
  font-size: 40px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  display: flex;
}
.logo a:hover {
  color: #232323;
  text-decoration: none;
}
.logo a:active {
  color: #232323;
  text-decoration: none;
}

.language-dropdown {
  position: relative;
}

.language-dropdown select {
  position: absolute;
  top: 0;
  width: 49px;
  height: 49px;
  opacity: 0;
  text-align: left;
}

.collapse-icon {
  display: flex;
  align-items: center;
  position: relative;
}
.collapse-icon span {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  width: 27px;
  position: relative;
}
.collapse-icon::before {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  bottom: 13px;
  right: 10px;
}
.collapse-icon::after {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  top: 13px;
  left: 10px;
}

ul {
  list-style: none;
  padding-left: 0;
}

#menu {
  font-family: "Roboto", sans-serif;
}

.nav_sec {
  background: #10BBB3 0% 0% no-repeat padding-box;
  padding-left: 20px;
  padding-right: 20px;
}

.nav_container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.menu_sec .nav_container {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  padding: 30px 23px 0;
  box-sizing: border-box;
}
.menu_sec .menu_block {
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
}

.menu_btn_list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.create_pro_btn a {
  box-shadow: 3px 3px 10px rgba(194, 194, 194, 0.447);
  border: 2px solid #10BBB3;
  border-radius: 0px 17px 17px 17px;
}

.create_pro_btn a {
  border: 2px solid #10BBB3;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 14px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
  font-size: 19px;
  color: #10BBB3;
}

.menu_btn_list[dir=ltr] .login_btn {
  padding-left: 25px;
}

.menu_btn_list[dir=rtl] .login_btn {
  padding-right: 25px;
}

.login_btn a {
  border-radius: 10px;
  background: #10BBB3 0% 0% no-repeat padding-box;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 16px;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1;
}

#menu {
  padding-left: 25%;
}
#menu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #707070;
}
#menu:hover {
  text-decoration: none;
  color: #10BBB3;
}
#menu:active {
  text-decoration: none;
  color: #10BBB3;
}
#menu img {
  margin-right: 13px;
}

.lang_menu {
  position: relative;
}
.lang_menu select {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 30px;
  opacity: 0;
}

.menu_sec {
  display: none;
}

.active .collapse-icon span {
  background: #10BBB3;
  transform: rotate(-40deg);
}
.active .collapse-icon::before {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  background: #10BBB3;
  width: 12px;
  bottom: 16px;
  right: 11px;
  transform: rotate(43deg);
}
.active .collapse-icon::after {
  display: block;
  height: 3px;
  background: #10BBB3;
  border-radius: 10px;
  transition: all 1s;
  content: "";
  width: 9px;
  position: absolute;
  transition: all 1s;
  background: #10BBB3;
  width: 12px;
  top: 16px;
  left: 11px;
  transform: rotate(43deg);
}

.adv-ads-txt {
  font-size: 10px !important;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "roboto", sans-serif;
  text-align: center !important;
  opacity: 0.7;
}

@media screen and (max-width: 330px) {
  .logo a img {
    width: 120px;
  }
}
@media screen and (min-width: 331px) and (max-width: 550px) {
  .logo a {
    font-size: 28px;
  }
}
@media screen and (max-width: 350px) {
  .menu_btn_list .create_pro_btn a {
    min-width: 150px;
    font-size: 12px;
  }
  .menu_btn_list .login_btn a {
    min-width: 60px;
    font-size: 12px;
  }
}
@media screen and (min-width: 351px) and (max-width: 550px) {
  .create_pro_btn a {
    min-width: 187px;
    font-size: 14px;
  }
  .login_btn a {
    min-width: 87px;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  #menu li a img {
    width: 21px;
  }
  .menu_btn_list {
    justify-content: center;
  }
  #menu a {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .create_pro_btn a {
    margin-right: 15px;
  }
}
@media screen and (min-width: 331px) and (max-width: 374px) {
  .logo a img {
    width: 141px;
  }
}
@media screen and (min-width: 375px) and (max-width: 550px) {
  .logo a img {
    width: 171px;
  }
}
@media screen and (min-width: 550px) {
  #menu li a img {
    width: 25px;
  }
  .menu_btn_list {
    justify-content: center;
  }
  #menu a {
    font-size: 22px;
    padding-bottom: 22px;
  }
  .create_pro_btn a {
    min-width: 255px;
  }
  .login_btn a {
    min-width: 119px;
  }
}
/*============================== end header ==============================*/
.menu_btn_list .login_btn {
  background: none;
  border-radius: 0 0 0;
  box-shadow: 0 0 0;
}

.ads_sec {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
.ads_sec p {
  color: #030F0E;
  font-size: 13px;
}

.top_ad {
  padding-top: 20px;
}

.error {
  position: absolute;
  justify-content: center;
  display: none;
  width: 100%;
  top: -28px;
}
.error p {
  padding: 4px 8px;
  font-size: 13px;
  color: #FF3B3B;
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  border: 1px solid #10BBB3;
  border-radius: 7px;
}
.error::before, .error::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 5px;
  top: 23px;
  border: 5px solid transparent;
  border-bottom: 10px solid #10BBB3;
  transform: rotate(180deg);
}
.error::after {
  border-bottom: 8px solid #fff;
  top: 22px;
  transform: rotate(180deg);
}

.lang_menu {
  position: relative;
}
.lang_menu select {
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 30px;
  opacity: 0;
}

.login_form_sec .error {
  bottom: 3px;
}

.send_btn {
  fill: #707070;
  margin-left: 4px;
}

.no_msg_sec {
  background: #E4F0FE;
  padding: 13px 10px 20px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}
.no_msg_sec .msg_top_head {
  font-size: 22px;
  font-weight: 700;
  color: #292929;
  position: relative;
  padding-bottom: 0px;
  text-align: center;
}
.no_msg_sec .msg_top_head h3 {
  font-size: 24px;
  padding-bottom: 16px;
}
.no_msg_sec .msg_top_head i {
  background: #F18518 0% 0% no-repeat padding-box;
  padding: 5px 25px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  color: #fff;
}
.no_msg_sec .msg_top_head i .tooltiptext {
  visibility: hidden;
  min-width: 120px;
  background-color: #000000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  font-size: 14px;
}
.no_msg_sec .msg_top_head i .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
}
.no_msg_sec .msg_top_head i:hover .tooltiptext {
  visibility: visible;
}
.no_msg_sec .ads_sec {
  padding: 20px 0 30px;
}

.no_msg_page .share_bottom_sec {
  margin-bottom: 20px;
}
.no_msg_page .msg_del_btn_list {
  padding-bottom: 0;
}

.reload_btn {
  position: fixed;
  right: 0;
  bottom: 10px;
  width: 73px;
  height: 56px;
  background: #10BBB3 0% 0% no-repeat padding-box;
  border-radius: 8px 8px 8px;
  border: 0;
}

.timeline-reload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.timeline-reload-btn .user_friend_msg_reload_btn {
  width: 318px;
  background: #368AEF;
  border-radius: 8px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  padding: 14px 10px;
  transition: 0.3s ease all;
}
.timeline-reload-btn .user_friend_msg_reload_btn:hover {
  background: #295890 0% 0% no-repeat padding-box;
}
.timeline-reload-btn .user_friend_msg_reload_btn img {
  width: 19px;
  height: 19px;
  padding-left: 15px;
}

.pop_sec {
  position: fixed;
  background: rgba(8, 8, 0, 0.7);
  top: 0;
  font-family: "Roboto", sans-serif;
  bottom: 0;
  width: 100%;
  z-index: 999;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.15s linear;
}
.pop_sec .pop_dialog {
  display: flex;
  justify-content: center;
  min-height: 94Vh;
  align-items: center;
  top: 0;
  left: 0;
  transition: opacity 0.15s linear;
  animation-name: in;
  animation-duration: 0.3s;
}
.pop_sec .pop_dialog .pop_content {
  max-width: 396px;
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 17px;
  box-sizing: border-box;
}
.pop_sec .pop_dialog .pop_content .pop_header {
  min-height: 50px;
}
.pop_sec .pop_dialog .pop_content .pop_header .close {
  width: 22px;
  height: 22px;
  background: url("/img/theme1/flavour1/cross_ic.png") no-repeat;
  margin-left: auto;
  background-size: 21px;
  border: 0;
  display: flex;
}
.pop_sec .pop_dialog .pop_content .pop_con {
  text-align: center;
}
.pop_sec .pop_dialog .pop_content .pop_btn_list {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.pop_sec .pop_dialog .pop_content .pop_btn_list .cen_btn,
.pop_sec .pop_dialog .pop_content .pop_btn_list .delbtn,
.pop_sec .pop_dialog .pop_content .pop_btn_list .hide_btn_con,
.pop_sec .pop_dialog .pop_content .pop_btn_list .unhide_btn_con {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(194, 194, 194, 0.447);
  border: 2px solid #10BBB3;
  border-radius: 17px;
  min-width: 171px;
  color: #10BBB3;
  font-size: 20px;
  padding: 12px;
}
.pop_sec .pop_dialog .pop_content .pop_btn_list .delbtn,
.pop_sec .pop_dialog .pop_content .pop_btn_list .hide_btn_con,
.pop_sec .pop_dialog .pop_content .pop_btn_list .unhide_btn_con {
  background: #10BBB3 0% 0% no-repeat padding-box;
  color: #fff;
  border: 0;
}
.pop_sec .pop_dialog .pop_content .pop_btn_list .hide_btn_con {
  background: transparent linear-gradient(128deg, #B8B9BB 0%, #5C5D5E 100%) 0% 0% no-repeat padding-box;
}
.pop_sec .pop_dialog .pop_content .pop_btn_list .unhide_btn_con {
  background: #10BBB3 0% 0% no-repeat padding-box;
}
.pop_sec .pop_dialog .pop_content .del_btn_sec {
  background: #10BBB3 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  border-radius: 17px;
  width: 86px;
  height: 86px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -53px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.pop_sec .pop_dialog .pop_content .del_btn_sec img {
  width: 40px;
}

@keyframes in {
  to {
    transform: translate(0, 0);
  }
  from {
    transform: translate(0, -25%);
  }
}
.no_msg_block {
  display: flex;
  background: #FBFBFB 0% 0% no-repeat padding-box;
  box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  min-height: 157px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no_msg_block .no_msg_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #757575;
}
.no_msg_block .no_msg_con img {
  margin-bottom: 22px;
}

.msg_block_list {
  padding-left: 5.5%;
  padding-right: 5.5%;
  box-sizing: border-box;
}
.msg_block_list li {
  background: #ffffff;
  border-radius: 12px;
  border-bottom: 2px solid #B9D9FF;
  margin-bottom: 10px;
  position: relative;
  border: 2px solid #B9D9FF;
}
.msg_block_list li .msg_main_user {
  display: flex;
  margin-bottom: 5px;
  padding: 16px 16px 9px;
  box-sizing: border-box;
  justify-content: center;
}
.msg_block_list li .msg_main_user .msg_user_icon,
.msg_block_list li .msg_main_user .msg_del_icon {
  width: 30px;
  padding-top: 4px;
}
.msg_block_list li .msg_main_user .msg_user_icon .delete-icon,
.msg_block_list li .msg_main_user .msg_del_icon .delete-icon {
  cursor: pointer;
}
.msg_block_list li .msg_main_user .msg_user {
  width: 95%;
}
.msg_block_list li .msg_main_user .msg_user * {
  font-size: 15px;
  color: #030F0E;
}
.msg_block_list li .msg_main_user .msg_user p {
  word-break: break-word;
}
.msg_block_list li .msg_replay_sec {
  position: relative;
  margin: 20px 15px 0px;
  display: none;
}
.msg_block_list li .msg_replay_sec form {
  position: relative;
}
.msg_block_list li .msg_replay_sec input {
  background: #FBFBFB 0% 0% no-repeat padding-box;
  -webkit-appearance: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 15px;
  padding: 14px 90px 14px 15px;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  outline: none;
  border: 0.5px solid #A3AFBE;
  border-radius: 6px;
  height: 40px;
}
.msg_block_list li .msg_replay_sec input::placeholder {
  color: #707070;
  font-size: 15px;
}
.msg_block_list li .msg_replay_sec button {
  width: 80px;
  height: 30px;
  position: absolute;
  color: #707070;
  border-radius: 6px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  font-size: 14px;
  top: 50%;
  transform: translate(0%, -50%);
}
.msg_block_list li .msg_replay_sec button[dir=ltr] {
  right: 4px;
}
.msg_block_list li .msg_chat_sec {
  height: auto;
  max-height: 321px;
  overflow-y: scroll;
  box-sizing: border-box;
  overflow-x: hidden;
  padding: 10px 10px 15px 15px;
}
.msg_block_list li .msg_chat_sec .msg_main_user:nth-child(odd) {
  border-radius: 10px;
}
.msg_block_list li .msg_chat_sec .msg_main_user:nth-child(even) {
  border-radius: 10px;
}
.msg_block_list li .msg_chat_sec .friend-comment {
  display: flex;
}
.msg_block_list li .msg_chat_sec .friend-comment .friend-comment-inner {
  border: 0.5px solid #DDDDDD;
  width: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0px 14px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  position: relative;
  min-height: 40px;
  align-items: center;
}
.msg_block_list li .msg_chat_sec .friend-comment .friend-comment-icon {
  width: 7%;
  display: none;
}
.msg_block_list li .msg_chat_sec .friend-comment .friend-comment-msg {
  width: 92%;
}
.msg_block_list li .msg_chat_sec .friend-comment .friend-comment-msg p {
  font-size: 14px;
  color: #030F0E;
  word-break: break-word;
  padding: 9px 0;
}
.msg_block_list li .msg_chat_sec .friend-comment .friend-comment-del-icon {
  position: absolute;
  bottom: -5px;
}
.msg_block_list li .msg_chat_sec .friend-comment .friend-comment-del-icon[dir=ltr] {
  right: -2px;
}
.msg_block_list li .msg_chat_sec .user-comment {
  display: flex;
}
.msg_block_list li .msg_chat_sec .user-comment .user-comment-inner {
  width: 100%;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0px 14px;
  border: 0.5px solid #DDDDDD;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  align-items: center;
  position: relative;
  min-height: 40px;
}
.msg_block_list li .msg_chat_sec .user-comment .user-comment-del-icon {
  position: absolute;
  bottom: 0px;
}
.msg_block_list li .msg_chat_sec .user-comment .user-comment-del-icon[dir=ltr] {
  right: 4px;
}
.msg_block_list li .msg_chat_sec .user-comment .user-comment-msg {
  width: 92%;
}
.msg_block_list li .msg_chat_sec .user-comment .user-comment-msg p {
  font-size: 14px;
  color: #030F0E;
  word-break: break-word;
  padding: 9px 0;
}
.msg_block_list li .msg_chat_sec .load_more_chat {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}
.msg_block_list li .msg_chat_sec .load_more_chat button {
  border: 0;
  border-radius: 10px;
  display: flex;
  padding: 8px;
  color: #368AEF;
  text-decoration: none;
  min-width: 170px;
  justify-content: center;
  background: #ffffff;
  align-items: center;
  font-size: 16px;
  border: 1px solid #368AEF;
}
.msg_block_list li .msg_chat_sec .load_more_chat button i {
  margin-left: 15px;
  font-size: 23px;
}
.msg_block_list li .msg_chat_sec .bg_red {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  justify-content: space-between;
}
.msg_block_list li .msg_chat_sec .bg_red .bg_red-left {
  display: flex;
}
.msg_block_list li .msg_chat_sec .bg_blue {
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.msg_block_list li .msg_chat_sec .bg_yellow {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  justify-content: space-between;
}
.msg_block_list li .msg_chat_sec .bg_yellow .bg_yellow_left {
  display: flex;
}
.msg_block_list li .msg_chat_sec .bg_green {
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.msg_block_list li .msg_chat_sec .comment-area:last-child .user-comment-inner,
.msg_block_list li .msg_chat_sec .comment-area:last-child .friend-comment-inner {
  margin-bottom: 0;
}
.msg_block_list li .more_chat_sec .more-chat-del-btn {
  text-align: center;
  display: none;
}
.msg_block_list li .more_chat_sec.active .more-chat-del-btn {
  display: block;
}
.msg_block_list .chat_del_btn {
  background: transparent;
  border: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border: 0.5px solid #E13C3C;
  border-radius: 6px;
  color: #E13C3C;
  padding: 0px 8px;
  font-size: 15px;
}
.msg_block_list .more_chat {
  width: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0px;
  color: #368AEF;
  cursor: pointer;
  position: relative;
  border: 3px solid #ccc;
  border: 2px solid #B9D9FF;
  border-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  border-radius: 4px 4px 0 0;
}
.msg_block_list .more_chat i {
  font-size: 36px;
  line-height: 20px;
  transition: all 0.5s;
}
.msg_block_list .active.more_chat_sec i {
  transform: rotate(180deg);
}
.msg_block_list .active.more_chat_sec .chat_del_btn {
  display: flex;
}

.active_msg_sec {
  background: #D1F0EF;
  margin-top: 30px;
}

.msg_btn_list {
  display: flex;
  justify-content: space-around;
}

.more_less_btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border: 0;
  padding: 10px 12px;
  box-sizing: border-box;
  color: #FF7700;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  border: 1.2px solid #FF7700;
  font-weight: 500;
}
.more_less_btn i {
  margin-left: 14px;
}

.msg_block {
  margin-top: 0px;
}

.signupmain-sec {
  background: #D1F0EF 0% 0% no-repeat padding-box;
  padding: 16px;
}

.uf_ins_sec {
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  padding: 9px 17px 11px;
  box-sizing: border-box;
  border-radius: 23px;
}
.uf_ins_sec .uf_ins_con {
  text-align: center;
  padding-bottom: 14px;
  color: #292929;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 4%;
  padding-right: 4%;
}
.uf_ins_sec .uf_ins_con .uf_ins_head {
  margin: 0 auto;
  padding-top: 19px;
  padding-bottom: 2px;
}
.uf_ins_sec .uf_ins_con .uf_ins_head h1 {
  margin: 0;
  font-size: 40px;
  line-height: 48px;
  color: #474646;
}
.uf_ins_sec .uf_ins_con .uf_ins_content {
  color: #292929;
}
.uf_ins_sec .uf_ins_con .uf_ins_content p {
  width: 83%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
}
.uf_ins_sec .uf_form_sec {
  position: relative;
  max-width: 561px;
  margin: 0 auto;
}
.uf_ins_sec .uf_form_sec form {
  padding: 0 25px 20px;
  position: relative;
}
.uf_ins_sec .uf_form_sec textarea {
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 17px;
  width: 100%;
  outline: none;
  min-height: 127px;
  font-family: "Roboto", sans-serif;
  background: #FBFBFB 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
  border-radius: 15px;
  resize: vertical;
}
.uf_ins_sec .uf_form_sec .send-secret-msg-btn {
  display: flex;
  justify-content: center;
}
.uf_ins_sec .uf_form_sec .send-secret-msg-btn #uf_btn {
  margin: 14px 0 8px;
  background: #F18518 0% 0% no-repeat padding-box;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.uf_ins_sec .uf_form_sec .send-secret-msg-btn #uf_btn .send_btn {
  transform: rotate(45deg);
  margin-top: -1px;
  margin-left: 3px;
}
.uf_ins_sec .active .send-secret-msg-btn #uf_btn {
  background: #F18518 0% 0% no-repeat padding-box;
}

.uf_sec .no_msg_sec .msg_top_con {
  padding-bottom: 8px;
}
.uf_sec .no_msg_sec .msg_top_head {
  padding-top: 0;
}
.uf_sec .no_msg_sec .msg_top_head h2 {
  font-size: 22px;
}
.uf_sec .no_msg_sec .msg_block_list li {
  padding-bottom: 10px;
}
.uf_sec .no_msg_sec .msg_block_list li .msg_main_user:nth-child(even) {
  border-radius: 0px 20px 20px 20px;
}

.signup-ins-sec {
  max-width: 510px;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 25px;
}
.signup-ins-sec h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  color: #101010;
  font-family: "Roboto", sans-serif;
}
.signup-ins-sec p {
  font-size: 14px;
  color: #414443;
  margin-bottom: 20px;
}
.signup-ins-sec ul {
  list-style: none;
  text-align: left;
  color: #414443;
  padding-bottom: 10px;
}
.signup-ins-sec ul li {
  padding-top: 1px;
  display: flex;
  font-size: 16px;
  line-height: 28px;
}
.signup-ins-sec ul li span:first-child {
  width: 20px;
}
.signup-ins-sec ul li span:nth-child(2) {
  width: 95%;
}

.ss_sec {
  max-width: 646px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin-bottom: 0px;
  border-radius: 23px;
  box-sizing: border-box;
}
.ss_sec .ss_sec_inner {
  max-width: 510px;
  margin: 0 auto;
}
.ss_sec .ss_btn_list {
  display: flex;
  flex-direction: column;
}
.ss_sec .ss_btn_list button,
.ss_sec .ss_btn_list a {
  border-radius: 10px;
  background: transparent;
  font-size: 20px;
  color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-decoration: none;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ss_sec .ss_btn_list .create_p_link {
  background: #F18518 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 10px 0;
  font-weight: 700;
}
.ss_sec .ss_btn_list .create_link_button_nudge_effect_enable {
  animation: animate-shake 2s ease-in-out infinite;
}
.ss_sec .ss_bottom_con * {
  font-size: 20px;
  color: #414443;
  padding-bottom: 3px;
}
.ss_sec .ss_bottom_con h6 {
  font-weight: 500;
}
.ss_sec .ss_top_con .ss_btn_sec {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 11px 11px 25px 11px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #292929;
  line-height: 24px;
  font-weight: 600;
}
.ss_sec .ss_top_con .ss_sec_success_img {
  text-align: center;
  padding-bottom: 25px;
}
.ss_sec .ss_top_con .ss_sec_success_img img {
  width: 94px;
}
.ss_sec .ss_top_con .ss_head_sec {
  padding-bottom: 18px;
  color: #10BBB3;
}
.ss_sec .ss_top_con .ss_head_sec p {
  font-weight: 700;
}
.ss_sec .ss_top_con .ss_head_sec h2 {
  font-size: 22px;
  padding-top: 5px;
}

.main_container {
  min-height: 650px;
}

.main_container.active .top_ad {
  display: flex;
}
.main_container.active .uf_ins_sec {
  display: none;
}
.main_container.active .ss_sec {
  display: block;
}

.uf_sec .hidden_tl .msg_top_con {
  padding-bottom: 20px;
}
.uf_sec .hidden_tl .no_msg_block {
  min-height: 104px;
}

.pop_sec::before {
  content: "";
  width: 100%;
  height: 100vh;
  filter: blur(4px);
  position: fixed;
  top: 0;
  z-index: 8;
  background: #ffffff;
  filter: blur(183px);
}
.pop_sec .pop_dialog {
  position: relative;
  z-index: 9;
}

.hide_tl_msg {
  background: #707070;
  box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  color: #fff;
  padding: 11px;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  font-weight: 400;
  margin-top: 15px;
  display: none;
}

.unhide_active .hide_tl_msg {
  display: block;
}
.unhide_active .unhide_btn {
  display: flex;
}
.unhide_active .hide_btn {
  display: none;
}

.msg_block.hide {
  opacity: 0.5;
  cursor: not-allowed;
}

#hide_msg .del_btn_sec {
  background: transparent linear-gradient(155deg, #B8B9BB 0%, #5C5D5E 100%) 0% 0% no-repeat padding-box;
}
#hide_msg .del_btn_sec img {
  width: auto;
}

#unhide_msg .del_btn_sec {
  background: #1877F2 0% 0% no-repeat padding-box;
}
#unhide_msg .del_btn_sec img {
  width: auto;
}

#lang_popup .pop_content {
  max-width: 724px;
  width: 100%;
}
#lang_popup .pop_header {
  position: relative;
}
#lang_popup .pop_header h3 {
  color: #292929;
  font-size: 24px;
  text-align: center;
}
#lang_popup .pop_header .close {
  position: absolute;
  top: 8px;
  right: 13px;
}
#lang_popup .pop_con ul {
  padding-left: 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 5%;
}
#lang_popup .pop_con ul a {
  min-width: 186px;
  padding: 11px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 10px;
  background: #10BBB3 0% 0% no-repeat padding-box;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  height: 50px;
  align-items: center;
}
#lang_popup .pop_con ul a:hover, #lang_popup .pop_con ul a:active {
  color: #292929;
  text-decoration: none;
}

.msg_replay_sec.active_btn .save-comment-btn {
  border: 1px solid #F18518;
  color: #F18518;
}
.msg_replay_sec.active_btn .send_btn {
  fill: #F18518;
}

.lang_icon .message_icon {
  justify-content: center;
  width: 27px;
  background: #10BBB3;
  text-decoration: none;
  color: #fff;
  border-radius: 7px;
  padding: 7px 3px 9px 3px;
  box-sizing: border-box;
}

.sn-user-profile-timeline {
  background: #F27E0A 0% 0% no-repeat padding-box;
}
.sn-user-profile-timeline .message_icon {
  background: transparent;
}

.smart-scrool::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}

.smart-scrool::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.smart-scrool::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #F18518;
}

.send_another_msg .ss_btn_list {
  text-align: center;
  padding: 10px 0 0px;
}
.send_another_msg .ss_btn_list a {
  color: #1E3948;
  background: #ffffff;
  border: 1px solid #1E3948;
  font-size: 20px;
  line-height: 23px;
  padding: 10px 0;
}

#no-message-area {
  margin-top: -10px;
}

/*============================== footer ===============================*/
footer {
  background: #10BBB3 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
  text-align: center;
  padding: 23px 15px;
  color: #fff;
  font-size: 18px;
  padding-bottom: 70px;
}

.social_links,
.menu_links {
  display: flex;
  justify-content: center;
  margin-bottom: 13px;
}

.social_links li {
  padding-left: 12px;
  padding-right: 12px;
}
.social_links a {
  display: flex;
}
.social_links a img {
  width: 32px;
  height: 32px;
}

.menu_links li {
  padding-left: 5px;
  padding-right: 5px;
}
.menu_links a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}

.link_copied_sec {
  text-align: center;
}

.custom_ad {
  padding-top: 0 !important;
}

.static_ads {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 999;
  width: 320px;
  height: 65px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.static_ads .adv-ads-txt {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 330px) {
  .menu_links a {
    font-size: 14px;
  }
}
@media screen and (min-width: 331px) and (max-width: 550px) {
  .menu_links a {
    font-size: 16px;
  }
}
.msg_block_list li.middle-posts-ads {
  border-bottom: 0;
  border: 0;
  background: none;
}

/*============================ responsive ==============================*/
@media screen and (max-width: 600px) {
  .signupmain-sec {
    border-radius: 0px;
  }
}
@media screen and (max-width: 550px) {
  .lang_icon.sn-user-profile-timeline {
    width: 54px;
    height: 36px;
  }
  .lang_icon.sn-user-profile-timeline .message_icon {
    font-size: 11px;
    line-height: 14px;
  }
  .ss_sec .ss_top_con .ss_sec_success_img img {
    width: 77px;
  }
  .logo a {
    position: relative;
    z-index: 9;
  }
  .menu_btn_logo {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav_sec {
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    z-index: 10;
  }
  footer {
    border-radius: 0;
  }
  footer p {
    font-size: 14px;
  }
  .menu_links {
    margin-bottom: 8px;
  }
  .social_links {
    margin-bottom: 17px;
  }
  .social_links li {
    padding-left: 9px;
    padding-right: 9px;
  }
  .menu_sec {
    margin-top: -50px;
    position: relative;
    z-index: 8;
  }
  .menu_sec .nav_container {
    padding-top: 60px;
    border-radius: 0px 17px 17px 17px;
  }
  .language-dropdown {
    position: relative;
    z-index: 7;
  }
  .active .collapse-icon {
    box-shadow: 0 0 0;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
  }
  .active .lang_icon {
    box-shadow: 0 0 0 0;
    transition: all 0.5s;
  }
  .create_pro_btn a {
    padding: 11px;
    font-size: 14px;
    line-height: 1.3;
  }
  .login_btn a {
    padding: 11px;
    font-size: 14px;
    line-height: 1.3;
  }
  .msg_del_btn_list {
    padding-bottom: 25px;
  }
  .msg_del_btn_list a {
    font-size: 18px;
    padding: 12px;
    margin-bottom: 20px;
  }
  .msg_del_btn_list button {
    font-size: 18px;
    padding: 8px;
  }
  .msg_del_btn_list button img {
    margin-left: 8px;
  }
  .noti_sec {
    padding: 10px 10% 10px;
  }
  .no_msg_sec#no-message-area {
    padding: 14px 0px 10px;
  }
  .no_msg_sec {
    padding: 14px 10px 15px;
  }
  .no_msg_sec .msg_top_con p {
    font-size: 14px;
  }
  .no_msg_sec .msg_top_head {
    padding-top: 8px;
  }
  .no_msg_sec .msg_top_head h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .no_msg_sec .no_msg_block {
    min-height: 87px;
    border-radius: 7px;
  }
  .no_msg_sec .no_msg_block .no_msg_con {
    font-size: 14px;
  }
  .no_msg_sec .no_msg_block .no_msg_con img {
    margin-bottom: 8px;
    width: 42px;
  }
  .reload_btn {
    width: 60px;
    height: 45px;
  }
  .reload_btn img {
    width: 23px;
    height: 23px;
  }
  .pop_sec .pop_dialog .pop_content {
    max-width: 267px;
    padding: 12px;
  }
  .pop_sec .pop_dialog .pop_content .pop_header {
    min-height: 30px;
  }
  .pop_sec .pop_dialog .pop_content .pop_con p {
    font-size: 14px;
  }
  .pop_sec .pop_dialog .pop_content .pop_btn_list .delbtn,
  .pop_sec .pop_dialog .pop_content .pop_btn_list .cen_btn,
  .pop_sec .pop_dialog .pop_content .pop_btn_list .hide_btn_con,
  .pop_sec .pop_dialog .pop_content .pop_btn_list .unhide_btn_con {
    min-width: 115px;
    font-size: 14px;
    padding: 8px;
  }
  .pop_sec .pop_dialog .pop_content .del_btn_sec {
    width: 58px;
    height: 58px;
    margin-top: -40px;
  }
  .pop_sec .pop_dialog .pop_content .del_btn_sec img {
    width: auto;
  }
  .hide_tl_msg {
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 5px;
    padding: 12px;
  }
  .msg_block_list li .msg_main_user {
    padding-left: 18px;
    padding-right: 10px;
  }
  .msg_block_list li .msg_main_user .msg_user_icon {
    width: 30px;
  }
  .msg_block_list li .msg_main_user .msg_del_icon {
    min-width: 25px;
  }
  .msg_block_list li .msg_replay_sec input {
    font-size: 16px;
    padding: 14px 90px 14px 15px;
  }
  .msg_block_list .more_chat {
    padding-bottom: 0;
  }
  .msg_block {
    margin-top: 0;
  }
  .uf_ins_sec {
    padding: 9px 10px;
    border-radius: 15px;
  }
  .uf_ins_sec .uf_ins_con .uf_ins_head p {
    font-size: 22px;
    padding-bottom: 0;
  }
  .uf_ins_sec .uf_ins_con .uf_ins_head h1 {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: 33px;
  }
  .uf_ins_sec .uf_ins_con .uf_ins_content {
    font-size: 13px;
  }
  .uf_ins_sec .uf_form_sec form {
    padding: 0 10px 10px;
    position: relative;
  }
  .uf_ins_sec .uf_form_sec textarea {
    font-size: 18px;
    padding: 15px;
    min-height: 104px;
  }
  .uf_ins_sec .uf_form_sec .send-secret-msg-btn #uf_btn {
    max-width: 250px;
    height: 42px;
  }
  .uf_sec .no_msg_sec {
    padding-top: 11px;
  }
  .uf_sec .no_msg_sec .msg_top_con .msg_top_head h2 {
    font-size: 16px;
  }
  .uf_sec .no_msg_sec .msg_block {
    margin-top: 18px;
  }
  .ss_sec {
    padding-top: 10px;
    border-radius: 15px;
    margin-bottom: 0;
  }
  .ss_sec .ss_sec_inner {
    padding: 0 20px;
  }
  .ss_sec .ss_top_con .ss_btn_sec {
    font-size: 25px;
    padding: 11px 11px 15px 11px;
  }
  .ss_sec .ss_top_con .ss_sec_success_img {
    padding-bottom: 15px;
  }
  .ss_sec .ss_top_con .ss_head_sec p {
    font-size: 14px;
  }
  .ss_sec .ss_top_con .ss_head_sec h2 {
    padding-top: 10px;
    font-size: 16px;
  }
  .ss_sec .ss_btn_list {
    padding: 0 0px;
  }
  .ss_sec .ss_btn_list a,
  .ss_sec .ss_btn_list button {
    font-size: 18px;
    margin-bottom: 18px;
    height: 45px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto 10px;
  }
  .ss_sec .ss_bottom_con * {
    font-size: 15px;
    line-height: 20px;
  }
  #lang_popup .pop_dialog {
    padding-left: 20px;
    padding-right: 20px;
  }
  #lang_popup .pop_dialog .pop_header {
    margin-bottom: 18px;
  }
  #lang_popup .pop_dialog .pop_con ul {
    display: block;
  }
  #lang_popup .pop_dialog .pop_con ul a {
    padding: 12px;
  }
  .error p {
    font-size: 11px;
  }
  .msg_block_list {
    padding: 0 10px;
  }
  .send_another_msg .ss_btn_list {
    padding: 7px 0 0px;
  }
  .send_another_msg .ss_btn_list a {
    font-size: 18px;
    line-height: 24px;
  }
  .no_msg_page .no_msg_sec.active_msg_sec .msg_block {
    margin-top: 0;
  }
  .signup-ins-sec h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .signup-ins-sec ul li {
    font-size: 14px;
  }
}
@keyframes animate-shake {
  0%, 10%, 65%, 100% {
    transform: rotate(0deg) scale(1);
  }
  30%, 40% {
    transform: rotate(-1deg) scale(1.05);
  }
  35%, 45% {
    transform: rotate(1deg) scale(1.05);
  }
}
.lang_icon.sn-user-profile-timeline {
  padding: 0;
  background: white;
  width: 78px;
}

.lang_icon.sn-user-profile-timeline .message_icon {
  justify-content: center;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #368AEF;
  text-align: center;
  text-decoration: none;
  background: #fff;
  text-decoration: none;
  border-radius: 7px;
  padding: 0 3px;
  height: 100%;
  width: 100%;
  align-items: center;
  box-sizing: border-box;
}

[dir=rtl] .msg_user {
  text-align: right;
  margin-right: 10px;
}

.msg_block_list li.middle-posts-ads {
  border-bottom: 0;
  border: 0;
  background: none;
  margin-bottom: 0;
}
.msg_block_list li.middle-posts-ads .ads_sec {
  padding: 0 !important;
}

#createYourLinkSec {
  margin-top: 30px;
  margin-bottom: 0;
  padding-top: 0;
}

.ss_social_profing {
  text-align: center;
  font-size: 16px;
  color: #1D1D1B;
  font-weight: 600;
  padding-bottom: 5px;
}
.ss_social_profing span {
  color: #368AEF;
  font-size: 17px;
}

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