html {
  overflow-x: hidden;
}

.vjs-loading-spinner,
.vjs-error .vjs-error-display:before,
.video-js .vjs-modal-dialog,
.vjs-error-display .vjs-modal-dialog,
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  display: none !important;
}
.instructions-steps {
  color: #fff;
  text-align: left;
  font-size: 20px;
  display: flex;
  gap: 20px;
  flex-direction: column;
}


.logo-chat{

  max-width: 48px;
    height: 21px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.key-indicators-section-title {
  color: #fff;
  text-align: left;
  font-size: 50px;
  margin-top: 60px;
  width: 100%;
  max-width: 900px;
}

.key-indicator-title {
  font-size: 30px;
  text-align: left;
  padding-bottom: 40px;
  width: 100%;
  color: #f0e8ce;
}

.key-feature-box-desc {
  line-height: 1.4;
  padding-top: 40px;
  font-size: 20px;
  color: white;
  padding-right: 30%;
}
.key-indicator-desc {
  font-size: 21px;
  color: white;
  padding-right: 40%;
}

.key-indicator-holder {
  position: relative;
  border-radius: 20px;
  padding: 30px;
  background: #121212;
  width: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.key-feature-box-subtitle {
  width: 50%;
  font-size: 28px;
  color: #f0e8ce;
  padding-left: 20px;
  padding-top: 20px;
}
.key-feature-box {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  background: #505050;
  border-radius: 18px;
  padding: 10px;
}

.link-pink {
  color: #fe186e;
  text-decoration: underline;
}
#viddemo_html5_api {
  position: initial !important;
}

#viddemo {
  position: initial !important;
}

@keyframes fadeInOut {
  0% {
    opacity: 0.7; /* Starting opacity */
  }
  50% {
    opacity: 1; /* Fully opaque */
  }
  100% {
    opacity: 0.7; /* Back to starting opacity */
  }
}

.step-holder {
  display: flex;
  padding: 10px;
  color: #8b8b8b;
  flex-direction: row;
  align-items: center;
}

.step-holder.active .step {
  background: #fff;
}

.key-feature-box-desc {
  line-height: 1.4;
  padding-top: 40px;
  font-size: 16px;
  color: white;
  padding-right: 20%;
  padding-bottom: 40px;
}

.step-holder.active {
  border-bottom: 2px solid #666666;
  animation: fadeInOut 3s ease-in-out infinite;
  color: #fff;
}

.step-holder {
  padding: 10px;
  color: #8b8b8b;
}
.step-holder .step {
  background: #8b8b8b;
  border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #000;
  display: inline-block;
  font-weight: bold;
  line-height: 1.6em;
  margin-right: 5px;
  text-align: center;
  width: 1.6em;
  font-size: 14px;
}

body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; /* For Safari and Chrome */
  -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
  font-smoothing: antialiased; /* For other browsers */
  scroll-behavior: smooth;
  font-family: "Mulish", "sans-serif";
  font-optical-sizing: auto;
  /*letter-spacing: 0.03em;*/

  font-style: normal;

  background: #121212;
}

.logo-holder {
  margin-top: 40px;
  max-width: 64px;
  height: 21px;
}
.section-title {
  color: #f0e8ce !important;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
  text-align: center;
  max-width: 60%;
}

.section-subtitle {
  line-height: 1.4;
  font-family: "Mulish", "sans-serif";
  font-size: 14px;
  letter-spacing: 0.19px;
  color: #f0e8ce !important;
  margin-top: 30px;
  font-weight: 700;
  text-align: center;
  max-width: 80%;
}

