@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  box-sizing: border-box;
}

html,
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  height: 100%;
  scrollbar-width: thin;
  scrollbar-color: #dbdbdb #fafafa;
  /*  background: rgb(237 239 238);
  background: linear-gradient(90deg, rgb(224 224 226) 0%, rgb(220 215 235) 50%, rgb(232 238 238) 100%);*/
  background: rgb(237 239 238);
  background: linear-gradient(90deg, rgb(186 186 229 / 25%) 0%, rgb(69 177 137 / 5%) 50%, rgb(187 48 176 / 10%) 100%);

}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
  border-radius: 90px;
}

::-webkit-scrollbar-track {
  background-color: #fafafa;
  border-radius: 90px;
}

.fill {
  font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48
}

.nav__sidebar .active {
  color: #699cf5;
  background: #fff;
  box-shadow: 0px 4px 9px #1019340f;
  overflow: hidden;
}

.nav__item .active span {}

.support__tabs .active {
  color: #424141;
  background: #fff;
  padding: 5px 5px;
  border-radius: 7px;
}

.support__tabs .active:hover {
  color: black;
  background: white;
}

.attachement__header span {
  font-size: 20px;
  color: #8d9fb6;
  cursor: pointer;
}

.message__username span {
  height: 8px;
  width: 8px;
  display: flex;
  background: #ff62a5;
  border-radius: 90px;
}

.message__body__row span {
  color: #a3b1c3;
  font-size: 20px;
  cursor: pointer;
}

.header__searchbar span {
  color: #2e2e2ebf;
  font-size: 20px;
}

.header__searchbar button {
  background: #7a8bff;
  color: white;
  border: none;
  outline: none;
  border-radius: 5px;
  font-size: 14px;
  height: 33px;
  padding: 0 17px;
  cursor: pointer;
  min-width: fit-content;
}

.header__searchbar input {
  height: 30px;
  outline: none;
  border: none;
  background: none;
  font-size: 15px;
  color: transparent;
  width: 100%;
  position: absolute;
}

.main__wrap {
  height: 100%;
  display: flex;
  background: #ffffff40;
  backdrop-filter: blur(3px);
}

.nav__sidebar {
  height: 100%;
  min-width: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  backdrop-filter: blur(2px);
  background: #ffffff1f;
  overflow: hidden;
}

.logo__symbol {
  color: #6a9cf3;
  height: 100px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  min-height: 100px;
}

.marked {
  color: #fea352 !important;
}

.nav__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  color: #656565;
  width: 55px;
  border-radius: 12px;
  cursor: pointer;
  margin-bottom: 5px;
}

.nav__item span {
  cursor: pointer;
}

.support__tickets {
  width: 100%;
  min-width: 370px;
  max-width: 370px;
  background: #fff;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  margin: 0 20px;
}

.support__header {
  display: flex;
  align-items: center;
  padding: 20px;
  gap: 13px;
}

.support__header__icon {
  height: 35px;
  width: 35px;
  background: #e2fbf5;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
}

.support__header__icon span {
  color: #21e0ac;
  font-size: 19px;
}

.support__header__label {
  font-size: 13px;
  color: #8a9cb4;
  margin-bottom: 5px;
}

.support__header__heading {
  color: #4b5c72;
  font-weight: 500;
  font-size: 14px;
}

.support__tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #689bf4;
  padding: 10px;
  border-radius: 10px;
  gap: 10px;
  width: 100%;
}

.tab__item:hover {
  background: #638ed9;
}

.tab__item {
  color: white;
  font-size: 13px;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 7px 5px;
  border-radius: 7px;
}

.support__tabs__wrap {
  background: #f5f6fa;
  padding: 10px 10px 2px 10px;
  border-top: 1px solid #eceef5;
  border-right: 1px solid #eceef6;
  width: 100%;
}

.support__messages {
  display: flex;
  gap: 13px;
  padding: 20px;
  background: #f5f6fa;
  border-right: 1px solid #eceef6;
  border-bottom: 1px solid #eceef6;
}

