/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-500: oklch(55.1% .027 264.364);
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --font-weight-medium: 500;
    --radius-md: .375rem;
    --ease-in: cubic-bezier(.4, 0, 1, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .hidden\! {
    display: none !important;
  }

  .inline {
    display: inline;
  }

  .w-full {
    width: 100%;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .resize {
    resize: both;
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .\!px-3 {
    padding-inline: calc(var(--spacing) * 3) !important;
  }

  .\!py-2 {
    padding-block: calc(var(--spacing) * 2) !important;
  }

  .\!py-5 {
    padding-block: calc(var(--spacing) * 5) !important;
  }

  .text-center {
    text-align: center;
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-white {
    color: var(--color-white);
  }

  .lowercase {
    text-transform: lowercase;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .grayscale {
    --tw-grayscale: grayscale(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .sepia {
    --tw-sepia: sepia(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Nunito, sans-serif;
}

body {
  background-color: var(--webbackcolor);
  color: var(--textcolor);
  overscroll-behavior: contain;
}

#nprogress .bar {
  background: var(--logolinearcolor);
  height: 10px;
}

:root {
  --webbackcolor: #f2f5fa;
  --secondwebbackcolor: linear-gradient(135deg, #f8faff, #e3f2fd, #bbdefb);
  --webbackshahow: 0px 4px 10px #0000001a;
  --backwhitecolor: #fff;
  --backblackcolor: #000;
  --lightbackcolor: #f9f9f9;
  --lightbackhovercolor: #f6f6f6;
  --lightbackcolor2: #cbd4d742;
  --icon-back-color: #bae0ea70;
  --navbackcolor: #fff;
  --navboxshodow: 0 4px 10px #0000001a;
  --textwhitecolor: #fff;
  --blacktextcolor: #000;
  --textcolor: black;
  --lighttextcolor: #757575;
  --icon-color: #1d3d44;
  --buttoncolor: #3b5563;
  --buttonhovercolor: #1ea1d140;
  --popupbackcolor: #00000015;
  --linearcolor: linear-gradient(45deg, #1976d2, #42a5f5);
  --secondlinearcolor: linear-gradient(45deg, #fff6, #fff6);
  --logolinearcolor: linear-gradient(45deg, #1976d2, #42a5f5);
  --titlelinearcolor: linear-gradient(45deg, #1a1a1a, #1976d2);
  --texthovercolor: #007aff;
  --primary-color: #1976d2;
  --active-color: #00be00;
  --tooltip-color: #878787;
  --text-color: #333;
  --background-color: #fff;
  --border-color: 1px solid #dde2eb;
  --border-color2: 1px solid #b4d4dc21;
  --post-card-border: 1px solid #1976d21a;
  --post-box-shadow: #8b8b8bb3;
  --creat-post-shadow: 1px 1px 2px #8787876a;
  --danger-color: red;
  --light-danger-color: #d62839;
  --secondary-box-shadow: #788e9351;
  --blue-color: #1976d2;
  --light-blue-color: #b0d8f96c;
  --skeleton-color: #e0e0e0;
  --skeleton-before-c: #f0f0f0;
  --skeleton-bg: white;
  --skroom-bg: #f2f5fa;
  --skroom-shade: #fcfcfc;
  --border-radius: 10px;
  --bothwhitecolor: white;
  --bothblackcolor: black;
}

.dark {
  --webbackcolor: #080c16;
  --navbackcolor: #1e1e1e;
  --lightbackcolor: #2b364c5c;
  --lightbackcolor2: #0a1621;
  --lightbackhovercolor: #0f3e6c2c;
  --icon-color: #cacaca;
  --icon-back-color: #24404870;
  --backblackcolor: #fff;
  --primary-color: #3a7bf4;
  --tooltip-color: #9e9e9e;
  --blacktextcolor: #fff;
  --textcolor: #eaeaea;
  --textwhitecolor: #000;
  --buttoncolor: #1ba5b7;
  --buttonhovercolor: #eae8e8;
  --backwhitecolor: #0d1423;
  --lighttextcolor: #9a9a9a;
  --popupbackcolor: #00000015;
  --mobil-nav-back-color: #000000db;
  --border-color: 1px solid #233045;
  --post-card-border: 1px solid #12406d1a;
  --secondlinearcolor: linear-gradient(45deg, #244b8175, #53386e);
  --bothwhitecolor: white;
  --secondary-box-shadow: #1626339e;
  --post-box-shadow: #13191cb3;
  --creat-post-shadow: 1px 1px 2px #8787876a;
  --skeleton-bg: #0d1423;
  --light-blue-color: #576d7f6c;
}

.webbackcolor {
  background-color: var(--webbackcolor);
}

.navbackcolor {
  background-color: var(--navbackcolor);
}

.backwhitecolor {
  background-color: var(--backwhitecolor);
}

.backblackcolor {
  background-color: var(--backblackcolor);
}

.lightbackcolor {
  background-color: var(--lightbackcolor);
}

.textcolor {
  color: var(--textcolor);
}

.lighttextcolor {
  color: var(--lighttextcolor);
}

.textwhitecolor {
  color: var(--textwhitecolor);
}

.blacktextcolor {
  color: var(--blacktextcolor);
}

.bg-primary {
  background: var(--linearcolor);
}

.secondlinearbg {
  background: var(--secondlinearcolor);
}

.logolinearbg {
  background: var(--logolinearcolor);
}

.titlelinearbg {
  background: var(--titlelinearcolor);
}

.webshadow {
  box-shadow: var(--webbackshahow);
}

.navshadow {
  box-shadow: var(--navboxshodow);
}

.postshadow {
  box-shadow: var(--post-box-shadow);
}

.secondaryshadow {
  box-shadow: var(--secondary-box-shadow);
}

.createpostshadow {
  box-shadow: var(--creat-post-shadow);
}

.border-main {
  border: var(--border-color);
}

.border-main-2 {
  border: var(--border-color2);
}

.radius-main {
  border-radius: var(--border-radius);
}

@media (max-width: 1414px) {
  html {
    font-size: 90%;
  }
}

@media (max-width: 1111px) {
  html {
    font-size: 80%;
  }
}

@media (max-width: 698px) {
  html {
    font-size: 85%;
  }
}

@media (max-width: 402px) {
  html {
    font-size: 80%;
  }
}

@media (max-width: 350px) {
  html {
    font-size: 70%;
  }
}

@media (max-width: 300px) {
  html {
    font-size: 3vw;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}
.main-loader {
  background: var(--webbackcolor);
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
  user-select: none;
  flex-direction: column;
}

.main-loader picture {
  animation: redditBounce 2s infinite ease-in-out;
}

.main-loader img {
  height: 10rem;
  width: 10rem;
  animation: redditRotate 2s infinite linear;
  filter: drop-shadow(0 0 12px #2890e1);
}


/* @keyframes redditBounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
*/

 /* @keyframes redditRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

.main-loader-bar {
  width: 40vw;
  position: relative;
  min-width: 20rem;
  height: 2px;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  background-color: rgb(180, 191, 195);
}

.main-loader-bar::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: movebefore 1s ease-in-out infinite forwards;
  background: var(--linearcolor);
}

/* .main-loader-bar::after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  animation: moveafter 1s ease-in-out infinite alternate-reverse;
  background: var(--linearcolor);
} */

@keyframes movebefore {
  0% {
    left: -50%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveafter {
  0% {
    right: -50%;
  }
  100% {
    right: 50%;
  }
}
#page-router{
  width: 100%;
  overflow-x: hidden;
  height: 100vh;
  
}
#page-router::-webkit-scrollbar{
  display: none;
}/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#page-layout{
    display: flex;
    flex-direction: row;
}.mobile-nav{
    position: fixed;
    bottom: 0%;
    left: 0%;
    height: 4rem;
    background: var(--backwhitecolor);

    width: 100%;
    display: flex;
    align-items: center;
    padding: 0rem 1rem;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    /* z-index: 1; */
    border-top: var(--border-color);
    
}
.mobile-nav.glass {
     background: var(--backwhitecolor);
}

/* Hide the navbar when scrolling down */
.mobile-nav.hidden {
    transform: translateY(100%);
}
.mobile-nav-a{
    border-radius: 0.3rem;
}
.mobile-nav-a:active{
    background: var(--lightbackcolor);
}

.mobile-nav-a button{
    color: rgb(0, 0, 0);
    padding: 0.75rem;
    border-radius: 50%;
    color: var(--textcolor);
    font-size: 7rem;
    /* background:linear-gradient(135deg, #e7e7e7a1, #f2f2f2); */
    /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); */

    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}



/* Tap Effect */
.mobile-nav-a button:active {
    transform: scale(0.95);
}


.mobile-nav-active-icon{
    /* fill: black !important;
    stroke: black !important; */
    color: var(--blue-color);
    
}.sidebar {
    width: 18rem;
    height: 100vh;
    max-height: 100vh;
    overflow-y: hidden;
   min-width: 4rem;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 1.5rem;
    border-right: var(--border-color);
    position: relative;
    overflow-x: hidden;
   background-color: var(--backwhitecolor);
   transition: all 0.2s ease-in-out;
   
  }
  .sidebar-header{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }

  .sidebar-drag{
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0.5rem;
    z-index: 13;
    height: 100%;
    /* background: red; */
    cursor: ew-resize;
  }
  
  .logo h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--blacktextcolor);
    margin-bottom: 1.9rem;
 
  }
  .logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
    
  }
  
 .sidebar  ul {
    list-style: none;
    padding: 0;
    width: 100%;

  }
  
  .sidebar  ul li {
    margin: 0 0 0.5rem 0;
    text-wrap: nowrap;
    padding: 0rem 0.5rem;
    border-radius: 0.3rem;
  }
  .sidebar  ul li:hover{
   background-color: var( --light-blue-color) !important;
  }
  
 .sidebar   ul li a {
    text-decoration: none;
    color: var(--blacktextcolor);
    font-size: 1rem;
    display: block;
    padding: 7px 0;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    text-wrap: nowrap;
  }
  
 /* .sidebar nav ul li a:hover {
    background-color: #34495e;
  }
   */
  .logout-btn {
    margin-top: auto;
    margin-bottom: 3rem;
    background: #e74c3c;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .logout-btn:hover {
    background: #c0392b;
  }
  
  @media (max-width: 640px) {
    .sidebar{
      display: none;
    }
  } 

  /* Profile box sidebar*/
  .sidebar-p-b{
    border-radius: 2rem;
  }
  .sidebar-p-b aside{
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }
  .sidebar-p-b-n{
    display: flex;
    align-items: flex-start;
    text-wrap: nowrap;
    flex-direction: column;
    overflow: hidden;
  }
  .sidebar-p-b-n span:first-child{
  font-size: 0.9rem;
  text-wrap: nowrap;
  }
  .sidebar-p-b-n span:last-child{
  font-size: 0.7rem;
  text-wrap: nowrap;
  color: var(--lighttextcolor);
  }
  .sidebar-p-b-logout{
    padding: 00.5rem;
    background-color: red;
    border-radius: 10px;
    margin-left: 0.2rem;
    color :var(--icon-color);
    background-color: var(--icon-back-color);
    cursor: pointer;
  }

  .sidebar h4{
    margin-top: 0.9rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    color : var(--lighttextcolor)
  }

  .own-rooms-ul{
    margin-top: 1rem;


  }
  .own-rooms-ul li:first-child{ 
 display: flex;
 align-items: center;
 flex-wrap: nowrap;
 gap: 0.3rem;
 border-radius: 2rem;
 padding : 0.3rem 0.3rem ;
 cursor: pointer;
color : var(--textwhitecolor);
user-select: none;

  }


  
 .own-rooms-ul li:first-child:hover{
    background-color:transparent !important ;
  }
  
  .centerli li{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
  }.bangbox{
    font-family: 'clash';
    text-wrap: nowrap;
    text-decoration: none;
    user-select: none;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
       gap:0.9rem;

}
.bangbox span{
    /* color: rgb(0, 0, 0); */
    font-family: 'clash', sans-serif;
   display: flex;
   flex-wrap: nowrap;

   background: var(--logolinearcolor);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   background-clip: text;
   

}



  
  .skel-wrapper {
    font-family: sans-serif;
    background: var(--skeleton-bg);
    padding: 1rem 3rem;
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    z-index: 9999;
  }
  
  .skel-navbar {
    height: 4rem;
    background: var(--skeleton-color);
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
  }
  
  .skel-banner {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  
  .skel-card {
    flex: 1;
    height: 10rem;
    background: var(--skeleton-color);
    border-radius: 0.5rem;
  }
  
  .skel-tabs {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  
  .skel-tab {
    flex: 1;
    height: 2rem;
    background: var(--skeleton-color);
    border-radius: 1rem;
  }
  
  .skel-main {
    display: flex;
    gap: 2rem;
  }
  
  .skel-feed {
    flex: 2;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .skel-post {
    height: 6rem;
    background: var(--skeleton-color);
    border-radius: 0.5rem;
  }
  
  .skel-sidebar {
    flex: 1;
  }
  
  .skel-profile {
    height: 10rem;
    background: var(--skeleton-color);
    border-radius: 0.5rem;
  }
  .modal-content {
  flex: 1;
  /* background: white; */
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  padding: 0.5rem 0rem;
}

.modal-left {
  width: 100%;
}
.modle-left-name-box {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
  padding: 0rem 1rem;
}
.modle-left-name-box-inside {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.8rem;
}
.modle-left-name-box-inside img {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
}
.modle-left-name-box-name{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 0.2rem;
}
.modle-left-name-box-name h3 {
  font-size: 1.05rem;
  font-weight: 600;
  text-wrap: nowrap;
}
.modle-left-name-box-name-type{
  gap: 1rem;
  display: flex;
  align-items: center;
}
.modle-left-name-box-name p {
  font-size: 0.8rem;
  display: inline-block;
  color: gray;
  text-wrap: nowrap;
}
.post-view-box-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.post-model-contect {
  font-size: 0.9rem;
  text-align: left;
  margin: 1rem 1rem;
}

.modal-left .post-image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.modal-right {
  width: 100%;
  margin-top: 1rem;
  padding: 0rem 1rem;
  height: 100%;
}
.modal-right-content-function-box {

  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  padding-bottom: 0.6rem;
}
.model-r-c-f-b-l{
   display: flex;
  align-items: center;
  gap: 2rem;
}

.modal-right-content-function-box span {

  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.modal-right-content-function-box .likes {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.modal-right-content-function-box .liked {
  color: rgb(47, 119, 201);
}
.model-right-comment-area {
  width: 100%;
  height: 100%;
}
.modal-right-content-function-box-inside {
  width: 100%;
  height: 87%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* .modal-right h3 {
    padding-top: 1rem;
    font-size: 1.4rem;
    text-align: start;
  }
  
  .modal-right ul {
    list-style: none;
    padding: 0;
    height: 100%;
    overflow-y: scroll;
  }
  
  .modal-right li {
    margin: 10px 0;
  }
  
  .comment-input {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
  }
  
  .comment-input input {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .comment-input button {
    background: #007bff;
    border: none;
    padding: 8px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
  } */
.report-btn {
  outline: none;
  border: none;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
  display: flex;
  align-items: center;
  align-items: center;
  padding: 0.5rem;
  cursor: pointer;
}


.close-btn {
  position: absolute;
  top: 10px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.close-btn {
  right: 10px;
}

.report-btn {
  left: 10px;
}



@media (max-width: 820px) {
  /* .modal-content {
    width: 50rem;
  } */
}

@media (max-width: 698px) {
  /* .modal-content {
    width: 45rem;
  } */
}
@media (max-width: 640px) {
 
  .modal-right {
    padding-bottom: 4rem;
  }

  .modal-overlay {
    align-items: flex-end;
    border-radius: 0rem !important;
  }
}
.commentsectoin-modal-right {
height: 75%;
position: relative;
}
.commentsectoin-modal-right h3 {
    padding-top: 0.5rem;
    font-size: 1.1rem;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--blue-color);
    font-weight: bold;

}
.commentsectoin-modal-right h3 p{
    height: 1px;
    flex: 1;
    width: 100%;
    border-radius: 0.3rem;
    background: var(--blue-color);
}

.commentsectoin-modal-right ul {
    list-style: none;
    padding: 0;
    height: 100%;
    margin-top: 1rem;
    overflow-y: auto;
}

.comment-item {
    position: relative;
    margin-bottom: 1.3rem;
}
.comment-profile-box{
    display: flex;
    justify-content: space-between;
}
.comment-profile-box-l{
    display: flex;
    gap: 0.5rem;
}
.comment-profile-box-r{
    display: flex;
    gap: 1rem;
    align-items: center;
  
}
.comment-profile-box-r p{
   font-size: 0.8rem;
   color: var(--blue-color);
}

.comment-item.pinned {
    background: #f5f6f7;
    border-radius: 0.2rem;
}

.comment-profile-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-content {
    flex: 1;
    margin-top: 1rem;
    padding-left: 2.9rem;
}
.comment-header{
    display: flex;
    flex-direction: column;
    font-size: 0.9rem;
}
.comment-header strong span{
   font-size: 0.6rem;
   margin-left: 0.3rem;
   font-weight: 700 ;
}

.comment-header .comment-date{
  
    font-size: 0.8rem;
    color: gray;
}

.reply-item .comment-sec-text{
    text-align: start;
    margin-top: 0.8rem;
    font-size: 0.84rem;
    padding-left: 2.5rem;

}

.comment-actions {
    display: flex;
    gap: 12px;
    margin-top: 1rem;
    align-items: center;
    font-size: 0.75rem;

}
.comment-action-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 0.4rem;
    /* background: var(--lightbackcolor); */
    /* box-shadow: 1px 1px  1px  var(--post-box-shadow); */
    border-radius: 1rem;
    /* padding: 0.2rem 0.6rem; */
}

.comment-actions svg {
    cursor: pointer;
}

.comment-input {
    position: fixed;
    left: 0%;
    bottom: 0%;
    bottom: 0%;
    right: 0%;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    padding: 1rem;
    color: var(--bothwhitecolor);

}
.comment-input span{
        font-size: 1.5rem;
}

.comment-input input {
   
    padding: 8px;
    border: 1px solid #ccc;
    border-radius:0.3rem ;
    width: 100%;
    min-width: 20rem;;
    outline: none;
}

.comment-input button {
   
    border: none;
    padding: 8px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
      background: var(--linearcolor);
      border: 1px solid white;
}
.comment-input button:nth-child(3) {
    background: #000000;
    border: none;
    padding: 8px;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    width:6rem;
     align-self: flex-end;
}
.comment-input button:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
   

}
.replies-section{

    padding-left: 2rem;
}
.reply-item{
    margin-bottom: 1rem;
}
.reply-item-header{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
}
.comment-replies-content{
    display: flex;
    flex : 1;
    justify-content: space-between;
    color: var(--blue-color);
}

.floating-comment{
  position: fixed;
  bottom: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 3%;
  width: 4rem;
  height: 4rem;
  color: white;
  background: var(--linearcolor);
  border-radius: 50%;

}.comment-skal-container {
  padding-top: 1rem;
  max-width: 100%;
  margin: auto;
}

.comment-skal-card {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
  align-items: flex-start;
}

.comment-skal-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--skeleton-color);
}

.comment-skal-content {
  flex: 1;
}

.comment-skal-line {
  height: 12px;
  background: var(--skeleton-color);
  margin-bottom: 10px;
  border-radius: 4px;
}

.comment-skal-line.short {
  width: 30%;
}

.comment-skal-line.long {
  width: 95%;
}

/* Shimmer effect */
.shimmer {
  position: relative;
  overflow: hidden;
}

.shimmer::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to right,
    transparent 0%,
    var(--skeleton-bg) 50%,
    transparent 100%
  );
  animation: shimmer-move 1.5s infinite;
}

@keyframes shimmer-move {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.rpt-overlay{
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.rpt-popup {
  background: var(--backwhitecolor);
  backdrop-filter: blur(10px);
  padding: 24px;
  border-radius: var(--border-radius);
  width: 90%;
  max-width: 400px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  animation: fadeIn 0.3s ease;
  z-index: 10;
}

.rpt-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.rpt-subtext {
  font-size: 14px;
  color:var(--textcolor);
  margin-bottom: 16px;
}

.rpt-subtext span {
  font-weight: 600;
  /* color: #333; */
   /* color: var(--lighttextcolor); */
}

.rpt-label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
 
}

.rpt-select, .rpt-textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
  background-color: transparent;
   background: var(--backwhitecolor);
}

.rpt-textarea {
  height: 80px;
  resize: none;
}

.rpt-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.rpt-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

.rpt-cancel {
  background-color: #f0f0f0;
  color: #333 !important;
}

.rpt-cancel:hover {
  background-color: #e0e0e0;
}

.rpt-submit {
  background: var(--linearcolor);
  color: var(--bothwhitecolor) !important;
  /* color: #fff; */
}

.rpt-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.rpt-submit:hover:not(:disabled) {
  background-color: var(  --light-danger-color );
}
.follow-fuction {
  transition: all 0.2s ease-in-out !important;
  padding: 0.3rem 1rem !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  font-size: 0.8rem;
  font-weight: 700;
  outline: none;
  /* border: 1px solid var(--lighttextcolor); */

  background: var(--logolinearcolor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@font-face {
    font-family: 'MyFont';
    src: url('/assets/Blanka-Regular-DYuKxoVR.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'MyFont';
    src: url('/assets/Blanka-Regular-DYuKxoVR.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
@font-face {
    font-family: 'Nunito';
    src: url('/assets/NunitoSans-VariableFont_YTLC_opsz_wdth_wght-DD6HJfH_.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'Webname';
    src: url('/assets/AuralyessFreeTrial-RpMrE-Dnc0Yi7D.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'clash';
    src: url('/assets/ClashDisplay-Medium-BYAUQz0v.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }