.main-container {
  background-color: #121212;
  height: 100vh;
}



.vs-carousel__arrows {
  width: 24px !important;
  height: 24px !important;
}

@media (max-width: 576px) {

  .vs-carousel__arrows {
    width: 18px !important;
    height: 18px !important;
  }
}


.journal-panel {
  background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgb(0, 0, 0) 100%);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1) 0%,
    rgb(0, 0, 0) 100%
  );
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
}

.entry-list {
  overflow: auto;
  padding-right: 16px;
}

.user-journal-entry-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50%;
}

.journal-entry-wrapper {
  display: flex;
  row-gap: 30%;
  flex-wrap: nowrap;
}

.journal-entry-card {
  background-color: #181818;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  margin-left: 0px !important;
  margin-right: 0px !important;
  display: inline-flex;
  width: 100%;
}

.journal-entry-icon {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.journal-entry-card:hover {
  background-color: #222;
  border-color: #333;
}

.journal-entry-card.active-entry {
  border-color: #1db954;
  background-color: #1f1f1f;
  box-shadow: 0 0 8px rgba(29, 185, 84, 0.4);
}

.journal-entry-card .active {
  background-color: #4b4b4b;
}

.journal-share-input {
  align-content: center;
  justify-content: center;
  padding: 0% !important;
  position: relative;
  width: min-content;
  top: -15px;
  left: 300px;
  display: flex;
  flex-wrap: wrap;
}

.journal-share-entry {
  height: fit-content !important;
}

.journal-card-size {
  height: 145px !important;
}

.journal-share-card-size {
  height: 120px !important;
}

.month-pager-size {
  max-width: 40%;
}

.icon-size {
  font-size: large;
}

@media (max-width: 576px) {
  .journal-entry-wrapper {
    display: flex;
    row-gap: 20%;
  }

  .journal-entry-wrapper .spotify-button {
    font-size: smaller !important;
  }

  .icon-size {
    font-size: medium !important;
  }
  .journal-entry-icon {
    position: relative !important;
    left: 19%;
    width: min-content;
    height: min-content !important;
  }

  .journal-share-input {
    display: flex;
    flex-wrap: wrap;
    top: -8px;
    left: 270px;
  }

  .journal-share-entry-icon {
    position: relative !important;
    left: 250px;
    top: -60px;
    width: min-content;
    height: min-content !important;
    display: flex;
  }

  .journal-selector {
    border: 1px solid transparent;
  }

  .month-pager-size {
    width: max-content !important;
    max-width: max-content !important;
  }

  .journal-entry-card h5 {
    font-size: small;
  }
  .journal-entry-card {
    font-size: small;
    padding: 0.7rem;
  }

  .journal-card-size {
    height: 65px !important;
  }
}

.text-muted {
  color: #c3bcbc !important;
}

.main-style {
  border-radius: 6px;
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
  margin-top: 4px;
  margin-right: 4px;
}

.gradient-background {
  background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgb(0, 0, 0) 100%);
}

.content-panel {
  grid-area: main-view;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: var(--background-base);
  border-radius: 8px;
  position: relative;
}

.editor-content {
  width: 100%;
  overflow-y: auto;
  max-height: 600px;
  border-left: 1px solid #2a2a2a;
  min-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  background-color: var(--background-base);
  border-radius: 8px;
  position: relative;
}

.spotify-header {
  background-color: #121212;
  padding: 0.75rem 1.5rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #282828;

  h4 {
    font-weight: 600;
    font-size: 1.25rem;
    color: #ffffff;
    margin: 0;
  }
}

@media (max-width: 576px) {
  .spotify-header h4 {
    display: none;
  }
}

.spotify-header {
  background-color: #181818;
  height: 56px;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding-left: 4px;
  padding-right: 7px;
  padding-top: 8px;
}

.dropdown .rounded-circle {
  border-radius: 9999px !important;
}

.dropdown-menu {
  background-color: #262626;
  border: none;
  padding: 3px;
  border-radius: 3px;
  font-size: 0.875rem;
  z-index: 9999;
  transform: translate(-4px, 52px) !important;
}

.dropdown-menu .dropdown-item {
  height: 100%;
  border-radius: 2px;
  color: #ffffff;
  padding-bottom: 10x;
  padding-top: 10px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #565656;
  color: #ffffff;
}

.dropdown-btn {
  color: whitesmoke !important;
}

@media (max-width: 576px) {
  .dropdown-menu {
    transform: translate(-4px, 30px) !important;
  }
  .dropdown-menu .dropdown-item:hover {
    background-color: #565656;
    color: #ffffff;
  }
  .dropdown-menu .dropdown-item {
    height: 100%;
    border-radius: 2px;
    color: #ffffff;
    padding-bottom: 10x;
    padding-top: 10px;
  }
}

.auth-wrapper {
  background: linear-gradient(rgba(255, 255, 255, 0.1) 0%, rgb(0, 0, 0) 100%);
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-attachment: scroll;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1) 0%,
    rgb(0, 0, 0) 100%
  );
  background-size: auto;
  background-origin: padding-box;
  background-clip: border-box;
}

.auth-box {
  width: 100%;
  max-width: 60%;
  background-color: black;
  font-size: large;
}

.google-signin-btn {
  background: linear-gradient(145deg, #1c1c1c, #000000);
  color: white;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
  transition: background 0.2s ease, transform 0.1s ease;
}

.google-signin-btn:hover {
  background: linear-gradient(145deg, #2a2a2a, #111111);
  transform: translateY(-1px);
}

.google-icon {
  width: 22px;
  height: 22px;
  background-color: white;
  border-radius: 50%;
  padding: 2px;
}

@media (max-width: 576px) {
  .auth-box {
    max-width: 90%;
    background-color: black;
    font-size: small;
  }

  .google-signin-btn {
    font-size: 0.8rem;
    padding: 0.3rem 0.4rem;
    gap: 0.2rem;
  }

  .google-icon {
    width: 18px;
    height: 18px;
    padding: 1px;
  }

  .social-login {
    width: 80%;
    padding: 5%;
    margin-left: 10%;
    margin-right: 5%;
    align-content: center;
    text-align: center;
    justify-content: center;
  }

  .modal-wrapper .spotify-button {
    gap: 4px;
    padding: 4px 8px;
    font-size: smaller !important;
  }

  .modal-title {
    font-size: smaller !important;
  }

  .modal-footer .modal-btn {
    font-size: smaller !important;
  }
  .members-list h5 {
    font-size: small !important;
  }
}

.auth-box form {
  width: 100%;
  padding: 5%;
}

.social-login {
  padding: 5%;
  align-content: center;
  text-align: center;
  justify-content: center;
}

.auth-input {
  background-color: #181818;
  color: white;
  border: 1px solid #333;
}

.auth-input:focus {
  background-color: #1f1f1f;
  border-color: #1db954;
  box-shadow: 0 0 0 0.25rem rgba(29, 185, 84, 0.25);
}

.social-button {
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 9999px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  touch-action: manipulation;
  transition-duration: 33ms;
  transition-property: background-color, border-color, color, box-shadow, filter,
    transform;
  user-select: none;
  vertical-align: middle;
  transform: translate3d(0px, 0px, 0px);
  padding-block-start: calc(var(--encore-spacing-tighter-2, 8px) - 1px);
  padding-block-end: calc(var(--encore-spacing-tighter-2, 8px) - 1px);
  padding-inline-start: calc(55px);
  padding-inline-end: calc(var(--encore-spacing-looser-2, 32px) - 1px);
  position: relative;
  border: 1px solid var(--essential-subdued, #818181);
  color: var(--text-base, #ffffff);
  min-inline-size: 0px;
  min-block-size: var(--encore-control-size-base, 48px);
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  inline-size: 100%;
}
.social-text {
  display: flex;
  position: absolute;
  left: 20px;
}

.modal-wrapper {
  justify-content: end;
  align-items: end;
  display: inline !important;
}

.spotify-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background-color: #1f1f1f;
  color: white;
  border: 0;
  border-radius: var(--encore-button-corner-radius, 9999px);
  cursor: pointer;
  gap: 8px;
  justify-content: center;
  min-block-size: 35px;
  min-inline-size: 35px;
  padding: 8px 16px;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-behavior: normal;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-delay: 0s;
  -webkit-transition-behavior: normal;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.spotify-button:hover {
  background-color: #333333;
}

.spotify-input {
  background: #1d1d1d;
  border-radius: 500px;
  border-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.22s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
  transition-behavior: normal;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.22s;
  -webkit-transition-timing-function: ease-in;
  -webkit-transition-delay: 0s;
  -webkit-transition-behavior: normal;
  -encore-padding-inline-start: 48px;
  padding-inline-start: 16px;
  color: white;
}

.spotify-input:focus {
  box-shadow: inset 0 0 0 2px #ffffff;
}

.edit-input {
  box-shadow: inset 0 0 0 2px #ffffff;
}

.spotify-input:hover {
  box-shadow: inset 0 0 0 1px #ffffff;
}

input:focus {
  outline: none;
}

.form-check-input:checked {
  background-color: #595959;
  border-color: #595959;
}

.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn.rounded {
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem; /* Small */
  background: transparent;
  border: none;
  color: #fff !important;
  transition: background 0.2s ease;
}

.btn.rounded:hover {
  background: rgba(255, 255, 255, 0.1);
}

.nav-tabs .nav-link.active {
  background: rgba(255, 255, 255, 0.1) !important;
}

mark {
  background-color: transparent !important;
  color: inherit;
}

/* Slide-in from the right */
.slide-chat-enter-active,
.slide-chat-leave-active {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.slide-chat-enter-from,
.slide-chat-leave-to {
  transform: translateX(100%);
  opacity: 0;
}

.my-carousel .vs-carousel__slide {
  flex: 0 0 33.33%;
  display: inline !important;
}
.my-carousel {
  padding-left: 10px;
  padding-right: 10px;
}

.vs-carousel__arrows {
  visibility: hidden !important;
}

.custom-carousel__arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  border: 0;
  background-color: #1d1d1d;
  color: white;
}

.custom-carousel_arrow_left {
  left: -16px;
}
.custom-carousel_arrow_right {
  right: -12px;
}

@media (max-width: 576px) {
  .my-carousel .vs-carousel__slide {
    flex: 0 0 100%;
  }
}
