<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import "https://daneden.github.io/animate.css/animate.min.css";*/
@import "animate.min.css";
/* Main styles */
body {
  position: relative;
  /* Using system fonts like Github */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
body,
html {
  height: 100%;
  color: #333;
  font-size:1em;
  overflow-x: hidden;
  background:#f4feff;
}
/* Underlining titles */
h2, h3 {
  border-bottom: 4px solid;
  border-color: inherit;
  /* width:100%; */
  padding-bottom: 20px;
  margin-bottom: 20px;
}
div, form {
  border-color: inherit;
}
.modal {
  overflow: auto;
}
.modal-title {
  border: none;
  padding: 0;
}
a {
  color: #286090;  
}
.nav .open &gt; a {
  background-color: transparent;
}
.nav .open &gt; a:hover {
  background-color: transparent;
}
.nav .open &gt; a:focus {
  background-color: transparent;
}

/* Loading Logo */
.loading-modal {
  position: fixed;
  display: none;
  margin: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 30vh;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1051;
}
.logo-spin {
  -webkit-animation: spin 3s infinite cubic-bezier(0.61, 0.25, 0, 0.74); /* Safari 4+ */
  -moz-animation:    spin 3s infinite cubic-bezier(0.61, 0.25, 0, 0.74); /* Fx 5+ */
  -o-animation:      spin 3s infinite cubic-bezier(0.61, 0.25, 0, 0.74); /* Opera 12+ */
  animation:         spin 3s infinite cubic-bezier(0.61, 0.25, 0, 0.74); /* IE 10+, Fx 29+ */
  display: block;
  margin: auto;
}
.loading-text {
  text-align: center;
  color:black;
  margin-top:-0.5em;
}
@keyframes spin {
  0%{  transform:rotate(135deg);}
  100%{transform:rotate(495deg);}
}

/* Wrapper */
.wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
  padding-left: 0;
  width: 100vw;
}
.wrapper.toggled {
  padding-left: 220px;
}
.wrapper .sidebar-wrapper {
  visibility: hidden;
}
.wrapper.toggled .sidebar-wrapper {
  width: 220px;
  visibility: visible;
}
.wrapper.toggled .page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}
.sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #e5e5e5;
  height: 100%;
  left: 220px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 40;
}
.sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
.page-content-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
.section-wrapper {
  padding-top: 8vh;
  padding-bottom: 12vh;
  background-color: #dfe9ea;
  width: 100vw;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}
/* Sidebar nav styles */
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 260px;
}
.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 5px;
  z-index: -1;
}
.sidebar-nav li:nth-child(1):before {
  background-color: #00ADEE;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #AAC838;
}
.sidebar-nav li:nth-child(3):before {
  background-color: #622ABC;
}
.sidebar-nav li:nth-child(4):before {
  background-color: #0089A1;
}
.sidebar-nav li:nth-child(5):before {
  background-color: #F16826;
}
.sidebar-nav li:nth-child(6):before {
  background-color: #FBA61C;
}
.sidebar-nav li:nth-child(7):before {
  background-color: #AAC838;
}
.sidebar-nav li:nth-child(8):before {
  background-color: #9D4392;
}
.sidebar-nav li:nth-child(9):before {
  background-color: #E31848;
}
.sidebar-nav li:nth-child(10):before {
  background-color: #77C256;
}
.sidebar-nav li:nth-child(11):before {
  background-color: #D4278D;
}
.sidebar-nav li:nth-child(12):before {
  background-color: #5DC3B7;
}
.sidebar-nav li:nth-child(13):before {
  background-color: #622ABC;
}
.sidebar-nav li:nth-child(14):before {
  background-color: #00ADEE
}
.sidebar-nav li:nth-child(15):before {
  background-color: #0089A1;
}
.sidebar-nav li:nth-child(16):before {
  background-color: #AAC838;
}
.sidebar-nav li:nth-child(17):before {
  background-color: #9D4392;
}
.sidebar-nav li:nth-child(18):before {
  background-color: #E31848;
}
.sidebar-nav li:nth-child(19):before {
  background-color: #622ABC;
}

.sidebar-nav li:nth-child(20):before {
  background-color: #00ADEE;
}
.sidebar-nav li:nth-child(21):before {
  background-color: #0089A1;
}
.sidebar-nav li:nth-child(22):before {
  background-color: #FBA61C;
}
.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav li a {
  color: #222;
  display: block;
  padding: 7.5px 15px 10px 30px;
  text-decoration: none;
}
.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}
.sidebar-nav .dropdown-menu {
  background-color: #222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}
.sidebar-nav &gt; .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}

/* Hamburger-Cross */
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 25px;
  width: 32px;
  z-index: 30;
}
.hamburger:hover {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #222;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: rgba(30,30,30,0.7);
  top: 5px;
}
.hamburger.is-closed .hamb-middle {
  background-color: rgba(30,30,30,0.7);
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background-color: rgba(30,30,30,0.7);
  bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #222;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open .hamb-middle {
  background-color: #222;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #222;
  margin-top: -2px;
  top: 50%;
}
.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  color: #222;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}
.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}
.hamburger.is-closed&gt;span{
  -webkit-animation: pester-pulse 3s linear; /* Safari 4+ */
  -moz-animation:    pester-pulse 3s linear; /* Fx 5+ */
  -o-animation:      pester-pulse 3s linear; /* Opera 12+ */
  animation:         pester-pulse 3s linear; /* IE 10+, Fx 29+ */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation-iteration-count: infinite;
}
@keyframes pester-pulse {
  0% {
    background-color: rgba(30,30,30,0.7);;
    transform: scale(1);
  }
  70% {
    background-color: rgba(30,30,30,0.7);;
    transform: scale(1);
  }
  78% {
    background-color: #5DC3B7;
    transform: scale(1.1);
  }
  86% {
    background-color: rgba(30,30,30,0.7);;
    transform: scale(1);
  }
  92% {
    background-color: #5DC3B7;
    transform: scale(1.1)
  }
}
/* Dark Overlay */
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20;
}
/* Colours */
::selection {
  background: #5DC3B7;
  color: #eee;
}
::-moz-selection {
  background: #5DC3B7;
  color: #eee;
}
.deeppurple {
  background-color:#622ABC;
}
.deeppurple-border ::selection {
  background: #622abb;
  color: #eee;
}
.deeppurple-border ::-moz-selection {
  background: #622ABC;
  color: #eee;
}
.deeppurple-border {
  border-color: #622ABC;
}
button.deeppurple:hover,
button.deeppurple:active,
button.deeppurple:focus,
button.deeppurple:active:focus {
  background-color: #441098;
  border-color: #350d7a;
  color: #fff;
}
button.deeppurple {
  color: #fff;
}
.darkblue {
  background-color: #0089A1;
}
.darkblue-border ::selection {
  background: #0089A1;
  color: #eee;
}
.darkblue-border ::-moz-selection {
  background: #0089A1;
  color: #eee;
}
.darkblue-border {
  border-color: #0089A1;
}
button.darkblue:hover,
button.darkblue:active,
button.darkblue:focus,
button.darkblue:active:focus {
  background-color: #0089A1;
  border-color: rgb(17, 102, 116);
  color: #fff;
}
button.darkblue {
  color: #fff;
  margin-left: 0.5em;
}
.limegreen {
  background-color: #AAC838;
}
.limegreen-border ::selection {
  background: #AAC838;
  color: #eee;
}
.limegreen-border ::-moz-selection {
  background: #AAC838;
  color: #eee;
}
.limegreen-border {
  border-color: #AAC838;
}
a.limegreen:hover,
a.limegreen:active,
a.limegreen:focus,
a.limegreen:active:focus {
  background-color: #8fad19;
  border-color: #667a12;
  color: #fff;
}
a.limegreen {
  color: #fff;
}
.magenta {
  background-color: #9D4392;
}
.magenta-border ::selection {
  background: #9D4392;
  color: #eee;
}
.magenta-border ::-moz-selection {
  background: #9D4392;
  color: #eee;
}
.magenta-border {
  border-color: #9D4392;
}
button.magenta:hover,
button.magenta:active,
button.magenta:focus,
button.magenta:active:focus {
  background-color: #751f6b;
  border-color: #581852;
  color: #fff;
}
button.magenta {
  color: #fff;
}
.pink {
  background-color: #D4278D;
}
button.pink,
button.pink:hover,
button.pink:active,
button.pink:focus,
button.pink:active:focus {
  background-color: #D4278D;
  border-color: #D4278D;
  color: #fff;
}
.pink-border ::selection {
  background: #D4278D;
  color: #eee;
}
.pink-border ::-moz-selection {
  background: #D4278D;
  color: #eee;
}
.pink-border {
  border-color: #D4278D;
}
a.pink:hover,
a.pink:active,
a.pink:focus,
a.pink:active:focus {
  background-color: #b91274;
  border-color: #910d5c;
  color: #fff;
}
a.pink {
  color: #fff;
}
.skyblue {
  background-color: #5DC3B7;
}
.skyblue-border ::selection {
  background: #5DC3B7;
  color: #eee;
}
.skyblue-border ::-moz-selection {
  background: #5DC3B7;
  color: #eee;
}
.skyblue-border {
  border-color: #5DC3B7;
}
button.skyblue:hover,
button.skyblue:active,
button.skyblue:focus,
button.skyblue:active:focus {
  background-color: #35a597;
  border-color: #267268;
  color: #fff;
}
button.skyblue {
  color: #fff;
}
.orange {
  background-color: #F16826;
}
.orange-border ::selection {
  background: #F16826;
  color: #eee;
}
.orange-border ::-moz-selection {
  background: #F16826;
  color: #eee;
}
.orange-border {
  border-color: #F16826;
}
button.orange:hover,
button.orange:active,
button.orange:focus,
button.orange:active:focus {
  background-color: #da5210;
  border-color: #b3400b;
  color: #fff;
}
button.orange {
  color: #fff;
}
.yellow {
  background-color: #FBA61C;
}
.yellow-border ::selection {
  background: #FBA61C;
  color: #eee;
}
.yellow-border ::-moz-selection {
  background: #FBA61C;
  color: #eee;
}
.yellow-border {
  border-color: #FBA61C;
}
button.yellow:hover,
button.yellow:active,
button.yellow:focus,
button.yellow:active:focus {
  background-color: #e69005;
  border-color: #aa6b05;
  color: #fff;
}
button.yellow {
  color: #fff;
}
.red {
  background-color: #E31848;
}
.red-border ::selection {
  background:  #E31848;
  color: #eee;
}
.red-border ::-moz-selection {
  background: #E31848;
  color: #eee;
}
.red-border {
  border-color: #E31848;
}
button.red:hover,
button.red:active,
button.red:focus,
button.red:active:focus {
  background-color: #d41243;
  border-color: #a80931;
  color: #fff;
}
button.red {
  color: #fff;
}
.green {
  background-color: #77C256;
}
.green-border ::selection {
  background: #77C256;
  color: #eee;
}
.green-border ::-moz-selection {
  background: #77C256;
  color: #eee;
}
.green-border {
  border-color: #77C256;
}
.blue {
  background-color: #00ADEE;
}
.blue-border ::selection {
  background: #00ADEE;
  color: #eee;
}
.blue-border ::-moz-selection {
  background: #00ADEE;
  color: #eee;
}
.blue-border {
  border-color: #00ADEE;
}
button.blue,
button.blue:hover,
button.blue:active,
button.blue:focus,
button.blue:active:focus {
  background-color: #00ADEE;
  border-color: #00ADEE;
  color: #fff;
}
::selection:window-inactive {
  background: #ccb7f5;
  color: #222;
}
::-moz-selection:window-inactive {
  background: #ccb7f5;
  color: #222;
}
.colourtable {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  z-index: 1;
}
.colourtable tr {
  height: 2vh;
}
/* Content Layout */
section.container {
  width: 96%;
  margin-left: 4%;
  padding-right: 0;
  display: none; /* Initially hidden, to be shown by jQuery */
}
section.home.container {
  width:92%;
  margin-right: 4%;
  padding-right: 15px;
}
section.home&gt;.container {
  border-radius: 20px;
  border-width: 5px;
  padding-bottom: 2%;
}
.content {
  padding: 3%;
  padding-left: 1%;
  border-radius: 20px 0 0 20px;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  background-color: #f4feff;
}
.content.container {
  margin-left: 0;
  width: 100%;
}
.content-logo {
  background: transparent;
  border-radius: 10%;
  width: 100px;
  padding: 5px;
  margin-top: -50px;
  padding-top: 0;
  position: relative;
  z-index: 15;
  transition: all 5s ease-in-out;
}
.content-logo:hover {
  transform: scale(1.4);
}
.content-heading {
  width: 90%;
}
.content-top-pad {
  padding-top: 2em;
}
ol,
ul {
  padding: 0 1em;
}
a:visited {
  color: #6e00ff;
}
a.btn:visited {
  color: #fff;
}
ol.no-padding {
  padding-left: 0;
}
p,
li {
  line-height: 1.5;
}
.col-md-12 &gt; p,
#terms .col-md-12,
#privacy .col-md-12
{
  /* Limit text to ~60 chars per line */
  max-width: 50em;
}
.margin-top {
  margin-top: 30px;
}
/* Footer Layout */
.footer {
  padding: 0.4em 0;
}
.footer p {
  margin-bottom: 5px;
  font-size: 0.8em;
  line-height: 1.2;
}
/* Login Layout */
.modal-content {
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0,0,0,.5);
}
.modal-open .modal {
  padding-right: 0!important;
}
.forgot-link {
  float: left;
  padding-top: 0.8em;
}
.modal-footer {
  text-align: right;
}
/* Table styles */
[contenteditable="true"]{
  background-color: whitesmoke;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  border: 1px solid #ccc;
  border-radius: 4px;
}
td {
  background: #e6f5f7;
  
}
.table-striped tr:nth-of-type(odd)&gt;td {
  background: #ddf5f5;
}
.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th,
.table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th,
.table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
  vertical-align: middle;
}
.responsive-table {
  vertical-align: initial;
}
.responsive-table&gt;tbody&gt;tr&gt;td,
.responsive-table&gt;tbody&gt;tr&gt;th {
  vertical-align: baseline;
}
/* This query will take effect for any screen smaller than 760px
 * and also iPads specifically. 
 * https://css-tricks.com/responsive-data-tables/ */
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force table to not be like tables anymore */
  table.responsive-table, .responsive-table thead,
  .responsive-table tbody, .responsive-table th,
  .responsive-table td, .responsive-table tr {
    display: block; 
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tr:not(:first-child) {
    border-top: 1px solid #ccc;
  } 
  .responsive-table&gt;tbody&gt;tr&gt;td {
    /* Behave  like a "row" */
    position: relative;
    border: none;
  }
  .responsive-table td:before {
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    font-weight: 600;
  }
  /* Label the data */
  .responsive-table td:nth-of-type(1):before {
    content: "Date Sent:";
  }
  .responsive-table td:nth-of-type(2):before {
    content: "Letter Title:";
  }
}
.align-right {
  text-align: right;
}
.panel {
  border-width: 2px;
  box-shadow: 5px 5px 10px #ccc;
}
/* PDF styles */
object {
  width: 100%;
  height: 80vh;
  padding-bottom: 1%;
}
/* Form Styles */
.move-left {
  width: 12%;
  box-shadow: none;
}
textarea {
  margin-bottom: 1em;
}
.input-group-addon:first-child {
  font-size: 1.2em;
  padding: 0.3em 0.5em;
  font-weight: bold;
}
@media(min-width:768px){
  .card-year-select::before {
    content: "/";
    left: -2%;
    top: 8%;
    position: absolute;
  }
}
.bank-details {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  width: fit-content;
}

