<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.telusiot-page-order h5,
.telusiot-page-order-callback h5 {
  color: #54595f;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  font-weight: 300;
}

.btn-telus {
  color: #333;
  background-color: #fff;
  border-color: #333;
  cursor: pointer;
}

.btn-telus.active,
.btn-telus:active,
.btn-telus:hover,
.show &gt; .btn-telus.dropdown-toggle {
  color: #fff;
  background-color: #4b286d;
  background-image: none;
  border-color: #4b286d;
}

.btn-telus-action {
  color: #54595f;
  background-color: #fff;
  border-color: #aaa;
  cursor: pointer;
}

.btn-telus-action:hover {
  background: #ddd;
}

.telusiot-order-list {
  margin-bottom: 5px;
}

.telusiot-order-list-item {
  font-size: 12px;
  position: relative;
  background: #f5f6f8;
  margin-bottom: 2px;
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.telusiot-order-list-item-icon {
  font-size: 3em;
  padding: 0.7em 0;
  border-right: 2px solid #fefefe;
  display: table-cell;
}

.telusiot-order-list-item-icon-action {
  font-size: 2em;
  display: table-cell;
}

.telusiot-order-list-body {
  display: table-cell;
  overflow: hidden;
  padding: 5px;
}

.telusiot-order-list-body-title {
  font-size: 1rem;
  font-weight: 300;
}

.telusiot-order-list-body-content-second {
  font-size: 0.8rem;
  font-weight: 300;
}

.telusiot-order-list-body-content-third {
  font-size: 0.7rem;
  font-weight: 500;
  font-style: italic;
  color: #888;
}

.telusiot-order-list-body-content-third-thin {
  font-size: 0.7rem;
  /*  font-weight: 500; */
  font-style: italic;
  color: #888;
}

.telusiot-order-list-action {
  display: table-cell;
  width: 50px;
  border-left: 2px solid #fefefe;
  padding: 12px;
  transition-duration: 0.4s;
  cursor: pointer !important;
  display: table-cell;
  width: 70px;
  border-left: 5px solid #fefefe;
  padding: 5px;
  /* transition-duration: 0.4s; */
  /* cursor: pointer !important; */
  vertical-align: middle;
}

.telusiot-order-list-action-wo-separation {
  display: table-cell;
  width: 50px;
  /*border-left: 2px solid #fefefe;*/
  padding: 12px;
  /*transition-duration: 0.4s;*/
  cursor: pointer !important;
  display: table-cell;
  width: 70px;
  /*border-left: 5px solid #fefefe;
    padding: 5px;*/
  /* transition-duration: 0.4s; */
  /* cursor: pointer !important; */
  vertical-align: middle;
}

.btn-telusiot-action {
  width: 100%;
  height: 100%;
}

.telusiot-status-1-text {
  color: #9749a0;
}

.telusiot-status-2-text {
  color: #4575b9;
}

.telusiot-status-3-text {
  color: #3f6378;
}

.telusiot-status-4-text {
  color: #879e46;
}

.telusiot-status-5-text {
  color: #704f60;
}

.telusiot-status-6-text {
  color: #81003c;
}

.telusiot-status-7-text {
  color: #6b5e5b;
}

.telusiot-status-1 {
  border-left: 3px solid #9749a0;
}

.telusiot-status-2 {
  border-left: 3px solid #4575b9;
}

.telusiot-status-3 {
  border-left: 3px solid #3f6378;
}

.telusiot-status-4 {
  border-left: 3px solid #879e46;
}

.telusiot-status-5 {
  border-left: 3px solid #704f60;
}

.telusiot-status-6 {
  border-left: 3px solid #81003c;
}

.telusiot-status-7 {
  border-left: 3px solid #6b5e5b;
}

/*
    padding: 5px;
    transition-duration: 0.4s;
    cursor: pointer !important;
    border: 1px solid #ddd;
    background: #ddd;
    box-shadow: 1px 1px 1px #ddd;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
*/

.wbs-progressbar {
  background: #fff;
  /* border-bottom: 2px dotted #a3a3a3; */
}

.telusiot-progress {
  list-style: none;
  margin: 0;
  padding: 2em 0 1.5em;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #a3a3a3;
}

.telusiot-progress &gt; li {
  position: relative;
  display: table-cell;
  text-align: center;
  /*font-size: 0.8em;*/
}

.telusiot-progress &gt; li:after {
  top: 22px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #d1d1d1;
  z-index: 0;
  margin-left: 23px;
}

.telusiot-progress &gt; li:last-child::after {
  display: none;
}

.telusiot-progress &gt; li &gt; span {
  padding: 0.55rem 0.75rem;
  background: #fff;
  border: 2px solid #d1d1d1;
  display: inline-block;
  color: #d1d1d1;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  /*font-size:1.em;*/
  font-weight: 400;
}

.telusiot-progress &gt; li &gt; div {
  display: block;
  padding-top: 1em;
  font-size: 0.8rem;
  font-weight: 400;
  color: #d1d1d1;
}

.telusiot-progress &gt; li.telusiot-progress-completed &gt; span {
  border-color: #aa86cd !important;
  color: #aa86cd !important;
  padding: 0.75rem;
}

.telusiot-progress &gt; li.telusiot-progress-completed &gt; div {
  color: #333;
}

.telusiot-progress &gt; li.telusiot-progress-completed:after {
  background-color: #aa86cd;
}

.telusiot-progress &gt; li.telusiot-progress-active &gt; span {
  background: #aa86cd !important;
  border-color: #aa86cd !important;
  color: #fff !important;
}

.telusiot-progress &gt; li.telusiot-progress-active &gt; div {
  color: #4b286d;
  font-weight: 400;
}

.telusiot-progress &gt; li.telusiot-progress-cancelled &gt; span {
  background: #8a252d !important;
  border-color: #8a252d !important;
  color: #fff !important;
}

.telusiot-progress &gt; li.telusiot-progress-cancelled &gt; div {
  color: #8a252d;
  font-weight: 400;
}

.telusiot-OM-detail-page-review-header {
  border-bottom: 1px solid #a3a3a3;
  padding: 0 0 1rem;
  color: #a3a3a3;
}

.telusiot-OM-detail-page-review-field {
  padding: 5px 0 !important;
  color: #585858;
  margin-bottom: 1rem;
}

.telusiot-OM-detail-page-review-field-name {
  font-weight: 700;
  color: #585858;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.telusiot-OM-detail-page-review-field-value {
  color: #000;
  padding-left: 0.9rem;
  font-weight: 200;
  font-size: 0.9rem;
}

.telusiot-link {
  color: #2a2c2e !important;
  background: linear-gradient(transparent, transparent),
    linear-gradient(transparent, transparent),
    linear-gradient(currentColor, currentColor);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0 100%, 100% 100%, 0 100%;
  text-decoration: none;
}

.telusiot-link:hover {
  background-size: 0.05em 1px, 0.05em 1px, 1px 0;
  text-decoration-style: none;
}

.telusiot-page-order select.form-control:not([size]):not([multiple]),
.telusiot-page-order-callback select.form-control:not([size]):not([multiple]) {
  /*height: inherit !important;*/
  height: 33px;
  border-radius: 0;
}

.telusiot-page-order .form-group,
.telusiot-page-order-callback .form-group {
  margin-bottom: 0.5rem;
}

.telusiot-page-order .form-control,
.telusiot-page-order-callback .form-control {
  padding: 5px;
  font-size: 0.85em;
}

.telusiot-page-order label,
.telusiot-page-order-callback label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.8em;
  font-weight: 500;
}

