* {
  font-family: "Sulphur Point", sans-serif;
}

body {
  overflow-x: hidden;
}

/* Login Register 2 */

.loginOuter {
  width: 100%;
  min-height: 100vh;
  background: rgb(0, 0, 20);
  background: linear-gradient(180deg,
      rgba(0, 0, 20, 1) 0%,
      rgb(0, 13, 44) 50%,
      rgba(28, 0, 53, 1) 100%);
  overflow: hidden;
}

.loginInner {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 90px 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 5;
}

.loginBottomButtons {
  width: 100%;
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0px;
  gap: 30px;
  flex-wrap: wrap;
}

.loginBottomButtons a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.5;
  text-decoration: none;
  transition: 0.3s ease all;
}

.loginBottomButtons a:hover {
  opacity: 1;
}

.loginContentsOuter {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.loginContentsBox {
  width: 400px;
  min-height: 50px;
  position: relative;
  z-index: 1;
  padding: 25px;
}

.loginContentsBoxTop {
  width: 180%;
  height: 1px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%);
  left: -40%;
  top: 1px;
  position: absolute;
  z-index: 2;
}

.loginContentsBoxTop:before {
  content: "";
  width: 80px;
  height: 1px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%);
  position: absolute;
  transition: 0.3s ease all;
  animation: 3s linear 1s infinite alternate loginContentsBoxTop;
}

@keyframes loginContentsBoxTop {
  0% {
    left: 0%;
    right: auto;
    opacity: 0;
  }

  50% {
    eft: calc(50% - 40px);
    right: auto;
    opacity: 1;
  }

  100% {
    left: calc(100% - 80px);
    right: auto;
    opacity: 0;
  }
}

.loginContentsBoxBottom {
  width: 180%;
  height: 1px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%);
  left: -40%;
  bottom: 1px;
  position: absolute;
  z-index: 2;
}

.loginContentsBoxBottom:before {
  content: "";
  width: 80px;
  height: 1px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 100%);
  position: absolute;
  transition: 0.3s ease all;
  animation: 3s linear 1s infinite alternate loginContentsBoxBottom;
}

@keyframes loginContentsBoxBottom {
  0% {
    left: 0%;
    right: auto;
    opacity: 0;
  }

  50% {
    eft: calc(50% - 40px);
    right: auto;
    opacity: 1;
  }

  100% {
    left: calc(100% - 80px);
    right: auto;
    opacity: 0;
  }
}

.loginContentsBoxLeft {
  width: 1px;
  height: 160%;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%);
  left: 2px;
  top: -30%;
  position: absolute;
}

.loginContentsBoxLeft:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff79;
  position: absolute;
  top: calc(((100% / 160) * 30) - 4px);
  left: -4px;
}

.loginContentsBoxLeft:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff79;
  position: absolute;
  bottom: calc(((100% / 160) * 30) - 4px);
  left: -4px;
}

.loginContentsBoxRight {
  width: 1px;
  height: 160%;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 100%);
  right: 2px;
  top: -30%;
  position: absolute;
}

.loginContentsBoxRight:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff79;
  position: absolute;
  top: calc(((100% / 160) * 30) - 4px);
  left: -4px;
}

.loginContentsBoxRight:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #ffffff79;
  position: absolute;
  bottom: calc(((100% / 160) * 30) - 4px);
  left: -4px;
}

.loginContentsTitle {
  width: 100%;
  min-height: 10px;
  float: left;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #b6d2f5;
  margin-bottom: 30px;
  text-shadow: 1px 1px 19px rgba(182, 210, 245, 0.95);
}

.loginInputOuter {
  width: 100%;
  height: 45px;
  float: left;
  background-color: #ffffff0b;
  margin-bottom: 20px;
}

.loginInputOuter p {
  width: 100% !important;
  font-size: 16px !important;
  color: #fff !important;
  line-height: 45px !important;
  padding: 0px 10px;
}

.loginInputOuter input {
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  padding: 0px 15px;
  letter-spacing: 1px;
}

.loginInputOuter select {
  width: 100%;
  height: 45px;
  font-size: 16px;
  color: #dadada;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  padding: 0px 10px;
  letter-spacing: 1px;
}

.loginInputBottomLink {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: -7px;
}

.loginInputBottomLink a {
  float: right;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 2px;
  text-decoration: none;
  opacity: 0.5;
}

.loginButtonOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginButtonInner {
  min-width: 10px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.047);
  padding: 0px 25px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #ffffffa7 !important;
  text-decoration: none !important;
  letter-spacing: 2px;
  padding-top: 1px;
  cursor: pointer;
  border: 1px solid #ffffff18;
  overflow: hidden;
  position: relative;
}

.loginButtonInner:before {
  content: "";
  width: 60px;
  height: 60px;
  background: rgb(255, 255, 255);
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0) 80%);
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: 1;
  animation: 9s linear 1s infinite alternate loginButtonInner;
}

@keyframes loginButtonInner {
  0% {
    left: -20px;
    top: -20px;
  }

  20% {
    left: calc(100% - 30px);
    top: -20px;
  }

  50% {
    left: calc(100% - 30px);
    top: 10px;
  }

  80% {
    left: -20px;
    top: 10px;
  }

  100% {
    left: -20px;
    top: -20px;
  }
}

.loginButtonInner span {
  position: relative;
  z-index: 3;
}

.loginCenterTitleOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginCenterTitleOuter span {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 2px;
  opacity: 0.5;
  padding: 0px 20px;
}

.loginCenterTitleOuter:before {
  content: "";
  flex: 1;
  height: 1px;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.04) 100%);
}

.loginCenterTitleOuter:after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.3) 0%,
      rgba(255, 255, 255, 0.04) 100%);
}

.loginMultiButtonsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.loginMultiButtonsOuter .loginButtonInner {
  flex: 1;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginMultiButtonsOuter .loginButtonInner img {
  width: 85%;
  float: left;
  margin-top: -2px;
}

.loginBottomLinks {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  opacity: 0.5;
  font-size: 13px;
  text-decoration: none !important;
}

.loginMockupOuter {
  width: 40%;
  height: 700px;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loginMockupOuter img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: contain;
  object-position: center;
}

.loginContentsTexts {
  width: 100%;
  min-height: 50px;
  float: left;
  position: relative;
  padding: 30px;
  margin-bottom: 40px;
}

.loginContentsTextTitle {
  width: 100%;
  min-height: 10px;
  float: left;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #b6d2f5;
  margin-bottom: 30px;
}

.loginContentsTexts {
  color: rgba(255, 255, 255, 0.6);
}

.registerTopImageOuter {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.registertopImageCircle {
  width: 100px;
  height: 100px;
  background-color: #f5f5f5a6;
  border-radius: 50px;
  margin: 0px;
  cursor: pointer;
  font-size: 50px;
  color: #ffffff7b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.registertopImageCircle input {
  display: none;
}

.loginContentsNotification {
  width: 100%;
  min-height: 25px;
  background-color: rgba(255, 255, 255, 0.15);
  float: left;
  padding: 15px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 25px;
}

.alphabetBg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0.07;
}

@media only screen and (max-width: 950px) {
  .loginMockupOuter {
    display: none;
  }

  .loginContentsBox {
    width: 100% !important;
  }
}

/* Login Register */

/* Top Menus */

.homepageOuter {
  width: 100%;
  min-height: 100vh;
  background: rgb(0, 0, 20);
  background: linear-gradient(180deg,
      rgba(0, 0, 20, 1) 0%,
      rgb(0, 13, 44) 50%,
      rgba(28, 0, 53, 1) 100%);
  float: left;
  padding: 20px;
}

.homepageTopLineOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.glassBg:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff0d;
  margin: -20px;
}

.homepageTopLineInner {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.homepageTopLineCenterOuter {
  flex: 1;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.homepagetopLineCenterBtn {
  width: 100px;
  height: 60px;
  float: left;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5) !important;
  text-decoration: none !important;
  padding-top: 3px;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.homepagetopLineCenterBtn i {
  font-size: 22px;
  color: rgba(255, 255, 255, 1);
}

.homepageTopLineRightOuter {
  width: 280px;
  height: 60px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.homepageTopLineBtn {
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.blueBtn {
  background-color: #deedff9d;
  box-shadow: 1px 1px 19px rgba(182, 210, 245, 0.95);
  color: #fff;
  transition: 0.3s ease all;
  animation: 3s linear 1s infinite alternate blueBtn;
}

@keyframes blueBtn {
  0% {
    box-shadow: 1px 1px 19px rgba(182, 210, 245, 0.99);
  }

  50% {
    box-shadow: 1px 1px 19px rgba(182, 210, 245, 0.35);
  }

  100% {
    box-shadow: 1px 1px 19px rgba(182, 210, 245, 0.99);
  }
}

.homepageTopLineBadge {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  padding-top: 2px;
}

.homepageTopLineRightUserBox {
  flex: 1;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.homepageTopLineRightUserBoxImage {
  width: 30px;
  height: 30px;
  background-color: #f5f5f5;
  float: left;
  border-radius: 20px;
}

.homepageTopLineRightUserContents {
  flex: 1;
  min-height: 10px;
  float: left;
}

.homepageTopLineRightUserContents h3 {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  float: left;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homepageTopLineRightUserContents h4 {
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  color: #ffd500;
  float: left;
  margin: 0px;
}

.homepageTopLineLeftOuter {
  width: 320px;
  height: 60px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}

.topLineLogo {
  width: 50px;
  height: 50px;
  float: left;
  object-fit: contain;
  object-position: center;
}

.topLineSearchLine {
  flex: 1;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
}

.topLineSearchLine input {
  flex: 1;
  height: 40px;
  border: 0px !important;
  outline: 0px !important;
  background-color: transparent;
  color: #fff;
}

.topLineSearchLine button {
  width: 20px;
  height: 30px;
  background-color: transparent;
  border: 0px !important;
  outline: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

/* Top Menus */

/* Homepage */

.pageContentsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 20px;
  margin-bottom:60px!important;
}

.pageContentsInner {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.sidebarOuter {
  width: 250px;
  height: calc(100vh - 205px);
  float: left;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
}

.sidebarInner {
  width: 100%;
  height: calc(100vh - 205px);
  float: left;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: auto;
}

.pageContentsCenterOuter {
  flex: 1;
  height: calc(100vh - 205px);
  float: left;
  overflow: auto;
}

.sidebarTitleOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.5px;
}

.pageCenterSendPostOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.pageCenterSendPostOuter p {
  flex: 1;
  font-size: 15px;
  color: #fff;
  float: left;
  margin: 0px;
  letter-spacing: 1px;
}

.pageCenterSendPostUser {
  width: 40px;
  height: 40px;
  background-color: pink;
  float: left;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageCenterSendPostUser img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
}

.pageCenterSendPostBtn {
  width: 27px;
  height: 27px;
  float: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding-top: 2px;
  margin: 0px;
}

.pageCenterSendPostBtn input {
  display: none;
}

.pageCenterSendPostOuter input[type="text"] {
  flex: 1;
  background-color: transparent;
  border: 0px;
  outline: 0px;
  resize: none;
  font-size: 15px;
  color: #fff;
  margin-left: 3px;
}

.pageCenterSendPostOuter input[type="text"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.pageCenterStoryLine {
  width: 100%;
  min-height: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.pageCenterStorySliderOuter {
  width: 100%;
  min-height: 10px;
  padding: 15px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  gap: 15px;
  flex-wrap: wrap;
}

.pageCenterStoryBox {
  flex: 1;
  height: 200px;
  background-color: #333;
  float: left;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex-direction: column;
}

.pageCenterStoryBoxThree {
  width: calc((100% / 3) - 10px);
  min-height: 200px;
  background-color: #333;
  float: left;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  flex-direction: column;
  padding: 15px 0px;
}

.pageCenterStoryBoxImage {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
}

.storyCenterPlus {
  width: 50px;
  height: 50px;
  background-color: #ffffffe5;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  color: #5480bd !important;
  text-decoration: none !important;
  font-size: 25px;
  padding-top: 2px;
}

.pageCenterStoryBox span {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 80%;
  float: left;
  text-align: center;
  margin-top: 15px;
}

.pageCenterStoryBoxThree span {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 90%;
  float: left;
  text-align: center;
  margin-top: 15px;
}

.pageStoryTopLineOuter {
  width: 100%;
  min-height: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  padding: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5578606442577031) 24%,
      rgba(0, 0, 0, 1) 100%);
  padding-bottom: 10px;
}

.pageStoryTopLineImage {
  width: 25px;
  height: 25px;
  float: left;
  border-radius: 15px;
  overflow: hidden;
}

.pageStoryTopLineImage img {
  width: 25px;
  height: 25px;
  object-fit: cover;
  object-position: center;
}

.pageStoryTopLineText {
  flex: 1;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2px;
}

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

.pagePostOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.pagePostTopTitle {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  border-bottom: 1px solid #ffffff22;
}

.pagePostUserImage {
  width: 35px;
  height: 35px;
  float: left;
  background-color: #dadada;
  border-radius: 20px;
  overflow: hidden;
}

.pagePostUserImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.pagePostUserName {
  flex: 1;
  min-height: 10px;
  float: left;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.pagePostImage {
  width: 100%;
  height: 350px;
  background-color: #000;
  float: left;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagePostImage video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: contain;
  object-position: center;
}

.pagePostImageBg {
  width: 120%;
  height: 120%;
  position: absolute;
  left: -5%;
  top: -5%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%) blur(4px);
  opacity: 0.6;
}

.pagePostImageBox {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  object-fit: contain;
  object-position: center;
}

.pagePostBottomLine {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  gap: 13px;
}

.pagePostBottomLineBtn {
  width: 30px;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
}

.pagePostBottomLineBtnText {
  min-width: 10px;
  height: 30px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -11px;
  font-size: 15px;
  color: #fff;
}

.pagePostContentsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 14px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  padding-bottom: 0px;
}

.customScroll::-webkit-scrollbar {
  width: 5px;
}

.customScroll::-webkit-scrollbar-track {
  background: #f1f1f100;
}

.customScroll::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0.2);
  border-radius: 5px;
}

.customScroll::-webkit-scrollbar-thumb:hover {
  background: rgba(136, 136, 136, 0.5);
}

.sidebarConfigLine {
  width: 100%;
  min-height: 20px;
  float: left;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  border-radius: 5px;
}

.sidebarConfigLineSelect {
  width: 100%;
  min-height: 20px;
  float: left;
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  background: rgb(96, 0, 143);
  background: linear-gradient(274deg,
      rgba(96, 0, 143, 1) 0%,
      rgba(171, 0, 255, 1) 72%,
      rgba(194, 70, 255, 1) 100%);
  margin-bottom: 10px;
  border-radius: 5px;
}

.sidebarConfigLine:last-child {
  margin-bottom: 0px;
}

.sidebarConfigLineSelect:last-child {
  margin-bottom: 0px;
}

.sidebarConfigLineIcon {
  width: 20px;
  height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #fff;
}

.sidebarConfigLineText {
  flex: 1;
  min-height: 10px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease all;
}

.sidebarConfigLine:hover .sidebarConfigLineText {
  padding-left: 7px;
}

.sidebarConfigs {
  width: 100%;
  min-height: 10px;
  padding: 10px;
  float: left;
}

.liveStreamIconCircle {
  width: 4px;
  height: 4px;
  float: left;
  border-radius: 25px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  border: 1px solid #ffffff7a;
}

.liveStreamIconCircle:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 25px;
  border: 1px solid #fff;
  position: absolute;
  transition: 0.3s ease all;
  animation: liveStreamIconCircleBefore 1s infinite;
}

.liveStreamIconCircle:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 25px;
  border: 1px solid #fff;
  position: absolute;
  transition: 0.3s ease all;
  animation: liveStreamIconCircleAfter 1s infinite;
}

@keyframes liveStreamIconCircleBefore {
  from {
    width: 24px;
    height: 24px;
    opacity: 1;
  }

  to {
    width: 34px;
    height: 34px;
    opacity: 0;
  }
}

@keyframes liveStreamIconCircleAfter {
  from {
    width: 14px;
    height: 14px;
    opacity: 1;
  }

  to {
    width: 24px;
    height: 24px;
    opacity: 0;
  }
}

.sidebarConfigLineBadge {
  min-width: 17px;
  height: 17px;
  background-color: rgba(255, 255, 255, 0.189);
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0px 5px;
  padding-top: 2px;
  border-radius: 3px;
}

.pagePostContentsDateOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 15px;
  padding-bottom: 0px;
  padding-top: 10px;
  font-size: 14px;
  color: #ffffff9f;
}

.sidebarUsersOuter {
  width: 100%;
  min-height: 10px;
  padding: 10px;
  float: left;
}

.sidebarUserBoxOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
}

.sidebarUserBoxOuter i {
  color: #fff;
  cursor: pointer;
  margin-top: 2px;
}