.link-wrap{
  word-wrap: break-word;
}

.no-listIcons {
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  width:fit-content;
  list-style: none;
  padding: 1px;
}

.btn-complaint {
  position: relative;
  left: 25%;
  width: 50%;
}

.compDisplay {
  position: relative;
  width: 100%;
}

.splash-footer{
  display:flex;
  justify-content: space-between;
}

@media screen and (min-width: 1001px){
  .progressBtn {
    position: relative;
    margin-bottom: 2px;
    width: 90%;
  }

  .chk-splash{ 
    position: relative;
    margin-bottom: 2px;
    margin-left:1px;
    width: 100%;
    padding-top: 6px;
    pointer-events: none;
    left: 2%;
  }
}

@media screen and (min-width: 551px) and (max-width: 1000px){
  .splashBtn-mid {
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    right: 20%;
    font-size: 85%;
    padding-left: 5px;
    text-align: center;
  }

  .splashChk-mid {
    position: relative;
    margin-bottom: 5px;
    padding-top: 6px;
    width: fit-content;
    pointer-events: none;
  }
  
  .splashCol-btnMid {
    float: right;
  }

  .splashCol-mid {   
    width: fit-content;
    float: left;
    left: 2%
  }
}

@media screen and (max-width: 550px) {
  .splashBtn-mobile {
    position: relative;
    margin-bottom: 2px;
    width: 90%;
    left: 5%;
  }

  .splashChk-mobile{
    position: relative;
    margin-bottom: 5px;
    font-size: 100%;
    width: 90%;
    left: 5%;
    pointer-events: none;
    padding-left: 2px;
  }
}

.modal-body .bank-details {
  width: 35%;
  margin: 0 auto 1em;
  margin-bottom: 1em;
}

#text-sent {
  font-size: small;
  padding-left: 15px;
}

/* Chat Styles */
.chat-window {
  padding-top: 1em;
  border-radius: 5px;
  border:2px solid #ccc;
  /*box-shadow: 5px 5px 10px #ccc;*/
  background: #dfe9ea;
}
.chat-window&gt;.chat-empty {
  margin: 0 1em 1em;
}
#chat-form&gt;* {
  margin: 1em 0;
}
.chat-message {
  max-width: 85%;
  background: #f4feff;
  padding: 1em;
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  margin: 0 1em 1em 1em;
  position: relative;
  /* Break long words - https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.chat-message p {
  line-height: 1.2;
}
.chat-left:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  left: -11px;
  top: -2px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #35a597;
}
.chat-right {
  text-align: right;
}
.chat-right:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  right: -11px;
  top: -2px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FBA61C;
}
textarea.form-control {
  height: 7em;
}
.chat-submit&gt;.btn {
  height: 5.4em;
}

.alignChatBtn{
  float: right;
}

@media (max-width: 991px) {
  .alignChatBtn {
      float: left;
  }
}

/* Button style */
.modal-footer .btn+.btn,
a.btn,
button.btn {
  white-space: normal;
  box-shadow: 5px 5px 10px #ccc;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.btn:hover,
a.btn:focus,
button.btn:hover,
button.btn:focus {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#mandate-download,
#statement-download {
  margin-bottom: 1em;
}
label.optional {
  font-weight: 400;
}
#pplanauth-form&gt;.col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
.check-button {
  cursor: pointer;
  color: transparent;  
  text-shadow: 0 0 0 rgb(0, 182, 0); 
}
.check-button:active {
  box-shadow: inset 0 0 2px #222;
}
/* Error styles */
label.error,
p.error,
h1.error,
h2.error,
h3.error,
h4.error,
h5.error {
  color: firebrick;
  font-weight: 700;
}
div.error {
  color: firebrick;
  font-weight: 700;
}
div.success{
  color: black;
  font-weight: 700;
}
/* Clear both on elements where last child floats */
#payment-splash-left:after {
  content: ' ';
  clear: both;
  display:table;
}
/*Income and expenditure category styles */
#inandex-form table {
  table-layout: fixed;
}
.inex_category,
.inex_category input.form-control[disabled] {
  cursor: pointer;
  user-select: none;
}
.inex_category&gt;th:first-child::after {
  content: ' \25B6';
  margin-left: 0.5rem;
  display: inline-block;
  transform-origin: 40% 50%;
  transition: transform 250ms ease-in-out;
  font-family: "Segoe UI Symbol", monospace;
}
.inex_category.expanded&gt;th:first-child::after {
  transform: rotate(90deg);
}
.inex_category&gt;th {
  background-color: #ffffff;
}
.inex_category.odd&gt;th {
  background-color: #f9f9f9;
}

