/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*RESET CSS ENDS*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
}

body,
html {
  height: 100%;
  line-height: 1.8;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  background-color: #ededed;
}

/* ----- Home UI enhancements (non-header) START ----- */
.section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.container-narrow {
  max-width: 1100px;
  margin: 0 auto;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.card-raise {
  border-radius: 16px;
  background-color: #f2f2f2;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform .2s ease, box-shadow .2s ease;
}

.card-raise:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.eyebrow {
  font-size: 12px !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b6f76;
}

.lead {
  font-size: 20px !important;
  line-height: 1.7;
}

.cta-primary {
  background: linear-gradient(180deg, #1b41ff, #2447f4 60%, #2143ed);
  color: #ffffff;
  border-radius: 999px;
  padding: 12px 24px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.cta-primary:hover {
  filter: brightness(0.95);
  transform: translateY(-1px);
}

.muted-img {
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.2));
}

/* Dark mode variants */
body.dark-mode .card-raise {
  background-color: #121316;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6);
}

body.dark-mode .eyebrow {
  color: #9aa0a6;
}

.hr-soft {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.08);
}

body.dark-mode .hr-soft {
  border-top-color: rgba(255,255,255,0.08);
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .grid-2,
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
/* ----- Home UI enhancements (non-header) END ----- */

/* ----- Team section utilities START ----- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 640px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}

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

.team-avatar {
  display: block;
  margin: 0 auto;
  width: 220px;
  max-width: 80%;
  height: auto;
  border-radius: 16px;
}

.team-links a {
  margin: 0 6px;
}

/* Dark mode small tweak */
body.dark-mode .team-links a img {
  filter: brightness(0.9);
}
/* ----- Team section utilities END ----- */

/* ----- Responsive image helpers START ----- */
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-lg {
  width: 60%;
}

@media (max-width: 640px) {
  .img-lg {
    width: 90%;
  }
  .muted-img {
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.18));
  }
}
/* ----- Responsive image helpers END ----- */

/* ----- Theme visibility helpers START ----- */
.only-light { display: inline; }
.only-dark { display: none; }

body.dark-mode .only-light { display: none; }
body.dark-mode .only-dark { display: inline; }
/* ----- Theme visibility helpers END ----- */

/* Dark mode styles */
body.dark-mode {
  background-color: #000000;
  color: #f1f1f1;
}

body.dark-mode .content {
  background-color: #1b1b1f;
  color: #f4f4f4;
  box-shadow: 5px 5px 2px #0e0e11;
}

body.dark-mode .dark-mode-icon {
  background-image: url("/images/light.png");
}

.dark-mode-icon {
  background-image: url("/images/moon.png");
}

body.dark-mode .bg {
  background-image: url("/images/bgB.png");
}

.navbar {
  font-weight: 600;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 101;
  transition: all 0.3s ease-in-out;
}


.navbar.shrink {
  height: 65px;
  box-shadow: none;
  /* backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px); */ 
}

.navbar.shrink:hover {
  height: 65px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  height: 70px;
  opacity: 1;
}

.navbar a.active {
  color: #ff9900;
  border-radius: 50%;
}

footer {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
  z-index: 101;
}

/* ----- Responsive Footer START ----- */
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  gap: 24px;
  align-items: start;
}

.footer-brand h2 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}

.footer-links a {
  text-decoration: none;
}

.footer-social {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.footer-social a i,
.footer-social button i {
  font-size: 28px;
}

.footer-darkmode {
  background: transparent;
  border: none;
  padding: 6px;
  cursor: pointer;
}

.footer-bottom {
  border-top: 1px solid rgba(0,0,0,0.08);
}

body.dark-mode .footer-bottom {
  border-top-color: rgba(255,255,255,0.12);
}

/* Large to medium screens */
@media (max-width: 1100px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-social {
    justify-content: flex-start;
  }
}

/* Tablets */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-links {
    grid-template-columns: 1fr 1fr;
  }
  .footer-social {
    justify-content: flex-start;
  }
}