.sidebarUserBoxOuter b {
  color: #333;
  font-weight: 700;
  font-size: 15px;
}

.sidebarUserBoxOuter b i {
  color: #ffbf00 !important;
}

.sidebarUserBoxImageOuter {
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 25px;
  background-color: #dadada;
  overflow: hidden;
}

.emojiImage {
  width: 50px !important;
  height: 50px !important;
  float: left !important;
  border-radius: 0px !important;
  object-fit: contain !important;
}

.sidebarUserBoxImageOuter img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  object-position: center;
}

.sidebarUserBoxText {
  flex: 1;
  min-height: 10px;
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebarUserBoxActiveCircle {
  width: 7px;
  height: 7px;
  float: left;
  background-color: #00ff95;
  border-radius: 15px;
}

.languageBoxesOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: wrap;
}

.languageBox {
  width: calc(50% - 8px);
  min-height: 10px;
  float: left;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: Center;
  gap: 10px;
  border: 1px solid #dadada;
  cursor: pointer;
}

.languageBox img {
  width: 30px;
  float: left;
}

.languageBox span {
  flex: 1;
  float: left;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-top: 3px;
}

.commentsBox {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 14px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 5px;
  gap: 14px;
  border: 1px solid #dadada;
  margin-bottom: 14px;
}

.commentsBox:last-child {
  margin-bottom: 0px;
}

.commentsBoxImage {
  width: 40px;
  height: 40px;
  float: left;
  background-color: #dadada;
  border-radius: 20px;
  overflow: hidden;
}

.commentsBoxImage img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
}

.commentBoxContents {
  flex: 1;
  min-height: 10px;
  float: left;
  margin-top: 5px;
}

.commentBoxContents h3 {
  width: 100%;
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #ab00ff;
  margin: 0px;
  margin-bottom: 10px;
}

.commentBoxContents p {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #333;
  margin: 0px;
}

.commentBoxContents span {
  width: 100%;
  float: left;
  font-size: 13px;
  font-weight: 400;
  color: #ffffffbb;
  margin-top: 10px;
  letter-spacing: 1px;
}

.commentBottomLineOuter {
  width: 100%;
  min-height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.commentBottomLineBtn {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  outline: 0px;
  border-radius: 5px;
  font-size: 18px;
  padding-right: 7px;
}

.commentBottomLineOuter input {
  flex: 1;
  height: 40px;
  float: left;
  border: 1px solid #dadada;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  padding: 0px 10px;
}

.languageBox .sidebarUserBoxOuter {
  padding: 0px;
  margin: 0px;
}

.languageBox .sidebarUserBoxOuter .sidebarUserBoxText {
  color: #333;
}

.storiesBigBoxOuter {
  width: 100%;
  height: 70vh;
  float: left;
}

.storiesBigBox {
  width: 100%;
  height: 70vh;
  background-color: #000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.storiesBigBoxBgImage {
  width: 120%;
  height: 120%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  filter: blur(4px) grayscale(100%);
  opacity: 0.6;
}

.storiesBigBoxImage {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  object-fit: contain;
  object-position: center;
}

.storiesBigBoxTopOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 25px;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.5578606442577031) 24%,
      rgba(0, 0, 0, 1) 100%);
}

.storiesBigBoxTopImage {
  width: 45px;
  height: 45px;
  background-color: #dadada;
  border-radius: 25px;
  overflow: hidden;
}

.storiesBigBoxTopImage img {
  width: 45px;
  height: 45px;
  object-fit: cover;
  object-position: center;
}

.storiesBigBoxTopText {
  flex: 1;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.storiesBigBoxRightButtons {
  width: 40px;
  min-height: 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 3;
}

.storiesBigBoxRightButton {
  width: 40px;
  height: 35px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  cursor: pointer;
}

.storiesBigBoxRightText {
  width: 40px;
  min-height: 10px;
  float: left;
  text-align: center;
  font-size: 15px;
  color: #fff;
}

/* Homepage */

/* Notifications */

.notificationsBoxesOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 15px;
}

.notificationsBoxesOuter .commentsBox {
  border: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  position: relative;
}

.notificationsBoxesOuter .commentsBox p {
  color: #fff;
}

.notificationDeleteBtn {
  width: 27px;
  height: 27px;
  background-color: red;
  position: absolute;
  right: -6px;
  top: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

/* Notifications */

/* Forms */

.formLineOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 5px 15px;
}

