/* This file is reserved for overriding and extending the template styles. */
.tab-button {
  position: fixed;
  top: 34%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50px 0 0 50px;
  padding: 85px 6px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00aaff;
}

.tab-button:hover {
  background-color: rgb(9, 163, 240);
}

.tab-button-grn {
  position: fixed;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 50px 0 0 50px;
  padding: 85px 6px;
  color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #06d67f;
}

.tab-button-grn:hover {
  background-color: #06f893;
}

.custom-offcanvas {
  width: 50% !important;
  max-width: 50%;
}

.custom-offcanvas .offcanvas-body {
  padding: 20px;
}

.title-tab {
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.line-yellow {
  background-color: rgb(252, 180, 30);
  width: 6px;
  height: 8rem;
  margin-right: 10px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.flex-info-canvas {
  display: flex;
  align-items: center;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0);
  padding: 12px 0;
  border-radius: 10px;
}

.text-t {
  color: #b7b7b7;
  padding-left: 1rem;
}

.line-blue {
  background-color: #3f8cff;
  width: 6px;
  height: 8rem;
  margin-right: 10px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.line-green {
  background-color: #06d67f;
  width: 6px;
  height: 7rem;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.line-gray {
  background-color: #abb2b9;
  width: 6px;
  height: 12rem;
  margin-right: 10px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.p-0-important {
  padding: 0 !important;
}

.comments-container {
  max-height: 30rem;
  overflow-y: auto;
  padding-right: 15px;
}

.comments-container::-webkit-scrollbar {
  width: 4px;
}

.comments-container::-webkit-scrollbar-thumb {
  background-color: #54c0e8;
  border-radius: 10px;
}

.comments-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.no-padding-left {
  padding-left: 0px !important;
}

.sidebar-class {
  padding: 10px 0 10px 34px !important;
  background: white;
  border-radius: 0 32px 32px 0;
  margin-right: 12px;
}

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