@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=latin-ext");
@import url("./font-awesome.min.css");

html,
body {
  width: 100%;
  height: 100%;
  background: #eaeaea;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-size: cover;
  font-family: Oswald;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}

#wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  border-radius: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0px -1px 61px 2px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px -1px 61px 2px rgba(0, 0, 0, 1);
  box-shadow: 0px -1px 61px 2px rgba(0, 0, 0, 1);
}

#topbar {
  width: 350px;
  height: 70px;
  background-color: red;
}


#left {
  width: 351px;
  height: calc(100% - 95px);
  float: left;
  overflow-y: auto;
  background: rgb(255, 255, 255);
}

#right {
  width: calc(100% - 350px);
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 25px;
}

#chat,
.privatechat {
  width: 100%;
  height: calc(100% - 120px);
  box-sizing: border-box;
  padding: 0px 0 120px 20px;
  overflow: hidden;
  overflow-y: auto;
}

.privatechat {
  display: none;
}
.yukleniyor {
  color: #3185bf;
}
ul#statusmenu {
  max-height: 350px;
  overflow-y: scroll !important;
}

#chat::-webkit-scrollbar,
.privatechat::-webkit-scrollbar,
#left::-webkit-scrollbar,
.admincontent::-webkit-scrollbar,
.adminmenu::-webkit-scrollbar,
ul#statusmenu::-webkit-scrollbar {
  width: 6px;
}

#chat::-webkit-scrollbar-track,
.privatechat::-webkit-scrollbar-track,
#left::-webkit-scrollbar-track,
.admincontent::-webkit-scrollbar-track,
.adminmenu::-webkit-scrollbar,
ul#statusmenu::-webkit-scrollbar {
  background: #666;
}

#chat::-webkit-scrollbar-thumb,
.privatechat::-webkit-scrollbar-thumb,
#left::-webkit-scrollbar-thumb,
.admincontent::-webkit-scrollbar-thumb,
.adminmenu::-webkit-scrollbar-thumb,
ul#statusmenu::-webkit-scrollbar-thumb {
  background: #333;
}

.slider {
  -webkit-appearance: none;
  width: 100% !important;
  max-width: 350px;
  height: 15px !important;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s !important;
  transition: opacity 0.2s !important;
  padding: 0 !important;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #d13131;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #d13131;
  cursor: pointer;
}

.message {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  font-family: Arial;
  margin-bottom: 15px;
}

.msender {
  vertical-align: middle;
  display: inline-block;
}

.mmessage {
  vertical-align: top;
  display: inline-block;
  word-break: break-word;
  margin-left: 5px;
  float: left;
  /* font-size: 10pt; */
  font-weight: 300;
}

.message .image {
  width: 36px;
  height: 36px;
  border-radius: 30px;
  overflow: hidden;
  float: left;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  float: left;
}

.message .content {
  /* margin-top: -3px; */
  width: calc(100% - 100px);
  float: left;
  font-size: 10pt;
  font-weight: 600;
  margin-left: 3px;
}

.message .content img {
  width: 1.5rem;
  height: auto;
}

.message .emojioneemoji {
  width: 18px !important;
  height: 18px !important;
  display: inline-block;
  vertical-align: middle;
  max-width: 200px !important;
  max-height: 167px !important;
  width: auto !important;
  height: auto !important;
  display: inline-block;
  vertical-align: middle;
}

.message .content .inner {
  padding: 10px;
  background: #ffffff;
  /* border-radius: 5px; */
  line-height: 16px;
  display: inline-flex;
  justify-content: center;
  /* box-shadow: 0px 0px 0px -2px rgb(0 0 0 / 44%); */
  border-radius: 0.8rem 0.8rem 0.8rem 0;
}

.message .content .inner span {
  margin-right: 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 700; /* veya bold */
}

.message .bold {
  font-weight: 600;
}

#send {
  border-top: 1px solid #e5e7eb;
  align-content: center;
  width: 100%;
  height: 115px;
  padding: 0px 40px;
  box-sizing: border-box;
  background: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
}

#send .inner {
  width: 100%;
  height: 49px;
  /* background: #030303; */
  border-radius: 25px;
  /*border: 1px solid #E5E7EB;*/
  float: center;
  align-items: center;
}

.emojionearea.emojionearea-inline {
  height: 50px !important;
  width: calc(100% - 160px);
  margin-right: 20px;
  border-radius: 38px;
  border: 1px solid #e5e7eb;
  background: #f4f4f4;
}

.emojionearea.emojionearea-inline > .emojionearea-editor {
  height: 50px !important;
  width: 100%;
}

.emojionearea.emojionearea-inline > .emojionearea-button {
  left: calc(100% + 45px);
}

.emojionearea.emojionearea-inline > .emojionearea-editor {
  font-family: Arial, FontAwesome;
  padding: 15px 0 0 15px;
  box-sizing: border-box;
}

.emojionearea.focused {
  outline: 0;
  box-shadow: none;
  border: 0;
  border-radius: 48px;
  border: 1px solid #e5e7eb;
}

#send input,
.emojionearea {
  width: calc(100% - 360px);
  height: 50px;
  padding: 10px 30px;
  box-sizing: border-box;
  font-family: inherit;
  font-weight: 400;
  outline: 0;
  font-family: Arial, FontAwesome;
  border: 0;
  display: block;
  float: left;
  background: #ff0505;
}

#send .actions {
  float: left;
  font-size: 17pt;
  color: #aaa;
  width: 100%;
  height: 0px;
  box-sizing: border-box;
}

#send .actions ul li {
  float: right;
  width: 100%;
  position: relative;
  margin-left: 20px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

#send .actions ul li ul {
  position: absolute;
  top: -200px;
  left: -1px;
  display: none;
}

#send .actions ul li ul li {
  background: #d13131;
  border-radius: 20px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  font-size: 16pt;
}

#send .actions ul li ul li:hover {
  background: #333;
  cursor: pointer;
}

#actionmenu > span i {
  margin: 17px 5px 10px;
  font-size: 13pt;
}

#actionsmenu > span i {
  margin: 0px 10px;
  font-size: 13pt;
  cursor: pointer;
  color: #ffffff;
}

#actionmenu > ul i {
  margin: 10px 5px;
}

#webcam {
  cursor: pointer;
  align-items: center;
  margin-right: 3px;
}

#webcam:hover {
  background: #e6e6e6;
}

#mic {
  cursor: pointer;
  align-items: center;
  margin-right: 1px;
}

#mic:hover {
}

.send-btn {
  position: relative;
  overflow: hidden;
  border: none;
  color: #fff;
  padding: 0 18px;
  height: 100%;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(255, 75, 43, 0.15) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(100, 6, 128, 1) 0%,
    rgba(192, 20, 245, 1) 100%
  );
  transition: box-shadow 0.3s, transform 0.2s;
}

.send-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(
    90deg,
    rgba(192, 20, 245, 1) 0%,
    rgba(100, 6, 128, 1) 100%
  );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.send-btn:hover::before {
  opacity: 1;
}

.send-btn:hover {
  box-shadow: 0 4px 16px rgba(255, 65, 108, 0.18);
}

.send-btn i {
  transition: all 0.3s;
  margin-left: 2px;
  font-size: 20px;
}

.send-btn:hover i {
  scale: 1.1;
}
#logo {
  width: auto;
  height: 50px;
  float: left;
}

#logo img {
  margin-top: 10px;
}

#status {
  width: auto;
  height: 100%;
  float: left;
  color: #fff;
  padding: 14px 10px 0;
  margin-left: 27px;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
}

#status:hover {
  /* border-radius: 20px; */
  /* background: #fafdff1f; */
  cursor: pointer;
}

#messagebox {
  font-size: 30pt;
  float: right;
  color: #000000;
  margin-top: 14px;
  position: relative;
  cursor: pointer;
}

#messagebox #messagecounter {
  width: 15px;
  height: 15px;
  border-radius: 27px;
  text-align: center;
  color: #ffffff;
  padding: 2px 0 0;
  top: 10px;
  position: absolute;
  font-size: 10pt;
  box-sizing: border-box;
  left: 2px;
  margin-left: 151px;
  font-family: serif;
  background: #ff0000;
}

#settings {
  width: auto;
  font-size: 18pt;
  float: right;
  color: #fcfcfc;
  margin: 25px 0 0 20px;
  position: relative;
}

#settings > i {
  cursor: pointer;
}

#settings > i:hover {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#settings ul,
#status ul {
  position: absolute;
  display: block;
  border-top: 0;
  top: 35px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
  display: none;
  text-align: left;
  z-index: 200000;
}

#settings ul a,
#status ul a {
  text-decoration: none;
  color: #666;
  font-size: 10pt;
}

#settings ul a li,
#status ul a li {
  width: 150px;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 1px solid #eaeaea;
}

#settings ul a li:hover,
#status ul a li:hover {
  background: #eaeaea;
}

#status ul a.selected {
  color: #fff;
}

#status ul a.selected li {
  background: #666;
}

#actions {
  width: 480px;
  height: 50px;
  color: #fff;
  font-size: 16pt;
  position: absolute;
  left: 50%;
  margin-left: -240px;
}

#actions .label {
  float: left;
  margin-right: 10px;
  font-size: 14pt;
  margin-top: 24px;
}

#actions .action {
  width: 40px;
  height: 40px;
  float: left;
  background: #fff;
  color: #d13131;
  padding: 8px;
  margin: 0 20px 0 0;
  border-radius: 20px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 15px;
  cursor: pointer;
}

#profile {
  width: auto;
  height: 50px;
  float: left;
  margin: 0 0 0 -35px;
}

#profile .profile-name {
  float: right;
  color: #ffffff;
  line-height: 15px;
  margin: 22px 0 0 7px;
  text-align: center;
}

.small {
  font-size: 8pt;
  font-weight: 200;
}

#profile .profile-image {
  color: #000000;
  float: left;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  border-radius: 5px;
  border: 2px solid #fff;
  overflow: hidden;
  margin-left: 20px;
  box-sizing: border-box;
}

#profile .profile-image img {
  cursor: pointer;
}

.search {
  width: calc(100% - 45px);
  border: 0;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 20px;
  height: 41px;
  box-sizing: border-box;
  font-family: inherit;
  font-family: Oswald, FontAwesome;
  font-weight: 300;
  font-size: 10pt;
  text-align: left;
  outline: 0;
  background: #ffffffa6;
}

.search:focus {
  border-bottom: 2px solid #eaeaea;
}