.formLine {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 14px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.formLine i {
  color: #fff;
}

.formLine span {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.formLine:last-child {
  border: 0px;
}

.customToggleOuter {
  width: 30px;
  height: 15px;
  background-color: #fff;
  float: left;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.customToggleInner {
  width: 45px;
  height: 15px;
  float: left;
  background-color: Red;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
  transition: 0.3s ease all;
}

.customToggleInner:before {
  content: "";
  flex: 1;
  height: 15px;
  background-color: #b75cff;
  margin-right: -8px;
}

.customToggleInner:after {
  content: "";
  flex: 1;
  height: 15px;
  background-color: #dadada;
  margin-left: -8px;
}

.customToggleInnerCircle {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.customToggleOuter input {
  display: none;
}

.customToggleOuter input:checked~.customToggleInner {
  margin-left: 0px;
}

.btn-primary {
  background: rgb(96, 0, 143);
  background: linear-gradient(274deg,
      rgba(96, 0, 143, 1) 0%,
      rgba(171, 0, 255, 1) 72%,
      rgba(194, 70, 255, 1) 100%) !important;
}

.modalInputOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-bottom: 15px;
}

.modalInputOuter:last-child {
  margin: 0px;
}

.modalInputOuter p {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin: 0px;
  margin-bottom: 5px;
}

.modalInputOuter textarea {
  width: 100%;
  height: 100px;
  float: left;
  border: 1px solid #dadada;
  padding: 10px;
  resize: none;
  outline: 0px;
}

.modalInputOuter input {
  width: 100%;
  height: 45px;
  float: left;
  border: 1px solid #dadada;
  padding: 0px 10px;
  outline: 0px;
}

.customTableOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 15px;
}

.customTableOuter table {
  margin: 0px !important;
}

.customTableOuter * td {
  color: #fff;
  font-size: 15px;
  padding: 15px 0px !important;
  border-top: 0px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.customTableOuter tbody tr:last-child td {
  border-bottom: 0px !important;
}

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

.customFormInputOuter p {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  margin-bottom: 7px;
}

.myProfileTopImageOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.myprofileTopImageBox {
  width: 90px;
  height: 90px;
  background-color: #dadada;
  border-radius: 45px;
  position: relative;
}

.myprofileTopImageBox img {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  float: left;
}

.myprofileTopImageBoxChange {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: orange;
  margin: 0px;
  cursor: pointer;
  background: rgb(96, 0, 143);
  background: linear-gradient(274deg,
      rgba(96, 0, 143, 1) 0%,
      rgba(171, 0, 255, 1) 72%,
      rgba(194, 70, 255, 1) 100%);
  font-size: 15px;
  color: #fff;
  padding-top: 2px;
}

.myprofileTopImageBoxChange input {
  display: none;
}

.packagesBoxes {
  width: 100%;
  min-height: 10px;
  float: left;
}

.packageBoxOuter {
  width: 100%;
  min-height: 20px;
  float: left;
  padding: 25px 15px;
  border-radius: 5px;
  border: 1px solid #dadada;
}

.packageBoxOuter h3 {
  width: 100%;
  float: left;
  margin: 0px;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.packageBoxOuter p {
  width: 100%;
  float: left;
  margin: 0px;
  font-size: 17px;
  font-weight: 500;
  color: #333;
  margin-top: 10px;
}

.packageBoxOuter p i {
  font-size: 7px;
  float: left;
  margin-top: 8px;
  margin-right: 8px;
}

.liveStreamListOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
}

.liveStreamBox {
  width: calc((100% / 7) - (90px / 7));
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.liveStreamBoxImage {
  width: 100%;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liveStreamBoxImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.liveStreamBoxTag {
  min-width: 10px;
  height: 22px;
  background-color: red;
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 4px;
  gap: 5px;
  z-index: 2;
}

.liveStreamBoxText {
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 4px;
}

.customTabsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 5px;
}

.customTabBtn {
  flex: 1;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 5px;
  padding-top: 2px;
}

.customTabMiniBtn {
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none !important;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 5px;
}

.customTabBtnSelect {
  background: rgb(96, 0, 143);
  background: linear-gradient(274deg,
      rgba(96, 0, 143, 1) 0%,
      rgba(171, 0, 255, 1) 72%,
      rgba(194, 70, 255, 1) 100%);
}

.customTabContents {
  width: 100%;
  min-height: 10px;
  float: left;
}

.customUserListOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

.customUserBoxOuter {
  width: calc((100% / 3) - 10px);
  min-height: 10px;
  float: left;
}

.customUserBoxOuter .sidebarUserBoxOuter {
  margin: 0px;
}

.voicleCallModalContents {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.callTopBoxOuter {
  width: 100%;
  aspect-ratio: 1;
  background-color: #dadada;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.videoCallTopBoxOuter {
  width: 100%;
  aspect-ratio: 3/4;
  background-color: #dadada;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.callTopBoxUserImage {
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.callTopBoxUserImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.callTopBoxUserImage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border: 2px solid #00ab2e;
  z-index: 1;
  border-radius: 50%;
  transition: 0.3s ease all;
  animation: callTopBoxUserImageBefore 1s infinite;
}

.callTopBoxUserImage:after {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  border: 1px solid #00ab2e;
  z-index: 1;
  border-radius: 50%;
  transition: 0.3s ease all;
  animation: callTopBoxUserImageAfter 1s infinite;
}

@keyframes callTopBoxUserImageBefore {
  from {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  to {
    width: 130%;
    height: 130%;
    opacity: 0;
  }
}

@keyframes callTopBoxUserImageAfter {
  from {
    width: 80%;
    height: 80%;
    opacity: 1;
  }

  to {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}

.callCirclesOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  gap: 15px;
  margin-bottom: 15px;
}

.callCircle {
  width: 50px;
  height: 50px;
  background-color: #dadada;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 25px;
  cursor: pointer;
  color: #333;
}

.callTopBoxText {
  width: 100%;
  min-height: 10px;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.callTopBoxText h3 {
  font-weight: 600;
  margin: 0px;
  margin-bottom: 7px;
}

.callTopBoxText p {
  font-size: 17px;
  font-weight: 600;
  margin: 0px;
}

.liveHumanBig {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  z-index: 1;
}

.liveHumanMiniOuter {
  width: 110px;
  height: 150px;
  background-color: #fff;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 3;
  border-radius: 10px;
  padding: 5px;
}

.liveHumanMini {
  width: 100px;
  height: 140px;
  float: left;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}

.chatBoxesOuter {
  width: 100%;
  min-height: 10px;
  float: left;
}

.chatBoxesOuter * .sidebarUserBoxText p {
  width: 100%;
  margin: 0px;
  font-size: 13px;
  margin-top: 5px;
}

.chatBoxesOuter * .sidebarUserBoxText p b {
  color: #838383;
}

.chatPageOuter {
  width: 100%;
  height: calc(100vh - 205px);
  float: left;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.chatPageTopLineOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.chatPageTopLineImage {
  width: 35px;
  height: 35px;
  background-color: #dadada;
  float: left;
  border-radius: 22px;
  position: relative;
}

.chatPageTopLineImage img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
}

.chatPageTopBtn {
  width: 28px;
  height: 28px;
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
}

.chatPageTopLineOuter p {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
}

.chatPageBottomLine {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.chatPageBottomLine button {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #fff;
  border: 0px;
  outline: 0px;
  font-size: 15px;
}

.chatPageBottomLine input {
  flex: 1;
  height: 40px;
  float: left;
  border-radius: 5px;
  padding: 0px 10px;
  border: 0px;
  outline: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.chatPageCenterContents {
  width: 100%;
  flex: 1;
  min-height: 10px;
  float: left;
  padding: 13px;
  overflow: auto;
}

.chatPageBoxOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.chatPageBox {
  min-width: 10px;
  max-width: 60%;
  min-height: 10px;
  float: left;
  background-color: #fff;
  color: #333;
  padding: 10px 13px;
  border-radius: 5px;
}

.chatPageBoxOuter p {
  float: left;
  min-width: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  margin-top: 10px;
}

.senderChatBox {
  align-items: flex-end;
  justify-content: flex-end;
}

.senderChatBox .chatPageBox {
  background: rgb(96, 0, 143);
  background: linear-gradient(274deg,
      rgba(96, 0, 143, 1) 0%,
      rgba(171, 0, 255, 1) 72%,
      rgba(194, 70, 255, 1) 100%);
  color: #fff;
}

.userProfileTopLineOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}

.userProfileTopLineImage {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 35px;
  position: relative;
}

.userProfileTopLineImage img {
  width: 50px;
  height: 50px;
  border-radius: 35px;
  object-fit: cover;
  object-position: center;
}

.userProfileTopLineOuter p {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  float: left;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.userProfileTopLineBoxOuter {
  width: 60px;
  min-height: 10px;
  float: left;
}

.userProfileTopLineBoxOuter h3 {
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}

.userProfileTopLineBoxOuter p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  margin-top: 3px;
}

.customTabContents .pageCenterStorySliderOuter {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.customTabContents .pageCenterStorySliderOuter .pageCenterStoryBox {
  width: calc((100% / 4) - (45px / 4));
  flex: none;
}

.matchPageContentsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 15px;
}

.matchPageTopLineOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.matchPageTopLinImage {
  width: 44px;
  height: 44px;
  background-color: #f5f5f5;
  float: left;
  border-radius: 25px;
}

.matchPageTopLinImage img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}

.matchPageTopLineOuter p {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  float: left;
  margin: 0px;
}

.matchPageTopLineBtn {
  width: 27px;
  height: 27px;
  background-color: rgba(255, 255, 255, 0.2);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  padding-top: 2px;
  cursor: pointer;
}

.matchPageTopLineFlag {
  width: 36px;
  float: left;
  border-radius: 4px;
  margin-top: 1px;
}

.matchBoxButtonsOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.matchBoxButton {
  flex: 1;
  height: 50px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  padding-top: 1px;
  cursor: pointer;
}

.matchBoxButtonBig {
  flex: 2;
  height: 50px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.liveStreamBoxOuter {
  width: 100%;
  min-height: 10px;
  float: left;
  padding: 13px;
}

.liveStreamBoxVideo {
  width: 100%;
  height: 70vh;
  background-color: #dadada;
  float: left;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.liveStreamTopLine {
  width: 100%;
  min-height: 10px;
  float: left;
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 15px;
  padding: 13px;
  z-index: 2;
}

.liveStreamTopLineTag {
  min-width: 10px;
  height: 35px;
  float: left;
  background-color: red;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  border-radius: 4px;
  letter-spacing: 1px;
  gap: 10px;
  text-decoration: none !important;
}

.liveStreamRightButtons {
  width: 50px;
  min-height: 15px;
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  z-index: 2;
}

.liveStreamRightButton {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  float: left;
  display: flex;
  align-items: center;
  justify-content: Center;
  border-radius: 7px;
  cursor: pointer;
  font-size: 23px;
  color: #333;
}

.liveStreamBottomButtons {
  width: 100%;
  min-height: 10px;
  float: left;
  position: absolute;
  z-index: 2;
  left: 0px;
  bottom: 0px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.liveStreamBottomButton {
  flex: 1;
  height: 45px;
  float: left;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  padding-top: 2px;
  letter-spacing: 1px;
  cursor: pointer;
  text-decoration: none !important;
}

.liveStreamBoxVideo img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.settingsModalTitle {
  width: 100%;
  min-height: 10px;
  float: left;
  font-size: 17px;
  font-weight: 600;
  color: #333;
  padding: 10px 0px;
  padding-top: 12px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  text-align: center;
}

/* Forms */

/* Footer */

.pageBottomContentsOuter {
  width: 100%;
  height: 45px;
  float: left;
  margin-top: 20px;
  border-radius: 5px;
  position: absolute;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
}

.pageBottomContentsInner {
  width: 100%;
  height: 45px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pageBottomContentsInner span {
  flex: 1;
  color: #fff;
  font-size: 11px;
}

.pageBottomContentsInner span:last-child {
  text-align: right;
}

.pageBottomContentsInner span a {
  color: #b6d2f5;
}

/* Footer */

/* Mobile */

@media only screen and (max-width: 900px) {
  .pageContentsInner {
    min-height: 70vh;
    flex-direction: column;
  }

  .sidebarOuter {
    display: none;
  }

  .pageContentsOuter .container {
    padding: 0px;
  }

  .pageBottomContentsOuter {
    height: auto;
  }

  .pageBottomContentsInner {
    height: auto;
    flex-direction: column;
    padding: 10px 0px;
    gap: 10px;
  }

  .pageBottomContentsInner span {
    text-align: center !important;
  }

  .homepageTopLineCenterOuter {
    width: 100%;
    margin: 10px 0px;
    padding: 15px 0px;
    border-top: 1px solid #ffffff3e;
    border-bottom: 1px solid #ffffff3e;
  }

  .homepagetopLineCenterBtn {
    flex: 1;
  }

  .homepageTopLineLeftOuter {
    width: 100%;
  }

  .homepageTopLineRightOuter {
    width: 100%;
    margin-top: 5px;
  }

  .liveStreamBox {
    width: calc((100% / 3) - (30px / 3));
  }

  .pageContentsCenterOuter {
    width: 100%;
  }

  .customTabContents .pageCenterStorySliderOuter .pageCenterStoryBox {
    width: calc((100% / 2) - (15px / 2));
    flex: none;
  }

  .languageBoxliveStreamRightButton {
    width: 100% !important;
  }

  .pageCenterStoryBoxThree {
    width: 100%;
  }
}

.languageBox.selected {
  background-color: #d1e7dd;
  /* Seçili kutu rengi */
  border: 2px solid #0f5132;
  /* İsteğe bağlı */
}

/* Mobile */

.pulse-animation {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1.1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

#videoCallRequestModal .modal-content {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.action-btn {
  padding: 10px 30px;
  border-radius: 25px;
  transition: all 0.3s ease;
}

.action-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.text-primary {
  color: #337ab7 !important;
}

.packages-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  padding: 2rem;
}


@media (max-width: 768px) {
  .packages-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }  


}

.package-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  padding: 2rem;
  text-align: left;
  transition: transform 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.package-card:hover {
  transform: translateY(-5px);
}

.package-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1rem;
  text-align: left;
}

.package-price {
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem;
  text-align: left;
}

.package-price small {
  font-size: 1.5rem;
  opacity: 0.8;
}

.package-features {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
  text-align: left;
}

.package-features li {
  margin: 0.8rem 0;
  color: #ddd;
  display: flex;
  align-items: center;
  gap: 8px;
}


.package-features li span {
  font-size: 15px;
}

.package-features li i {
  color: #ab00ff;
  min-width: 16px;
}

.package-button {
  border: none;
  outline: none;
  flex: 1;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 5px;
  padding-top: 2px;
  width: 100%;
  background: rgb(96, 0, 143);
  background: linear-gradient(274deg,
      rgba(96, 0, 143, 1) 0%,
      rgba(171, 0, 255, 1) 72%,
      rgba(194, 70, 255, 1) 100%);
}

.package-button:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .mt-mobile-2{
    margin-top: 80px!important;
  }
}

.popular-badge {
  background: linear-gradient(45deg, #ab00ff, #c246ff);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 15px;
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 0.9rem;
  font-weight: bold;
  box-shadow: 0 4px 15px rgba(171, 0, 255, 0.3);
}

.video-call-container {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main-video-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  flex-wrap: wrap;
}

.shareButtonOuter {
  position: absolute;
  top: 40px;
  right: 40px;
}

.shareButtonOuter {
  position: absolute;
  top: 40px;
  right: 40px;
}

.shareButton {
  background: #fff;
  border-radius: 100%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #dadada;
}

/* .main-display {
  flex: 1;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 48.16546762589928vh;
  border: 1px solid #ddd;
} */

.participants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  /* max-height: 150px; */
  /* overflow-y: auto; */
  margin-top: 1rem;
}

.video-player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.username-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
}

.user-name {
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.6);
  padding: 8px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff!important;
}

.control-btn:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

.control-btn.danger {
  background-color: #ff4d4d;
}

.control-btn.danger:hover {
  background-color: #cc0000;
}

@media (max-width: 768px) {
  .participants-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    /* max-height: 240px; */
  }
}

@media (max-width: 480px) {
  .participants-grid {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    /* max-height: 180px; */
  }
}

/* Share Modal Styles */
#shareModal .modal-content {
  border-radius: 10px;
  border: none;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
}

#shareModal .modal-header {
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  border-radius: 10px 10px 0 0;
  padding: 15px 20px;
}

#shareModal .modal-title {
  color: #333;
  font-weight: 600;
  font-size: 18px;
}

#shareModal .modal-title i {
  color: #007bff;
  margin-right: 8px;
}