#frame_3dAuth {
  width:480px;
  height:420px;
}

.slider-column{
  padding-top: 5px;
}

.paymore-space{
  padding-bottom: 5px;
}

.pl-31{
  padding-left: 31px;
}

.mr-5{
  margin-right: 200px;
}
.dropdown-menu {
  position: absolute;
  top: 100%; /* Bottom of button */
  width: min-content;
  margin-left: 175px; /* More to the left */
}
.hidden {
  visibility: hidden;
}
/* .checkbox {
  position: relative;
  float: right;
} */

.pplan-installments{
  border-color: red;
  border-style: solid;
  border-width: 1px;
}

.checkbox__label{
  font-size: 14px;
  max-width: 80%;

}

.payment-checkbox{
  width: 15px;
  height: 15px;
}

.border-right{
  border-right: 1px solid #111;
}

#settleNow{
  padding-bottom: 10px;
}

.noaStyle{
  padding-bottom: 35px;
  font-size: 20px;
}

#vuln-form &gt; label,textarea{
  display: block;
  min-width: 441px;
  min-height:213px;
}

.input-style{
  width: 100%;
  margin-bottom: 5px;
}

.nopadding{
  padding-left: 0; 
}

#vuln-info{
  width: 100%;
}

.btn-spacing{
  margin-bottom: 5px;
  margin-right: 5px;
}