#searchul {
  background: #ffffff;
  margin: 14px;
  border-radius: 10px;
  width: 317px;
  border: 1px solid #c1c1c1;
}

#selection {
  width: 100%;
  height: 60px;
  border-bottom-right-radius: 50px;
  color:red;
}

.svg-fill {
  fill: red !important;
}

#selection ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

#selection ul li {
  width: 50%;
  height: 60px;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0;
  color: #fff;
  font-size: 14pt;
  cursor: pointer;
  align-content: center;
}

#selection ul li.active {
  color: #ffffff;
}

#roomlist {
  width: 100%;
  overflow: hidden;
  display: none;
  border-top-left-radius: 55px 30px;
  background: #ffffff;
}

#roomlist .room {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  color: #000000;
  box-sizing: border-box;
}

#roomlist .room:hover {
  color: #ffffff;
  cursor: pointer;
  background: linear-gradient(to right, #7b1fa2, #9c27b0);
}

#roomlist .room.active {
  background: linear-gradient(to right, #670883, #ad08dd);
}

#roomlist .room .name {
  font-size: 11pt;
  margin: 5px 0 2px 10px;
  float: left;
}

#roomlist .room .online {
  font-size: 9pt;
  float: right;
  margin: 5px 10px 2px;
  text-align: right;
}

#userlist {
  width: 101%;
  overflow-y: hidden;
  border-top-left-radius: 55px 30px;
  background: rgb(255, 255, 255);
}

#userlist .user {
  margin-left: 6px;
  width: 96%;
  overflow: hidden;
  padding: 10px 20px;
  border-bottom: 1px solid #eaeaea;
  /* border-left: 1px solid #eaeaea; */
  /* border-right: 1px solid #eaeaea; */
  /* border-top: 0.5px solid #eaeaea; */
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  border-radius: 8px;
  /* box-shadow: 8px 10px 8px -9px rgba(0,0,0,0.20); */
  transition: background-color 0.3s ease; /* animasyon ekledik */
  background-color: #ffffff;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1),
    0 0 0 1px rgba(10, 10, 10, 0.02);
  /* border-left: 5px solid #650681; */
}

#userlist .user:hover {
  /* gri hover rengi */
  /* background-color: #dddddd; */
  /* border-left: 5px solid #ffa977; */
  box-shadow: 0px 0px 0px 2px rgb(98 4 127) inset;
}

.contextmenu {
  width: 150px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  cursor: pointer;
  -webkit-box-shadow: 8px 10px 8px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 8px 10px 8px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 8px 10px 8px -9px rgba(0, 0, 0, 0.75);
  border-radius: 5px;
  border: 2px solid #d7d7d7;
  z-index: 999;
}

.contextmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contextmenu ul li {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  color: #444;
  border-bottom: 1px solid #d7d7d7;
  font-size: 10pt;
}

.contextmenu ul li:hover {
  color: #ff0000;
  background: #d4d4d4e0;
}

#userlist .user.banned {
  background: rgba(209, 49, 49, 0.05);
  color: #999;
}

#userlist .user .image {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  /* overflow: hidden; */
  float: left;
  margin-top: 5px;
  position: relative;
  /* outline: 2px solid #01aa85; */
  transition: all 0.3s ease;
  /* border: 3px solid #fff; */
}

#userlist .user .image img,
.message .image img {
  width: 100%;
  height: 100%;
}

#userlist .user .info {
  width: calc(77% - 78px);
  float: left;
  color: #666;
  margin-left: 10px;
  cursor: pointer;
}

#userlist .user .info .name {
  font-size: 14pt;
  margin: 5px 0 2px;
  font-family: system-ui;
  font-size: 13pt;
  /* font-weight: bold; */
  /* display: inline-block; */
  /* color: rgb(51, 51, 51); */
  /* background-image: linear-gradient(to right, rgb(0, 170, 255), rgb(0, 38, 255), rgb(255, 255, 255), rgb(5, 5, 5), rgb(4, 4, 139)); */
  background-size: 200%;
  letter-spacing: 1px;
  background-clip: text;
  /* -webkit-text-fill-color: transparent; */
  /* animation: 4s linear 0s infinite normal none running move; */
}

#userlist .user .info .status {
  font-size: 10pt;
  color: #d13131;
  margin-bottom: 5px;
  font-weight: 400;
}

#userlist .user.banned .info .status {
  color: #999;
}

#userlist .user .info .text {
  font-weight: 200;
  font-size: 9pt;
  font-family: math;
}

#userlist .user .icons {
  float: left;
  color: #666;
  width: 68px;
  text-align: right;
  padding-right: 12px;
}

#userlist .user .icon {
  padding: 2px 0 0;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  float: right;
  border: 0px solid #666;
  padding: 0px;
  margin: 2px 2px 0;
}

.noborder {
  border: 0 !important;
}

#userlist .user .icon.active,
#radioload.active {
  color: #d13131;
  animation: scaleIn 1s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
  cursor: pointer;
}

#webcamload.active,
#micload.active,
#rowload.active,
#mmute.active {
  color: #ff0000;
  cursor: pointer;
}

@keyframes scaleIn {
  from {
    transform: scale(0.7, 0.7);
    opacity: 0.1;
  }
  to {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.md-hidden {
  display: none;
}

#profilesettings {
  width: 100%;
  overflow: hidden;
}

#profilesettings .profile-image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 75px;
  border: 4px solid #d13131;
  overflow: hidden;
  position: relative;
}

#profilesettings .profile-image img {
  width: 120px;
  height: 120px;
}

#profilesettings .profile-name {
  color: #333;
  font-weight: 600;
  font-size: 13pt;
  margin-top: 10px;
}

#profilesettings .profile-image .placeholder {
  width: 150px;
  height: 150px;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  color: #d13131;
  position: absolute;
  z-index: 2;
  display: none;
  text-align: center;
  font-size: 45pt;
  box-sizing: border-box;
  padding-top: 20px;
  margin-left: -17px;
}

#profilesettings .profile-image:hover .placeholder {
  display: block;
  cursor: pointer;
}

.sweet-alert label {
  margin-top: 10px;
  color: #666;
}

.sweet-alert input:not([type="checkbox"]) {
  display: block;
  width: 300px;
  margin: 5px auto 0;
}

.sweet-alert textarea {
  display: block;
  width: 300px;
  height: 100px;
  margin: 5px auto 0;
  resize: none;
  border-radius: 3px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 12px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
  font-family: inherit;
}

.sweet-alert fieldset {
  display: none;
}

@media only screen and (max-width: 1151px) {
  .label {
    display: none;
  }

  #actions {
    width: 188px;
    margin-left: -89px;
  }
}

.d-hidden,
.d-hidden2 {
  display: none;
}

.videoFullscreen {
  width: 720px !important;
  height: 540px !important;
  margin: 0;
  left: 50%;
  top: 50%;
  margin-left: -360px;
  margin-top: -270px;
  position: absolute !important;
  z-index: 1;
}

.broadcast:hover .close,
.broadcast:hover .fullscreen,
.broadcast:hover .resize,
.broadcast:hover .mute {
  display: block;
}

#send .actions ul li:hover {
  cursor: pointer;
}

.cmlhidden {
  display: none;
}

@media only screen and (min-width: 1001px) {
  #send .actions i:not(.active):hover {
    color: #666;
  }
}

@media only screen and (max-width: 1000px) {
  .emojionearea.emojionearea-inline > .emojionearea-button {
    left: 100%;
    display: none;
  }

  .emojionearea.emojionearea-inline > .emojionearea-button {
    left: calc(100% + 35px);
  }

  #send button {
    border-radius: calc(infinity * 1px);
  }

  #topbar {
    width: 100%;
    z-index: 1;
    position: relative;
  }

  #room {
    display: none;
  }

  .message {
    margin-left: 10px;
  }

  #chat,
  .privatechat {
    margin-top: -59px;
    width: 100%;
    height: calc(100% - 150px);
    box-sizing: border-box;
    padding: 0px 2px 30px 2px;
    overflow: hidden;
    overflow-y: auto;
  }

  .broadcast .close,
  .broadcast .resize,
  .broadcast .mute {
    display: block !important;
  }

  .videoFullscreen {
    width: 90% !important;
    overflow: hidden;
    margin: 0;
    left: 5%;
    top: 15%;
    position: absolute !important;
    z-index: 1;
  }

  .d-hidden {
    display: block !important;
  }

  .d-hidden2 {
    display: inline !important;
  }

  #wrapper {
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
  }

  .label {
    display: none;
  }

  #actions {
    width: 188px;
    margin-left: -89px;
    display: none;
  }

  .cmlhidden {
    display: none;
  }

  #right {
    z-index: 0;
    width: 100%;
    position: absolute;
    padding-top: 120px;
  }

  #left {
    width: 100%;
    overflow-y: auto;
  }

  #userlist {
    z-index: 1;
    position: relative;
  }

  #roomlist {
    z-index: 1;
    position: relative;
  }

  #roominfo,
  #privatemessages,
  #profileinfo {
    z-index: 1;
    position: relative;
  }

  #selection ul li {
    width: 33.3%;
  }

  #selection ul li.active {
    border-bottom: 0;
  }

  #selection ul li.m-active {
    color: #fdaa75;
  }

  .md-hidden {
    display: block;
  }

  #footermenu {
    width: 100%;
    height: 65px;
    background: #fff;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }

  #footermenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  #footermenu ul li {
    width: 25%;
    height: 85px;
    float: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 24pt;
    color: #fff;
    padding: 8px 0 0 0;
  }

  .rounded {
    width: 50px;
    height: 50px;
    background: #d13131;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 4px;
    margin: 0 auto;
    border: 2px dotted #fff;
  }

  #chat,
  .privatechat {
    height: calc(89% - -56px);
  }

  #send .inner {
    border-radius: 0;
  }

  #privatemessages {
    width: 100% !important;
    height: calc(100%);
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 6;
    background: #fff;
    overflow-y: auto !important;
  }

  #send {
    padding: 15px 0;
  }

  #userlist,
  #roomlist {
    display: none;
  }

  #settings ul,
  #status ul {
    z-index: 7;
    top: 129px;
  }
}

#showAll {
  display: none;
}