#shareModal .modal-body {
  padding: 20px;
}

#shareModal .input-group {
  margin-bottom: 10px;
}

#shareModal .form-control {
  border-radius: 4px 0 0 4px;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 10px 12px;
  height: auto;
  font-size: 14px;
}

#shareModal .input-group-btn button {
  border-radius: 0 4px 4px 0;
  padding: 10px 15px;
  height: 100%;
}

#shareModal .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  transition: all 0.3s ease;
}

#shareModal .btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-1px);
}

#copySuccess {
  margin-bottom: 0;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

#copySuccess i {
  color: #28a745;
}

@media (max-width: 480px) {
  #shareModal .modal-dialog {
    margin: 10px;
  }

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

  #shareModal .form-control {
    font-size: 13px;
  }
}

/* Yeni stiller */
.notifications-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 300px;
}

.notification {
  padding: 12px 20px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  backdrop-filter: blur(4px);
  animation: slideIn 0.3s ease-out;
  display: flex;
  align-items: center;
  gap: 10px;
}

.notification.error {
  background: rgba(220, 53, 69, 0.9);
}

.notification.success {
  background: rgba(40, 167, 69, 0.9);
}

.notification.warning {
  background: rgba(255, 193, 7, 0.9);
}


.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffc107;
}

.status-dot.connected {
  background: #28a745;
}