.logo {
  width: 64px;
  height: 15px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu {
  display: flex;

  margin-top: 20px;
  /* display: block; */
  position: relative;
  float: none;
  text-align: center;

  list-style-type: none;
  list-style-image: none;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.menu li {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  float: none;
  height: auto;
  margin-right: 30px;
  width: auto;
  display: inline-block;
}

.menu li a {
  text-decoration: none;
  font-size: 12px;
  font-family: "Mulish", "sans-serif";
  color: #a19261;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.19px;
}

.section-action {
  margin-top: 40px;
}
.button-action {
  cursor: pointer;
  color: white;
  background: #fe186e;
  padding: 8px 28px;
  border: 0px;
  border-radius: 99px;
  font-family: "Mulish";
  font-size: 12px;
  font-weight: 700;
}

.section-scroller {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

main {
  width: 100%;
}
.scroller::-webkit-scrollbar {
  width: 0; /* Hide the scrollbar */
}

.scroller {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 5px 0;
}
.section-scroller ul {
  text-align: justify;
  list-style-type: none;
  padding: 0;
}
.section-scroller ul:before {
  content: "";
  display: inline-block;
  width: 30%;
}
.section-scroller ul:after {
  content: "";
  display: inline-block;
  width: 30%;
}
.section-scroller li {
  display: inline-block;
  margin-right: 2px;
  padding: 4px 16px;
  font-size: 12px;
  height: 500px;
  width: calc(40%);
  cursor: pointer;
  border-radius: 20px;
  background-color: #222222;
  position: relative;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.section-scroller li.active {
  background-color: #000;

  border-radius: 20px;
  border-radius: 20px;
  color: #44455a;
  font-weight: bold;
  text-align: center;
}

.section-scroller li.active .scroller-cell-title {
  opacity: 1 !important;
}
.section-scroller li .scroller-cell-title {
  opacity: 0;
  font-size: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
  color: white;
  width: 100%;
  padding-right: 100px;
  max-width: 50%;
  text-align: left;
  white-space: normal;
  font-family: "Mulish";
  display: block;
  height: auto;
  transition: opacity 0.3s ease;
}

.white {
  color: #fff !important;
}

.bigger {
  font-size: 60px !important;
}

.icons i {
  font-size: 50px;
  font-family: "Mulish", "sans-serif";

  color: #f0e8ce !important;
}

.icons {
  font-size: 17px;
  letter-spacing: 0.19px;
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
  display: flex;
  gap: 30px;
  padding-top: 30px;
  color: #f0e8ce !important;
}

.palko-works {
  background: black;
  padding-top: 100px;
  padding-bottom: 160px;
}

.palko-how {
  font-size: 16px;
  padding-top: 60px;
}

.building-tools {
  color: #a1a1a1;
  text-align: left;
  font-size: 18px;
  max-width: 40%;
  padding-top: 100px;
  padding-left: 20px;
}

.grid-tools {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  flex-direction: row;
  margin-top: 50px;
  width: 100%;
  max-width: 900px;
}
.grid-tool {
  background: #121212;
  height: 600px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.palko-generates {
  color: #9f9f9f;
  text-align: left;
  font-size: 21px;
  line-height: 1.381002381;
  max-width: 50%;
  padding-top: 100px;
  padding-left: 20px;
}

.key-features-section {
  background: #212121;
  display: flex;
  gap: 10px;
  flex-direction: row;
  margin-top: 80px;
  width: 100%;
  padding: 40px;
  max-width: 900px;
  border-radius: 30px;
}

.key-features-main-title {
  background: #212121;
  padding-top: 100px;
  padding-bottom: 60px;
}

.key-features-to-grow-your-audience {
  color: #fff;
  text-align: left;
  font-size: 32px;
  width: 60%;
  padding-bottom: 20px;
}

.feature-box-image {
  width: 50%;
}

.key-indicators-section {
  display: flex;
  gap: 10px;
  flex-direction: row;
  width: 100%;
  padding: 40px;
  max-width: 900px;
  border-radius: 30px;
  align-items: stretch;
}

.key-indicator-image {
  margin-bottom: 20px;
  width: 100%;
}

.container-grid-tools {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.link-footer {
  color: #444444;
  text-decoration: none;
}

.team-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.member-name {
  color: #fff;
}

.team-row {
  display: flex;
  justify-content: center; /* Center the team members horizontally */
  width: 100%;
  margin-bottom: 60px;
}

.team-member {
  text-align: center;
  width: 140px; /* Set a fixed width for each team member container */
  margin: 0 30px; /* Adjust margins for consistent spacing */
}

.member-role {
  color: #b5b09e;
  padding-top: 4px;
}

.member-photo {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-bottom: 5px;
}

.container-plans {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 20px;
  flex-direction: row;
  margin-top: 50px;
  width: 100%;
  max-width: 1200px;
}


.plan-agency {
  background: #837444;
  border: 2px solid #a19261;

  position: relative;
  overflow: hidden;
  color: #fff;
}

.plan-artist {
  background: #a1926120;
  position: relative;
  overflow: hidden;
  border: 2px solid #a19261;
  color: #fff;
}

.plan-boosted {
  background: #840031;
  position: relative;
  overflow: hidden;
  border: 2px solid #fe186e;
  color: #fff;
}

.plan-agent {
  background: #a1926170;

  position: relative;
  overflow: hidden;
  color: #fff;
  border: 2px solid #a19261;
}

.plan {
  padding: 30px;
  min-height: 730px;
  border-radius: 41px;
}

.plan-size {
  color: white;
  font-size: 20px;
  padding-top: 20px;
}

.plan-desc {
  padding-top: 10px;
  height: 80px;
}
.plan-name {
  font-size: 40px;
  padding-top: 50px;
}
.plan-price {
  padding-top: 10px;
  color: #fff;
}

.plan-price-value {
  font-size: 22px;
}

.plan-button {
  padding-top: 30px;
  width: 100%;
  position: absolute;
  bottom: 32px;
}

.plan-funcs {
  padding-top: 30px;
}

.plan-funcs > div {
  padding-top: 10px;
}

.keep-in-mind {
  color: #9f9f9f;
  text-align: left;
  font-size: 19px;
  line-height: 1.381002381;
  background: #262626;
  padding: 20px;
  border-radius: 20px;
  margin-top: 60px;
}

:root {
  --switches-bg-color: #a19261;
  --switches-label-color: white;
  --switch-bg-color: white;
  --switch-text-color: #a19261;
  color-scheme: dark;
}

.switches-container {
  width: 16rem !important;
  position: relative !important;
  display: flex;
  padding: 0;
  position: relative;
  background: var(--switches-bg-color);
  line-height: 3rem;
  border-radius: 3rem;
  margin-left: auto;
  margin-right: auto;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
  visibility: hidden;
  position: absolute;
  top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
  width: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
  color: var(--switches-label-color);
}

/* switch highlighters wrapper (sliding left / right) 
    - need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50%;
  /*   padding: 0.15rem;*/
  z-index: 3;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  /* transition: transform 1s; */
}

/* switch box highlighter */
.switch {
  border-radius: 3rem;
  background: var(--switch-bg-color);
  height: 100%;
}

/* switch box labels
    - default setup
    - toggle afterwards based on radio:checked status 
*/
.switch div {
  width: 100%;
  text-align: center;
  opacity: 0;
  display: block;
  color: var(--switch-text-color);
  transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.125s;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
}

/* slide the switch box from right to left */
.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
  transform: translateX(0%);
}

/* slide the switch box from left to right */
.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
  transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */
.switches-container
  input:nth-of-type(1):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(1) {
  opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */
.switches-container
  input:nth-of-type(2):checked
  ~ .switch-wrapper
  .switch
  div:nth-of-type(2) {
  opacity: 1;
}

.discount.active {
  opacity: 1;
}

.discount {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 9px;
  right: 7px;
  background: #a12654;
  text-align: center;
  color: #fff;
  height: 66px;
  width: 67px;
  vertical-align: middle;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.concert {
  scroll-snap-align: start;
  display: inline-block;
  margin-right: 8px;
  padding: 4px 16px;
  font-size: 12px;
  width: 20%;
  max-width: 20%;
  cursor: pointer;
  border-radius: 6px;
  background-color: #222;
  position: relative;
  overflow: hidden;
  opacity: 1;
  padding-top: calc(20% * (16 / 9));
  height: 0;
}

.concert:hover {
  opacity: 1;
}

.concert:hover .get-tickets {
  display: block;
}

.concert .tickets-sold {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  max-width: 100%;
  white-space: normal;
  z-index: 20;
}

.sold-by-palko {
  color: #ffffff;
  background: #fe186e;
  border-radius: 999px;
  font-size: 12;
  padding: 0px 6px;
}
.concert .tickets-sold-inner {
  padding: 2px 50px;
  color: white;
}

.concert-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.concert-status {
  position: absolute;
    transform: rotate(45deg);
    right: -34px;
    top: 26px;
    padding: 2px 40px;
    color: #fff;
    font-size: 12px;
    padding: 2px 40px;
    border-radius: 0px;
}

.sold-out {
  background: red;
}

.selling-out {
  background: rgb(255, 98, 0);
}

.available {
  display: none;
}


.get-tickets {
  z-index: 999;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 2px 10px;
  border-radius: 4px;
}


.section-scroller-tool li{
  display: inline-block;
  margin-right: 2px;
  padding: 4px 16px;
  font-size: 12px;
  height: 500px;
  cursor: pointer;
  border-radius: 20px;
  background-color: #222222;
  position: relative;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width:80%!important;
  
}

.section-scroller-tool ul{
text-align: justify;
  list-style-type: none;
  padding: 0;
}
.section-scroller-tool li{

  width:30%!important;
}
.section-scroller-tool{
  margin-top: 30px;
  margin-bottom: 20px;
  width: 70%;
  position: relative;
}

.tool{

 height: calc(30%*(16 / 9)) !important;
      padding-top: calc(30%*(16 / 9)) !important;
}

#scroller-concert {
  margin-top: 40px;
  margin-left: 30px;
  transform: translate3d(0, 0, 0); /* Forces GPU usage */
  will-change: transform; /* Hint to the browser about upcoming changes */
  transition: transform 0.5s ease; /* Smooth animation */
}

.unmute {
  display: none;
  color: white;
  position: absolute;
  left: 50%;
  top: 25%;
  font-size: 18px;
  background: black;
  border-radius: 99px;
  padding: 8px;
  transform: translate(-50%, -50%);
}

.concert .unmute.hide,
.concert.active .unmute.hide,
.concert .get-tickets {
  display: none;
}

.concert.active .unmute,
.concert.active .get-tickets {
  display: block;
}

.concert.active .unmute,
.concert.active .get-tickets {
  display: block;
}

.section-scroller-concert {
  width: 100%;
  position: relative;
}

.concert.active {
  opacity: 1 !important;
}

.section-scroller-concert li.active .scroller-cell-title {
  opacity: 1 !important;
}
.section-scroller-concert li .scroller-cell-title {
  opacity: 1;
  font-size: 24px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  color: white;
  width: 100%;
  max-width: 100%;
  text-align: left;
  white-space: normal;
  font-family: "Mulish";
  display: block;
  height: 40%;
  transition: opacity 0.3s ease;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  padding-top: 40px;
  padding-bottom: 100px;
}

ul.sales-indicator {
  list-style-type: none; /* Remove default bullets */
  padding-left: 0; /* Remove left padding */
}

ul.sales-indicator li {
}

ul.sales-indicator.soldout li::before {
  visibility: hidden;
  content: "•"; /* Custom bullet */
  font-size: 24px; /* Adjust bullet size */
  color: red; /* Bullet color */
  margin-right: 10px; /* Space between bullet and text */
  margin-bottom: 4px;
}

ul.sales-indicator.sellingout li::before {
  visibility: hidden;
  content: "•"; /* Custom bullet */
  font-size: 24px; /* Adjust bullet size */
  color: darkorange; /* Bullet color */
  margin-right: 10px; /* Space between bullet and text */
  margin-bottom: 4px;
}

ul.sales-indicator li {
  font-size: 12px; /* Adjust text size */
}

ul.sales-indicator li .venue {
  font-size: 11px;
  padding-left: 24px;
}

.concert-artist {
  font-size: 20px;
  padding-left: 22px;
}

.scroller-concert {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

.scroller-concert::-webkit-scrollbar {
  width: 0; /* Hide the scrollbar */
}

.scroller-concert {
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 5px 0;
}

.section-title-secondary {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  
  .concert {
    display: inline-block;
      margin-right: 8px;
      padding: 4px 16px;
      font-size: 12px;
      width: 80%!important;
      max-width: 80%!important;
      cursor: pointer;
      border-radius: 6px;
      background-color: #222;
      position: relative;
      overflow: hidden;
      opacity: .7;
      transition: opacity .5s;
      padding-top: calc(80%*(16 / 9))!important;
      height: 0;
  }
  
      
    .concert {
      scroll-snap-align: start;
    }
    .container-plans {
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(4, auto);
    }
  
    .team-row {
      gap: 50px;
      flex-direction: column;
    }
  
    .container-grid-tools {
      height: 100%;
      width: calc(100% - 20px);
    }
  
    .section-scroller li .scroller-cell-title {
      font-size: 16px;
    }
  
    #footer {
      font-size: 12px;
    }
  
    .key-indicator-image {
      width: calc(100% - 40px);
    }
    .key-indicator-title {
      padding-left: 20px;
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    .key-indicator-desc {
      padding-left: 20px;
      font-size: 19px;
  
      padding-bottom: 20px;
    }
    .section-title {
      padding-left: 20px;
      padding-right: 20px;
    }
  
    .section-title-secondary {
      padding-top: 80px;
    }
  
    .key-indicator-holder {
      width: 100%;
      padding: 0px;
      border-radius: 0px;
    }
  
    .key-indicator-holder:first-of-type {
      border-top-right-radius: 20px;
      border-top-left-radius: 20px;
    }
    .key-indicators-section-title {
      font-size: 40px;
      padding-left: 20px;
    }
  
    .key-indicators-section {
      flex-direction: column;
      gap: 0px;
      padding-bottom: 0px;
    }
  
    .feature-box-image {
      width: 100%;
    }
  
    .key-features-to-grow-your-audience {
      font-size: 40px;
      width: 70%;
      padding-left: 20px;
    }
  
    .key-features-main-title {
      padding-top: 50px;
      padding-bottom: 0px;
    }
  
    .key-features-section {
      margin-top: 30px;
    }
  
    .key-feature-box-subtitle {
      width: 100%;
      padding-right: 0px;
    }
  
    .key-feature-box {
      flex-direction: column;
    }
  
    .palko-generates {
      max-width: 60%;
      padding-top: 40px;
      padding-left: 20px;
    }
  
    .grid-tools {
      display: grid;
      grid-gap: 5px;
  
      grid-template-columns: repeat(2, 1fr);
    }
  
    .grid-tool {
      height: 350px;
    }
  
    .building-tools {
      color: #a1a1a1;
      text-align: left;
      font-size: 18px;
      max-width: 60%;
      padding-top: 60px;
      padding-left: 20px;
    }
  
    .section-scroller ul:before {
      width: 0 !important;
    }
  
    .section-scroller ul:after {
      width: 0 !important;
    }
    .section-scroller li {
      width: 100% !important;
    }
  
    .bigger {
      font-size: 50px !important;
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
  
    .palko-works {
      padding-top: 40px !important;
    }
  
    .palko-how {
      padding-top: 30px !important;
    }
  
    .icons i {
      font-size: 30px !important;
    }
    .icons {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, auto);
    }
  
    .extra-margin {
      padding-bottom: 40px !important;
    }
  
    .instructions {
      display: none;
    }
  
    .instructions-steps {
      text-align: center;
      font-size: 16px;
    }
  
    .step {
      margin-bottom: 10px;
    }
  
    .step-holder {
      flex-direction: column;
      align-items: center;
    }
  
    .grid-tool {
      height: 350px;
    }

    
  .section-scroller-tool li{
    display: inline-block;
    margin-right: 2px;
    padding: 4px 16px;
    font-size: 12px;
    height: 500px;
    cursor: pointer;
    border-radius: 20px;
    background-color: #222222;
    position: relative;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    width:80%!important;
    
}

.section-scroller-tool{
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    padding-left: 20px;
}

.section-scroller-tool ul{
text-align: justify;
    list-style-type: none;
    padding: 0;
}
.section-scroller-tool li{

    width:80%!important;
}
.section-scroller-tool{
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

/*new*/
.tool{

   height: calc(80%*(16 / 9)) !important;
        padding-top: calc(80%*(16 / 9)) !important;
}
  }



  

  .chat-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    
  }

  .chat-container {
    background-color: #1e1e1e;
    width: 400px;
    max-width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 80%;
    bottom: 20px;
    position: fixed;
    right: 20px;
  }

  @media only screen and (max-width: 600px) {
    .chat-container {
      width: 100%;
      height: 100%;
      border-radius: 0;
      position: unset!important;
    }
  }

  .chat-header {
    background-color: #2a2a2a;
    color: #e0e0e0;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #333;
  }

  .chat-body {
    flex: 1;
    padding: 15px;
    overflow-y: auto;
    background-color: #121212;
    border-bottom: 1px solid #333;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .message {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 8px;
    max-width: 75%;
    line-height: 1.4;
  }

  .bot-message {
      background-color: #a19261;
      align-self: flex-start;
      color: white;
  }

  .user-message {
      background-color: #ffffff;
      color: #000000;
    align-self: flex-end;
  }

  .chat-footer {
    padding: 10px;
    background-color: #2a2a2a;
    display: flex;
    align-items: center;
    border-top: 1px solid #333;
  }

  .chat-footer input {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #333;
    background-color: #1e1e1e;
    color: #e0e0e0;
    outline: none;
  }

  .chat-footer button {
    background-color: transparent;
    border: none;
    color: #007bff;
    font-size: 24px;
    cursor: pointer;
    margin-left: 10px;
  }

  .chat-footer button:hover {
    color: #00aaff;
  }

  /* Close Button for Overlay */
  .close-chat {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    border: none;
    cursor: pointer;
  }

  .close-chat:hover {
    color: #ff5c5c;
  }

   /* Top bar styles */
   .top-bar {
       
    flex-direction: row;
    align-items: center;
    background-color: #000;
    color: #fff;
 
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    font-size: 16px;
    z-index: 1000;
   display:none;
   
}

.top-bar.show {
    display:flex;
    justify-content: center;
}

.message-lang {
  padding: 10px;
  border-radius: 8px;
  max-width: 75%;
  line-height: 1.4;
  font-size: 11px;
  text-align: left;
}

.language-dropdown button {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 2px;
    position: relative;
    padding-right: 30px;
}

.language-dropdown button:hover {
    background-color: #555;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    margin-left: 20px;
}

/* Overlay styles */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
}

.overlay.show {
    visibility: visible;
    opacity: 1;
}

.language-selection-box {
    background-color: #121212;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
}

.language-selection-box-title {
  
    font-size:12px;
    text-align: left;
}

.language-selection-box ul {
    list-style: none;
    padding: 0;
    background-color: #212121;
    border-radius: 4px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
}

.language-selection-box ul li {
    padding: 10px;
    
    background-color: #212121;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    cursor: pointer;
}

.language-selection-box ul li:hover {
    background-color: #000;
}