.show-xs {
  display: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 500px) {
  .emojionearea.emojionearea-inline {
    width: 60%;
  }

  .emojionearea.emojionearea-inline > .emojionearea-editor {
    width: 80%;
  }

  .emojionearea.emojionearea-inline > .emojionearea-button {
    left: 100%;
    display: none;
  }

  #profile {
    display: none;
  }

  #settings {
    float: right;
  }

  #send input {
    width: calc(100% - 80px);
    padding: 0 10px;
  }

  #settings ul {
    right: 0px;
    top: 105px;
  }

  #actionmenu > i {
    font-size: 20pt;
  }

  .showm {
    display: inline-block;
  }

  #send .actions {
    width: 29%;
    padding: 0;
  }
  .showm {
    display: flex !important;
    gap: 0 10px !important;
  }
  #actionmenu > span i {
    margin: 16px 3px 10px;
    font-size: 13pt;
    display: inline-block;
  }

  #showAll {
    display: inline;
  }

  .show-xs {
    display: inline;
  }

  .showm {
    position: absolute;
    bottom: 50px;
    background: #fff;
    display: block;
    padding: 0 10px 10px;
    width: 100px;
    display: none;
    right: 0px;
  }

  .showm > span {
    display: inline-block;
    width: 100%;
  }

  .showm span {
    font-size: 9pt;
    display: inline-block;
  }
}

@media only screen and (max-width: 370px) {
  #actionmenu span {
    margin: 0 1.5px;
  }
}

.notFound {
  width: 100%;
  color: #666;
  font-size: 10pt;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
}

#uploadfile {
  position: absolute;
  top: -1000px;
}

#lightbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

#lightbox #loader {
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 3;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

#room {
  overflow: visible;
  width: 100%;
  height: 49px;
  color: #666;
  /* background: #ece8e8; */
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #ededed;
  background: rgb(255, 255, 255);
}

#room > .inner {
  display: inline-block;
  float: left;
  /* background: #ece8e8; */
  overflow: hidden;
  margin: 4px 0 0px 14px;
  padding: 0px;
  /* border-bottom-left-radius: 7px; */
  /* border-bottom-right-radius: 5px; */
}

#room > .inner-camera {
  display: inline-block;
  float: right;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  margin: 16px 0;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#roomname {
  font-size: 11pt;
  /* font-weight: bold; */
  /* display: inline-block; */
  color: #3d3d3d;
  /* animation: move 4s linear infinite; */
  /* background-image: linear-gradient(
    to right,
    #00aaff,
    #0026ff,
    #ffffff,
    #050505,
    #04048b
  ); */
  /* background-size: 200% auto; */
  /* letter-spacing: 0px; */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* font-weight: 600; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  display: -webkit-box;
  line-height: 1.25rem;
  em; */
  max-height: 1.25rem;
  -webkit-line-clamp: 1;
  /* -webkit-box-orient: vertical; */
  font-weight: 600;
}

#roomslogan {
  font-size: 11pt;
  display: inline-block;
  float: left;
  gap: 21px;
  display: inline-flex;
  margin: 4px 0 0 0;
  height: 20px;
  /* font-family: Archivo, sans-serif; */
  color: #686868;
  font-family: fangsong;
  font-weight: 500;
  /* font-family: 'Inter', 'Roboto', 'Helvetica Neue', sans-serif; */
  font-family: 'Poppins', 'Montserrat', 'Open Sans', sans-serif;
}

.broadcast {
  float: right;
  width: 240px;
  height: 180px;
  border-radius: 20px;
  border: 4px solid #fff;
  -webkit-box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 23px 3px rgba(0, 0, 0, 0.75);
  overflow: hidden;
  margin: 20px 20px 0 0;
  z-index: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}

.broadcast .mute {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  cursor: pointer;
  z-index: 3;
  box-sizing: border-box;
  color: #d13131;
  text-align: center;
  font-size: 12pt;
  padding-top: 6px;
  text-transform: uppercase;
  display: none;
  bottom: 10px;
  left: 50%;
  margin-left: -15px;
}

.broadcast .close {
  width: 30px;
  height: 30px;
  border-bottom-left-radius: 10px;
  right: 0;
  background: #fff;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  box-sizing: border-box;
  color: #d13131;
  text-align: center;
  font-size: 12pt;
  padding-top: 5px;
  text-transform: uppercase;
  display: none;
}

.broadcast .fullscreen {
  width: 30px;
  height: 30px;
  border-top-right-radius: 10px;
  left: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  box-sizing: border-box;
  color: #d13131;
  text-align: center;
  font-size: 12pt;
  padding-top: 5px;
  text-transform: uppercase;
  display: none;
}

.broadcast .resize {
  width: 20px;
  height: 20px;
  border-top-left-radius: 10px;
  right: 0;
  bottom: 0;
  background: #fff;
  position: absolute;
  cursor: pointer;
  z-index: 3;
  box-sizing: border-box;
  display: none;
  z-index: 0;
}

.broadcast .viewers {
  width: auto;
  display: inline;
  max-width: 250px;
  border-bottom-right-radius: 10px;
  left: 10px;
  top: 10px;
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  font-family: Arial;
  font-weight: 600;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  padding: 5px;
}

.broadcast .viewers .viewersname {
  margin: 1px 0 0 10px;
}

.broadcast .viewers .viewersname,
.broadcast .viewers .viewerscount {
  float: left;
}

.broadcast .close:hover,
.broadcast .fullscreen:hover {
  color: #fff;
  background: #d13131;
}

video {
  width: 100% !important;
  height: 100% !important;
  outline: none;
  cursor: pointer;
}

#webcamload.fa-spinner,
#micload.fa-spinner {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.sweet-alert label {
  display: block;
  margin-bottom: 10px;
}

.sweet-alert select {
  display: block;
  width: 350px;
  margin: 0 auto 10px;
  height: 35px;
  font-family: inherit;
}

.inline {
  width: 300px;
  height: 20px;
  display: block;
  background: #b7b7b7;
  padding: 1px;
  border-radius: 50px;
}

audio {
  width: 300px;
  height: 20px;
  outline: 0;
}

#alertbox {
  width: 300px;
  overflow: hidden;
  padding: 15px 30px;
  color: #fff;
  border-radius: 30px;
  background: rgba(209, 49, 49, 0.8);
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -150px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

.emojionearea {
  position: relative;
}

.emojionearea-button {
  position: absolute;
  left: 0;
  margin-left: -30px;
  margin-top: 10px;
}

#messagebox i {
  cursor: pointer;
  color: #000000;
  float: right;
  margin-left: 10px;
}

#roominfo,
#privatemessages,
#profileinfo {
  width: 100%;
  overflow: hidden;
}

#profileinfo,
#privatemessages {
  display: none;
}

#profileinfo .goback,
#privatemessages .goback {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 15px 20px;
}

#profileinfo .goback span:hover,
#privatemessages .goback span:hover {
  color: #d13131;
  cursor: pointer;
}

#profileinfo h3 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 14pt;
  color: #000000;
  margin: 0 0 20px;
}

#profileinfo .uprofile {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  background: #fbb486;
}

#profileinfo .uprofile .image {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto 10px;
}

#profileinfo .uprofile .image img {
  width: 100px;
  height: 100px;
}

#profileinfo .uprofile .name {
  width: 100%;
  overflow: hidden;
  padding: 5px 0;
}

#profileinfo .uprofile .status {
  width: 100%;
  overflow: hidden;
  color: #000000;
  font-size: 9pt;
  padding: 5px 0;
  line-height: 1.6;
}

#profileinfo .uactions {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}

#profileinfo .uactions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#profileinfo .uactions ul li {
  width: 93%;
  padding: 10px;
  text-align: left;
  background: #eaeaea;
  margin-bottom: 5px;
  font-size: 10pt;
  color: #000000;
  border-radius: 31px;
}

#profileinfo .about {
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
  padding: 15px;
  font-size: 10pt;
  line-height: 1.5;
  color: #333;
  text-align: left;
  border-radius: 7px;
  border: 3px dotted #000000;
  box-sizing: border-box;
}

#profileinfo h4 {
  width: 100%;
  overflow: hidden;
  font-size: 12pt;
  color: #000000;
  margin: 0 0 10px;
}

#privatemessages #messagesContainer #nomessage {
  width: 100%;
  overflow: hidden;
  text-align: center;
  color: #666;
  padding: 20px 0;
  font-size: 11pt;
}

#reportUser,
#banUser,
#privateMessage,
#micCall,
#webcamCall {
  cursor: pointer;
}

.sweet-alert .rounded {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

.pmbox {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
}

.pmbox .image {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  overflow: hidden;
  float: left;
}

.pmbox .info {
  width: calc(100% - 144px);
  float: left;
  color: #333;
  margin-left: 10px;
  cursor: pointer;
}

.pmbox .info .name {
  font-size: 11pt;
  margin: 8px 0 2px;
  float: left;
}

.pmbox .info .text {
  font-size: 9pt;
  color: #999;
  clear: both;
  float: left;
  margin-top: 5px;
  font-weight: 400;
}

[contenteditable] {
  -webkit-user-select: text;
  user-select: text;
}

#miclabel,
#webcamlabel,
#radiolabel {
  cursor: pointer;
}

.lb {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 20;
  box-sizing: border-box;
}

.adminpanel {
  width: 80%;
  height: 80%;
  position: absolute;
  z-index: 21;
  left: 10%;
  top: 10%;
  box-sizing: border-box;
  border-radius: 20px;
  overflow: hidden !important;
  background: #666;
}

.adminclose {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 22;
  top: 10%;
  right: 10%;
  background: #333;
  color: #fff;
  box-sizing: border-box;
  padding-top: 5px;
  font-size: 30pt;
  border-top-right-radius: 20px;
  text-align: center;
}

.adminclose:hover {
  cursor: pointer;
  background: #111;
}

.adminmenu {
  width: 250px;
  height: calc(100% - 60px);
  background: #eaeaea;
  float: left;
  box-sizing: border-box;
  -webkit-box-shadow: 10px 0px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 0px 15px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 0px 15px -9px rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
  overflow-y: auto;
}

.adminmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.adminmenu ul li {
  width: 100%;
  height: 20%;
  box-sizing: border-box;
  padding: 22px 0 0 0;
  background: #f8f8f8;
  cursor: pointer;
  margin-bottom: 1px;
  font-weight: 300;
  text-align: center;
  line-height: 2.5;
  color: #323232;
  min-height: 125px;
}

.adminmenu ul li:hover {
  background: #d13131;
  color: #fff;
}

.adminmenu ul li.active {
  background: #323232;
  color: #fff;
  margin-bottom: 0;
}