/* .modal-custom{
  width: 100%;
  max-width: 1250px;
} */

input[type=file] {
  display: inline;
}

.consent-style{
  font-weight: 700 !important;
}

.pb{
  padding-bottom: 0.5rem;
}

.bigger-checkbox {
  /* Increase the size of the checkbox */
  transform: scale(1.2); /* Adjust the scale factor as needed */
  content: '\2717'; /* Unicode for cross symbol */
  text-align: center;
  color: #fff;
  background-color: red;

}

.progPlacement{
  height: 100%;
  padding-top: 17px;
}

.panel-link {
  color: inherit; /* Use the default text color */
  text-decoration: none; /* Remove underlines */
}

.panel-link:hover,
.panel-link:focus {
  text-decoration: none; /* Remove underlines on hover and focus */
  color: inherit; /* Use the default text color on hover and focus */
}

.panel-arrow {
  margin-top: 2px;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.panel-title[aria-expanded="true"] .panel-arrow {
  transform: rotate(90deg);
}

#action-error{
  color: firebrick;
  font-weight: 700;  
}

.compFileError{
  padding-bottom: 20px;
  color: firebrick;
  font-weight: 700;   
}

.vuln-logged-callback-success{
  padding-top: 20px;
  font-weight: 700;
}

.vuln-logged-callback-failed{
  padding-top: 20px;
  color: firebrick;
  font-weight: 700;    
}

.my-popover {
  max-width: 300px; /* Adjust the width as needed */
  font-size: 14px; /* Adjust the font size as needed */
}

.popover-content {
 white-space: pre-wrap;
}

hr {
  margin-top: 10px !important;
  margin-bottom: 0 !important;
  border: 0 !important;
  border-top: 1px solid #eee !important;
}

.nonMand {
  font-weight: 0;
}

.dialog {
  background-color: red;
  text-align: center;
  color: white;
  padding: 0px 20px 0px 60px
}

@media (min-width: 992px){
  .border-left-md{
    border-left: 4px solid #F16826  
  }
}

/* -------------- #17165 GH chat popup ----------------*/
.floating-btn {
  width: 50px;
  height: 50px;
  background-color: #f8fafc;
  opacity: 70%;
  position: fixed;
  border-radius: 50%;
  border: 5px groove #00ADEE;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.btn-pulse {
  animation: pulsebtn 5s linear;
  -webkit-animation: pulsebtn 5s linear; /* Safari 4+ */
  -moz-animation:    pulsebtn 5s linear; /* Fx 5+ */
  -o-animation:      pulsebtn 5s linear; /* Opera 12+ */
  animation:         pulsebtn 5s linear; /* IE 10+, Fx 29+ */
  animation-iteration-count: infinite;
}

.popup-container {
  display: none;
  position: fixed;
  border-radius: 2%;
  bottom: 70px;
  right: 20px;
  width: 280px;
  max-height: 400px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 2px solid #ccc;
  overflow: auto;
  /* padding: 10px; */
  z-index: 1000;
  word-break: normal;
}

#popup-btn.show-notification::after {
  content: '\f0f3'; /* Unicode for Font Awesome's exclamation icon */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 17px;
  height: 17px;
  background-color:#d04848;
  border-radius: 50%;
  color: white;
  display: flex;
  opacity: 0;
  align-items: center;
  justify-content: center;
  font-size: 12px; /* Adjust the font size as needed */
}

#popup-btn.show-notification::after {
  opacity: 100;
}

