/* Display */
.tt-d-inline-block {
  display: inline-block;
}
.tt-d-none {
  display: none;
}
.tt-d-block {
  display: block;
}

/* Cursor */
.tt-cursor-pointer {
  cursor: pointer;
}

/* Margins (top) */
.tt-mt-0 {
  margin-top: 0;
}
.tt-mt-4 {
  margin-top: 4px;
}
.tt-mt-5 {
  margin-top: 5px;
}
.tt-mt-5 {
  margin-top: 5px;
}
.tt-ml-5 {
  margin-left: 5px;
}
.tt-mb-8 {
  margin-bottom: 8px;
}
.tt-border-lightgray {
  border: 1px solid lightgray;
}
.tt-w-100 {
  width: 100%;
}
.tt-mt-05em {
  margin-top: 0.5em;
}
.tt-mt-8 {
  margin-top: 3px !important;
}
.tt-mt-10 {
  margin-top: 10px;
}
.tt-mt-35 {
  margin-top: 35px;
}
.tt-mt-12 {
  margin-top: 12px;
}
.tt-mt-15 {
  margin-top: 15px;
}
.tt-mt-20 {
  margin-top: 20px;
}

.tt-mr-4 {
  margin-right: 4px;
}
/* Margins (bottom) */
.tt-mb-0 {
  margin-bottom: 0;
}
.tt-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt-flex {
  display: flex;
  align-items: center;
}
.tt-mb-20 {
  margin-bottom: 20px;
}

/* Margins (left) */
.tt-ml--15 {
  margin-left: -15px;
}
.tt-ml-0 {
  margin-left: 0 !important;
}
.tt-ml-5 {
  margin-left: 5px;
}
.tt-ml-8 {
  margin-left: 8px;
}
.tt-ml-10 {
  margin-left: 10px;
}
.tt-ml-12 {
  margin-left: 12px;
}
.tt-ml-15 {
  margin-left: 15px;
}
.tt-ml-16 {
  margin-left: 16px;
}
.tt-ml-18 {
  margin-left: 18px;
}
.tt-ml-20 {
  margin-left: 20px;
}
.tt-ml-36 {
  margin-left: 36px;
}

/* Margins (right) */
.tt-mr-0 {
  margin-right: 0;
}
.tt-mr-5 {
  margin-right: 5px;
}
.tt-mr-8 {
  margin-right: 8px;
}
.tt-mr-10 {
  margin-right: 10px;
}
.tt-mr-16 {
  margin-right: 16px;
}
.tt-mr-18 {
  margin-right: 18px;
}
.tt-mr-20 {
  margin-right: 20px;
}
.tt-mr-36 {
  margin-right: 36px;
}

/* Padding (top/left) */
.tt-pt-0 {
  padding-top: 0;
}
.tt-pt-8 {
  padding-top: 8px;
}
.tt-pt-10 {
  padding-top: 10px;
}
.tt-pt-12 {
  padding-top: 12px;
}
.tt-pt-20 {
  padding-top: 20px;
}
.tt-pl-0 {
  padding-left: 0;
}
.tt-pl-10 {
  padding-left: 10px;
}
.tt-pl-20 {
  padding-left: 20px;
}

/* Negative / special offsets */
.tt-top--4 {
  position: relative;
  top: -4px;
}
.tt-ml--7 {
  margin-left: -7px !important;
}
.tt-ml-2 {
  margin-left: 2px;
}

/* Widths */
.tt-w-2em {
  width: 2em;
}
.tt-w-4em {
  width: 4em;
}
.tt-w-10em {
  width: 10em;
}
.tt-w-24 {
  width: 24px;
}
.tt-w-100 {
  width: 100%;
}
.tt-h-20 {
  height: 20px;
}
.tt-w-30p {
  width: 30%;
}

/* Text colors (prefer Bootstrap text-* if available) */
.tt-text-red {
  color: red;
}
.tt-text-gray {
  color: gray;
}
.tt-text-green {
  color: green;
}
.tt-text-orange {
  color: orange;
}
.tt-text-blue {
  color: rgba(51, 122, 183, 1);
}

/* Borders / structural */
.tt-border-left-accent {
  margin-left: 20px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
}
.tt-border-none {
  border: none;
}
.tt-border-light {
  border: 1px solid lightgray;
}
.tt-menu-item {
  border-bottom: solid 1px lightgray;
  padding: 8px;
  cursor: pointer;
}

/* Background helpers */
.tt-bg-light {
  background: #efefef;
}