.admincontent {
  width: calc(100% - 250px);
  height: calc(100% - 60px);
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  overflow-y: auto;
  background: #eaeaea;
}

.adminpanel h2 {
  width: 100%;
  height: 60px;
  background: #d13131;
  color: #fff;
  font-size: 18pt;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 18px 0 0 25px;
}

.admincontent h3 {
  width: 100%;
  overflow: hidden;
  font-size: 18pt;
  color: #d13131;
  font-weight: 400;
}

#adminrooms,
#adminsettings,
#adminbanlist,
#adminvpn,
#admingeneral,
#adminroles {
  display: none;
}

.relative {
  position: relative;
}

.admincontent2 {
  width: 100%;
  height: calc(100% - 10px);
}

.adminpages {
  width: 100%;
  height: calc(100% - 60px);
}

.pbutton {
  position: absolute;
  width: 250px;
  height: 250px;
  box-sizing: border-box;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 130pt;
  padding-top: 15px;
  left: 50%;
  top: 50%;
  margin-left: -125px;
  margin-top: -170px;
  border: 8px solid #666;
}

.pbutton:hover {
  cursor: pointer;
}

.pblabel {
  width: 100%;
  height: 50px;
  font-size: 20pt;
  top: 50%;
  font-weight: 400;
  text-align: center;
  color: #333;
  left: 0;
  margin-top: 100px;
  position: absolute;
  text-transform: uppercase;
}

.bggreen {
  background: #54cc5a;
}

.bgred {
  background: #d13131;
}

.ausers {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #d7d7d7;
  box-sizing: border-box;
  padding: 10px 20px;
  background: #fff;
}

.ausers:first-of-type {
  border-top: 1px solid #999;
}

.aname {
  width: calc(100% - 310px);
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 11pt;
}

.aimage + .aname {
  width: calc(100% - 360px);
}

.aimage {
  width: 40px;
  height: 40px;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
}

.aimage img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.aactions {
  width: 300px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  font-size: 8pt;
}

.aactions span {
  background: #666;
  color: #000000;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin: 0 5px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 3px;
}

.aactions span:hover {
  color: #d7d7d7;
  cursor: pointer;
}

span.aedit {
  background: #3ea2e1;
}

span.aremove {
  background: #555;
}

span.aextra {
  background: #e47d4b;
}

span.aedit2 {
  background: #3d59d1;
}

.abutton {
  width: 110px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #d13131;
  border-radius: 3px;
  border: 0;
  color: #fff;
  font-weight: bold;
}

.abutton:hover {
  cursor: pointer;
  color: #d7d7d7;
}

.adminpages h3 {
  height: 60px;
}

.adminpages h3 span {
  width: calc(100% - 160px);
  height: 60px;
  display: inline-block;
  margin-left: 20px;
  padding-top: 17px;
}

.adminpages h3 button {
  margin-top: -6px;
}

.adminpages h3 button {
  width: 110px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: #d13131;
  border-radius: 3px;
  border: 0;
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 1000px) {
  .adminmenu {
    display: none;
  }

  .admincontent {
    width: 100%;
  }

  .aactions {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 10pt;
    margin-top: 10px;
  }

  .adminpages h3 span {
    width: 100%;
  }

  .aname {
    width: 100%;
    height: auto;
  }

  .aimage + .aname {
    width: calc(100% - 60px);
  }

  .aactions span {
    margin-bottom: 5px;
  }
}

.rread {
  background: #ffebeb;
}

.aname input {
  width: 30px;
  margin-right: 20px;
}

.actionmenu li {
  cursor: pointer;
}

#wholeList {
  width: 100%;
  overflow: hidden;
}

#wholeList th {
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  padding: 5px 0;
}

#wholeList td {
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
  border-collapse: collapse;
}

.oo-switch {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  vertical-align: middle;
}

.oo-switch2 {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  vertical-align: middle;
}

.onoffswitch {
  position: relative;
  width: 53px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 20px;
  padding: 0;
  line-height: 20px;
  border: 2px solid #999999;
  border-radius: 20px;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
  content: "";
  display: block;
  width: 20px;
  margin: 0px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 31px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #d13131;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  border-color: #d13131;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  right: 0px;
}

#usersearch {
  overflow: hidden;
}

#usearch {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  padding: 5px 20px;
  font-family: inherit;
}

label[for="iupload"] {
  cursor: pointer;
}

#iupload {
  position: absolute;
  top: -1000px;
}

/* Ege - admin.html */
table#login-logs-table {
  border: 2px solid #000;
}
table#login-logs-table > thead > tr > th {
  border: 2px solid #000;
  color: #999;
  font-weight: bold;
}
table#login-logs-table > tbody > tr > td {
  border: 2px solid #000;
}

.eb-radio-group > input[type="radio"] {
  display: none !important;
}

.eb-radio-group > input[type="radio"] + label > span.eb-radio {
  border: 2px solid #666;
  border-radius: 100%;
  margin-right: 5px;
  color: #666;
  font-size: 16px;
  position: relative;
}

.eb-radio-group > input[type="radio"] + label > span.eb-radio#radio-man {
  border: 2px solid deepskyblue;
  color: deepskyblue;
}

.eb-radio-group > input[type="radio"] + label > span.eb-radio#radio-women {
  border: 2px solid mediumvioletred;
  color: mediumvioletred;
}

.eb-radio-group > input[type="radio"] + label > span.eb-radio:before {
  content: "";
}

.eb-radio-group > input[type="radio"]:checked + label > span.eb-radio:before {
  content: "\2022";
  position: absolute;
  left: 2px;
  top: -13px;
  font-size: 38px;
}

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0;
}
.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block;
}
.cube-folding span::before {
  content: "";
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-animation: folding 1s infinite linear both;
  -moz-animation: folding 1s infinite linear both;
  animation: folding 1s infinite linear both;
}
.cube-folding .leaf2 {
  -webkit-transform: rotateZ(90deg) scale(1.1);
  -moz-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1);
}
.cube-folding .leaf2::before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  background-color: #f2f2f2;
}
.cube-folding .leaf3 {
  -webkit-transform: rotateZ(270deg) scale(1.1);
  -moz-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1);
}
.cube-folding .leaf3::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #f2f2f2;
}
.cube-folding .leaf4 {
  -webkit-transform: rotateZ(180deg) scale(1.1);
  -moz-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1);
}
.cube-folding .leaf4::before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #e6e6e6;
}
@-webkit-keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-moz-keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@keyframes folding {
  0%,
  10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  25%,
  75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  90%,
  100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center;
}
.cube-wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-animation: shadow 0.25s ease infinite alternate;
  -moz-animation: shadow 0.25s ease infinite alternate;
  animation: shadow 0.25s ease infinite alternate;
}
.cube-wrapper .loading {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  -webkit-animation: text 0.25s ease infinite alternate;
  -moz-animation: text 0.25s ease infinite alternate;
  animation: text 0.25s ease infinite alternate;
}
@-webkit-keyframes text {
  100% {
    top: 45px;
  }
}
@-moz-keyframes text {
  100% {
    top: 45px;
  }
}
@-ms-keyframes text {
  100% {
    top: 45px;
  }
}
@keyframes text {
  100% {
    top: 45px;
  }
}
@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@-ms-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}
@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px;
  }
}

#loveh1 {
  font-size: 26px;
  color: #fff;
  font-weight: 300;
  font-family: "Archivo Narrow", sans-serif;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  text-align: center;
}

.made-with-love {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 10px;
  text-align: center;
  font-size: 10px;
  z-index: 9999;
  font-family: arial;
  color: #fff;
  i {
    font-style: normal;
    color: #f50057;
    font-size: 14px;
    position: relative;
    top: 2px;
  }
  a {
    color: #fff;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
    }
  }
}

@media (min-width: 500px) {
  #actionmenu #mic,
  #actionmenu #webcam {
    display: none !important;
  }
}

.youtube-video-embed {
  position: relative;
  width: 250px;
  height: 150px;
}
.youtube-video-embed > img {
  width: 250px !important;
  height: 150px !important;
  border-radius: 5px;
  cursor: pointer;
}

.youtube-video-embed > i.fa-youtube-play {
  position: absolute;
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  cursor: pointer;
}

@keyframes move {
  to {
    background-position: 200% center;
  }
}