/* Phones */
@media (max-width: 480px) {
  .footer-links {
    grid-template-columns: 1fr;
  }
  .footer-social a i,
  .footer-social button i {
    font-size: 22px;
  }
  .footer-grid { gap: 16px; }
  .footer-brand p { margin-top: 4px; }
  .footer-links a { padding: 6px 0; }
  .footer-bottom { padding-top: 12px !important; padding-bottom: 12px !important; }
}
/* ----- Responsive Footer END ----- */

i {
  transition: transform 0.2s ease-in-out;
}

i:hover {
  transform: scale(1.1);
}

/* Dark mode icon color */
.js-dark-icon { transition: color 0.2s ease-in-out; }
body.dark-mode .js-dark-icon { color: #ffc107; }

.heading {
  font-size: 64px !important;
}

h1 {
  font-size: 36px !important;
  text-shadow: 1px 1px 2px #000000;
}

h2 {
  font-size: 24px !important;
  text-shadow: 1px 1px 1px #000000;
}

h3 {
  font-size: 15px !important;
  text-shadow: 1px 1px 2px #000000;
}

p {
  font-size: 18px !important;
}

.font1 {
  font-family: "Fuzzy Bubbles", cursive;
}

.font2 {
  font-family: "Lato", sans-serif;
}

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}

.padding {
  padding: 0 8px;
}

