.min-w-950 {
  min-width: 950px;
}
.min-w-700 {
  min-width: 700px;
}
.toast-icon {
  border: 0 !important;
  color: #0057ff;
}
.toast-icon-error {
  border: 0 !important;
  color: #e7534a;
}
button.bookmark ~ .lucide {
  color: #0057ff;
}
.chatRight li.threads {
  flex-direction: row !important;
  -ms-flex-direction: column !important;
}
.text-red {
  color: #e7534a !important;
}
.text-purple {
  color: #7b43d6 !important;
}
.text-light-blue {
  color: #3dc5ff !important;
}
.tutorialV2 {
  padding: 75px;
  background: #f1f1f1;
}
@media (max-width: 768px) {
  .tutorialV2 {
    padding: 60px 25px;
  }
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
#tabs-register .nav-item .nav-link.active {
  color: #0046cc !important;
}
#tabs-register .nav-item .nav-link {
  color: #aeaeaf !important;
}
.card-pricing {
  background: #fff !important;
  border: 1px solid #d6d6d6 !important;
  text-align: center !important;
}
.card-pricing:hover {
  border-color: #0057ff !important;
}
.text-price {
  text-align: center;
  background: #f8f8fa;
  font-weight: bold;
}
.card-pricing .text-pricing-benefit div {
  text-align: left !important;
}
.card-pricing text-pricing-benefit div svg {
  width: 16px !important;
}
.pricing-icon svg {
  width: 24px !important;
  color: blue;
}
.pricing-benefit-content {
  margin-bottom: 2rem;
}
.btn-pricing {
  border-radius: 25px !important;
}
.button-to-top {
  position: sticky;
  bottom: 20px;
  /* z-index: 99999; */
  right: 20px;
  float: right;
  border: none;
  background: #e6eeff;
  color: #0057ff;
  border-radius: 30%;
  height: 35px;
  width: 35px;
  text-align: center;
}
.assistant-history,
.finance-history {
  padding: 5px;
  margin-top: 10px;
}
.assistant-history.active {
  border: 2px solid #0057ff;
  border-radius: 5px;
}
.finance-history.active {
  border: 2px solid #10b954;
  border-radius: 5px;
}
.ai-bookmark ~ .lucide,
.ai-bookmark ~ button.active .lucide {
  color: #cdb2fa !important;
}