/*güncelleme*/
#active-microphone {
  background: linear-gradient(135deg, #f8f6ff 60%, #f3eaff 100%);
  border-top: 3px solid #a97be7;
  display: flex;
  flex-direction: row;
  /* gap: 16px; */
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 11px 0 11px 0;
  /* border-bottom-left-radius: 22px; */
  /* border-bottom-right-radius: 22px; */
  box-shadow: 0 4px 24px 0 rgba(103, 8, 131, 0.1);
  position: relative;
  overflow: visible;
  /* flex-wrap: wrap; */
  overflow
Shorthand for setting 'overflow-x' and 'overflow-y'.

Önemli tarayıcılarda yaygın olarak kullanılabilir (Ocak 2018 tarihinden itibaren Baseline)
Daha fazla bilgi

Gösterme: auto;
  overflow
Shorthand for setting 'overflow-x' and 'overflow-y'.

Önemli tarayıcılarda yaygın olarak kullanılabilir (Ocak 2018 tarihinden itibaren Baseline)
Daha fazla bilgi

Gösterme: auto;
  overflow: auto;
}
#active-microphone button {
  cursor: pointer;
}
.active-mic-user {
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 16px;
  box-shadow: 0 4px 16px 0 rgba(185, 107, 230, 0.13);
  border: 2.5px solid #b96be6;
  padding: 7px 16px 7px 10px;
  min-width: 90px;
  max-width: 120px;
  background: #fff;
  position: relative;
  transition: box-shadow 0.2s, border 0.2s;
  box-shadow: 0 0 0 4px #e6d6fa, 0 4px 16px 0 rgba(185, 107, 230, 0.13);
}
.active-mic-user .active-mic-icon {
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, #670883 60%, #b96be6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 2px 8px 0 rgba(103, 8, 131, 0.13);
  flex-shrink: 0;
  position: relative;
}
.active-mic-user .active-mic-status {
  position: absolute;
  right: -7px;
  top: -7px;
  width: 10px;
  height: 10px;
  background: #4be183;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 8px 2px #4be18355;
}
.active-mic-user .active-mic-name {
  font-size: 12px;
  font-weight: 700;
  color: #670883;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}
.inactive-mic-user {
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 16px;
  box-shadow: 0 2px 8px 0 rgba(103, 8, 131, 0.07);
  border: 2px solid #e0e0e0;
  padding: 7px 16px 7px 10px;
  min-width: 90px;
  max-width: 120px;
  background: #f7f7fa;
  position: relative;
  opacity: 0.7;
}
.inactive-mic-user .inactive-mic-icon {
  width: 22px;
  height: 22px;
  background: #e0e0e0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bdbdbd;
  font-size: 13px;
  box-shadow: 0 2px 6px 0 rgba(103, 8, 131, 0.05);
  flex-shrink: 0;
}
.inactive-mic-user .inactive-mic-name {
  font-size: 12px;
  font-weight: 600;
  color: #bdbdbd;
  letter-spacing: 0.1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60px;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

@media (max-width: 1700px) {
  #active-microphone {
    gap: 8px;
    padding: 8px 0 8px 0;
  }
  .active-mic-user,
  .inactive-mic-user {
    min-width: 90px;
    max-width: 80px;
    padding: 5px 8px 5px 6px;
  }
  .active-mic-user .active-mic-name,
  .inactive-mic-user .inactive-mic-name {
    max-width: 40px;
    font-size: 10px;
  }
  .active-mic-user .active-mic-icon,
  .inactive-mic-user .inactive-mic-icon {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}

@media (max-width: 1503px) {
  #active-microphone {
    gap: 10px;
    padding: 8px 0 8px 0;
  }
  .active-mic-user,
  .inactive-mic-user {
    min-width: 70px;
    max-width: 90px;
    padding: 5px 8px 5px 6px;
  }
  .active-mic-user .active-mic-name,
  .inactive-mic-user .inactive-mic-name {
    max-width: 40px;
    font-size: 10px;
  }
  .active-mic-user .active-mic-icon,
  .inactive-mic-user .inactive-mic-icon {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}

@media (max-width: 600px) {
  #active-microphone {
    gap: 7px;
    padding: 7px 0 7px 0;
  }
  .active-mic-user,
  .inactive-mic-user {
    min-width: 70px;
    max-width: 100px;
    padding: 6px 10px 6px 7px;
  }
  .active-mic-user .active-mic-name,
  .inactive-mic-user .inactive-mic-name {
    max-width: 40px;
    font-size: 11px;
  }
  .active-mic-user .active-mic-icon,
  .inactive-mic-user .inactive-mic-icon {
    width: 16px;
    height: 16px;
    font-size: 11px;
  }
}
@keyframes micwave {
  0% {
    transform: scale(1) rotate(-8deg);
  }
  100% {
    transform: scale(1.18) rotate(8deg);
  }
}

.room-microphone-container {
  padding: 0 20px;
  margin-bottom: 10px;
}
.room-microphone-grid {
  background-color: #f6f1eb;
  padding: 4px 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  justify-items: center;
  align-items: start;
  gap: 5px 0;
  border-radius: 10px;
}
.room-microphone-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
}
.room-microphone-btn {
  background: none;
  border: none;
  padding: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.room-microphone-img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.room-microphone-label {
  margin: 4px 0 0 0;
  min-height: 16px;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.emojionearea-button {
  display: none !important;
}

.special-rooms-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin: 14px 0 14px 0;
}
.special-room {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 6px rgba(60, 60, 60, 0.08);
  padding: 10px 10px 8px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 90px;
  min-width: 80px;
  transition: box-shadow 0.2s, border 0.2s;
  border: 1px solid #ececec;
}
.special-room img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 6px;
  background: #f7f7f7;
}
.special-room-title {
  font-size: 16px;
  color: #1877f2;
  font-weight: 500;
  text-align: center;
  margin-top: 2px;
  white-space: nowrap;
}

.room-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 1px 6px rgba(60, 60, 60, 0.06);
  padding: 10px 18px 10px 10px;
  margin-bottom: 10px;
  min-height: 64px;
  transition: box-shadow 0.2s, border 0.2s;
  gap: 14px;
  border: 1.5px solid #ececec; /* Her kartın etrafına border */
  border-bottom: 2.5px solid #e0e0e0; /* Alt ayrım çizgisi */
}

.room-card:last-child {
  border-bottom: 1.5px solid #ececec; /* Son kartta fazla kalın olmasın */
}
.room-card.active {
  border: 2px solid #670883;
  box-shadow: 0 4px 16px rgba(103, 8, 131, 0.1);
}

.room-card:hover {
  box-shadow: 0 4px 16px rgba(60, 60, 60, 0.13);
}
.room-card-img {
  width: 90px;
  height: 70px;
  border-radius: 10px;
  object-fit: contain;
  background: #ffffff;
  flex-shrink: 0;
  overflow: hidden;
  object-fit: cover;
}
.room-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  gap: 7px;
}
.room-card-title {
  font-size: 15px;
  color: #222;
  margin-bottom: 4px;
  white-space: nowrap;
  transition: all 0.2s ease;
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
}
.room-card:hover .room-card-title {
  color: #fff;
}
.room-card.active .room-card-title {
  color: #fff;
}
.room-card-label {
  display: inline-block;
  background: #1877f2;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  border-radius: 7px;
  padding: 5px 10px;
  margin-top: 0;
  min-width: 0;
  letter-spacing: 1px;
  width: fit-content;
  box-sizing: border-box;
}
.room-card-slogan {
  font-size: 12px;
  color: #222;
  margin-bottom: 4px;
  white-space: nowrap;
  transition: all 0.2s ease;
  overflow: hidden;
  font-weight: 400;
  text-overflow: ellipsis;
}
.room-card:hover .room-card-slogan {
  color: #fff;
}
.room-card.active .room-card-slogan {
  color: #fff;
}
.room-card-stats {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 40px;
}
.room-card-stats i {
  color: #b0b0b0;
  font-size: 18px;
}
.room-card-count {
  color: #444;
  font-size: 15px;
  margin-left: 3px;
}
.room-card:hover .room-card-count {
  color: #fff;
}
.room-card.active .room-card-count {
  color: #fff;
}

/*dd menu*/
#dd-dropdown {
  display: none;
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  min-width: 180px;
  z-index: 9999;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
#dd-dropdown .dd-btn {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  color: #444;
  border-radius: 0;
  border-bottom: 1px solid #f0f0f0;
  height: 42px;
  transition: background 0.15s, color 0.15s;
  display: flex;
  align-items: center;
}
#dd-dropdown .dd-btn:last-child {
  border-bottom: none;
}
#dd-dropdown .dd-btn:hover {
  background: #f5f5f5;
  color: #222;
}
#dd-dropdown .dd-btn:active {
  background: #ececec;
  color: #222;
}
#dd-dropdown .dd-btn i {
  font-size: 18px;
  min-width: 22px;
  color: #757575;
  display: block;
}
#dd-dropdown .dd-btn.youtube,
#dd-dropdown .dd-btn.youtube i {
  color: #e53935 !important;
}
#dd-dropdown .dd-btn.sesli {
  color: #d32f2f !important;
}
#dd-dropdown .sesli-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d32f2f;
  border-radius: 50%;
  margin-right: 2px;
}
#dd-dropdown .dd-btn span {
  font-size: 15px;
  color: inherit;
  display: inline-block;
  vertical-align: middle;
}