/* Visibility helpers */
.tt-hidden {
  display: none;
}

/* New utility classes for commonly used inline styles */
.tt-mr-05em {
  margin-right: 0.5em;
}
.tt-ml-05em {
  margin-left: 0.5em;
}
.tt-mt-12-ml-10 {
  margin-top: 12px;
  margin-left: 10px;
}
.tt-mt-10-ml-10 {
  margin-top: 10px;
  margin-left: 10px;
}
.tt-mt-4 {
  margin-top: 4px;
}
.tt-mt-5 {
  margin-top: 5px;
}
.tt-mt-10 {
  margin-top: 10px;
}
.tt-mt-12 {
  margin-top: 12px;
}
.tt-mt-15 {
  margin-top: 15px;
}
.tt-mt-20 {
  margin-top: 20px;
}
.tt-mt-35 {
  margin-top: 35px;
}
.tt-mb-5 {
  margin-bottom: 5px;
}
.tt-mb-10 {
  margin-bottom: 10px;
}
.tt-mb-15 {
  margin-bottom: 15px;
}
.tt-mb-20 {
  margin-bottom: 20px;
}
.tt-ml-15 {
  margin-left: 15px;
}
.tt-ml-20 {
  margin-left: 20px;
}
.tt-ml-36 {
  margin-left: 36px;
}
.tt-mr-5 {
  margin-right: 5px;
}
.tt-mr-8 {
  margin-right: 8px;
}
.tt-mr-10 {
  margin-right: 10px;
}
.tt-mr-15 {
  margin-right: 15px;
}
.tt-mr-16 {
  margin-right: 16px;
}
.tt-mr-18 {
  margin-right: 18px;
}
.tt-mr-20 {
  margin-right: 20px;
}
.tt-mr-36 {
  margin-right: 36px;
}
.tt-pt-0 {
  padding-top: 0;
}
.tt-pt-5 {
  padding-top: 5px;
}
.tt-pt-8 {
  padding-top: 8px;
}
.tt-pt-10 {
  padding-top: 10px;
}
.tt-pt-15 {
  padding-top: 15px;
}
.tt-pt-20 {
  padding-top: 20px;
}
.tt-pl-0 {
  padding-left: 0;
}
.tt-pl-5 {
  padding-left: 5px;
}
.tt-pl-10 {
  padding-left: 10px;
}
.tt-pl-15 {
  padding-left: 15px;
}
.tt-pl-20 {
  padding-left: 20px;
}
.tt-pr-30 {
  padding-right: 30px;
}
.tt-w-10em {
  width: 10em;
}
.tt-w-100p {
  width: 100%;
}
.tt-h-150 {
  height: 150px;
}
.tt-overflow-y-scroll {
  overflow-y: scroll;
}

/* Additional utility classes for remaining inline styles */
.tt-pb-8 {
  padding-bottom: 8px;
}
.tt-font-roboto {
  font-family: roboto, sans-serif;
}
.tt-bg-dbfcdf {
  background-color: #dbfcdf;
}
.tt-bg-fa8076 {
  background-color: rgb(250, 128, 114);
}
.tt-bg-fdffe6 {
  background-color: rgb(253, 255, 234);
}
.tt-bg-yellow {
  background-color: yellow;
}
.tt-text-d53c4e {
  color: #d53c4e;
}
.tt-max-w-100 {
  max-width: 100%;
}

/* Additional utility classes for taxSign.js */
.tt-pl-16 {
  padding-left: 16px;
}
.tt-bg-white {
  background-color: White;
}
.tt-border-lightblue {
  border: 1px solid lightblue;
}
.tt-min-w-240 {
  min-width: 240px;
}
.tt-p-8-0 {
  padding: 8px 0px 8px 0px;
}
.tt-p-10 {
  padding: 10px;
}
.tt-mt--5 {
  margin-top: -5px;
}
.tt-gap-4 {
  gap: 4px;
}
.tt-w-30 {
  width: 30px;
}
.tt-bg-f9f9f9 {
  background-color: #f9f9f9;
}
.tt-font-16 {
  font-size: 16px;
}
.tt-bg-aliceblue {
  background-color: aliceblue;
}
.tt-font-17 {
  font-size: 17px;
}
.tt-font-bold {
  font-weight: bold;
}
.tt-font-smaller {
  font-size: smaller;
}
.tt-font-xlarge {
  font-size: x-large;
}
.tt-h-80 {
  height: 80%;
}