.telusiot-btn-danger {
  color: #fff;
  background-color: #7f3743;
  border-color: #6d313b;
  font-size: 15px;
  cursor: pointer;
}

.telusiot-btn-danger:hover {
  background-color: #ac5665;
  border-color: #905660;
}

.dashboard-stat {
  display: block;
  margin-bottom: 25px;
  overflow: hidden;
  border-radius: 4px;
}

.dashboard-stat.dashboard-stat-v2 .visual {
  padding-top: 20px;
  margin-bottom: 40px;
}

.dashboard-stat .visual {
  width: 80px;
  height: 40px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 12px;
}

.dashboard-stat .visual &gt; i,
.dashboard-stat .visual &gt; svg {
  margin-left: -14px;
  font-size: 60px;
  line-height: 60px;
}

.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.dashboard-stat .details .number {
  padding-top: 8px;
  text-align: right;
  /*font-size: 34px;*/
  font-size: 20px;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-weight: 300;
}

.dashboard-stat.blue {
  background-color: #3598dc;
}

.dashboard-stat.blue .visual &gt; i,
.dashboard-stat.blue .visual &gt; svg {
  color: #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.dashboard-stat.blue .details .number {
  color: #fff;
}

.dashboard-stat.blue .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 0.7em;
}

.dashboard-stat.red {
  background-color: #e7505a;
}