/* Modal Styles */
.modal-radio-istek-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.modal-radio-istek {
  background: #fff;
  border-radius: 8px;
  max-width: 420px;
  width: 100%;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.18);
  padding: 0;
  display: flex;
  flex-direction: column;
  max-height: 95vh;
  overflow: hidden;
  padding-bottom: 20px;
}
.modal-radio-istek-header {
  padding: 12px 18px 10px 18px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-radio-istek-close {
  background: none;
  border: none;
  font-size: 22px;
  color: #b71c1c;
  cursor: pointer;
  margin-left: 10px;
}
.modal-radio-istek-content {
  padding: 0;
  background: #0e2a47;
  flex: 1 1 auto;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.modal-radio-istek-form-wrap {
  background: #fff;
  border-radius: 14px;
  margin: 32px 0 32px 0;
  width: 100%;
  max-width: 370px;
  min-width: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  border: 1px solid #e6e6e6;
}
.modal-radio-istek-form-title {
  background: #f7fafd;
  border-radius: 14px 14px 0 0;
  padding: 14px 0 10px 0;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  color: #222;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}
.modal-radio-istek-form {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 20px 18px 0 18px;
}
.modal-radio-istek-form input {
  border: none;
  border-bottom: 2px solid #dbe6f3;
  border-radius: 0;
  padding: 12px 0 8px 0;
  font-size: 17px;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  transition: border-color 0.18s, background 0.18s;
  outline: none;
  font-family: inherit;
  margin: 0 0 2px 0;
  color: #222;
  font-weight: 400;
  box-shadow: none;
}
.modal-radio-istek-form textarea {
  border: none;
  border-bottom: 2px solid #dbe6f3;
  border-radius: 0;
  padding: 12px 0 8px 0;
  font-size: 17px;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  transition: border-color 0.18s, background 0.18s;
  outline: none;
  font-family: inherit;
  margin: 0 0 2px 0;
  color: #222;
  font-weight: 400;
  min-height: 70px;
  max-height: 120px;
  resize: vertical;
  box-shadow: none;
}
.modal-radio-istek-form input:focus {
  background: transparent;
  border-bottom: 2px solid #3498db;
  box-shadow: none;
}
.modal-radio-istek-form textarea:focus {
  background: transparent;
  border-bottom: 2px solid #3498db;
  box-shadow: none;
}
.modal-radio-istek-form input::placeholder {
  color: #b0b8c1;
  opacity: 1;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.01em;
}
.modal-radio-istek-form textarea::placeholder {
  color: #b0b8c1;
  opacity: 1;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 0.01em;
}
.modal-radio-istek-form textarea {
  min-height: 70px;
  max-height: 120px;
  resize: vertical;
}
.modal-radio-istek-form-btn {
  margin: 20px auto 0 auto;
  background: linear-gradient(90deg, #3498db 60%, #217dbb 100%);
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 17px;
  padding: 10px 0;
  width: 100%;
  max-width: 220px;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 8px rgba(52, 152, 219, 0.08);
  transition: background 0.18s, box-shadow 0.18s;
  display: block;
}
.modal-radio-istek-form-btn:hover {
  background: linear-gradient(90deg, #217dbb 60%, #3498db 100%);
  box-shadow: 0 4px 16px rgba(52, 152, 219, 0.13);
}
.modal-radio-istek-footer {
  padding: 10px 18px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
  background: #fff;
}
.modal-radio-istek-footer .modal-radio-istek-close-btn {
  background: #e53935;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  padding: 6px 18px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.18s;
}
.modal-radio-istek-footer .modal-radio-istek-close-btn:hover {
  background: #b71c1c;
}
@media (max-width: 600px) {
  .modal-radio-istek {
    max-width: 99vw;
    width: 100%;
    min-width: 0;
    border-radius: 8px;
    padding: 0;
  }
  .modal-radio-istek-form-wrap {
    width: 99vw;
    max-width: 99vw;
    margin: 14px 0;
    border-radius: 8px;
    padding-bottom: 10px;
  }
  .modal-radio-istek-header,
  .modal-radio-istek-footer {
    padding-left: 7px;
    padding-right: 7px;
  }
  .modal-radio-istek-form {
    padding-left: 7px;
    padding-right: 7px;
  }
  .modal-radio-istek-form input,
  .modal-radio-istek-form textarea {
    font-size: 15px;
    padding: 10px 8px;
  }
  .modal-radio-istek-form-btn {
    font-size: 16px;
    padding: 9px 0;
  }
}
.yt-result-row.active {
  background: #e3f0ff !important;
  border-left: 3px solid #3498db;
}
.yt-result-row:hover {
  background: #f3f6fa !important;
}

.footer-separator {
  width: 8px;
  height: 8px;
  background: #bbb;
  border-radius: 50%;
  align-self: center;
  display: inline-block;
  vertical-align: middle;
}

.room-owner-tooltip-wrap {
  position: relative;
  overflow: visible;
}

.room-owner-tooltip {
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translateX(-50%) scale(0.95);
  min-width: 120px;
  background: #fff;
  color: #222;
  border-radius: 8px;
  box-shadow: 0 4px 18px #0002;
  padding: 12px 20px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e2e2e2;
  text-align: center;
}

.room-owner-tooltip.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1.04);
}

.room-owner-tooltip::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
  filter: drop-shadow(0 -2px 2px #0001);
  z-index: 1;
}

@keyframes micPulse {
  0% { box-shadow: 0 0 0 0 #4be18388; }
  70% { box-shadow: 0 0 16px 8px #4be18344; }
  100% { box-shadow: 0 0 0 0 #4be18300; }
}
.active-mic-user.talking .active-mic-status {
  animation: micPulse 0.7s;
}


#dd-dropdown .dd-btn.okeyoyna,
#dd-dropdown .dd-btn.okeyoyna i {
  color: #000000 !important;
}
.youtube-video-embed {
  position: relative;
  width: 250px;
  height: 150px;
}
.youtube-video-embed > img {
  width: 250px !important;
  height: 150px !important;
  border-radius: 5px;
  cursor: pointer;
}

.youtube-video-embed > i.fa-youtube-play {
  position: absolute;
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  cursor: pointer;
}

/*----- preloader --*/


.preloder {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffff;
  z-index: 9999;
}
.heart p {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	font-size: 20px;
	position: absolute;
	top: 100px;
	width: 100%;
	animation:fadeOut 5s infinite  alternate;
}
.heart {
    position: absolute;
    font-size: 0;
    width: 138px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
[class*="heart-piece-"] {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.heart-piece-4 {
  -webkit-animation: piece-4 3.2s infinite;
          animation: piece-4 3.2s infinite;
}
.heart-piece-3,
.heart-piece-5 {
  -webkit-animation: piece-3 3.2s infinite;
          animation: piece-3 3.2s infinite;
}
.heart-piece-2,
.heart-piece-6 {
  -webkit-animation: piece-2 3.2s infinite;
          animation: piece-2 3.2s infinite;
}
.heart-piece-1,
.heart-piece-7 {
  -webkit-animation: piece-1 3.2s infinite;
          animation: piece-1 3.2s infinite;
}
.heart-piece-0,
.heart-piece-8 {
  -webkit-animation: piece-0 3.2s infinite;
          animation: piece-0 3.2s infinite;
}
.heart-piece-0 {
  left: 0px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #ec2d73;
}
.heart-piece-1 {
  left: 16px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  background-color: #eb5324;
}
.heart-piece-2 {
  left: 32px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  background-color: #fdc800;
}
.heart-piece-3 {
  left: 48px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  background-color: #47b264;
}
.heart-piece-4 {
  left: 64px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  background-color: #1470bd;
}
.heart-piece-5 {
  left: 80px;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  background-color: #76469a;
}
.heart-piece-6 {
  left: 96px;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  background-color: #ec2d73;
}
.heart-piece-7 {
  left: 112px;
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
  background-color: #eb5324;
}
.heart-piece-8 {
  left: 128px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  background-color: #fdc800;
}

#back-to-top{
	display: inline-block;
	background: linear-gradient(to right, #fa2456, #fd735a);
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	border-radius: 35px 35px 0 0;
	position: fixed;
	bottom: -50px;
	right: 90px;
	transition: all .5s;
	z-index: 1000;
}
#back-to-top.show{
    bottom: 0;
}
.name_page {
    padding: 30px 0px;
    text-align: center;
}
.name_page a {
    display: inline-block;
    font-size: 18px;
    color: #111111;
    text-transform: uppercase;
}
.bz_landing_footer_wrapper {
    width: 100%;
    float: left;
    background: url('../images/slider.jpg');
    padding: 100px 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.heading_discover{
    width: 100%;
    float: left;
    text-align: center;
}
.heading_discover h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    max-width: 630px;
    margin: 0 auto;
    line-height: 55px;
    display: block;
}
.heading_discover h2 span{
    -webkit-text-fill-color: #0e1116;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fb3657;
}
.heading_discover h5 {
    font-size: 26px;
    color: #ffffff;
    font-weight: 200;
    padding-top: 12px;
}
.heading_discover a {
    display: inline-block;
    background: linear-gradient(to right, #fa2456, #fd735a);
    padding: 12px 40px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 18px;
    margin-top: 30px;
}
.heading_discover a span{
    padding-right: 12px;
}
.main_feature_section {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.heading {
    padding: 0px 15px;
} 
.main-feature {
    padding: 20px 10px;
    background: #ffffff;
    box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.main-feature span {
    font-size: 14px;
    margin-top: 20px;
    display: block;
    text-transform: capitalize;
}
.main-feature:hover {
    box-shadow: 2px 34px 75px -20px rgba(0,0,0,0.26);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.mb-30 {
    margin-bottom: 30px;
}
.bottom_img_wrapper {
    padding-top: 100px;
    text-align: center;
}
.bottom_footer {
    padding: 25px 0px;
    width: 100%;
    float: left;
    background: #2b2b2b;
}
.bottom_footer .copy_right p{
    color: #ffffff;
}
.bottom_footer .copy_right p span{
    color: #fa2456; 
}
.bottom_footer .copy_right p a{
    color: #fa2456;
}
.footer-social{
    float: right;
}
.footer-social li {
    display: inline-block;
}
.footer-social li a {
    background: #60656A;
    color: #000000;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.footer-social li + li{
    margin-left: 12px;
}
.footer-social li a:hover {
    background: linear-gradient(to right, #fa2456, #fd735a);
    color: #ffffff;
}

/*----------- header-start ----------*/

header {
    position: absolute;
    width: 100%;
}
header .main-header {
    position: relative;
    z-index: 8;
    /* background: #f8f8f8; */
}
header .main-header .main-header-logo {
    width: 100%;
    max-width: 250px;
    min-width: 250px;
    float: right;
    height: 235px;
    line-height: 200px;
    text-align: center;
    background-image: linear-gradient(to right, #fa2456, #fd735a);
    border-radius: 0px 0px 50% 50%;
    position: relative;
    z-index: 1;
}
header .main-header .main-menu {
    text-align: right;
    box-shadow: 0 0 46px 12px #b60e0e0d;
    margin-bottom: 70px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    background: #ffffff;
}
header .main-header .main-menu > ul {
    padding-right: 30px;
    border-right: 1px solid #e9e9e9;
}
header .main-header .main-menu > ul .d-lg-block {
    display: inline-block !important;
}
header .main-header .main-menu > ul > li {
    display: inline-block;
    padding: 25px 0;
    position: relative;
}
header .main-header .main-menu > ul > li > a {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 500;
    position: relative;
}
header .main-header .main-menu > ul > li > a:hover {
    color: #ffffff;
}
header .main-header .main-menu > ul > li .sidebar-toggle {
    padding: 0;
    width: 46px;
}
header .main-header .main-menu > ul > li .sidebar-toggle .sidebar-toggle-1 {
    transition-duration: 0.5s;
    width: 80%;
    display: inline-block;
    height: 2px;
    background-color: #000000;
}
header .main-header .main-menu > ul > li .sidebar-toggle .sidebar-toggle-2 {
    transition-duration: 0.5s;
    width: 100%;
    display: inline-block;
    height: 2px;
    background-color: #000000;
    position: absolute;
    right: 0;
}
header .main-header .main-menu > ul > li .search-dropsown {
    position: absolute;
    width: 320px;
    top: 93px;
    right: 0;
    padding: 30px;
    background: #ffffff;
    transition: all 300ms ease;
    opacity: 0;
    visibility: hidden;
    animation: moveitback 400ms ease forwards;
    will-change: transform;
}
header .main-header .main-menu > ul > li .search-dropsown input {
    width: calc(100% - 50px);
    height: 45px;
    float: left;
    border: none;
    outline: none;
    border-bottom: 1px solid #ffffff;
}
header .main-header .main-menu > ul > li .search-dropsown button {
    width: 50px;
    height: 45px;
    float: left;
    color: #ffffff;
    border: none;
    outline: none;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
}
header .main-header .main-menu > ul > li .search-dropsown.open {
    opacity: 1;
    visibility: visible;
    animation: moveit 900ms ease forwards;
    will-change: transform;
}
header .main-header .main-menu .overlay {
    position: fixed;
    top: 100%;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000000 33;
    transition: all 0.15s;
}
header .main-header .main-menu .overlay.close {
    top: 0;
    left: 0;
}
header .main-header .main-menu .main-btn {
    padding-left: 30px;
}
header .main-header .main-menu .main-btn .menuBtn {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 200px;
    position: relative;
    background-image: linear-gradient(to right, #fa2456, #fd735a);
    background-size: 300%;
    border-radius: 35px;
    color: #ffffff;
    cursor: pointer;
}
header .main-header .main-menu .main-btn .menuBtn a {
    color: #ffffff;
}
header .main-header .main-menu .main-btn .menuBtn:hover {
    -webkit-animation: animate 16s ease-in infinite alternate;
    -moz-animation: animate 16s ease-in infinite alternate;
    -ms-animation: animate 16s ease-in infinite alternate;
    -o-animation: animate 16s ease-in infinite alternate;
    animation: animate 16s ease-in infinite alternate;
}
header .main-header .main-menu .login-header {
    width: 200px;
}
header .main-header .main-menu .login-header .after-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .main-header .main-menu .login-header .after-login li a {
    font-size: 26px;
    color: #111111;
    position: relative;
}
header .main-header .main-menu .login-header .after-login li a small {
    position: absolute;
    top: -2px;
    right: -2px;
    color: #ffffff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    line-height: 17px;
    text-align: center;
    font-size: 12px;
}
header .banner-shap img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.2;
    z-index: 3;
}
header .banner-shap.innrpage-shap img {
    max-width: 222px;
    opacity: 1;
}

/*========================  RESPONSIVE CSS START  ============================*/

@media (max-width: 1509px) { 
    header .main-header .main-header-logo{
        float: left;
    }
}
 @media (max-width: 1440px) { 
    .air-balloon.one{
        right: 0%;
    }
    .air-balloon.two{
        right: 10%;
    }
    .air-balloon.three{
        animation-delay: 5s;
        right: 5%;
    }
    .air-balloon.foure{
        animation-delay: 7s;
        right: 10%;
    }
    .air-balloon-left.one{
        left: 0%;
    }
    .air-balloon-left.two{
        left: 10%;
    }
    .air-balloon-left.three{
        animation-delay: 5s;
        left: 5%;
    }
    .air-balloon-left.foure{
        animation-delay: 7s;
        left: 10%;
    }
}

@media (max-width: 1366px) { 
    .img-width {
        width: 150px;
    }
    .bz_main_slider_wrapper{
        padding: 245px 0px 125px 0;
    }
    .slider_content h2{
        font-size: 50px;
    }
    .picture2{
        top: 80%;
    }
    .picture3{
        top: 78%;
    }
    .air-balloon-left img{
        width: 100px;
    }
    .air-balloon img{
        width: 80px;
    }
}

@media (max-width: 1199px) { 
    .bz_landing_page_wrapper{
        padding: 100px 50px;
    }
    .mockup-image-wrapper .img-right, .mockup-image-wrapper .img-left{
        width: 200px;
    }
    header .main-header .main-header-logo{
        min-width: 160px;
        height: 175px;
        line-height: 140px;
    }
}

@media (max-width: 1024px) {
    .slider_content h2{
        font-size: 45px;
    }
    .air-balloon-left.two{
        left: 4%;
    }
    .air-balloon-left.foure{
        left: 4%;
    }
    .air-balloon.two{
        right: 4%;
    }
    .air-balloon.foure{
        right: 4%;
    }
    .air-balloon-left img{
        width: 60px;
    }
    .air-balloon img{
        width: 60px;
    }
}

@media (max-width: 991px){
    .container{
        max-width: 991px;
    }
    .top_header {
        text-align: center;
    }
    .top_header .header_right_wrap {
        float: left;
        width: 100%;
    }
    .header_list ul{
        text-align: left;
    }
    .top_header .header_list {
        padding-right: 0;
    }
     .top_header .header_social_icons{
        float: right;
     }
    .top_header .header_list
    {
        width: 100%;
       display: inline-block;
       margin-top: 10px;
    }
    
    .image_page_left, .image_page_right{
        display: none;
    }
    .bz_main_slider_wrapper{
        padding: 200px 0px 100px 0;

    }
    .banner-img{
        text-align: center;
    }
    .banner-img img{
        max-width: 450px;
    }
    .parallax-wrapper{
        display: none;
    }
    .mockup-main-wrapper .page-slider{
        padding: 0px 40px;
    }
    .slider_content{
        text-align: center;
    }
    .slider_content h2{
        font-size: 45px;
        max-width: 465px;
        margin: 0 auto;
        line-height: 65px;
    }
    .slider_content .banner-btn {
        display: flex;
        justify-content: center;
        margin: 25px 0 0px 0;
    }
    .slider_content{
        margin: 30px 0 0 0;
    }
}

@media (max-width: 767px){
    .bz_main_slider_wrapper {
        padding: 200px 0px 80px 0px;
    }
    .banner-img img {
        max-width: 350px;
    }
    .slider_content h2{
        font-size: 40px;
        padding-top: 0px;
        line-height: 50px;
    }
    .icon_banner ul li + li {
        margin-left: 8px;
    }
    .bz_landing_page_wrapper{
        padding: 100px 25px;
    }
    .mockup-image-wrapper .img-right, .mockup-image-wrapper .img-left {
        width: 150px;
    }
    .mockup-image-wrapper .img-right{
        top: 10%;
    }
    header .main-header .main-menu .main-btn .menuBtn{
        height: 40px;
        line-height: 40px;
        width: 120px;
    }
}

@media (max-width: 580px){
    .bz_landing_page_wrapper h2{
        font-size: 26px;
    }  
}

@media (max-width: 480px){
    #cssmenu{
        width: 260px;
    }
    .mockup-image-wrapper .img-right, .mockup-image-wrapper .img-left{
        width: 100px;
    }
    .mockup-image-wrapper .img-right{
        top: 1%;
    }
    .custom_btn a {
        padding: 6px 20px;
        margin-top: 15px;
    }
    .heading_discover h2{
        font-size: 32px;
        line-height: 40px;
    }
    .banner-img img {
        max-width: 250px;
    }
    .bz_main_slider_wrapper {
        padding: 230px 0px 80px 0px;
    }    
    header .main-header .main-header-logo{
        min-width: 130px;
        height: 150px;
        line-height: 119px;
    }
    header .main-header .main-header-logo a img{
        max-width: 55px;
    }
}

@media (max-width: 380px){
    .icon_banner ul li + li{
        margin-top: 18px;
    }
}

.landing_item{
    position: relative;
}
.landing_item .bz_main_title_wrapper {
    width: 150px;
    height: 30px;
    background: #f70000;
    text-align: center;
    z-index: 1;
    position: absolute;
    top: 16px;
    -moz-transform: rotate(29deg);
    -webkit-transform: rotate(29deg);
    -o-transform: rotate(29deg);
    -ms-transform: rotate(29deg);
    transform: rotate(-35deg);
    left: -34px;
}
.bz_main_title_wrapper p{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    line-height: 30px;
}

.dark .preloder {
    background-color: #000;
}
.dark .preloder .heart p{
	color: #fff;
}


// preloder css start 


.preloder 
{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #71bfff;
  z-index: 9999;
}
.heart p 
{
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #000000;
	font-size: 20px;
	position: absolute;
	top: 100px;
	width: 100%;
	animation:fadeOut 5s infinite  alternate;
}
.heart 
{
    position: absolute;
    font-size: 0;
    width: 138px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
[class*="heart-piece-"] 
{
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.heart-piece-4 
{
  -webkit-animation: piece-4 3.2s infinite;
          animation: piece-4 3.2s infinite;
}
.heart-piece-3,
.heart-piece-5 
{
  -webkit-animation: piece-3 3.2s infinite;
          animation: piece-3 3.2s infinite;
}
.heart-piece-2,
.heart-piece-6 
{
  -webkit-animation: piece-2 3.2s infinite;
          animation: piece-2 3.2s infinite;
}
.heart-piece-1,
.heart-piece-7 
{
  -webkit-animation: piece-1 3.2s infinite;
          animation: piece-1 3.2s infinite;
}
.heart-piece-0,
.heart-piece-8 
{
  -webkit-animation: piece-0 3.2s infinite;
          animation: piece-0 3.2s infinite;
}
.heart-piece-0 
{
  left: 0px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  background-color: #ec2d73;
}
.heart-piece-1 
{
  left: 16px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  background-color: #eb5324;
}
.heart-piece-2 
{
  left: 32px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  background-color: #fdc800;
}
.heart-piece-3 
{
  left: 48px;
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
  background-color: #47b264;
}
.heart-piece-4 
{
  left: 64px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  background-color: #1470bd;
}
.heart-piece-5 
{
  left: 80px;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
  background-color: #76469a;
}
.heart-piece-6 
{
  left: 96px;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  background-color: #ec2d73;
}
.heart-piece-7 
{
  left: 112px;
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
  background-color: #eb5324;
}
.heart-piece-8 
{
  left: 128px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  background-color: #fdc800;
}
@-webkit-keyframes piece-4 
{
  0%, 10%, 90%, 100% 
		{
    height: 10px;
    top: -5px;
  }
  45%, 55% 
		{
    height: 94px;
    top: -23px;
  }
}
@keyframes piece-4 
{
  0%, 10%, 90%, 100% 
		{
    height: 10px;
    top: -5px;
  }
  45%, 55% 
		{
    height: 94px;
    top: -23px;
  }
}
@-webkit-keyframes piece-3 
{
  0%, 10%, 90%, 100% 
		{
    height: 10px;
    top: -5px;
  }
  45%, 55% 
		{
    height: 90px;
    top: -31px;
  }
}
@keyframes piece-3 
{
  0%, 10%, 90%, 100% 
		{
    height: 10px;
    top: -5px;
  }
  45%, 55% 
		{
    height: 90px;
    top: -31px;
  }
}
@-webkit-keyframes piece-2 
{
  0%, 10%, 90%, 100% 
		{
    height: 10px;
    top: -5px;
  }
  45%, 55% 
		{
    height: 80px;
    top: -37px;
  }
}
@keyframes piece-2 
{
  0%, 10%, 90%, 100% 
		{
    height: 10px;
    top: -5px;
  }
  45%, 55% 
		{
    height: 80px;
    top: -37px;
  }
}
@-webkit-keyframes piece-1 
{
  0%, 10%, 90%, 100% 
		{
    height: 10px;
    top: -5px;
  }
  45%, 55% 
		{
    height: 60px;
    top: -31px;
  }
}
@keyframes piece-1 
{
  0%, 10%, 90%, 100% 
		{
    height: 10px;
    top: -5px;
  }
  45%, 55% 
		{
    height: 60px;
    top: -31px;
  }
}
@-webkit-keyframes piece-0 
{
  0%, 10%, 90%, 100% 
		{
    height: 10px;
    top: -5px;
  }
  45%, 55% 
		{
    height: 30px;
    top: -15px;
  }
}
@keyframes piece-0 
{
  0%, 10%, 90%, 100% 
		{
    height: 10px;
    top: -5px;
  }
  45%, 55% 
		{
    height: 30px;
    top: -15px;
  }
}
@keyframes fadeOut 
{
   0% {opacity: 1;}
   100% {opacity: 0.3;} 
} 
@keyframes dash 
{
  to 
		{
    stroke-dashoffset: 0;
  }
}
@keyframes calculating 
{
  0%  {content: "74%";}
  5%  {content: "28%";}
  10% {content: "54%";}
  15% {content: "17%";}
  20% {content: "44%";}
  25% {content: "5%";}
  30% {content: "87%";}
  35% {content: "100%";}
  40% {content: "66%";}
  50% {content: "89%"}
  60% {content: "22%";}
  70% {content: "32%";}
  85% {content: "80%";}
  100%{content: "35%";}
}
@keyframes arrow 
{
  to 
		{
    opacity: 1;
  }
}
@keyframes scaleAni 
{
	0% 
	{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% 
	{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% 
	{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.emojionearea.pm-modal-ea {
			width: 100% !important;
			min-width: 0 !important;
			max-width: 100% !important;
			margin: 0 !important;
			border-radius: 14px !important;
			background: #f3f7fd !important;
			border: none !important;
		}
		.emojionearea.pm-modal-ea .emojionearea-editor {
			min-height: 44px !important;
			max-height: 68px !important;
			font-size: 17px !important;
			color: #222;
			background: transparent;
		}
		.emojionearea.pm-modal-ea .emojionearea-button {
			display: none !important; /* Kendi emoji butonumuz var */
		}
		.pm-modal .emojionearea-filters {
			display: none !important;
		}
		.pm-modal .emojionearea .emojionearea-picker.emojionearea-picker-position-top {
			width: 100% !important;
		}
		.pm-modal .emojionearea .emojionearea-button.active+.emojionearea-picker-position-top {
			margin-top: -290px !important; /* Emoji picker'ın modal içinde düzgün görünmesi için */
		}
		.pm-modal .emojionearea.emojionearea-inline>.emojionearea-editor {
			width: 88% !important;
		}
		.pm-modal .emojionearea.emojionearea-inline {
			margin-right: 0 !important;
		}
		.pm-modal {
			position: fixed;
			z-index: 9999;
			left: 50%;
			top: 50px;
			width: 700px;
			max-width: 98vw;
			min-height: 450px;
			background: #fff;
			border-radius: 24px;
			box-shadow: 0 8px 42px #0002;
			display: flex;
			flex-direction: column;
			overflow: hidden;
			font-family: inherit;
		}
		.pm-modal-header-modern {
			display: flex;
			justify-content: center;
			gap: 16px;
			background: #2073ee;
			color: #fff;
			padding: 16px 28px 16px 18px;
			border-radius: 24px 24px 0 0;
			position: relative;
			cursor: move;
		}
		.pm-modal-avatar {
			width: 34px;
			height: 34px;
			border-radius: 50%;
			object-fit: cover;
			border: 2.5px solid #fff6;
			box-shadow: 0 1px 7px #0001;
		}
		.pm-modal-header-info {
			display: flex;
			flex-direction: column;
			min-width: 0;
			flex: 1;
			overflow: hidden;
		}
		.pm-modal-header-title {
			font-size: 14px !important;
			font-weight: 600 !important;
			line-height: 1.22 !important;
			display: flex;
			align-items: center;
			gap: 2px;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.pm-modal-header-room {
			font-weight: 500;
		}
		.pm-modal-header-sep {
			margin: 0 7px 0 6px;
			opacity: 0.7;
		}
		.pm-modal-header-role {
			font-size: 15px;
			opacity: 0.94;
			font-weight: 400;
			margin-top: 1px;
			white-space: nowrap;
			text-overflow: ellipsis;
			overflow: hidden;
		}
		.pm-modal-header-title { font-weight: 600; font-size: 19px; }
		.pm-modal-close-modern {
			font-size: 23px;
			cursor: pointer;
			background: #000000;
			color: #ffffff;
			border: 0;
			border-radius: 8px;
			/*width: 44px;*/
			height: 28px;
			display: flex;
			align-items: center;
			justify-content: center;
			transition: background 0.18s, color 0.18s;
			/*position: absolute;*/
			/*right: 18px;*/
			/*top: 15px;*/
		}
		.pm-modal-close-modern:hover
		{
			background: #e7eef9;
			color: #d13131;
		}
		.pm-modal-body-modern {
			flex: 1 1 auto;
			background: url("https://resmim.net/cdn/2025/06/22/Txasac.png");
			padding: 22px 24px 12px 24px;
			overflow-y: auto;
			font-size: 16px;
			display: flex;
			flex-direction: column;
			gap: 14px;
			max-height: 370px;
			min-height: 150px;
		}
		.pm-modal-message-list { width: 100%; }
		.pm-modal-message {
			display: flex; align-items: flex-end; margin-bottom: 2px; gap: 8px;
		}
		.pm-modal-message.you { justify-content: flex-end; }
		.pm-modal-message-bubble {
			max-width: 320px; word-break: break-word;
			padding: 10px 18px; font-size: 15.5px;
			border-radius: 15px;
			border: 1.5px solid #e2e9f8;
			box-shadow: 0 1px 4px #0001;
		}
		.pm-modal-message.you .pm-modal-message-bubble {
			background: #2073ee;
			color: #fff;
			border: 1.5px solid #2073ee;
			border-bottom-right-radius: 3px;
			border-bottom-left-radius: 15px;
		}
		.pm-modal-message:not(.you) .pm-modal-message-bubble {
			background: #f1f3fa;
			color: #2073ee;
			border-left: 3px solid #2073ee;
			border-bottom-left-radius: 3px;
			border-bottom-right-radius: 15px;
		}
		.pm-modal-footer-modern {
			display: flex; align-items: center; background: #fff;
			border-top: 1px solid #e3e9f3; padding: 12px 14px; gap: 10px;
		}
		#pm-modal-emoji-btn {
			display: flex; align-items: center;
			justify-content: center;
			cursor: pointer;
			transition: background 0.14s;
			padding: 0;
		}
		#pm-modal-emoji-btn img { width: 28px; height: 28px; }
		#pm-modal-input {
			min-height: 44px;
			max-height: 68px;
			resize: none;
			font-size: 17px;
			padding: 7px 15px;
			border-radius: 14px;
			border: none;
			background: #f3f7fd;
			color: #222;
			width: 100%;
			box-sizing: border-box;
			margin: 0 0 0 0;
			outline: none;
		}
		.pm-modal-footer-actions {
			display: flex; align-items: center; gap: 10px; margin-left: 6px;
		}
		.pm-modal-footer-actions button {
			background: #f7fafd; border: none; color: #6f8098;
			font-size: 20px; cursor: pointer; border-radius: 50%;
			width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
			transition: background 0.14s, color 0.14s; box-shadow: 0 1px 4px #0001;
		}
		.pm-modal-footer-actions button:active,
		.pm-modal-footer-actions button:hover {
			background: #e7eef9; color: #2073ee;
		}
		.pm-modal-send-modern {
			background: #2073ee !important; color: #fff !important;
			font-size: 21px; border-radius: 50%; width: 40px; height: 40px;
			margin-left: 2px; display: flex; align-items: center; justify-content: center;
			box-shadow: 0 2px 8px rgba(24,149,255,0.12);
		}
		.pm-modal-send-modern:hover { background: #0058c7 !important; color: #fff !important; }
		@media (max-width: 1020px) {
			.pm-modal { width: 99vw !important; min-width: 0; left: 50vw; }
		}
		@media (max-width: 700px) {
			.pm-modal {
				position: fixed !important;
				left: 0 !important; top: 0 !important; right: 0 !important; bottom: 0 !important;
				width: 100vw !important; height: 100vh !important;
				max-width: 100vw !important; max-height: 100vh !important;
				min-width: 0 !important; min-height: 0 !important;
				margin: 0 !important; border-radius: 0 !important; box-shadow: none !important;
				padding: 0 !important; overflow: hidden !important;
				z-index: 10000 !important;
				transform: none !important;
				background: #fff !important;
				flex-direction: column;
			}
			.pm-modal-header-modern {
				border-radius: 0;
			}
			.pm-modal-body-modern {
				max-height: none;
			}
			.pm-modal .emojionearea.emojionearea-inline {
				border: 1px solid rgba(0, 0, 0, .5) !important;
				width: 100% !important;
			}
			.pm-modal .emojionearea.emojionearea-inline > .emojionearea-editor {
				padding: 15px 0 0 5px;
			}
		}
		
		 h1 {
      color: #f9a01b;
      font-weight: 800;
      font-size: 1.875rem;
      margin-bottom: 1rem;
    }

    .container {
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      /* background: #000; */
    }

    .flex-wrap-gap {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin-bottom: 1rem;
    }

    .box {
      border: 1px solid black;
      padding: 0.75rem;
      flex: 1 1 180px;
      min-width: 180px;
    }

    .text-sm {
      font-size: 0.875rem;
      font-weight: 400;
      margin-bottom: 0.5rem;
    }

    .space-y-1 > * + * {
      margin-top: 0.25rem;
    }

    .flex-between {
      display: flex;
      justify-content: space-between;
    }

    .gray-box {
      background-color: #e5e7eb;
      border-radius: 0.375rem;
      height: 6rem;
    }
	
	.flex-between {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
    font-family: Arial, sans-serif;
  }
  


.setbottom {
    bottom: -23px !important;
    min-height: 32px;
    min-width: 300px;
}

.card-content {
    position: absolute;
    z-index: 5;
    bottom: 66px;
    border: 8px #ffffff solid;
    border-radius: 5px;
    max-width: 500px;
    min-width: 250px;
    max-height: 300px;
    overflow: auto;
    background: #e6e6e6;
    padding: 12px;
}

.v-left {
    float: left;
    width: 44px;
}

.a_rumuz {
    font-size: 13px;
    line-height: 15px !important;
    font-weight: 600;
}

.a_text {
    font-size: 13px;
    line-height: 18px;
    font-style: italic;
    overflow-wrap: break-word;
    color: #393d41;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
    word-break: break-all;
}

.pros {
    height: 34px !important;
    border-radius: 34px !important;
    width: 34px !important;
}