.msg-area {
  height: 100%;
  width: 100%;
  min-height: 200px;
}

.chat-popup-textbox {
  border: 2px #f1f1f2;
  width: 50%;
  height: 30%;
  font-size: 14px;
  resize: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
  word-break: normal;
  z-index: 1000;
}

.text-area-container {
  bottom: 0%;
  display: flex;
  align-items: end;
  height: 40%;
  position: sticky;
  z-index: 1000;
}

.sticky-text-area {
  position: sticky;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #f1f1f2; 
  padding: 0px;
  z-index: 1000;
  overflow: hidden;
}

.sticky-header {
  position: sticky;
  top: 0;
  background-color: #f1f1f1; 
  /* padding: 3%;  */
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000; 
  word-wrap:break-word;
  height: auto;
}

.chat-popup-textarea {
  display: flex;
  min-width: 0%; 
  min-height: 0%;
  height: 70px;
  width: 300px;
  border: none;
  border-radius: 5%;
  background-color: #f2f2f2;
  font-size: 12px;
  resize: none;
  box-sizing: border-box;
  margin: 0;
  padding-left: 5px;
  overflow: auto;
  word-break: normal;
  position: sticky;
  z-index: 1000;
}

.close-button {
  position: absolute;
  color: black;
  right: 4%;
  cursor: pointer;
  /* top: 0; */
}

.min-btn {
  position: absolute;
  color: black;
  right: 15%;
  cursor: pointer;
  /* top: 0; */
}

.yes-btn {
  position: absolute;
  top: 50%;
  left: 30%;
  cursor: pointer;
}

.no-btn {
  position: absolute;
  top: 50%;
  right: 30%;
  cursor: pointer;
}

.chat-close-container {
  display: none;
  position: absolute;
  border-radius: 2%;
  width: 100%;
  height: 100%;
  max-height: 400px;
  max-width: 300px;
  box-sizing: border-box;
  background-color: rgb(	242, 242, 242,0.9);
  border: 2px solid #f2f2f2;
  overflow: none;
  padding: 10px;
  z-index: 1100;
  word-break: normal;
}

/* .chat-close-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242,0.9); 
  z-index: 1100;
} */