.support__messages:hover {
  background: #fafafa;
  cursor: pointer;
  box-shadow: 0px 6px 5px #353a6e03;
  z-index: 1;
  position: relative;
}

.visited:hover {
  background: #fff;
}

.message__user {
  color: #fff;
  min-height: 35px;
  min-width: 35px;
  height: 35px;
  width: 35px;
  background: #7a8bff;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.message__user__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.message__username {
  color: #97a8be;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}

.attachement__header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.message__date {
  font-size: 13px;
  color: #92a4b9;
  font-weight: 500;
}

.message__heading__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

.message__heading {
  color: #42536b;
  font-weight: 500;
  font-size: 14px;
}

.multiple__message__counter {
  background: #6577ff;
  color: white;
  border-radius: 5px;
  height: 20px;
  width: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}

.message__body__row {
  display: flex;
  align-items: center;
}

.support__message__description {
  color: #8da0b6;
  font-size: 14px;
  padding-right: 30px;
}

.support__messages__wrap {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 10px;
  scrollbar-color: #dbdbdb #fafafa;
  scrollbar-width: thin;
}

.visited {
  background: #fff;
}

.content__container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  overflow: hidden;
}

.header {
  justify-content: space-between;
  padding: 0;
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 30px;
  margin-left: 10px;
}

.main__symbol {
  height: 50px;
  min-width: 40px;
  width: 100%;
  max-width: 100px;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.19511554621848737) 0%, rgba(255, 255, 255, 0.500437675070028) 50%, rgba(255, 255, 255, 0.19791666666666663) 100%);
}

.header__searchbar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff1f;
  border-radius: 13px;
  height: 50px;
  padding: 0 10px;
  backdrop-filter: blur(2px);
  max-width: 516px;
  width: 100%;
  min-width: 200px;
}

.content__wrap {
  background: white;
  height: 100%;
  margin: 0 30px 0 10px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.content__heading {
  color: #3e4d64;
  font-size: 19px;
  font-weight: bold;
  padding: 20px 30px 15px 30px;
}

.content__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f4f5f9;
  padding: 0 30px 26px 30px;
}

.content__options__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.content__label {
  color: #878d99;
  font-size: 14px;
  gap: 5px;
  display: flex;
  align-items: center;
}

.content__label span {
  color: #697bf6;
  font-size: 17px;
}

.mark__complete {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  font-weight: bold;
  color: #5d6b87;
  background: #f5f6fa;
  border: 1px solid #eff0f6;
  padding: 0 15px 0 10px;
  height: 30px;
  border-radius: 2px;
  cursor: pointer;
  white-space: nowrap;
}

.mark__complete span {
  font-size: 19px;
  color: #616f8a;
}

.more__button span {

  font-size: 19px;
}

.more__button {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #eff0f6;
  height: 30px;
  border-radius: 2px;
  width: 30px;
  justify-content: center;
  cursor: pointer;
}

.content__body__details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}

.content__username {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}

.content__user__profile {
  height: 30px;
  width: 30px;
  background: #689bf4;
  color: white;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
}

.content__user__title {
  color: #576683;
  font-size: 13px;
  font-weight: 500;
}

.content__body__date {
  color: #909fb4;
  font-size: 13px;
  font-weight: 500;
}

.content__body {
  padding: 10px 30px 20px 30px;
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #dbdbdb #fafafa;
  scrollbar-width: thin;
}

.content__body img {
  border-radius: 20px;
  width: 100%;
  display: flex;
}

.dropdown {
  position: absolute;
  top: 42px;
  right: 0;
  background: white;
  border-radius: 5px;
  min-width: 140px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  box-shadow: 0px 4px 4px #00000010;
  border: 1px solid #e5e5e5;
  color: #4c4e52;
}

.dropdown__item {
  padding: 7px 20px;
  cursor: pointer;
  min-height: 35px;
}

.dropdown__item:hover {
  background: #f5f5f5;
}