.dashboard-stat.red .visual &gt; i,
.dashboard-stat.red .visual &gt; svg {
  color: #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.dashboard-stat.red .details .number {
  color: #fff;
}

.dashboard-stat.red .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 0.7em;
}

.dashboard-stat.green {
  background-color: #32c5d2;
}

.dashboard-stat.green .visual &gt; i,
.dashboard-stat.green .visual &gt; svg {
  color: #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.dashboard-stat.green .details .number {
  color: #fff;
}

.dashboard-stat.green .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 0.7em;
}

.dashboard-stat.purple {
  background-color: #8e44ad;
}

.dashboard-stat.purple .visual &gt; i,
.dashboard-stat.purple .visual &gt; svg {
  color: #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.dashboard-stat.purple .details .number {
  color: #fff;
}

.dashboard-stat.purple .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 0.7em;
}

.dashboard-stat.magenta {
  background-color: #32c5d2;
}

.dashboard-stat.magenta .visual &gt; i,
.dashboard-stat.magenta .visual &gt; svg {
  color: #fff;
  opacity: 0.1;
  filter: alpha(opacity=10);
}

.dashboard-stat.magenta .details .number {
  color: #fff;
}

.dashboard-stat.magenta .details .desc {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 0.7em;
}

.dashboard-stat td {
  border: 0px;
  color: #fff;
  width: 33.33%;
  vertical-align: top;
  padding-top: 11px;
  cursor: pointer;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif;
}

.telusiot-dashboard-stat-raised {
  box-shadow: 3px 3px 6px #333;
}

.telusiot-dashboard-stat-text-raised {
  text-shadow: 3px 3px 6px #333;
  font-weight: 500 !important;
  font-size: 20px;
  color: #fff;
}

.llama-callback-history {
  border-bottom: 1px solid #aaa;
  padding: 10px 30px;
  font-size: 12px;
}

.llama-callback-history:last-child {
  border-bottom-width: 0px;
}

.telusiot-callback-order-create-form .form-control {
  padding: 0.2rem;
  font-size: 0.8em;
  height: inherit !important;
}

.telusiot-callback-order-create-form .col-form-label {
  font-size: 0.8rem;
  font-weight: 100;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

.telusiot-callback-order-create-form .mandatory {
  font-size: inherit !important;
}

.telusiot-callback-order-create-form-header {
  font-size: 0.9em;
  color: #4b286d;
  font-weight: 500;
}

.telusiot-callback-order-create-form-sub-header {
  font-size: 0.85em;
  font-weight: 500;
  margin-top: 5px;
}

.telusiot-callback-order-create-form .col-12,
.telusiot-callback-order-create-form .row {
  padding: 0;
  margin: 0;
}

.telusiot-callback-order-create-form .col {
  padding: 0 5px;
}

.telusiot-form-error {
  border: 1px solid #c12335;
}

/*.telusiot-report-container{
    transition: all .5s ease;
}

.telusiot-container-full-height{
    min-height: calc(100vh - 150px);
    background: #fff;
}*/

.telusiot-report-parent {
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.5s ease;
  background: #fff;
}

.telusiot-report-container .handle-se {
  right: 8px;
  bottom: 3px;
}

.telusiot-report-parent .dropdown-toggle::after {
  border: 0;
}

.telusiot-report-parent .dropdown-menu {
  left: inherit;
  right: 0;
  padding: 0;
  font-size: 0.75em;
  min-width: 5rem;
}

.telusiot-report-action {
  cursor: pointer;
}

.telusiot-report-action .dropdown-toggle {
  padding: 0 1em;
  line-height: 0;
  font-size: 0.8em;
  margin-top: -4px;
}

.telusiot-report-container-full {
  max-width: 100%;
  min-height: calc(100vh - 220px);
}

.telusiot-report-title {
  border-bottom: 1px solid #ddd;
  font-size: 1em;
  font-weight: 400;
  color: #4b286d;
}

.telusiot-report-title .telusiot-report-title-icon {
  font-size: 1.3em;
}

.telusiot-report-body {
  font-size: 0.8em;
}

.telusiot-report-body .telusiot-report-body-custom {
  background-color: #fff;
}

.telusiot-report-body-custom-input {
  height: 28px !important;
}
.telusiot-report-summary-table {
  margin-top: 1em;
}

.telusiot-report-summary-table th,
.telusiot-report-summary-table td {
  border: 0px;
  font-size: 0.9em;
  font-weight: 400;
  padding: 5px 5px;
  height: auto !important;
}

.telusiot-report-summary-table tr {
  border-bottom: 1px solid #ddd;
}

.telusiot-report-summary-footer {
  font-size: 0.7em;
  font-style: italic;
  color: #686868;
}

.telusiot-report-no-data {
  font-style: italic;
  color: #666;
  background: #ddd;
  padding: 5px 10px;
}

.telusiot-order-empty-text {
  font-size: 0.9em;
  color: #888;
  font-style: italic;
  display: inline-block;
  padding: 5px;
  background: #f2f2f2;
}

.telusiot-page-order
  .select2-container-multi
  .select2-choices
  .select2-search-field
  input,
.telusiot-page-order-callback
  .select2-container-multi
  .select2-choices
  .select2-search-field
  input {
  width: 100% !important;
}

.telusiot-page-order
  .select2-container-multi
  .select2-choices
  .select2-search-choice,
.telusiot-page-order .badge-default,
.telusiot-page-order-callback .badge-default {
  background: #fff;
  border: 1px solid #beb9c3;
  color: #8a8094;
  font-weight: 500;
  padding: 0.25rem 0.25rem;
}

.select2-choices .select2-search-choice {
  padding-left: 15px !important;
}

/* Digital sales status cards - begin*/

.text-purple {
  color: #ae94d7;
}

.text-black {
  color: #000000;
}

.text-green {
  color: #0bda44;
}

.text-darkblue {
  color: #3409b7;
}

.text-blue {
  color: #0093ff;
}

.text-yellow {
  color: #f6c23e;
}

.text-grey {
  color: #a1af9f;
}

.text-dark-grey {
  color: #6e706e;
}

.border-left-purple {
  border-left: 0.25rem solid #ae94d7 !important;
}

.card-image {
  width: 40px;
}

.border-left-green {
  border-left: 0.25rem solid #0bda44 !important;
}

.border-left-darkblue {
  border-left: 0.25rem solid #3409b7 !important;
}

.border-left-blue {
  border-left: 0.25rem solid #6df7e0 !important;
}

.border-left-yellow {
  border-left: 0.25rem solid #f6c23e !important;
}

.summary-card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.65rem;
}

