/** @format */

* {
  font-family: Inter !important;
}

img {
  pointer-events: none;
}

body {
  background-color: #121012;
}

.singleLineContent {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

::-webkit-scrollbar {
  width: 0px;
}

button:disabled {
  cursor: not-allowed !important;
  pointer-events: all !important;
}

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

.textCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.otpStyle {
  color: #d2d3e0;
  background-color: #1b1c20;
  border-radius: 4px;
  margin-right: 10px;
  width: 100% !important;
  height: 35px;
  box-shadow: none;
  border: 1px solid #313248;
  outline: 0;
}

.otpStyle:last-child {
  margin-right: 0px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.link {
  text-decoration: none;
}

.circleContainer div {
  margin-bottom: 10px !important;
  margin-right: 6px !important;
  box-shadow: none !important;
}

.circleContainer div div {
  margin-bottom: 0px !important;
  margin-right: 0px !important;
}

.circleContainer div:checked {
  border: 1px solid #fff;
}

.iconButton {
  padding: 0px !important;
}

@media screen and (max-width: 600px) {
  .otpStyle {
    height: 30px !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 1200px) {
  .otpStyle {
    height: 30px !important;
  }
}

/* ------------Zoom Loading------------ */

.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50% !important;
  animation: zoom 1.6s linear infinite alternate-reverse;
}

@keyframes zoom {
  0% {
    width: 16px;
    height: 16px;
    border-color: rgba(255, 255, 255, 0.6);
  }

  25% {
    width: 18px;
    height: 18px;
    border-color: rgba(255, 255, 255, 0.5);
  }

  50% {
    width: 20px;
    height: 20px;
    border-color: rgba(255, 255, 255, 0.4);
  }

  75% {
    width: 22px;
    height: 22px;
    border-color: rgba(255, 255, 255, 0.3);
  }

  100% {
    width: 25px;
    height: 25px;
    border-color: rgba(255, 255, 255, 0.2);
  }
}

/* User Mentions Selection */
.mentions__mention {
  position: relative;
  z-index: 1;
  /* color: #b99e68;
  text-shadow: 0px 0px #b99e68; */
  inset: 1px;
  /* font-weight: 500; */
}

.mention_input__input {
  color: #d2d3e0 !important;
  background-color: transparent !important;
  border: 0;
  width: 100%;
  font-size: 15px;
  max-height: 40px;
  overflow: auto !important;
}

.mention_input__input:focus-visible {
  outline-offset: 0;
  outline: 0;
}

.mention_input__input::placeholder {
  font-size: 15px;
  color: rgba(210, 211, 224, 0.5);
}

.mention_input__control:focus-visible {
  outline-offset: 0;
  outline: 0;
}

.mention_input__highlighter {
  width: 100% !important;
  min-width: 100px !important;
  overflow-wrap: anywhere !important;
  max-height: 50px;
  overflow: auto !important;
}

.mention_input__highlighter .mention_highlighter {
  width: 100% !important;
  min-width: 100px !important;
}

.mention_input__suggestions {
  background: rgb(33, 35, 46) !important;
  width: 100%;
  max-width: 300px;
  margin-top: 25px !important;
  right: -16px !important;
  border-radius: 6px;
  z-index: 999999 !important;
  max-height: 240px;
  overflow-y: auto;
}

.mention_input__suggestions::-webkit-scrollbar {
  width: 6px !important;
  scroll-behavior: smooth;
}

.mention_input__suggestions::-webkit-scrollbar-thumb {
  background: #313248 !important;
  border-radius: 30px !important;
}

.mention_input__suggestions :hover {
  border-radius: 6px;
}

.mention_input__suggestions__item:hover {
  background-color: rgb(49, 50, 72) !important;
}

@media screen and (max-width: 900px) {
  .mention_input__suggestions {
    top: unset !important;
    bottom: 65px !important;
    width: 90% !important;
    right: 28px !important;
  }
  .mention_input__suggestions {
    max-height: 100px;
    overflow-y: auto;
    padding-bottom: 10px;
  }
}

.replyTextField > div {
  width: 100%;
}

.sample-canvas {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
}

input[type="range"][orient="vertical"] {
  appearance: slider-vertical;
  width: 8px;
  height: 90px;
  padding: 0 5px;
}

.canvas-container {
  width: 100% !important;
  height: 100% !important;
  top: 22px;
}

/* .lower-canvas {
  width: 10% !important;
  height: 10% !important;
}
.upper-canvas {
  width: 10% !important;
  height: 10% !important;
} */

.fullscreen_section {
  /* Define styles for the section when it's not in fullscreen */
}

.fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 9999;
  /* Ensure it's above other content */
  /* Additional styles for when it's in fullscreen */
}

.modalTemplate {
  max-width: 460px !important;
}

.rangSelectorOuter {
  position: absolute;
  left: 0;
  top: 0;
  height: 18px;
  min-width: 22px;
  overflow: hidden;
  cursor: grab;
}

.rangSelectorLeft {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background-color: rgb(184, 193, 207);
  border-radius: 2px 1px 1px 2px;
  cursor: ew-resize;
}

.rangSelectorRight {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 4px;
  background-color: rgb(184, 193, 207);
  border-radius: 1px 2px 2px 1px;
  cursor: ew-resize;
}

.rangSelectorBarOuter {
  position: absolute;
  inset: 0px 2px;
  border: 3px solid rgba(32, 34, 43, 0);
  background-color: rgba(32, 34, 43, 0);
  border-radius: 100vh;
}

.rangSelectorBarRange {
  position: absolute;
  inset: 4px 0px;
  background-color: #b99e68;
  border-radius: 100vh;
  pointer-events: none;
}

.rangSelectorBarRound {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 12px;
  height: 12px;
  background-color: #b99e68;
  border-radius: 50%;
  overflow: hidden;
}

.drawHighlighter {
  padding: 2px !important;
  border: 1px solid #eeeffc !important;
  background-color: #121012 !important;
}

@media screen and (max-width: 600px) {
  .drawHighlighter {
    padding: 2px !important;
    border: 1px solid #eeeffc !important;
    background-color: #121012 !important;
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
  }

  .timeline-section {
    display: none;
  }

  * {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

  .mention_input__suggestions {
    min-width: 250px !important;
    max-width: 250px !important;
    margin: -40px !important;
    margin-right: -70px !important;
  }

  .infinite-scroll-component {
    margin-bottom: 420px !important;
  }
}

.selectedCompereFile {
  border: 1px solid #b99e68;
  border-radius: 5px;
}

@media screen and (min-width: 600px) and (max-width: 991px) {
  .infinite-scroll-component {
    margin-bottom: 440px !important;
  }

  .mention_input__suggestions {
    min-width: 240px !important;
    max-width: 240px !important;
    margin: -40px !important;
  }
}

/* .infinite-scroll-component {
  overflow: unset !important;
} */

/* // prime react user mention  */
.p-mention-input {
  width: 100%;
  background: transparent;
  border: 0;
  color: #fff;
}

.p-mention-input:focus {
  outline: 0;
  color: #fff;
}

.p-mention {
  width: 100%;
  background: transparent;
  border: 0;
}
@media only screen and (max-width: 600px) {
  .canvas-container {
    top: 2px;
  }
}