.pad128 {
  padding-top: 15% !important;
  padding-bottom: 15% !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.card {
  background-color: #e3e7e9;
  box-shadow: 3px 3px 1px #0f1014, -0.5px -0.5px 1px rgb(166, 171, 183);
}

.card:hover {
  box-shadow: 5px 5px 2px #09090d, -1px -1px 2px rgb(218, 227, 248);
}

body.dark-mode .card {
  background-color: #1e1e22;
  color: #f4f4f4;
}

.card2 {
  background-color: #e7e7e7;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
  transition: transform 0.2s ease-in-out;
}

.card2:hover {
  transform: scale(1.1);
}

body.dark-mode .card2 {
  background-color: #101011;
  color: #f4f4f4;
  box-shadow: none;
}

.card3 {
  background-color: #e7e7e7;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  transition: transform 0.2s ease-in-out;
}

body.dark-mode .card3 {
  background-color: #070707;
  color: #f4f4f4;
}

.shadw {
  box-shadow: 1.5px 1.5px 3px rgb(11, 12, 12),
    -0.5px -0.5px 2px rgb(166, 171, 183);
}

.bg {
  background-position: center;
  background-size: cover;
  background-image: url("/images/bgW.png");
  min-height: 100%;
}

.bgimg1 {
  background-image: url("/images/bg33.png");
}

.jmswap {
  background-image: url("/images/jm-explorer-dark.png");
}

body.dark-mode .jmswap {
  background-image: url("/images/jm-explorer-white.png");
}

.clearfix {
  overflow: auto;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li a,
.dropbtn {
  display: inline-block;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover,
.dropdown:hover .dropbtn {
  background-color: rgb(38, 22, 215);
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.fit {
  width: fit-content;
}

.bdr {
  border: 3px solid #0c0e0f;
}

body.dark-mode .bdr {
  border: 3px solid rgb(216, 216, 216);
}

/* COLORS START */
.white {
  background-color: #e8e8e8;
  color: #181c1f;
}

.Twhite {
  color: whitesmoke;
}

.bdrW {
  border: 3px solid whitesmoke;
}

.black {
  background-color: #0c0e0f;
  color: whitesmoke;
}

.Tblack {
  color: #000000;
}

.purple {
  background-image: linear-gradient(to right, #4c12ec, #542aea);
  color: #1ad636;
  font-weight: bold;
}

.blu {
  background-color: #3366cc;
}

.bgDarkGray{
  background-color: whitesmoke;
  color: rgb(0, 0, 0);
}

body.dark-mode .bgDarkGray{
  background-color: #131415;
  color: white;
}

.bgDarkGray2{
  background-color: #f5fbff;
  color: rgb(0, 0, 0);
}

body.dark-mode .bgDarkGray2{
  background-color: #131415;
  color: white;
}

.bg-dark-gray2 {
  background-color: rgb(243, 243, 243);
  color: rgb(0, 0, 0);
}

body.dark-mode .bg-dark-gray2 {
  background-color: #0c0c0e;
  color: white;
}

.bg-gray {
  background-color: #343541;
  color: white;
}

.bg-gray2 {
  background-color: #353740;
  color: white;
}

.bg-gray3 {
  background-color: #dadada;
}

body.dark-mode .bg-gray3 {
  background-color: rgb(24, 25, 29);
}

.bg-gray4 {
  background-color: #dfdfdf;
}

body.dark-mode .bg-gray4 {
  background-color: #0a0a0a;
}

.bg-gray5 {
  background-color: rgb(31, 32, 39);
  color: white;
}

.blue {
  background-image: linear-gradient(180deg, #1b41ff, #2447f4, #2143ed);
}

.bdrBlu {
  border: 1px solid #3366cc;
}

.tblu {
  color: #6fa4e4;
}

.red {
  background-color: #f0002896;
}

.txtRed {
  color: #f0002a;
}

.yellow {
  background-color: #eedc31;
}

.tYlw {
  color: #eedc31;
}

.bdrylw {
  border: 2px solid #eedc31;
}

.green {
  background-color: #39f01093;
}

.tGrn {
  color: #3ccc1c;
}

.brwn {
  background-color: #bf6b1d;
}

.tBrwn {
  color: #bf6b1d;
}

.sfrn {
  background-color: #FF671F;
}

/* COLORS END */

span {
  text-shadow: 1px 1px 1px #000000;
}

.w3-bar .w3-button {
  padding: 16px;
}

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

.sidebar {
  height: 100%;
  width: 100%;
  position: fixed !important;
  z-index: 101;
}

.button {
  box-shadow: 0 5px 3px #070707;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.2s ease-in-out;
}

.button:hover {
  background-color: #202123ff !important;
  color: #e1e8ed;
  transform: scale(1.1);
}

.button:active {
  background-color: #e1e8ed;
  box-shadow: 1px 4px 8px 0 #070707, 2px 6px 20px 0 #070707;
  transform: translateY(4px);
}

.btn {
  display: inline-block;
  width: 50%;
  padding: 4px 8px;
  font-size: 22px !important;
  text-shadow: 1px 1px 2px #000000;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  box-shadow: 0 4px 1.5px #070707;
}

.btn:hover {
  background-color: rgba(32, 33, 35) !important;
  color: #e1e8ed !important;
}

.btn:active {
  background-color: #303030;
  box-shadow: 1px 4px 8px 0 #070707, 2px 6px 20px 0 #070707;
  transform: translateY(4px);
}

.btn2 {
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.btn2:hover {
  background-color: #FF671F !important;
}

.btn2:active {
  background-color: #e1e8ed;
  box-shadow: 1px 2px 4px 0 #070707, 1px 2px 8px 0 #070707;
  transform: translateY(4px);
}

input {
  background: #ecf0f3;
  padding: 10px;
  padding-left: 20px;
  height: 50px;
  width: 50%;
  font-size: 16px;
  font-weight: 900;
  border: 2px solid #222327;
}

body.dark-mode input {
  background: #141416;
  color: #fcfcfc;
  border: 2px solid #e0e0e0;
}

.ace-box-shadow {
  box-shadow: inset 6px 6px 6px #8f8f8f, inset -6px -6px 6px #e3f3ff;
}

body.dark-mode .ace-box-shadow {
  box-shadow: inset 6px 6px 6px #1e1f22, inset -6px -6px 6px #16171a;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 0;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: #20232b;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #c8cff3;
  border: 4px solid #20232b;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  right: 29px;
  border: medium solid #b5c0d8;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #b5c0d8;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  left: 35px;
  border: medium solid rgb(214, 217, 235);
  border-width: 15px 15px 15px 0;
  border-color: transparent rgb(214, 217, 235) transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #e7e7e7;
  color: #050505;
  position: relative;
  border-radius: 12px;
  box-shadow: 5px 5px 2px #b5c0d8;
}

.content:hover {
  opacity: 1;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 67px;
    border: medium solid #b5c0d8;
    border-width: 15px 15px 15px 0;
    border-color: transparent #b5c0d8 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

/* bottom margin & border */
.btmBdr {
  padding: 8px;
  border-bottom: 1px solid grey;
}

/* The Modal (background) */
.modal1 {
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding-top: 60px;
}

/* Modal Content/Box */
.modal1-content {
  margin: 24px auto;
  width: 50%;
  border-radius: 16px;
}

/* The Close Button */
.close {
  /* Position it in the top right corner outside of the modal */
  position: absolute;
  right: 25px;
  top: 0;
  color: black;
  font-size: 35px;
  font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.logo {
  background-image: url("/images/logo.ico");
}

.logo1 {
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 20px;
  background-image: url("/images/logo.png");
}

.shorten {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}

.tabsCard {
  border: 4px 8px solid #353740;
}

.card8 {
  background-color: #e7e7e7;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  overflow: hidden;
}

.card8-top {
  padding: 0;
}

.card8-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card8-bottom button {
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
  /* add some margin for spacing */
}


body.dark-mode .card8 {
  background-color: #1b1b1f;
}

#scroll-up-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #353738;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#scroll-up-btn:hover {
  background-color: #333;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
}

.image {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
  margin: 10px;
}

.modal8 {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  display: block;
}

.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
}

.close:hover,
.close:focus {
  color: #f44336;
  text-decoration: none;
  cursor: pointer;
}

.btn3 {
	cursor: pointer;
  padding: 8px 16px;
	background: var(--light-color);
	color: var(--dark-color-a);
	border: 0;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

.btn3:hover {
  background-color: #202123ff !important;
  color: #e1e8ed;
  border-radius: 50%;
}

.btn3:active {
  background-color: #e1e8ed;
  box-shadow: 1px 2px 4px 0 #070707, 1px 2px 8px 0 #070707;
  transform: translateY(4px);
  border-radius: 50%;
}

/* Chat Page */

.chat-container {
	max-width: 1100px;
	margin: 30px auto;
	overflow: hidden;
}

.chat-header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.chat-main {
	display: grid;
	grid-template-columns: 1fr 3fr;
}

.chat-sidebar {
	padding: 20px 20px 60px;
  background-color: #dbdbdb;
}

body.dark-mode .chat-sidebar {
  background-color: #242529;
}

.chat-sidebar h2 {
	font-size: 20px;
	padding: 10px;
	margin-bottom: 20px;
}

.chat-sidebar h3 {
	margin-bottom: 15px;
}

.chat-sidebar ul li {
	padding: 10px 0;
}

.chat-messages {
	padding: 30px;
	overflow-y: scroll;
  word-wrap: break-word;
}

.message {
  background-color: #dfdfdf;
}

body.dark-mode .message {
  background-color: #202123;
}

.chat-messages .message {
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 5px;
}

.chat-messages .message .meta {
	font-size: 15px;
	font-weight: bold;
	opacity: 0.7;
	margin-bottom: 7px;
}

.chat-messages .message .meta span {
	color: #777777;
}

.chat-form-container {
	padding: 20px 30px;
}

.chat-form-container form {
	display: flex;
}

.chat-form-container input[type='text'] {
	font-size: 16px;
	padding: 5px;
	height: 40px;
	flex: 1;
}