.summary-card-text-value {
  color: #5a5c69 !important;
}

.summary-card-icon {
  color: #dddfeb !important;
}

/* Digital sales status cards - end*/

/* Invoice styles - start */
.telusiot-section-withoutbg {
  border: 1px solid #d8d8d8;
  padding: 10px 16px;
}

.tiot-panel-details-section-withoutbg {
  background: #ffffff;
  border: 1px solid #d8d8d8;
  padding: 10px;
}

.tiot-content-title {
  color: #4b286d;
  font-size: 22px;
}

.tiot-content-title-grey {
  color: #54595f;
  font-size: 25;
}

.tiot-content-subtitle-grey {
  color: #54595f;
  margin: 10px 0;
  font-size: 16px;
}

.tiot-txt-bold {
  font-weight: 700;
}

.tiot-txt-xxsm {
  font-size: 12px;
}

.tiot-txt-xsm {
  font-size: 14px;
}

.tiot-txt-sm {
  font-size: 15px;
}

.tiot-content-bold-panel-header {
  font-weight: 700;
  /*border-bottom: 1px solid #D8D8D8;*/
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.telusiot-line-separator {
  margin: 10px 0;
  border: 1px solid #d8d8d8;
}

.telusiot-line-separator-without-margin {
  border: 0.5px solid #d8d8d8;
}

.tiot-section {
  font-size: 15px;
  font-weight: 300;
  padding: 13px;
  background: #f7f7f8;
}

.telusiot-line-separator {
  margin: 0.5rem 0;
}

.tiot-content-subtitle-grey {
  color: #54595f;
  margin: 0.5rem 0;
  font-size: 1rem;
}

.tiot-content-title-grey {
  color: #54595f;
  margin: 0.6rem 0;
  font-size: 1.25rem;
}

.tiot-content-title-purple {
  color: #4b286d;
  margin: 0.6rem 0;
  font-size: 1.5rem;
  word-break: normal;
}

.tiot-txt-bold {
  font-weight: 700;
}

.tiot-content-bold-panel-header {
  font-weight: 700;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.tiot-content-bold-panel-woheader {
  font-weight: 700;
}

/* Invoice styles - end */
</pre></body></html>