.timeline__wrap {

  height: 100%;

  padding: 10px 0;

  width: 60px;

  overflow: auto;

  padding-left: 10px;


  /* Webkit-based browsers (Chrome, Safari) */
  scrollbar-width: none;
  /* Hide scrollbar for Firefox */


}

/* Webkit-based browsers (Chrome, Safari) */
.timeline__wrap::-webkit-scrollbar {
  width: 0px;
  /* Hide scrollbar for webkit-based browsers */
}

.timeline__container {
  min-height: 100%;
  border-left: 1px dashed #b1b1b1;
  width: 40px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.timeline__date__container {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  left: -9px;

  width: 50px;
  border-radius: 90px;
  padding: 2px 0px;
  cursor: pointer;
  margin-bottom: 10px;
}

.timeline__date__container span {
  font-size: 14px;
  /* background: #f0f1f9; */
  padding: 3px;
}

.timeline__date {
  font-size: 13px;
}

.timeline__month {
  text-align: right;
  font-size: 13px;
  color: #9b9b9b;
}

.timeline__month__container {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.expand__more,
.expand__less {
  cursor: pointer;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.timeline__date__container.selected {
  background: white;
}


.timeline__popup {
  position: absolute;
  background: white;
  border-radius: 15px;
  left: 110px;
  width: 220px;
  padding: 20px;
  display: none;
  flex-direction: column;
  gap: 17px;
  z-index: 3;
  box-shadow: 0px 5px 7px #0000000a;
  margin-left: 40px;
}

.popup__heading {
  font-size: 15px;
  font-weight: bold;
  color: #53555b;
}

.popup__paragraph {
  font-size: 14px;
  color: #656973;
}

.popup__button {
  background: #689bf4;
  color: white;
  border: none;
  outline: none;
  border-radius: 6px;
  height: 34px;
  cursor: pointer;
  width: fit-content;
  padding: 0 30px;
}


.search__bubble {
  position: relative;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
}


.bubble {
  display: flex;
  background-color: #ffffff;
  color: #757272;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 14px !important;
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 3px 3px 3px 10px;
  gap: 6px;
  text-wrap: nowrap;
}


.starred__button {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 34px;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 14px;
  cursor: pointer;
  color: #5d6b87;
  background: #f5f6fa;
}

.starred__button span {
  font-size: 16px;
}

.header__elements {

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 15px;

}

.autocomplete {
  position: relative;
  display: inline-block;
}

#autocomplete-input {
  padding: 10px;
  max-width: 200px;
  outline: none;
  border: none;
  border-radius: 5px;
  background: #f5f6fa;
  width: 100%;
  min-width: 100px;
}

.autocomplete-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 12;
  display: none;
  background-color: #fff;
  border: 1px solid #e6e6e7;
  max-height: 200px;
  overflow-y: auto;
  border-radius: 0px 0px 5px 5px;
  max-width: 200px;
  width: 100%;
}

.dropdown-item {
  padding: 5px 10px;
  display: flex !important;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.dropdown-item:hover {
  background-color: #f0f0f0;
}

.dropdown-icon {
  margin-right: 10px;
  max-width: 20px;
  max-height: 20px;
}

@media screen and (max-width: 1300px) {
  #output {
    width: 100%;
  }
}

.timeline__branch {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: url("border.png");
  min-width: fit-content;
  background-repeat-y: repeat;
  background-repeat-x: no-repeat;
  background-position-x: center;
}

.branch__item {
  font-size: 12px;
  background: white;
  border-radius: 3px;
  color: #494953;
  padding: 3px 5px;
  min-width: fit-content;
  margin-left: 3px;
  cursor: pointer;
}


#textInput {
  outline: none;
  font-size: 14px;
  font-weight: normal;
  color: #474655;
  text-wrap: nowrap;
}

.close-icon {
  cursor: pointer;
}

#container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  cursor: text;
  max-width: 405px;
}

#bubblesContainer {
  display: flex;
  align-items: center;
  flex-direction: row;
  height: 50px;
  width: 100%;
  overflow: hidden;
  justify-content: right;
}

.input__field {
  display: flex;
  align-items: center;
  flex-direction: row;
}