.popup-link {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.chat-close-title {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
}

.header-text {
  position:sticky;
  font-size: medium;
  font-weight: bold;
  padding:0%;
  left: 2%;
}

.chat-time {
  font-size: x-small;
}
/* -------------- end chat popup ----------------*/

/* -------------- chat popup notification #19596 -------*/

.popupspeech-bubble {
  display: none;
/* opacity: 0.90; 50% transparent */
	position: fixed;
	background: #f1f1f1;
	border-radius: .4em;
  bottom: 100px;
  right: 20px;
  width: 280px;
  z-index: 1000;
  padding: 20px; 
  box-shadow: 0px 0px 0px 2px #cccccc;
  
}

.popupspeech-bubble:hover {
  box-shadow: 0px 0px 0px 2px #999999;
}

.popupspeech-bubble:hover:before{
  border-top-color: #999999;
}

.popupspeech-bubble:after {
	content: '';
  /* opacity: 0.90; 50% transparent */
	position: absolute;
	bottom: 0;
	left: 74%;
	width: 0;
	height: 0;
	border: 56px solid transparent;
	border-top-color: #f1f1f1;
	border-bottom: 0;
	border-right: 0;
	margin-left: -28px;
	margin-bottom: -56px;
}

.popupspeech-bubble:before {
	content: '';
  /* opacity: 0.90; 50% transparent */
	position: absolute;
	bottom: 0;
	left: 74%;
	width: 0;
	height: 0;
	border: 60px solid transparent;
	border-top-color: #cccccc;
	border-bottom: 0;
	border-right: 0;
	margin-left: -30px;
	margin-bottom: -60px;
}

.popupspeech-bubble-close {
  color: black; /* Default color */
  cursor: pointer; /* Change cursor to pointer on hover */
  text-decoration: none; /* Remove underline by default */
  transition: color 0.3s ease, text-decoration 0.3s ease; /* Smooth transition */
  float: right; /* Float the icon to the right */
  font-size: 24px; /* Increase the font size for a bigger 'X' */
  line-height: 1; /* Set line height to maintain spacing */
  margin-bottom: 10px; /* Optional: Add some space below the close icon */
}
.popupspeech-bubble-close:hover {
  color: blue; /* Color changes to blue on hover */
  text-decoration: underline; /* Underline on hover */
}


/* -------------- END chat popup notification  #19596 -------*/

/* -------------- MOTD/announcement modal styling  #19596 ------ */
@keyframes slideIn {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Customize modal appearance if needed */
.announcementModal {
  background-color: #f8f9fa; /* Light gray background for modal */
  border-radius: 0.5rem; /* Rounded corners for a softer look */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.announcementModal-title {
  color: #333; /* Dark text for title */
  font-weight: 600; /* Slightly bolder title */
}

.announcementModal-body {
  font-size: 16px; /* Body text size */
  color: #555; /* Darker gray for body text */
  padding: 20px; /* Add padding for body */
  line-height: 1.5; /* Improved readability */
}

.announcementModal-footer {
  background-color: #f1f1f1; /* Light background for footer */
  border-top: 1px solid #dee2e6; /* Subtle border */
  padding: 10px; /* Padding for footer */
  border-radius: 0.5rem;
}

/* Center the close button in the modal header */
.announcementModal-header {
  display: flex; /* Use flexbox for alignment */
  justify-content: space-between; /* Space between title and close button */
  align-items: center; /* Vertically center items */
  background-color: #e9ecef; /* Light background for header */
  border-bottom: 1px solid #dee2e6; /* Subtle border */
}

.announcementModal{
  margin: 0; /* Remove default margins */
  font-size: 1.5rem; /* Increase close button size */
  color: #aaa; /* Subtle color */
}

.announcementModal {
  color: #333; /* Darker color on hover */
  text-decoration: none; /* Remove underline */
}

.close-announcement {
  margin-top: -5.0% !important;
  font-size: 200% !important; 
}

.announcement-btn {
  float: right;
}

/* ----------- END MOTD/announcement modal styling --- */

/* --- MJ #20650 - payment method selection card custom radio buttons --- */

        .card-option {
          display: block;
          cursor: pointer;
        }
    
        .card-option input {
          display: none;
          /* Hide default radio button */
        }
    
        .card-box {
          border: 2px solid #ccc;
          border-radius: 8px;
          padding: 15px;
          text-align: center;
          background: #f9f9f9;
          transition: 0.3s;
        }
    
        .card-option input:checked+.card-box {
          border-color: #007bff;
          background: #e3f2fd;
        }
    
        /* Disabled state styles */
        .card-option input:disabled+.card-box {
          border-color: #ddd;
          /* Lighter border */
          background: #f0f0f0;
          /* Lighter background */
          color: #aaa;
          /* Lighter text */
          cursor: not-allowed;
          /* Show the "not allowed" cursor */
          opacity: 0.5;
          /* Make the card appear faded */
        }
    
        /* Disabled text color */
        .card-option input:disabled+.card-box p {
          color: #aaa;
          /* Lighter text for the card details */
        }.animated-circle-holder {
  width: 120px;
  height: 120px;
  margin: auto;
  margin-bottom: 1em;
  transition:transform 1s cubic-bezier(0.74, 0.18, 0.63, 1.64);
}
.animated-circle-holder:hover,
.circle-link:focus&gt;.animated-circle-holder,
.circle-link:focus&gt;.animated-circle-holder {
  transform: scale(1.2) perspective(1px);
}
.circle {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
.back-circle {
  z-index: 0;
  box-shadow: inset 0px -10px 20px 5px rgba(0, 0, 0, 0.1);
}
.animated-circle {
  animation-name: circle-pulse;
  animation-duration:10s;
  animation-iteration-count: infinite;
  z-index: 1;
}
.animated-circle.pulse {
  background: rgba(0, 0, 0, 0.2);
}
@keyframes circle-pulse {
  0% {
    transform: scale(0);
    opacity:1;
  }
  60% {
    transform: scale(1);
    opacity:0.9;
  }
  100%{
    opacity:0
  }
}
.text-in-circle {
  z-index: 2;
  color: white;
  text-align: center;
  vertical-align: middle;
  width: 120px;
  margin-top: 35px;
  font-size:1.1em;
}
.absolute-position {
  position: absolute;
}
#circle-layout div {
  padding: 0;
}</pre></body></html>