.btn-theme {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff !important;
  transition: all 0.4s ease;
}
.btn-theme:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  filter: brightness(1.1);
}
.custom-control-label::before {
  top: 0.1rem;
}
.custom-control {
  min-height: 0;
}
.custom-control-label::after {
  top: 0.1rem;
}
.custom-select {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.ticketIcon {
  display: inline-block;
  width: 24px;
  height: 20px;
  background-image: url("/selfcare/static/media/ticket_view_icons-edd111e2.png");
  background-repeat: no-repeat;
}
.ticketNewIcon {
  display: inline-block;
  width: 24px;
  height: 20px;
  background-image: url("/selfcare/static/media/newticket_view_icons-bf5eced7.svg");
  background-repeat: no-repeat;
}
.flageIcon {
  background-position: -116px -147px;
}
.timerIcon {
  background-position: -134px -94px;
}
.paperPinIcon {
  background-position: -57px -89px;
  width: 20px;
}
.paperPinIcon1 {
  background-position: -70px -122px;
  zoom: 1.6;
}
.replyIcon {
  background-position: -5px -141px;
}
.attachmentBlock {
  width: 25px;
  height: 25px;
  background-color: #f05128;
  bottom: 0;
  margin-bottom: -13px;
}
.btn-link {
  color: #006699;
}
.btn-link:hover {
  color: #006699;
}
.preTagFontStyle {
  font-family: -apple-system, Lato, Arial, sans-serif !important;
  font-size: 1rem !important;
  background: initial !important;
}
pre.text_indentation {
  white-space: pre-wrap;
}
.payment-verify-notes ul {
  padding-left: 20px !important;
  list-style-type: revert !important;
}
.ticket_Description ul {
  padding-left: 20px !important;
  list-style-type: revert;
}
.ticket_Description table,
.ticket_Description tr,
.ticket_Description th,
.ticket_Description td {
  border: 0.5px solid grey;
}
.ticket_Description img {
  max-width: 100%;
  height: 100%;
  margin-bottom: 10px;
}
.ticket_Description ol {
  list-style: auto;
  padding-left: 20px !important;
}
.comment_gradient {
  padding: 10px;
  background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(241, 241, 241));
  margin-top: -30px;
}