*,
::before,
::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

html,
html a {
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: NotoSans-Regular;
  src: url("../fonts/NotoSans-Regular.ttf");
}

@font-face {
  font-family: NotoSans-Medium;
  src: url("../fonts/NotoSans-Medium.ttf");
}

@font-face {
  font-family: NotoSans-Bold;
  src: url("../fonts/NotoSans-Bold.ttf");
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

body {
  font-family: NotoSans-Regular;
  height: 100%;
  margin: auto !important;
  overflow-x: hidden !important;
  color: #090935;
  background: #F2F3FE;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
}

.rowArea {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.leftAsside {
  float: left;
  width: 21%;
  position: relative;
}

.rightAsside {
  float: right;
  width: 21%;
  position: relative;
}

.questionary {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.questionary h2 {
  float: left;
  font-size: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 10px;
  position: relative;
  bottom: -20px;
  line-height: 20px;
  font-family: NotoSans-Bold;
}

.questionary img {
  float: right;
}

.questionaryInner {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 20px 10px;
}

.questionaryInner strong {
  float: left;
  width: 100%;
  font-family: NotoSans-Bold;
  font-size: 14px;
  margin: 10px 0;
}

.questionaryInner label {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  color: #090935;
  font-size: 13px;
  margin: 0 0 15px 0;
  gap: 8px;
  cursor: pointer;
}

.questionaryInner input[type=radio] {
  height: 19px;
  aspect-ratio: 1;
  border: 1px solid #090935;
  padding: 3px;
  background: radial-gradient(farthest-side, #23bcf8 94%, #0000) 50% / 0 0 no-repeat content-box;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: .3s;
}

.questionaryInner input[type=radio]:checked {
  background-size: 100% 100%;
}

.poll-options {
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: #090935;
  font-size: 13px;
  margin: 0 0 15px 0;
  background: #e7e7e7;
  border-radius: 5px;
  padding: 1px 5px;
  position: relative;
  display: flex;
}

.poll-options span {
  position: relative;
  z-index: 1;
}

.poll-options b {
  font-family: NotoSans-Bold;
  position: relative;
  z-index: 1;
}

.pollBar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #23bcf8;
  border-radius: 5px;
  z-index: 1;
}

.questionaryInner form>input {
  float: left;
  width: 100%;
  font-size: 13px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, var(--c1, #fd2b99), var(--c2, #23bcf8) 51%, var(--c1, #fd2b99)) var(--x, 0) / 200%;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 15px;
  font-family: 'NotoSans-Bold';
  transition: 0.5s;
  cursor: pointer;
}

.questionaryInner form>input:hover {
  --x: 100%;
}

.trendy {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.trendy h2 {
  float: left;
  font-size: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 10px;
  position: relative;
  bottom: -20px;
  line-height: 20px;
  font-family: NotoSans-Bold;
}

.trendy img {
  float: right;
}

.trendyInner {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 20px 10px;
}

.trendyInner ul {
  float: left;
  width: 100%;
}

.trendyInner ul li {
  float: left;
  width: 100%;
  line-height: 19px;
  margin: 7px 0;
}

.trendyInner ul li img {
  float: left;
  opacity: 0.5;
  margin-right: -10px;
}

.trendyInner ul li a {
  font-size: 14px;
}

.king {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.king h2 {
  float: left;
  font-size: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 10px;
  position: relative;
  bottom: -20px;
  line-height: 20px;
  font-family: NotoSans-Bold;
}

.king img {
  float: right;
}

.kingInner {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 30px 15px;
  display: flex;
  align-items: center;
}

.kingInner .img {
  float: left;
  position: relative;
  width: 65px;
  margin-right: 10px;
}

.kingInner .img::before {
  content: '';
  background: url(../images/men.png) no-repeat;
  width: 100%;
  height: 65px;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.kingInner .img img {
  float: left;
  margin: 10px 0 0 0;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: center;
}

.kingInner ul {
  font-size: 14px;
}

.kingInner ul li {
  margin: 5px 0;
}

.queen {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.queen h2 {
  float: left;
  font-size: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 10px;
  position: relative;
  bottom: -20px;
  line-height: 20px;
  font-family: NotoSans-Bold;
}

.queen img {
  float: right;
}

.queenInner {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 30px 15px;
  display: flex;
  align-items: center;
}

.queenInner .img {
  float: left;
  position: relative;
  width: 65px;
  margin-right: 10px;
  height: 75px;
}

.queenInner .img::before {
  content: '';
  background: url(../images/women.png) no-repeat;
  width: 100%;
  height: 75px;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.queenInner .img img {
  float: left;
  margin: 0;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: center;
}

.queenInner ul {
  font-size: 14px;
}

.queenInner ul li {
  margin: 5px 0;
}

.blog {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}

.blog h2 {
  float: left;
  font-size: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 10px;
  position: relative;
  bottom: -20px;
  line-height: 20px;
  font-family: NotoSans-Bold;
}

.blog img {
  float: right;
}

.blogInner {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 20px 10px;
}

.noneBlog {
  float: left;
  font-family: NotoSans-Bold;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.blogInner ul {
  float: left;
  width: 100%;
  margin: 10px 0 15px 0;
}

.blogInner ul li {
  float: left;
  width: 100%;
  line-height: 15px;
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.blogInner ul li img {
  float: left;
  width: 35px;
  margin-right: 10px;
  border-radius: 100%;
  height: 35px;
}

.blogInner ul li a {
  width: calc(100% - 45px);
  float: left;

}

.blogInner ul li a b {
  font-size: 14px;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 17px;
  float: left;
  width: 100%;
}

.blogInner ul li a span {
  font-size: 13px;
  -webkit-line-clamp: 2;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 17px;
  float: left;
  width: 100%;
  margin-top: 5px;
}

.blogInner>a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 13px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, var(--c1, #fd2b99), var(--c2, #23bcf8) 51%, var(--c1, #fd2b99)) var(--x, 0) / 200%;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 15px;
  font-family: 'NotoSans-Bold';
  transition: 0.5s;
  cursor: pointer;
}

.blogInner>a:hover {
  --x: 100%;
}

.content {
  width: 58%;
  float: left;
  padding: 0 15px;
}

.lastestEntryTitle {
  float: left;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 19px;
  margin: 20px 0 10px 0;
  color: #fd2b99;
  font-family: NotoSans-Bold;
}

.lastestEntryTitle img {
  margin: 0 10px 0 0;
}

.blogTitle {
  float: left;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 30px;
  line-height: 25px;
  margin: 20px 0 10px 0;
  color: #fd2b99;
  font-family: NotoSans-Bold;
}

.blogTitle img {
  margin: 0 10px 0 0;
}


.rightSlider .slick-list,
.rightSlider .slick-slider,
.rightSlider .slick-track {
  float: right;
  width: 100%;
}

.lastestEntry {
  margin: 0 0 40px 0;
  float: left;
  width: 100%;
}

.lastestEntry .item {
  background: #fff;
  padding: 15px 25px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin: 0 10px;
}

.lastestEntry .item>p {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 10px 0 0 0;
  line-height: 18px;
}

.itemInner {
  float: left;
  width: 100%;
}

.itemInner>b {
  float: left;
  font-family: NotoSans-Bold;
  font-size: 15px;
}

.itemInner>span {
  float: right;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.itemInner>span img {
  margin-right: 7px;
}

.entryBottom {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 7px 0 0 0;
}

.writen {
  display: flex;
  align-items: center;
}

.entryBottom small {
  display: flex;
  font-size: 12px;
  align-items: center;
}

.entryBottom small img {
  margin-right: 5px;
}

.writen p {
  float: left;
  width: 100%;
  font-size: 14px;
  padding-left: 10px;
}

.writen>div {
  float: left;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.writen>div img {
  float: left;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
}

.trendingTopics {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.trendingTopics li {
  background: #fff;
  padding: 15px 25px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  margin: 10px 0;
  float: left;
  width: 100%;
}

.trendingTopics li a {
  float: left;
  width: 100%;
}

.trendingTopics li a>p {
  float: left;
  width: 100%;
  font-size: 13px;
}

.textDetail {
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 7px 0 0 0;
}

.loadMore {
  display: table;
  margin: 0 auto 45px auto;
  font-size: 15px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, var(--c1, #fd2b99), var(--c2, #23bcf8) 51%, var(--c1, #fd2b99)) var(--x, 0) / 200%;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 15px 35px;
  font-family: 'NotoSans-Bold';
  transition: 0.5s;
  cursor: pointer;
}

.loadMore:hover {
  --x: 100%;
}

.en {
  width: 330px;
  display: table;
  margin: auto;
  max-width: 90%;
}

.en1 {
  width: 330px;
  display: table;
  margin: auto;
  max-width: 90%;
}

.writingTitleCard {
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}

.form_input {
  float: left;
  width: 100%;
  background: #e7e7e7;
  border: none;
  outline: none;
  font-family: NotoSans-Regular;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  margin: 0 0 15px 0;
}

.rowSelect {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  display: flex;
  justify-content: space-between;
}

.rowSelect select {
  float: left;
  width: 48%;
  border: none;
  outline: none;
  font-family: NotoSans-Regular;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  appearance: none;
  background: url(../images/accordion_arrow.png) no-repeat #e7e7e7;
  background-position: 95% 50%;
  cursor: pointer;
}

.rowSelect input {
  float: left;
  width: 48%;
  border: none;
  outline: none;
  font-family: NotoSans-Regular;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  background: #e7e7e7;
}

.bg_holder {
  float: left;
  width: 50%;
  background: url(../images/bg_holder.jpg) no-repeat #ffbee0;
  height: 100vh;
  background-position: center;
  background-size: contain;
  position: relative;
}

.bg_holder::after {
  content: '';
  background: url(../images/bg_holder_sag.png) no-repeat;
  right: -59px;
  top: 0;
  height: 100vh;
  position: absolute;
  width: 59px;
}

.sign_div {
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding: 0 60px;
  background: #090935;
}

.sign_bg {
  float: left;
  width: 100%;
  text-align: center;
}

.sign_bg img {
  display: table;
  margin: 0 auto;
  height: 70px;
}

.sign_bg strong {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
  font-family: NotoSans-Medium;
  margin-bottom: 20px;
}

.loginAfter {
  float: right;
}

.user-menu-div {
  cursor: pointer;
  padding-bottom: 5px;
  position: relative;
  float: left;
}

.user-menu-div img {
  float: left;
  width: 45px;
  height: 45px;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 100%;
}

.user-menu-box {
  display: none;
}

.user-menu-header {
  float: left;
  width: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}

.user-menu-header img {
  float: left;
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 100%;
}

.user-menu-header span {
  font-size: 13px;
  margin: 0 0 0 10px;
  font-family: NotoSans-Bold;
}

.user-menu-body {
  float: left;
  width: 100%;
  padding: 15px 8px;
}

.animated-progress {
  width: 100%;
  height: 15px;
  border-radius: 5px;
  margin: 10px 0;
  background: #ddd;
  overflow: hidden;
  position: relative;
}

.animated-progress span {
  height: 100%;
  display: block;
  width: 0;
  color: rgb(255, 251, 251);
  line-height: 15px;
  position: absolute;
  text-align: end;
  padding-right: 5px;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, rgba(253, 43, 153, 1) 0%, rgba(35, 188, 248, 1) 100%);
  font-size: 11px;
  font-family: NotoSans-Bold;
}

.user-menu-body strong {
  font-size: 13px;
  font-family: NotoSans-Bold;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  color: #23bcf8;
}

.user-menu-body a {
  font-size: 13px;
  font-family: NotoSans-Bold;
  float: left;
  width: 100%;
}

.user-menu-footer .notify {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0 0 3px;
  border-radius: 50%;
  background: #f53d3d;
  animation: pulse 1s infinite;
}

.user-menu-div .notify {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f53d3d;
  animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0.1em #c20a0a;
  }

  25% {
    box-shadow: 0 0 0 0.03em #c20a0a;
  }

  50% {
    box-shadow: 0 0 0 0.2em #c20a0a;
  }

  75% {
    box-shadow: 0 0 0 0.1em #c20a0a;
  }

  100% {
    box-shadow: 0 0 0 0.2em #c20a0a;
  }
}

@-moz-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0.1em #c20a0a;
  }

  25% {
    box-shadow: 0 0 0 0.03em #c20a0a;
  }

  50% {
    box-shadow: 0 0 0 0.2em #c20a0a;
  }

  75% {
    box-shadow: 0 0 0 0.1em #c20a0a;
  }

  100% {
    box-shadow: 0 0 0 0.2em #c20a0a;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0.1em #c20a0a;
  }

  25% {
    box-shadow: 0 0 0 0.03em #c20a0a;
  }

  50% {
    box-shadow: 0 0 0 0.2em #c20a0a;
  }

  75% {
    box-shadow: 0 0 0 0.1em #c20a0a;
  }

  100% {
    box-shadow: 0 0 0 0.2em #c20a0a;
  }
}

.user-menu-footer {
  float: left;
  width: 100%;
  border-top: 1px solid #e7e7e7;
}

.user-menu-footer a {
  font-size: 13px;
  font-family: NotoSans-Bold;
  float: left;
  width: 100%;
  padding: 8px;
}

.loginAfter:hover .user-menu-box {
  display: block;
  background: #fff;
  position: fixed;
  width: 270px;
  background-color: #fff;
  z-index: 999;
  right: 30px;
  top: 72px;
  box-shadow: 1px 0 6px rgba(0, 0, 0, .2);
  border-radius: 10px;
}

.login_bg {
  background: #fff;
  padding: 40px 25px;
  display: table;
  max-width: 540px;
  width: 96%;
  margin: 0 auto;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.flexRow {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.input {
  width: 48%;
  float: left;
  position: relative;
  z-index: 99;
  margin: 0 0 25px 0;
}

.input label {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 12px;
  font-family: NotoSans-Bold;
  color: #090935;
  z-index: 9;
}

.input input {
  float: left;
  width: 100%;
  background: #e7e7e7;
  border: none;
  font-family: NotoSans-Medium;
  border-radius: 5px;
  font-size: 13px;
  padding: 28px 15px 10px 15px;
  outline: none;
  color: #090935;
  height: 60px;
}

.userAdminAdd {
  float: left;
  width: 100%;
  padding: 35px 4% 0 4%;
}

.iti__flag-container {
  top: 30px !important
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #e7e7e7 !important;
}

.terms {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 20px 0;
  display: flex;
}

.checkbox {
  cursor: pointer;
  float: left;
}

.checkbox__input {
  position: absolute;
  width: 1.375em;
  height: 1.375em;
  opacity: 0;
  cursor: pointer;
}

.checkbox__input:checked+.checkbox__icon .tick {
  stroke-dashoffset: 0;
}

.checkbox__icon {
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  overflow: visible;
}

.checkbox__icon .tick {
  stroke-dasharray: 20px;
  stroke-dashoffset: 20px;
  transition: stroke-dashoffset 0.2s ease-out;
}

.checkbox__label {
  margin-left: 0.5em;
  font-size: 12px;
  cursor: pointer;
}

/* Popup background */
.termsConditions {
  display: none; /* Hidden by default */
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

/* Popup content */
.popup-content {
  background-color: white;
  padding: 15px;
  border-radius: 5px;
  max-width: 500px;
  width: 90%; /* Responsive width */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  position: relative;
}

.popup-content h1 {color: #fd2b99;
  float: left;
  width: 100%;
  font-family: NotoSans-Bold;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;}
.popup-content strong {    float: left;
  width: 100%;
  font-family: NotoSans-Bold;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 5px;}
.popup-content p {float: left;
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 15px;}




/* Close button */
.popupClose {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #ff0000;
  border-radius: 100%;
  width: 25px;
  padding: 2px;
  cursor: pointer;
}

.popupClose img {float: left;width: 100%;}

.formButton {
  font-size: 13px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, var(--c1, #fd2b99), var(--c2, #23bcf8) 51%, var(--c1, #fd2b99)) var(--x, 0) / 200%;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 20px;
  font-family: 'NotoSans-Bold';
  transition: 0.5s;
  cursor: pointer;
  display: table;
  margin: 0 auto 15px auto;
}

.formButton:hover {
  --x: 100%;
}

.login_bg>a {
  float: left;
  width: 100%;
  text-align: center;
  color: #fd2b99;
  font-size: 13px;
  text-decoration: underline;
}

.login_bottom {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.login_bottom>a {
  color: #fd2b99;
  font-size: 12px;
  text-decoration: underline;
}

.header {
  float: left;
  width: 100%;
  background: #090935;
  padding: 10px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header>a {
  width: 240px;
  float: left;
  margin-right: -225px;
}

.header>a img {
  float: left;
  width: 100%
}

.logout {
  width: auto !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-family: NotoSans-Bold;
}

.logout img {
  width: 30px !important;
  margin-right: 5px;
}

.headerRight {
  display: flex;
  float: right;
  align-items: center;
}

.login {
  float: right;
  color: #fff;
  font-size: 13px;
  margin: 0 25px 0 0;
}

.login img {
  margin-right: 5px;
}

.login a {
  padding: 0 5px;
  text-decoration: underline;
}

.writing {
  display: flex;
  align-items: center;
  border-radius: 6px;
  font-size: 13px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, var(--c1, #fd2b99), var(--c2, #23bcf8) 51%, var(--c1, #fd2b99)) var(--x, 0) / 200%;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 15px;
  transition: 0.5s;
  cursor: pointer;
  margin-right: 15px;
}

.writing:hover {
  --x: 100%;
}

.writing img {
  margin-right: 5px;
}

.search-button {
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background-color: #23bcf8;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  float: right;
}

.search-button::before {
  content: "";
  position: absolute;
  top: 22%;
  right: 22%;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(-45deg);
  transform-origin: right top;
}

.search-button::after {
  content: "";
  position: absolute;
  bottom: 19%;
  right: 22%;
  width: 35%;
  height: 2px;
  background-color: #ffffff;
  transform: rotate(45deg);
  transform-origin: right bottom;
}

.search-icon {
  position: absolute;
  display: block;
  top: 20%;
  left: 20%;
  width: 45%;
  height: 45%;
  border-radius: 50%;
  border: 2px solid #fff;
}

.search-button.search_active::before,
.search-button.search_active::after {
  width: 77.5%;
}

.search-button.search_active .search-icon {
  width: 0;
  height: 0;
  border-color: transparent;
}

.search-button::before,
.search-button::after,
.search-button .search-icon {
  transition: all 0.3s ease-in-out;
}

.search-button.search_active,
.search-button:hover {
  background-color: #fd2b99;
}

.headerSearch {
  position: relative;
  float: left;
  width: 100%;
}

.headerSearch::before {
  content: '';
  background: #090935;
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.headerSearch input {
  border: none;
  padding: 15px 75px 15px 10px;
  background: #fff;
  color: #090935;
  outline: none;
  border-bottom: 1px solid white;
  width: 100%;
  font-size: 15px;
  font-family: NotoSans-Regular;
  border-radius: 5px;
}

.searchInner {
  display: table;
  max-width: 600px;
  width: 100%;
  margin: auto;
  position: relative;
}

.headerSearch form {
  float: left;
  width: 100%;
}

.headerSearch button {
  background: #fd2b99;
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 5px;
}

.headerSearch button img {
  float: left;
  width: 25px;
}

.headerSearch input::-webkit-input-placeholder {
  color: #090935;
}

.naccs {
  position: relative;
  float: left;
  width: 100%;
}

.menu {
  width: 335px;
  float: left;
  height: calc(100vh - 101px);
  background: #ffffff;
}

.naccs .menu .menuDiv {
  padding: 19px 20px 19px 40px;
  color: #090935;
  cursor: pointer;
  position: relative;
  font-family: NotoSans-Medium;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-bottom: 1px solid #090935;
  font-size: 15px;
  float: left;
  width: 100%;
}

.naccs .menu .menuDiv span.light {
  height: 10px;
  width: 10px;
  position: absolute;
  top: 26px;
  left: 15px;
  background-color: #090935;
  border-radius: 100%;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.naccs .menu .menuDiv.active span.light {
  background-color: #23bcf8;
  left: 0;
  height: 100%;
  width: 8px;
  top: 0;
  border-radius: 0;
}

.naccs .menu .menuDiv.active {
  color: #23bcf8;
  padding: 19px 20px 19px 20px;
}

.tab-content {
  position: relative;
  transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  width: calc(100% - 335px);
  float: left;
  height: calc(100vh - 101px);
}

.tab-content>.tab {
  position: absolute;
  list-style: none;
  width: 100%;
  left: 0;
  padding: 30px 35px;
  display: none;
}

.tab-content>.tab.active {
  z-index: 2;
  display: block;
}

.content-panel {
  float: left;
  width: 100%;
  position: relative;
}

.content-panel h1 {
  float: left;
  font-family: NotoSans-Bold;
  font-weight: normal;
  font-size: 21px;
  line-height: 20px;
}

.data {
  float: left;
  width: 100%;
  margin: 25px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.data li {
  float: left;
  background: #fff;
  border-radius: 7px;
  padding: 15px 10px;
  width: 215px;
  text-align: center;
}

.data li:hover {
  box-shadow: 0px 0px 3px rgb(9 9 53 / 50%);
}

.data li img {
  display: block;
  margin: 0 auto;
}

.data li strong {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  margin: 8px 0;
  font-family: NotoSans-Bold;
}

.data li b {
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  font-family: NotoSans-Bold;
  float: left;
  width: 100%;
}

.anket_ac {
  float: left;
  margin: 0 0 0 25px;
  font-family: NotoSans-Bold;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #090935;
  font-size: 13px;
  background: none;
  cursor: pointer;
  outline: none;
}

.anket_ac img {
  margin-right: 10px;
}

.addPoll {
  float: right;
  margin: 20px 0 15px 0;
  border-radius: 5px;
  border: 1px solid #e7e7e7;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  font-family: NotoSans-Medium;
}

.addPoll img {
  margin: 0 10px 0 0;
  height: 17px;
}

.pollOptionDiv {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
}

.pollOptionDiv>strong {
  float: left;
  width: 100%;
  font-family: NotoSans-Bold;
  font-size: 17px;
}

.pollOptionDiv>span {
  float: left;
  width: 100%;
  font-size: 15px;
  margin-bottom: 10px;
  color: #23bcf8;
}

.pollOption {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.pollOption input {
  float: left;
  width: 100%;
  background: #e7e7e7;
  border: none;
  outline: none;
  font-family: NotoSans-Regular;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
}

.optionAdd {
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-family: NotoSans-Bold;
  padding: 10px 0;
  cursor: pointer;
}

.optionAdd img {
  margin-right: 10px;
}

#a1,
#a2,
#a3 {
  display: none;
}

.table-content {
  margin: 25px 0 0 0;
  background: #fff;
  float: left;
  width: 100%
}

.tab-contents table,
.table-content table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  float: left;
  font-size: 13px;
  margin: 0 0 10px 0;
}

.tab-contents table tbody tr,
.table-content table tbody tr {
  border: 1px solid #ddd;
}

.tab-contents table thead tr th:first-child,
.table-content table thead tr th:first-child {
  width: 130px;
}

.tab-contents table tbody tr:nth-child(odd),
.table-content table thead tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.tab-contents table tbody tr:nth-child(even),
.table-content table thead tr:nth-child(even) {
  background-color: #fff;
}

.tab-contents table th,
.tab-contents table td,
.table-content table th,
.table-content table td {
  padding: 8px;
  text-align: left;
}

.tab-contents table th,
.table-content table th {
  font-family: NotoSans-Bold;
}

.btn-func {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
  float: left;
}

.btn-func img {
  float: left;
}

.paginationDiv {
  float: left;
  width: 100%;
}

.paginationDiv>span {
  float: left;
  font-size: 13px;
  line-height: 28px;
}

.paginationDiv .pagination {
  position: relative;
  background: rgb(231 231 231);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  float: right;
  margin: 0 15px 10px 0;
}

.paginationDiv .pagination li {
  display: inline-block;
}

.paginationDiv .pagination li a {
  position: relative;
  padding: 5px 10px;
  text-decoration: none;
  color: #090935;
  font-weight: 500;
  float: left;
  font-size: 13px;
}

.paginationDiv .pagination li a:hover,
.pagination li.active a {
  background: rgba(255, 255, 255, 0.2);
}

.table-content>span {
  float: left;
  font-size: 13px;
  margin: 0 0 10px 15px;
  line-height: 28px;
}

.table-content .pagination {
  position: relative;
  background: rgb(231 231 231);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  float: right;
  margin: 0 15px 10px 0;
}

.table-content .pagination li {
  display: inline-block;
}

.table-content .pagination li a {
  position: relative;
  padding: 5px 10px;
  text-decoration: none;
  color: #090935;
  font-weight: 500;
  float: left;
  font-size: 13px;
}

.table-content .pagination li a:hover,
.pagination li.active a {
  background: rgba(255, 255, 255, 0.2);
}

.content-panel form textarea {
  float: left;
  width: 100%;
  margin: 15px 0;
  font-family: NotoSans-Regular;
  padding: 10px;
  border-radius: 5px;
  height: 200px;
  resize: none;
  font-size: 13px;
  outline: none;
}

.content-panel form button {
  float: right;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, rgba(253, 43, 153, 1) 0%, rgba(35, 188, 248, 1) 100%);
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 15px;
  font-family: 'NotoSans-Bold';
}

.blogInput {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
}

.blogInput input {
  float: left;
  width: 100%;
  background: #e7e7e7;
  border: none;
  outline: none;
  font-family: NotoSans-Regular;
  padding: 10px;
  font-size: 13px;
  border-radius: 5px;
}

.blogInput textarea {
  margin: 0 !important;
}

@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.profil_bg {
  float: left;
  width: 100%;
  background: url(../images/profil_bg.jpg) no-repeat #ffbee0;
  height: 237px;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  margin-bottom: 25px;
}

.profilSelect {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.profilSelect>img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  object-fit: contain;
  padding: 3px;
}

.profilSelect ul {
  display: none;
  background: #fff;
}

.profilSelect:hover ul {
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
  width: 180px;
}

.profilSelect ul li {
  float: left;
  width: 100%;
}

.profilSelect ul li label {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #090935;
  font-family: NotoSans-Bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 8px;
}

.profilSelect ul li a {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #090935;
  font-family: NotoSans-Bold;
  padding: 8px;
  border-top: 1px solid #090935;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.profilSelect ul li label img,
.profilSelect ul li a img {
  width: 25px;
  margin: 0 6px 0 0;
}

.avatar-edit {
  float: left;
  width: 100%;
}

.avatar-edit input {
  display: none;
}

.avatar-upload {
  position: relative;
  width: 160px;
  float: left;
}

.avatar-upload .avatar-preview {
  width: 153px;
  height: 153px;
  position: relative;
  border-radius: 100%;
  border: 3px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgb(9 9 53);
}

.avatar-upload .avatar-preview img {
  float: left;
  width: 147px;
  height: 147px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.avatarselection {
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 306px;
  background: #f2f3fe;
  border-radius: 10px;
  box-shadow: 0px 0px 0px rgb(0 0 0 / 40%);
  padding: 15px;
  display: none;
  z-index: 9;
}

.avatarItem {
  float: left;
  cursor: pointer;
  width: 45px;
  float: left;
  margin: 5px;
}

.avatarItem input[type="radio"] {
  display: none;
}

.avatarItem img {
  float: left;
  width: 100%;
  border-radius: 100%;
  opacity: 0.4;
  border: 1px solid transparent;
}

.avatarItem input[type="radio"]:checked~img {
  opacity: 1;
  border-color: #090935;
  box-shadow: 0px 0px 5px #090935;
}

.setAvatar {
  font-size: 12px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, var(--c1, #fd2b99), var(--c2, #23bcf8) 51%, var(--c1, #fd2b99)) var(--x, 0) / 200%;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 7px 15px;
  font-family: 'NotoSans-Bold';
  transition: 0.5s;
  cursor: pointer;
  margin: 7px 0 0 0;
  float: right;
}

.imgSave {
  float: left;
  margin: 10px 0 0 0;
  width: 160px;
  cursor: pointer;
  border: none;
  background: #fff;
  font-family: NotoSans-Bold;
  font-size: 13px;
  padding: 7px 0;
  color: #090935 !important;
  outline: none;
  border-radius: 6px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
}


.takipEt {
  font-size: 12px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, var(--c1, #fd2b99), var(--c2, #23bcf8) 51%, var(--c1, #fd2b99)) var(--x, 0) / 200%;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 5px 15px;
  font-family: 'NotoSans-Bold';
  transition: 0.5s;
  cursor: pointer;
  display: table;
  margin: 0 0 10px 0;
  float: right;
}

.takipEt:hover {
  --x: 100%;
}

.profile_right {
  float: right;
  width: 100%;
}

.profile_right ul {
  float: right;
  color: #090935;
  font-size: 14px;
}

.profile_right ul li {
  display: inline-block;
  margin-right: 10px;
}

.profile_right ul li:last-child {
  margin: 0;
}

.profile_right ul li b {
  font-weight: normal;
  font-family: NotoSans-Bold;
}

.profile_right>p {
  margin: 0 0 10px 0;
  font-size: 15px;
  display: block;
  color: #090935;
  text-align: right;
  width: 100%;
  clear: right;
}

.bestWeeks {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}

.dukveLord {
  float: left;
  width: 100%;
  margin: 0 35px 0 0;
}

.dukveLord h2 {
  float: left;
  font-size: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 10px;
  position: relative;
  bottom: -20px;
  line-height: 20px;
  font-family: NotoSans-Bold;
}

.dukveLord img {
  float: right;
}

.dukveLordInner {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 30px 15px;
  display: flex;
  align-items: center;
}

.dukveLordInner .img {
  float: left;
  position: relative;
  width: 65px;
  margin-right: 10px;
}

.dukveLordInner .img::before {
  content: '';
  background: url(../images/men.png) no-repeat;
  width: 65px;
  height: 65px;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.dukveLordInner .img img {
  float: left;
  margin: 10px 0 0 0;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: center;
}

.dukveLordInner ul {
  font-size: 14px;
}

.dukveLordInner ul li {
  margin: 5px 0;
}

.dusesveLady {
  float: left;
  width: 100%;
  margin: 0 35px 0 0;
}

.dusesveLady h2 {
  float: left;
  font-size: 15px;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 10px;
  position: relative;
  bottom: -20px;
  line-height: 20px;
  font-family: NotoSans-Bold;
}

.dusesveLady img {
  float: right;
}

.dusesveLadyInner {
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 30px 15px;
  display: flex;
  align-items: center;
}

.dusesveLadyInner .img {
  float: left;
  position: relative;
  width: 65px;
  margin-right: 10px;
  height: 75px;
}

.dusesveLadyInner .img::before {
  content: '';
  background: url(../images/women.png) no-repeat;
  width: 100%;
  height: 75px;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.dusesveLadyInner .img img {
  float: left;
  margin: 0;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  object-fit: cover;
  object-position: center;
}

.dusesveLadyInner ul {
  font-size: 14px;
}

.dusesveLadyInner ul li {
  margin: 5px 0;
}


.left_accordion {
  float: left;
  width: 48%
}

.wrapper {
  float: left;
  width: 100%;
}

.tab-wrapper {
  float: left;
  width: 100%;
}

.tabs {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
}

.tab-link {
  list-style: none;
  padding: 10px 15px;
  color: #fd2b99;
  cursor: pointer;
  font-weight: 700;
  transition: all ease 0.5s;
  border-bottom: solid 3px rgba(255, 255, 255, 0);
  letter-spacing: 1px;
  float: left;
  font-size: 14px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tab-link:hover {
  color: #090935;
  border-color: #090935;
}

.tab-link.active {
  color: #333;
  border-color: #333;
}

.tab-link img {
  margin-right: 10px;
}

.content-wrapper {
  padding: 20px 0;
  float: left;
  width: 100%;
}

.tab-contents {
  display: none;
  text-align: center;
  color: #888;
  font-weight: 300;
  font-size: 15px;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeIn 0.5s ease 1 forwards;
}

.tab-contents.active {
  display: block;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}

.noData {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 0;
  font-size: 14px;
  --borderWidth: 3px;
  background: #f2f3fe;
  position: relative;
  border-radius: var(--borderWidth);
  color: #090935;
}

.noData:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #090935, #23bcf8);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  -webkit-animation: animatedgradient 3s ease alternate infinite;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}



.rightForm {
  float: right;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}

.formInput {
  float: left;
  width: 48%;
  margin: 0 0 15px 0;
  position: relative;
}

.formInput>span {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 13px;
  font-family: NotoSans-Bold;
  color: #090935;
}

.formInput img.ui-datepicker-trigger {
  position: absolute;
  z-index: 9;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.formInput input {
  display: block;
  width: 100%;
  background: #e7e7e7;
  border: none;
  font-family: NotoSans-Medium;
  border-radius: 5px;
  font-size: 13px;
  padding: 28px 15px 10px 15px;
  outline: none;
  color: #090935;
  height: 60px;
}

input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  min-width: 0; /* Minimum genişliği sıfırla */
  max-width: 100%; /* Max genişliği de sınırlı tut */
  box-sizing: border-box; /* Kutu modeli düzenlemesi */
}

.formInput select {
  float: left;
  width: 100%;
  background: url(../images/accordion_arrow.png) no-repeat #e7e7e7;
  background-position: 98% center;
  background-size: 12px;
  border: none;
  font-family: NotoSans-Medium;
  border-radius: 5px;
  font-size: 13px;
  padding: 28px 15px 10px 15px;
  height: 60px;
  outline: none;
  color: #090935;
  -webkit-appearance: none;
  cursor: pointer;
}

.chatOutDiv {
  float: left;
  width: 100%;
  position: relative;
}

.chat_left {
  float: left;
  width: 37.6%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  height: calc(100vh - 255px);
  overflow: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
  z-index: 9999999;
}

.chat_left .people {
  margin-left: -1px;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  width: calc(100% + 2px);
}

.chat_left .people .person {
  position: relative;
  width: 100%;
  padding: 12px 5%;
  cursor: pointer;
  background-color: #fff;
}

.chat_left .people .person:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 80%;
  height: 1px;
  content: "";
  background-color: #e6e6e6;
  transform: translate(-50%, 0);
}

.chat_left .people .person img {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.chat_left .people .person .name {
  font-size: 13px;
  line-height: 22px;
  color: #1a1a1a;
  font-family: NotoSans-Bold;
  float: right;
}

.chat_left .people .person .time {
  font-size: 12px;
  position: absolute;
  top: 35px;
  right: 15px;
  color: #999;
}

.chat_left .people .person .preview {
  font-size: 12px;
  display: inline-block;
  overflow: hidden !important;
  width: 85%;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}

.chat_left .people .person.active,
.chat_left .people .person:hover {
  background-color: #23bcf8;
}

.chat_left .people .person.active span,
.chat_left .people .person:hover span {
  color: #fff;
  background: transparent;
}

.chat_left .people .person.active:after,
.chat_left .people .person:hover:after {
  display: none;
}

.chat_rightOut {
  position: relative;
  float: left;
  width: 62.4%;
}

.chat_right {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100vh - 255px);
}

.chat_right .top {
  width: 100%;
  height: 45px;
  padding: 10px 20px;
  background-color: #eceff1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat_right .top span {
  font-size: 13px;
  color: #999;
}

.chat_right .top span .name {
  color: #1a1a1a;
  font-family: NotoSans-Bold;
}

.chat_right .chat {
  overflow-y: overlay;
  overflow-x: hidden;
  padding: 20px 15px;
  height: calc(100% - 105px);
  position: relative;
  display: none;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #e6e6e6;
  justify-content: flex-end;
}


.chat_right .chat.active-chat {
  display: block;
  display: flex;
}

.chat_right .chat.active-chat .bubble {
  transition-timing-function: cubic-bezier(0.4, -0.04, 1, 1);
}

.chat_right .chat.active-chat .bubble:nth-of-type(1) {
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
}

.chat_right .chat.active-chat .bubble:nth-of-type(2) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.chat_right .chat.active-chat .bubble:nth-of-type(3) {
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
}

.chat_right .chat.active-chat .bubble:nth-of-type(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

.chat_right .chat.active-chat .bubble:nth-of-type(5) {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

.chat_right .chat.active-chat .bubble:nth-of-type(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}

.chat_right .chat.active-chat .bubble:nth-of-type(7) {
  -webkit-animation-duration: 1.05s;
  animation-duration: 1.05s;
}

.chat_right .chat.active-chat .bubble:nth-of-type(8) {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.chat_right .chat.active-chat .bubble:nth-of-type(9) {
  -webkit-animation-duration: 1.35s;
  animation-duration: 1.35s;
}

.chat_right .chat.active-chat .bubble:nth-of-type(10) {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.chat_right .write {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 65px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  width: 100%;
  border-radius: 5px;
  padding: 12px;
  display: flex;
}

.chat_right .write .writeMessage {
  font-size: 13px;
  float: left;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  color: #090935;
  border: 0;
  outline: none;
  background-color: #e7e7e7;
  font-family: 'NotoSans-Regular';
  border-radius: 5px;
}

.write-link {
  background: none !important;
  padding: 0 !important;
  outline: none;
  border: none;
}

.chat_right .write .write-link.attach:before {
  display: inline-block;
  float: left;
  width: 20px;
  height: 42px;
  content: "";
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/attachment.png");
  background-repeat: no-repeat;
  background-position: center;
}

.chat_right .write .write-link.smiley:before {
  display: inline-block;
  float: left;
  width: 20px;
  height: 42px;
  content: "";
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/smiley.png");
  background-repeat: no-repeat;
  background-position: center;
}

.chat_right .write .write-link.send:before {
  display: inline-block;
  float: left;
  width: 20px;
  height: 42px;
  margin-left: 11px;
  content: "";
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/382994/send.png");
  background-repeat: no-repeat;
  background-position: center;
}

.chat_right .bubble {
  font-size: 13px;
  position: relative;
  display: inline-block;
  clear: both;
  margin-bottom: 8px;
  padding: 10px 15px;
  vertical-align: top;
  border-radius: 5px;
}

.chat_right .bubble:before {
  position: absolute;
  top: 19px;
  display: block;
  width: 8px;
  height: 6px;
  content: "";
  transform: rotate(29deg) skew(-35deg);
}

.chat_right .bubble.you {
  float: left;
  color: #fff;
  background-color: #23bcf8;
  align-self: flex-start;
  -webkit-animation-name: slideFromLeft;
  animation-name: slideFromLeft;
}

.chat_right .bubble.you:before {
  left: -3px;
  background-color: #23bcf8;
}

.chat_right .bubble.me {
  float: right;
  color: #fff;
  background-color: #fd2b99;
  align-self: flex-end;
  -webkit-animation-name: slideFromRight;
  animation-name: slideFromRight;
}

.chat_right .bubble.me:before {
  right: -3px;
  background-color: #fd2b99;
}

.chat_right .conversation-start {
  position: relative;
  width: 100%;
  margin-bottom: 27px;
  text-align: center;
}

.chat_right .conversation-start span {
  font-size: 11px;
  display: inline-block;
  color: #999;
}

.chat_right .conversation-start span:before,
.chat_right .conversation-start span:after {
  position: absolute;
  top: 10px;
  display: inline-block;
  width: 30%;
  height: 1px;
  content: "";
  background-color: #e6e6e6;
}

.chat_right .conversation-start span:before {
  left: 0;
}

.chat_right .conversation-start span:after {
  right: 0;
}

.chatMblUser {display: none;}

.likeSvg {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
  float: left;
  height: 18px;
}

.likeSvg img {
  margin-right: 10px;
}

.likeSvg svg use {
  fill: transparent;
  stroke: #fd2b99;
  stroke-width: 1.2;
  transition: all 0.33s ease;
}

.likeSvg svg use:last-child {
  fill: #fd2b99;
  stroke: #fd2b99;
  opacity: 0;
  transform: scale(.33);
  transform-origin: center;
}

.likeSvg.on svg use {
  stroke: transparent;
}

.likeSvg.on svg use:last-child {
  opacity: 1;
  transform: none;
  transition: all 1.2s linear(0, 0.045 1.4%, 0.185 3.1%, 1.16 10.6%, 1.307, 1.37 14.7%, 1.372, 1.367 16%, 1.33 17.5%, 0.958 25.3%, 0.891, 0.863 29.8% 31.2%, 0.877 32.7%, 1.015 40.4%, 1.04, 1.051 44.8%, 1.046 47.9%, 0.995 55.6%, 0.981 59.8%, 0.983 63.1%, 1.007 74.7%, 0.998 89.2%, 1);
}

.likeSvg svg {
  width: 18px;
  height: 18px;
  overflow: visible !important;
}

.hide {
  display: none;
}

.disLikeSvg {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
  transform: rotate(180deg);
  float: left;
  height: 18px;
}

.disLikeSvg svg use {
  fill: transparent;
  stroke: #23bcf8;
  stroke-width: 1.2;
  transition: all 0.33s ease;
}

.disLikeSvg svg use:last-child {
  fill: #23bcf8;
  stroke: #23bcf8;
  opacity: 0;
  transform: scale(.33);
  transform-origin: center;
}

.disLikeSvg.on svg use {
  stroke: transparent;
}

.disLikeSvg.on svg use:last-child {
  opacity: 1;
  transform: none;
  transition: all 1.2s linear(0, 0.045 1.4%, 0.185 3.1%, 1.16 10.6%, 1.307, 1.37 14.7%, 1.372, 1.367 16%, 1.33 17.5%, 0.958 25.3%, 0.891, 0.863 29.8% 31.2%, 0.877 32.7%, 1.015 40.4%, 1.04, 1.051 44.8%, 1.046 47.9%, 0.995 55.6%, 0.981 59.8%, 0.983 63.1%, 1.007 74.7%, 0.998 89.2%, 1);
}

.disLikeSvg svg {
  width: 18px;
  height: 18px;
  overflow: visible !important;
}

@keyframes slideFromLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }

  100% {
    margin-left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slideFromLeft {
  0% {
    margin-left: -200px;
    opacity: 0;
  }

  100% {
    margin-left: 0;
    opacity: 1;
  }
}

@keyframes slideFromRight {
  0% {
    margin-right: -200px;
    opacity: 0;
  }

  100% {
    margin-right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes slideFromRight {
  0% {
    margin-right: -200px;
    opacity: 0;
  }

  100% {
    margin-right: 0;
    opacity: 1;
  }
}

.searchTitle {
  float: left;
  width: 100%;
  font-family: NotoSans-Bold;
  font-size: 18px;
  color: #fd2b99;
  margin: 30px 0;
}

.searchTitle span {
  font-family: NotoSans-Regular;
  font-weight: normal;
}

.emptySearch {
  float: left;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 30px 0;
  text-align: center;
}

.emptySearch strong {
  font-family: NotoSans-Bold;
  font-size: 18px;
  float: left;
  width: 100%;
  margin: 0 0 50px 0;
}

.searchFilter {
  float: left;
  width: 100%;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.searchFilter div {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 25px;
}

.searchFilter div select {
  float: left;
  width: 48%;
  border: none;
  outline: none;
  font-family: NotoSans-Regular;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
  appearance: none;
  background: url(../images/accordion_arrow.png) no-repeat #ffffff;
  background-position: 95% 50%;
  cursor: pointer;
  margin-bottom: 15px;
}

.searchFilter div input {
  float: left;
  width: 48%;
  border: none;
  outline: none;
  font-family: NotoSans-Regular;
  padding: 10px;
  font-size: 15px;
  border-radius: 5px;
  height: 40px;
}

.searchList {
  float: left;
  width: 100%;
  position: relative;
}

.searchList>a {
  float: left;
  width: 100%;
  background: #fff;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.searchList>a .listDetail {
  float: left;
  padding: 0 10px;
  width: 100%;
}

.searchList>a .listDetail .writen {
  float: left;
  margin-top: 5px;
}

.searchList>a .listDetail .writen div {
  margin-right: 10px;
}

.searchList>a .listDetail .writen span {
  float: left;
  width: 100%;
  font-size: 12px;
}

.searchList>a .listDetail b {
  float: left;
  width: 100%;
  font-family: NotoSans-Bold;
  font-size: 15px;
}



.searchList>a .listDetail p {
  float: left;
  width: 100%;
  font-size: 13px;
  margin: 2px 0;
}

.listRight {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.listRight small {
  display: flex;
  align-items: center;
  margin-top: 7px;
  font-size: 12px;
}

.listRight small img {
  margin-right: 5px;
}

.listRight ul {
  display: flex;
}

.listRight ul li {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 13px;
  padding: 5px;
}

.listRight ul li img {
  margin: 0 5px 0 0;
}

.questionaryS {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}

.questionaryS li {
  float: left;
  width: 32%;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 5px rgb(9 9 53 / 50%);
  padding: 20px 10px;
  margin: 0 2% 25px 0;
}

.questionaryS li:nth-child(3n+0) {
  margin-right: 0;
}

.questionaryS strong {
  float: left;
  width: 100%;
  font-family: NotoSans-Bold;
  font-size: 15px;
  margin-bottom: 15px;
  height: 40px;
}

.questionaryS label {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  color: #090935;
  font-size: 14px;
  margin: 0 0 15px 0;
  gap: 8px;
}

.questionaryS input[type=radio] {
  height: 19px;
  aspect-ratio: 1;
  border: 1px solid #090935;
  padding: 3px;
  background: radial-gradient(farthest-side, #23bcf8 94%, #0000) 50% / 0 0 no-repeat content-box;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: .3s;
}

.questionaryS input[type=radio]:checked {
  background-size: 100% 100%;
}

.blogItem {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
}

.blogItem li {
  float: left;
  width: 49%;
  margin: 0 2% 25px 0;
}

.blogItem li:nth-child(2n+0) {
  margin-right: 0;
}

.blogItem li a {
  float: left;
  width: 100%;
  padding: 25px;
  background: #fff;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: flex;
  align-items: center;
}

.blogItem li a>img {
  float: left;
  object-fit: cover;
  object-position: center;
  height: 95px;
  width: 95px;
  border-radius: 100%;
  box-shadow: 0px 0px 5px #090935;
}

.blogItemInner {
  width: calc(100% - 95px);
  float: left;
  padding-left: 20px;
  overflow: hidden;
}

.blogItemInner strong {
  float: left;
  width: 100%;
  font-family: NotoSans-Bold;
  font-size: 17px;
  margin-bottom: 10px;
  color: #fd2b99;
}

.blogItemInner span {
  -webkit-line-clamp: 4;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 15px 0 0 0;
}

.blogItemInner small {
  float: left;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.blogItemInner small img {
  margin-right: 7px;
}

.bestOfWeek {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.bestOfWeek .trendy {
  width: 23%;
}

.bestOfWeek .king {
  width: 23%;
}

.bestOfWeek .queen {
  width: 23%;
}

.contactDiv {
  float: left;
  width: 100%;
  padding: 30px;
  margin: 60px 0;
  background: #fff;
  border-radius: 10px;
}

.formContact {
  float: left;
  width: 55%;
}

.formContact h1,
.contactInfo h1 {
  font-family: NotoSans-Bold;
  float: left;
  width: 100%;
  position: relative;
  font-size: 23px;
  margin-bottom: 15px;
}

.formContact h1::after,
.contactInfo h1::after {
  content: '';
  height: 3px;
  width: 40px;
  background: #090935;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contactInput {
  float: left;
  width: 47%;
  margin: 10px 6% 10px 0;
}

.contactInput:nth-child(2n+0) {
  margin-right: 0;
}

.contactInput input {
  float: left;
  width: 100%;
  padding: 10px;
  font-family: NotoSans-Regular;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #090935;
  outline: none;
}

.contactInput textarea {
  float: left;
  width: 100%;
  padding: 10px;
  font-family: NotoSans-Regular;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #090935;
  outline: none;
  height: 100px;
}

.formContact button {
  float: right;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 15px;
  font-family: 'NotoSans-Bold';
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 13px;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, rgba(253, 43, 153, 1) 0%, rgba(35, 188, 248, 1) 100%);
  color: #fff;
}

.contactInfo {
  float: left;
  width: 45%;
  padding: 0 0 0 35px;
}

.contactInfo span {
  float: left;
  width: 100%;
  margin: 10px 0;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.contactInfo span i {
  width: 15px;
  margin-right: 15px;
}

.contentText {
  float: left;
  width: 100%;
  margin: 40px 0;
}

.contentText h2 {
  float: left;
  width: 100%;
  font-family: NotoSans-Bold;
  font-size: 18px;
  margin: 0 0 15px 0;
  line-height: 18px;
}

.contentText h3 {
  float: left;
  width: 100%;
  font-family: NotoSans-Bold;
  font-size: 17px;
  margin: 0 0 10px 0;
  line-height: 17px;
}

.contentText p {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 20px 0 0 0;
}

.contentText span {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 20px 0 0 0;
}

.contentText span b {
  font-size: 16px;
  font-family: NotoSans-Bold;
}

.contentText ul {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
}

.contentText ul li {
  list-style: disc;
  float: left;
  width: 100%;
  font-size: 14px;
}

.contentText ul li b {
  font-family: NotoSans-Bold;
}

.blogTime {
  float: left;
  display: flex;
  align-items: center;
  font-size: 13px;
}

.blogTime img {
  margin-right: 7px;
}

.contentText>img {
  float: left;
  max-width: 100%;
  width: 400px;
  height: 300px;
}

.writeContent {
  float: left;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin-top: 50px;
}

.writeContent>h1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  MARGIN: 0 0 10px 0;
}

.detailTop {
  float: left;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.peopleName {
  float: left;
  max-width: 350px;
}

.peopleName li {
  float: left;
  width: 100%;
  height: 25px;
  display: flex;
  align-items: center;
}

.peopleName strong {
  font-family: NotoSans-Bold;
  font-size: 15px;
  width: 60px;
}

.peopleName span {
  font-size: 14px;
}

.entryEnter {
  font-size: 16px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, var(--c1, #fd2b99), var(--c2, #23bcf8) 51%, var(--c1, #fd2b99)) var(--x, 0) / 200%;
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 20px;
  font-family: 'NotoSans-Bold';
  transition: 0.5s;
  cursor: pointer;
  display: table;
  margin: 0 auto;
}

.entryEnter:hover {
  --x: 100%;
}

.entryTitle {
  float: left;
  width: 100%;
}

.entryTitle li {
  float: left;
  width: 100%;
  border-top: 1px solid #090935;
  padding: 15px;
}

.entryTitle li p {
  margin: 0;
}

.entryTitle li .detailContent>a {
  font-family: 'NotoSans-Bold';
  float: left;
  width: 100%;
}

.entryTitle li .detailContent>div {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 7px 0 0 0;
}

.entryTitle li:first-child {
  border: none !important;
}

.entryTitle li .postUserProfile {
  margin-top: 15px;
}


.postUserProfile {
  display: flex;
  align-items: center;
  float: left;
  margin-top: 20px;
}

.postUserProfile img {
  object-fit: cover;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 100%;
  object-position: center;
}

.flx {
  float: left;
}

.flx b {
  font-family: NotoSans-Bold;
  color: #fd2b99;
  font-size: 14px;
  float: left;
  width: 100%;
  margin-bottom: 7px;
}

.flx span {
  font-size: 13px;
  float: left;
  line-height: 23px;
  margin-right: 10px;
}

.flx a {
  font-size: 12px;
  float: left;
  background: #23befa;
  padding: 3px 7px;
  font-family: NotoSans-Medium;
  color: #fff;
  border-radius: 5px;
}

.likeActionSection {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid #e7e7e7;
  margin-top: 20px;
  padding-top: 20px;
}

.favAdd .likeSvg {
  margin: 0;
  display: flex;
  align-items: center;
  font-family: NotoSans-Bold;
  color: #fd2b99;
  height: 30px;
}

.favAdd .likeSvg svg,
.share img,
.likee img,
.dislikee img {
  margin-right: 10px;
}

.shareSocial {
  display: flex;
  width: 25%;
  position: relative;
}

#share-buttons {
  position: absolute;
  top: -45px;
  left: 0;
  width: 270px;
}

.share-btn {
  color: white;
  background-color: #0073b1;
  text-decoration: none;
  float: left;
  width: 45px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.share-btn[data-platform="facebook"] {
  background-color: #3b5998;
}

.share-btn[data-platform="twitter"] {
  background-color: #000000;
}

.share-btn[data-platform="linkedin"] {
  background-color: #0077b5;
}

.share-btn[data-platform="whatsapp"] {
  background-color: #25D366;
}

.share-btn[data-platform="instagram"] {
  background-color: #C13584;
}

.share-btn[data-platform="tiktok"] {
  background-color: #ff0050;
}

.share-btn svg {
  fill: #fff;
  float: left;
}

.share {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: NotoSans-Bold;
  color: #090935;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
}

.likes {
  display: flex;
  width: 50%;
  justify-content: space-around;
}

.favAdd {
  width: 25%;
  display: flex;
  justify-content: center;
}

.likee {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: NotoSans-Bold;
  color: #ff2b99;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  width: 50%;
}

.dislikee {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: NotoSans-Bold;
  color: #23befa;
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  width: 50%;
}

.detailContent {
  float: left;
  width: 100%;
  position: relative;
}

.detailContent h1 {
  font-family: NotoSans-Bold;
  float: left;
  width: 100%;
  font-size: 25px;
}

.detailContent p {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 7px 0 0 0;
}
.detailContent span {
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 7px 0 0 0;
}
.scoreDiv {
  width: 200px;
  float: left;
  margin-bottom: 15px;
}

.scoreItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scoreItem>span {
  font-size: 14px;
}

.rating-stars ul>li.star {
  display: inline-block;
}

.rating-stars ul>li.star>i.fa {
  font-size: 15px;
  color: #ccc;
  width: auto;
}

.rating-stars ul>li.star.hover>i.fa {
  color: #FFCC36;
}

.rating-stars ul>li.star.selected>i.fa {
  color: #FF912C;
}

.post_comment_section {
  float: left;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  margin: 20px 0;
}

#share_opinion_section {
  float: left;
  width: 100%;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

#share_opinion_section img {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  float: left;
}

#share_opinion_section span {
  font-size: 14px;
  float: left;
}

#share_opinion_section b {
  float: right;
  margin-left: auto;
  font-size: 13px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, rgba(253, 43, 153, 1) 0%, rgba(35, 188, 248, 1) 100%);
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 15px;
  font-family: 'NotoSans-Bold';
}

.post_comment_box {
  float: left;
  width: 100%;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.post_comment_box textarea {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  font-family: NotoSans-Regular;
  font-size: 13px;
  padding: 10px;
  height: 150px;
  outline: none;
  border: 1px solid #090935;
  border-radius: 10px;
}

.post_comment_box button {
  float: right;
  margin-left: auto;
  font-size: 13px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, rgba(253, 43, 153, 1) 0%, rgba(35, 188, 248, 1) 100%);
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px 15px;
  font-family: 'NotoSans-Bold';
  cursor: pointer;
}

.comment_section {
  float: left;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.answer_list {
  float: left;
  width: 100%;
}

.answer_list>li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.answer_list>li ul {
  float: right;
  width: 90%;
}

.answer_list>li ul li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.user_row {
  float: left;
  width: 100%;
}

.comment_actions_row {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.like_container {
  float: left;
}

.commentLike {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  margin: 0;
  float: left;
  height: 18px;
  display: flex;
  align-items: center;
}

.commentLike svg use {
  fill: transparent;
  stroke: #fd2b99;
  stroke-width: 1.2;
  transition: all 0.33s ease;
}

.commentLike svg use:last-child {
  fill: #fd2b99;
  stroke: #fd2b99;
  opacity: 0;
  transform: scale(.33);
  transform-origin: center;
}

.commentLike.on svg use {
  stroke: transparent;
}

.commentLike.on svg use:last-child {
  opacity: 1;
  transform: none;
  transition: all 1.2s linear(0, 0.045 1.4%, 0.185 3.1%, 1.16 10.6%, 1.307, 1.37 14.7%, 1.372, 1.367 16%, 1.33 17.5%, 0.958 25.3%, 0.891, 0.863 29.8% 31.2%, 0.877 32.7%, 1.015 40.4%, 1.04, 1.051 44.8%, 1.046 47.9%, 0.995 55.6%, 0.981 59.8%, 0.983 63.1%, 1.007 74.7%, 0.998 89.2%, 1);
}

.commentLike svg {
  width: 18px;
  height: 18px;
  overflow: visible !important;
}

.hide {
  display: none;
}

.commentLike input {
  float: left;
  margin: 0 0 0 7px;
  border: none;
  width: 50px;
  padding: 0;
  font-size: 13px;
  color: #fd2b99;
  font-family: NotoSans-Medium;
}

.commentDislike {
  border: none;
  background: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  margin: 0;
  float: left;
  height: 18px;
  display: flex;
  align-items: center;
}

.commentDislike svg use {
  fill: transparent;
  stroke: #23bcf8;
  stroke-width: 1.2;
  transition: all 0.33s ease;
}

.commentDislike svg use:last-child {
  fill: #23bcf8;
  stroke: #23bcf8;
  opacity: 0;
  transform: scale(.33);
  transform-origin: center;
}

.commentDislike.on svg use {
  stroke: transparent;
}

.commentDislike.on svg use:last-child {
  opacity: 1;
  transform: none;
  transition: all 1.2s linear(0, 0.045 1.4%, 0.185 3.1%, 1.16 10.6%, 1.307, 1.37 14.7%, 1.372, 1.367 16%, 1.33 17.5%, 0.958 25.3%, 0.891, 0.863 29.8% 31.2%, 0.877 32.7%, 1.015 40.4%, 1.04, 1.051 44.8%, 1.046 47.9%, 0.995 55.6%, 0.981 59.8%, 0.983 63.1%, 1.007 74.7%, 0.998 89.2%, 1);
}

.commentDislike svg {
  width: 18px;
  height: 18px;
  overflow: visible !important;
  transform: rotate(180deg);
  float: left;
}

.commentDislike input {
  float: left;
  margin: 0 0 0 7px;
  border: none;
  width: 30px;
  padding: 0;
  font-size: 13px;
  color: #23befa;
  font-family: NotoSans-Medium;
}

.opinion_wrapper {
  float: left;
  width: 100%;
  background: #e7e7e7;
  border-radius: 10px;
  margin: 15px 0 0 0;
  padding: 10px;
}

.opinion_wrapper>p {
  float: left;
  width: 100%;
  font-size: 13px;
  margin: 0 0 20px 0;
}

.ibar_opinions {
  float: right;
  display: flex;
  align-items: center;
}

.ibar_opinions .comment_show {
  float: left;
  font-family: NotoSans-Medium;
  font-size: 14px;
  margin-right: 20px;
}

.ibar_opinions .answer_comment_btn {
  float: right;
  font-size: 13px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, rgba(253, 43, 153, 1) 0%, rgba(35, 188, 248, 1) 100%);
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 5px 7px;
  font-family: 'NotoSans-Bold';
  cursor: pointer;
}

.answer_comment_form {
  float: left;
  width: 100%;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.answer_comment_form textarea {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  font-family: NotoSans-Regular;
  font-size: 13px;
  padding: 10px;
  outline: none;
  border: 1px solid #090935;
  border-radius: 10px;
  overflow: hidden;
  resize: none;
}

.answer_comment_form button {
  float: right;
  margin-left: auto;
  font-size: 13px;
  position: relative;
  border: none;
  background: rgb(253, 43, 153);
  background: linear-gradient(90deg, rgba(253, 43, 153, 1) 0%, rgba(35, 188, 248, 1) 100%);
  color: #fff;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 7px 15px;
  font-family: 'NotoSans-Bold';
}

.custom-toast {
  display: flex;
  align-items: center;
}

.custom-toast img {
  background-size: 50px 50px;
  height: 50px;
  width: 50px;
}

.custom-toast p {
  font-size: 14px;
  padding: 10px;
}

.footer {
  float: left;
  width: 100%;
  background: url(../images/footer_bg.png) no-repeat;
  background-size: cover;
}

.footer_top {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 45px 0;
}

.footer_top>a {
  float: left;
  width: 142px;
  margin-right: 40px;
}

.footer_top>a img {
  float: left;
  width: 100%;
}

.footer_top>ul {
  display: flex;
  align-items: center;
}

.footer_top>ul li {
  margin-right: 40px;
}

.footer_top>ul li a {
  color: #fff;
  font-size: 14px;
}

.footer_bottom {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.footer_bottom>span {
  color: #fff;
  font-size: 14px;
}

.social {
  display: flex;
  align-items: center;
}

.social>span {
  color: #fff;
  font-size: 14px;
  margin-right: 20px;
}

.social a {
  float: left;
  margin: 0 5px;
  background: rgb(0 0 0 / 30%);
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#nav-icon4,
.mblFuncIcon,
.desktopNone {
  display: none;
}

.hidden {
  overflow: hidden !important;
}

ul.accordion-list {
  position: relative;
  padding: 0 20px;
  margin: 30px 0;
  float: left;
  width: 100%;
}

ul.accordion-list li {
  position: relative;
  background: linear-gradient(160deg, var(--c1, #fd2b99), var(--c2, #23bcf8) 51%, var(--c1, #fd2b99)) var(--x, 0) / 200%;
  margin: 0 auto 15px auto;
  border-radius: 5px;
  float: left;
  width: 100%;
  color: #fff;
  font-size: 15px;
}

ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}

ul.accordion-list li h3 {
  position: relative;
  display: block;
  width: 100%;
  font-family: NotoSans-Bold;
  cursor: pointer;
  padding: 20px;
  margin: 0;
  font-size: inherit;
}

ul.accordion-list li h3:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 22px;
  transition: all 0.3s ease-in-out;
  background: url(../images/acordion_plus.png) no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
}

ul.accordion-list li div.answer {
  display: block;
  float: left;
  width: 100%;
}

ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 0 20px 20px 20px;
  margin: 0;
}

@media screen and (max-width: 1220px) {
  .container {
    padding: 0 15px;
  }

  .header>a {
    margin-right: -80px;
  }

  .questionary>img,
  .trendy>img,
  .king>img,
  .queen>img,
  .queen>img,
  .blog>img {
    height: 40px;
  }

  .questionary h2,
  .trendy h2,
  .king h2,
  .queen h2,
  .blog h2 {
    font-size: 14px;
    padding: 5px 10px;
    bottom: -15px;
  }

  .trendyInner ul li {
    display: flex;
    align-items: center;
  }

  .trendyInner ul li img {
    height: 15px;
  }

  .data {
    margin: 20px 0 0 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .data li {
    width: 31%;
    margin: 0 0 20px 0;
  }

  .data li strong {
    font-size: 13px;
    margin: 5px 0;
  }

  .data li img {
    width: 35px;
  }
}

@media screen and (max-width: 992px) {
  .desktopNone {
    display: block;
  }

  .user-menu-div {
    margin-right: 10px;
  }

  #nav-icon4 {
    display: block;
    width: 35px;
    height: 23px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    float: right;
  }

  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  #nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav-icon4 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }

  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
  }

  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }

  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 8px;
  }

  .menu {
    transform: translateX(-130%);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999999999;
    transition: all 0.5s ease;
    width: 240px;
    background: #fff;
    box-shadow: 0px 0px 4px #090935;
  }

  .menu_mobil_block {
    transform: translateX(0);
  }

  .naccs .menu .menuDiv {
    padding: 15px 15px 15px 35px;
    font-size: 13px;
  }

  .naccs .menu .menuDiv.active {
    padding: 15px 15px 15px 20px;
  }

  .naccs .menu .menuDiv span.light {
    height: 8px;
    width: 8px;
    top: 22px;
  }

  .naccs .menu .menuDiv.active span.light {
    width: 6px;
  }

  .header {
    padding: 10px 25px;
  }

  .tab-content {
    width: 100%
  }

  .tab-content>.tab {
    padding: 10px;
  }

  .content-panel h1 {
    font-size: 17px;
    line-height: 17px;
  }

  .data,
  .table-content {
    margin: 15px 0 0 0;
  }

  .data li {
    width: 48%;
    margin: 0 0 15px 0;
  }

  .tab-contents table,
  .table-content table {
    border: 0;
  }

  .tab-contents table thead,
  .table-content table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 0px;
    margin: 0px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0px;
  }

  .tab-contents table tr,
  .table-content table tr {
    border-bottom: 5px solid #e7e7e7 !important;
    display: block;
  }

  .tab-contents table td,
  .table-content table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 12px;
    text-align: right;
    position: relative;
    overflow: hidden;
    padding: 6px 6px 6px 80px;
  }

  .tab-contents table td::before,
  .table-content table td::before {
    content: attr(data-label);
    float: left;
    position: absolute;
    left: 7px;
    top: 6px;
  }

  .tab-contents table td:last-child,
  .table-content table td:last-child {
    border-bottom: 0;
  }

  .leftAsside,
  .rightAsside,
  .login,
  .writing {
    display: none;
  }

  .content {
    width: 100%;
    margin-bottom: 60px;
    padding: 0;
  }

  .lastestEntry {
    margin: 0 0 30px 0;
  }

  .headerSearch {
    padding: 0 15px;
  }

  .mblFuncIcon {
    display: flex;
    align-items: center;
  }

  .mblFuncIcon a {
    border: 1px solid #fff;
    float: left;
    width: 35px;
    height: 35px;
    margin: 0 20px 0 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .optionAdd img {
    width: 20px;
  }

  .optionAdd {
    font-size: 14px;
  }

  .questionaryS li {
    width: 48%;
    margin: 0 4% 25px 0;
  }

  .questionaryS li:nth-child(3n+0) {
    margin-right: 4%;
  }

  .questionaryS li:nth-child(2n+0) {
    margin-right: 0 !important;
  }

  .blogItem li {
    width: 100%;
    margin: 0 0 25px 0 !important;
  }

  .blogItem li:nth-child(2n+0) {
    margin-right: 0 !important;
  }

  .bestOfWeek .queen,
  .bestOfWeek .king,
  .bestOfWeek .trendy {
    width: 48%;
  }

  .bestOfWeek {
    flex-wrap: wrap;
  }

  .contactInput {
    width: 100%;
    margin: 5px 0;
  }

  .bg_holder {
    width: 100%;
    height: 35vh;
  }

  .sign_div {
    width: 100%;
    height: 65vh;
    padding: 0 15px;
  }

  .login_bg {
    padding: 30px 25px 25px 25px
  }

  .sign_bg img {
    margin: 0 auto 10px auto;
  }

  .input {
    margin: 0 0 20px 0;
  }

  .terms {
    margin: 0 0 15px 0;
  }

  .formButton {
    margin: 0 auto 10px auto;
  }

  .bg_holder::after {
    background: url(../images/bg_holder_bottom.png) no-repeat;
    right: 0;
    top: auto;
    height: 59px;
    width: 100%;
    bottom: -59px;
    left: 0;
    background-size: contain;
  }

  .bestWeeks {
    flex-wrap: wrap;
  }

  .dukveLord,
  .dusesveLady {
    width: 48%;
    margin: 0 3% 0 0;
  }

  .dukveLord:nth-child(2) {
    margin: 0;
  }

}

@media screen and (max-width: 767px) {
  .bg_holder {
    display: none;
  }

  .header>a {
    margin-right: 0;
  }

  .iti {
    width: 100%;
  }

  .sign_div {
    height: 100vh;
  }

  .login img,
  .writing img {
    margin-right: 0;
    width: 15px;
  }

  .login,
  .writing {
    padding: 0;
    width: 35px;
    height: 35px;
    justify-content: center;
  }

  .sign_bg strong {
    font-size: 19px;
    margin: 0 0 10px 0;
  }

  .login_bg {
    padding: 30px 25px;
    width: 100%;
  }

  .flexRow {
    flex-wrap: wrap;
  }

  .input {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .profile_right ul {
    text-align: right;
  }

  .profile_right ul li {
    margin-right: 0;
    width: 100%;
  }

  .profile_right>p {
    margin: 0 0 10px 0;
  }

  .profil_bg {
    margin-bottom: 10px;
    padding: 25px 15px;
  }

  .accordion {
    margin: 0 0 15px 0;
  }

  .table-content>span,
  .accordion_content>span {
    margin: 0 0 10px 0;
    line-height: 15px;
    width: 100%;
    text-align: center;
  }

  .table-content .pagination,
  .accordion_content .pagination {
    display: inline-flex;
    float: none;
    margin: 0 auto 15px auto;
  }

  .data,
  .table-content {
    text-align: center;
  }

  .accordion_content {
    padding: 0 20px;
    text-align: center;
  }

  .footer_top {
    padding: 30px 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_top>a {
    margin: 0 0 15px 0;
  }

  .footer_top>ul {
    flex-wrap: wrap;
    width: 100%;
  }

  .footer_top>ul li {
    margin-right: 0;
    width: 50%;
    text-align: center;
  }

  .footer_top>ul li a {
    padding: 5px 0;
    display: block;
  }

  .footer_bottom {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer_bottom>span {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
  }

  .searchFilter {
    margin: 0 0 15px 0;
    flex-wrap: wrap;
  }

  .searchFilter select {
    width: 46%;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .searchList>a {
    padding: 15px;
  }

  .searchList>a .listDetail b {
    font-size: 14px;
  }

  .listRight ul li img {
    width: 15px;
  }

  .searchTitle {
    font-size: 17px;
    margin: 20px 0;
  }

  .questionaryS li {
    width: 100%;
    margin: 0 0 25px 0 !important;
  }

  .bestOfWeek .queen,
  .bestOfWeek .king,
  .bestOfWeek .trendy {
    width: 100%;
    margin-bottom: 20px;
  }

  .formContact {
    width: 100%;
  }

  .contactInfo {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .contactDiv {
    display: flex;
    flex-direction: column-reverse;
  }

  .contactInfo span {
    margin: 5px 0;
    font-size: 14px;
  }

  .header {
    padding: 10px;
  }

  .mblFuncIcon a {
    margin-right: 10px;
  }

  .loginAfter {
    width: auto;
  }

  .loginAfter:hover .user-menu-box {
    margin: 0 0 0 -165px;
  }

  .detailTop .postUserProfile {
    flex-direction: column;
    justify-content: center;
    width: 175px;
  }

  .detailTop .postUserProfile img {
    margin-right: 10px;
  }

  .detailTop .flx {
    width: 100%;
    text-align: center;
  }

  .flx span,
  .flx a {
    float: none;
    display: inline-block;
  }

  .btn-func {
    float: none;
  }

  .scoreItem,
  .peopleName li {
    flex-wrap: wrap;
  }

  .rating-stars {
    width: 100%;
  }

  .scoreDiv {
    width: 120px;
  }

  .peopleName li {
    height: auto;
  }

  .peopleName strong {
    width: 100%;
  }

  .peopleName span {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
  }

  .peopleName {
    max-width: 190px;
  }

  .dukveLord,
  .dusesveLady {
    width: 100%;
    margin: 0;
  }

  .profile_right {
    padding: 6px;
    border-radius: 5px;
    background: #fff;
  }

  .avatar-upload .avatar-preview img {
    width: 147px;
    height: 147px;
  }

  .tabs {
    flex-wrap: wrap;
  }

  .formInput {
    width: 100%;
  }

  .profile_right>p,
  .profile_right ul {
    width: 100%;
  }

  .profilSelect:hover ul {
    left: -70px;
    top: 30px;
  }

  .chat_rightOut {width: 100%;}
  .chatMblUser {display: block;}
  .chat_left {width: 290px;position: absolute;left: -330px;top: 0;bottom: 0;}
.left {left: 0;}

}

.flx1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  height: 100vh;
}

.bestOfWeekProfile {
  width: 490px;
  max-width: 90%;
  background: url(../images/bestOfWeekProfile.jpg) no-repeat;
  background-size: cover;
  border-radius: 12px;
  background-position: top;
  padding: 190px 100px 170px 100px;
  line-height: 37px;
  position: relative;
  box-shadow: 0px 0px 10px rgb(9 9 53 / 50%);
}

.bestOfWeekProfile a {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  cursor: pointer;
  background: #fff;
  border-radius: 100%;
  padding: 3px;
}

.bestOfWeekProfile a img {
  float: left;
  width: 100%;
}

.bestOfWeekProfile h1 {
  font-family: NotoSans-Bold;
  float: left;
  width: 100%;
  margin: 15px 0 0 0;
  font-size: 30px;
  text-align: center;
  color: #e705a4;
}


@media screen and (max-width: 470px) {
  .profil_bg {
    display: block;
    height: auto;
  }

  .avatar-upload {
    float: none;
    display: table;
    margin: 0 auto 20px auto;
  }

  .profile_right {
    margin: 15px 0 0 0;
    width: 100%;
  }

  .profile_right>p,
  .profile_right ul {
    text-align: center;
  }

  .searchFilter div {
    padding: 0;
  }

  .searchFilter div input,
  .searchFilter div select {
    width: 100%;
    margin-bottom: 10px;
  }

  .imgSave {
    float: none;
    margin: auto;
    display: table;
  }

  .bestOfWeekProfile {
    padding: 200px 40px 160px 40px;
    line-height: 30px;
  }

  .bestOfWeekProfile h1 {
    margin: 0;
    font-size: 25px;
  }
}


::-webkit-input-placeholder {
  color: #090935;
}

/* Translate */
.list {
  display: inline-block;
  position: relative;
  z-index: 9;
}

.list ul {
  position: absolute;
  padding: 0;
  top: 30px;
  left: 0;
  display: none;
  background: #fff;
  border-radius: 5px;
}

.list ul .active {
  display: block;
}

.list li {
  float: left;
  width: 100%;
}

.list li a img {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.list a {
  position: relative;
  float: left;
  width: 100%;
  color: #090935;
  font-family: NotoSans-Bold;
  font-size: 13px;
  padding: 5px;
}

select.Select {
  display: inline;
  border: 0;
  width: auto;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.Select:hover {
  cursor: pointer;
}

select.Select option {
  border: 0;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.SelectPlaceholder {
  cursor: pointer;
  float: left;
  background: url(../images/arrow.png) no-repeat;
  width: 70px;
  height: 30px;
  display: flex;
  align-items: center;
  color: #fff;
  font-family: NotoSans-Bold;
  font-size: 13px;
  background-size: 16px;
  background-position: right center;
}

.SelectPlaceholder img {
  margin-right: 7px;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-size: 13px !important;
}

#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

body {
  top: 0 !important;
}

#google_translate_element2 {
  display: none !important;
}

.flxAlert {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
}

.alertClosed img {
  float: left;
  width: 100%;
}

.alertSuccess {
  background: linear-gradient(-45deg, #059212, #06D001, #9BEC00);
  background-size: 400% 400%;
  animation: gradient 3s ease infinite;
  color: #fff;
  padding: 15px;
  max-width: 90%;
  border-radius: 5px;
  z-index: 9999999999;
  position: relative;
}

.alertSuccess .alertClosed {
  position: absolute;
  right: -10px;
  top: -10px;
  background: #090935;
  padding: 2px;
  border-radius: 100%;
  width: 30px;
  cursor: pointer;
}

.alertSuccess h1 {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 25px;
  font-family: NotoSans-Bold;
  font-weight: normal;
  line-height: 35px;
}

.alertSuccess h1 img {
  height: 35px;
  margin-right: 7px;
}

.alertSuccess p {
  float: left;
  width: 100%;
  font-size: 16px;
  margin: 10px 0 0 0;
}

.alertError {
  background: linear-gradient(-45deg, #C40C0C, #FF6500, #FF8A08);
  background-size: 400% 400%;
  animation: gradient 3s ease infinite;
  color: #fff;
  padding: 15px;
  max-width: 90%;
  border-radius: 5px;
  z-index: 9999999999;
  position: relative;
}

.alertError .alertClosed {
  position: absolute;
  right: -15px;
  top: -15px;
  background: #ff0000;
  border-radius: 100%;
  width: 30px;
  padding: 3px;
  cursor: pointer;
}

.alertError h1 {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 25px;
  font-family: NotoSans-Bold;
  font-weight: normal;
  line-height: 35px;
}

.alertError h1 img {
  height: 35px;
  margin-right: 7px;
}

.alertError p {
  float: left;
  width: 100%;
  font-size: 16px;
  margin: 10px 0 0 0;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}