.status-dot.disconnected {
  background: #dc3545;
}

.network-quality {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  backdrop-filter: blur(4px);
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Yeni stiller */
.participants-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.participant-item {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  gap: 12px;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.participant-item.main-speaker {
  background: #e3f2fd;
  border-color: #2196f3;
}

.participant-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.participant-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #007bff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
}

.main-speaker .participant-avatar {
  background: #2196f3;
  box-shadow: 0 0 0 4px rgba(33, 150, 243, 0.2);
}

.participant-info {
  flex: 1;
}

.participant-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 4px;
  color: #333;
}

.participant-status {
  font-size: 13px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}

.participant-status::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #28a745;
}

.participant-controls {
  display: flex;
  gap: 8px;
}

.participant-control-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.participant-control-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.participant-control-btn.muted {
  background: #dc3545;
  color: white;
}

.participants-list {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

.participants-list::-webkit-scrollbar {
  width: 6px;
}

.participants-list::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

.participants-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.participants-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#screen-share-btn.sharing {
  background-color: rgb(255, 80, 80, 1);
  color: white;
}

/* Settings Modal Styles */
.settings-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 15px;
}

.settings-section {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
}

.settings-section h5 {
  margin-bottom: 20px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.video-preview {
  width: 100%;
  height: 200px;
  background: #000;
  border-radius: 8px;
  margin-top: 15px;
  overflow: hidden;
}

.volume-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.volume-control input[type="range"] {
  flex: 1;
}

.audio-features {
  margin-top: 20px;
}

.form-check {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .settings-container {
    grid-template-columns: 1fr;
  }
}




/* Add new styles */

.control-btn i {
  font-size: 1.5rem;
}

.control-btn span {
  font-size: 14px;
}

.control-btn.active {
  background-color: #007bff;
  color: white;
}

.background-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  padding: 15px;
}

.custom-background {
  grid-column: 1 / -1;
  margin-top: 15px;
}

.recording-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  padding: 15px;
}

.poll-option {
  margin-bottom: 15px;
}

.poll-option .progress {
  height: 20px;
  margin-top: 5px;
  background-color: #f0f0f0;
  border-radius: 10px;
  overflow: hidden;
}

.poll-option .progress-bar {
  background-color: #007bff;
  color: white;
  text-align: center;
  line-height: 20px;
  transition: width 0.3s ease;
}

/* Add animation for raised hand */
@keyframes handWave {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-20deg);
  }

  75% {
    transform: rotate(20deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.control-btn.hand-raised i {
  animation: handWave 1s infinite;
  color: #ffc107;
}

/* Remove unnecessary styles */
.background-options,
.custom-background,
.recording-options,
.poll-option,
.control-btn.hand-raised {
  display: none;
}

.hand-raised-indicator {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  border-radius: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 100;
}

.chat-header {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.chat-header h4 {
  margin: 0;
  color: #fff;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
}

.chat-input-container {
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  gap: 10px;
}

.chat-input-container input {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.chat-input-container button {
  padding: 8px 15px;
  background: linear-gradient(45deg, #ab00ff, #c246ff);
  border: none;
}

.chat-input-container button:hover {
  opacity: 0.9;
}


.control-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.control-btn i {
  font-size: 24px;
  margin-bottom: 5px;
}

.control-btn span {
  font-size: 12px;
  text-align: center;
}

.volume-control {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 10px;
  width: 120px;
  margin-bottom: 10px;
}

.volume-control.show {
  display: block;
}

#volume-slider {
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  outline: none;
}

#volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}

.leave-btn {
  background: linear-gradient(45deg,
      rgba(255, 99, 99, 0.4),
      rgba(255, 71, 71, 0.5));
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 99, 99, 0.2);
}


.leave-btn:hover {
  background: linear-gradient(45deg,
      rgba(255, 99, 99, 0.5),
      rgba(255, 71, 71, 0.6));
  box-shadow: 0 4px 8px rgba(255, 71, 71, 0.2);
}

.language-select {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 5px 10px;
  width: 120px;
  cursor: pointer;
}

.language-select option {
  background: rgba(0, 0, 0, 0.9);
  color: white;
}


#main-speaker {
  border: 1.7px solid #ab00ff !important;
}


 
/* Chat bölümü stilleri */
.chat-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
}

.chat-input-container {
  padding: 15px;
  border-top: 1px solid #ddd;
}


.chat-header {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header h4 {
  margin: 0;
  color: #fff;
}

.chat-actions {
  display: flex;
  gap: 5px;
}

/* Kişi Listesi Stilleri */
.chat-participants {
  max-height: 150px;
  overflow-y: auto;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.2);
}

.participant {
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 5px;
  transition: background 0.3s ease;
}

.participant:hover {
  background: rgba(255, 255, 255, 0.1);
}

.participant-avatar {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.participant-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.online-status {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4caf50;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.online-status.offline {
  background: #757575;
}

.participant-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.participant-name {
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 2px;
}

.participant-status {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8em;
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 15px;
}

.message-date-divider {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  margin: 10px 0;
  font-size: 0.9em;
}

.chat-message-wrapper {
  margin-bottom: 15px;
}

.chat-message {
  display: flex;
  max-width: 80%;
}

.chat-message.incoming {
  margin-right: auto;
}

.chat-message.outgoing {
  margin-left: auto;
  flex-direction: row-reverse;
}

.message-avatar {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.message-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.message-content {
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 12px;
  border-radius: 12px;
  color: #fff;
}

.message-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.7);
}

.message-text {
  word-break: break-word;
}

.chat-input-container {
  padding: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.input-group {
  display: flex;
  gap: 8px;
}

.input-group input {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
}

.input-group button {
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

.input-group button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.typing-indicator {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.message-status {
  color: #4caf50;
}

.homepageTopLineInner{
  display: flex!important;
}