<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  font-size: 94%; }

a {
  color: #334455; }

.top-header {
  padding: 10px 0; }

.top-header ul {
  padding: 0;
  margin: 0; }

.top-header ul li a {
  color: #293643;
  margin: 0 10px; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #293643; }

.hero-banner {
  height: 350px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative; }

.hero-banner img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.hero-banner .hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  /*background:rgba(41,54,67, 0.85);background:$secondary-color;padding:10px 20px;*/
  font-size: 2.5rem;
  font-weight: 700;
  z-index: 2;
  max-width: 500px;
  text-align: center;
  text-shadow: 2px 2px 0 #293643; }

.hero-banner .hero-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1; }

.form-control {
  font-size: inherit;
  padding: 0.375rem 0.5rem; }

.citizenHide {
  display: none; }

.citizenLogo {
  height: 100px;
  width: 100px;
  line-height: 95px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #ffffff; }

.badge {
  height: 19px;
  line-height: 19px; }

.brandLogo {
  height: 60px;
  width: 60px;
  line-height: 55px;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #ffffff;
  border: 1px solid #333;
  float: right; }

.title {
  position: relative;
  text-align: center; }

.title h3 {
  font-size: 30px; }

.title h3:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.title .divider {
  display: block;
  height: 1px;
  left: 0;
  margin: 20px auto;
  position: relative;
  right: 0;
  text-align: center;
  width: 20px; }

.title .divider:before,
.title .divider,
.title .divider:after {
  background: #27303b; }

.title .divider:before {
  bottom: 0;
  content: "";
  height: 1px;
  left: -30px;
  margin: 5px 0;
  position: absolute;
  right: 0;
  transition: all 0.4s ease 0s;
  width: 50px; }

.title .divider:after {
  content: "";
  height: 1px;
  left: 0;
  margin: 5px 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 50px; }

.title:hover .divider:before,
.title:hover .divider:after {
  left: -15px; }

input[type="file"] {
  width: auto !important;
  max-width: 200px; }

.input-group .input-group-text {
  font-size: 14px; }

.landingPage .top-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.landingPage .loginFeatures {
  display: flex;
  align-items: center;
  margin: 30px auto;
  justify-content: center; }

.landingPage .loginFeatures .featureBox {
  background: #293643;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.25s ease;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 15px; }

.landingPage .loginFeatures .featureBox:after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "\f30d";
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 1;
  font-weight: 900;
  color: #FAA71D;
  transition: all 0.25s ease; }

.landingPage .loginFeatures .featureBox a {
  display: block;
  color: #ffffff;
  transition: all 0.25s ease;
  padding: 15px 10px; }

.landingPage .loginFeatures .featureBox a i {
  padding-right: 5px; }

.landingPage .loginFeatures .featureBox:hover {
  background: #FAA71D; }

.landingPage .loginFeatures .featureBox:hover:after {
  color: #293643;
  top: -20px; }

.landingPage .loginFeatures .featureBox a:hover {
  text-decoration: none;
  color: #ffffff; }

.landingPage .basicFeatures {
  display: flex;
  align-items: center;
  margin: 30px auto; }

.landingPage .basicFeatures .featureBox {
  background: #FAA71D;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: 5px 15px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.25s ease;
  border: 2px solid transparent; }

.landingPage .basicFeatures .featureBox a {
  display: block;
  color: #ffffff;
  transition: all 0.25s ease;
  padding: 10px; }

.landingPage .basicFeatures .featureBox a i {
  padding-right: 5px; }

.landingPage .basicFeatures .featureBox:hover {
  background: #ffffff;
  border-color: #FAA71D; }

.landingPage .basicFeatures .featureBox a:hover {
  text-decoration: none;
  color: #FAA71D; }

.bg-grey {
  background: #f5f5f5; }

.landingPage .services h4 {
  font-size: 16px;
  margin-bottom: 20px; }

.landingPage .services .serviceBox {
  background: #ffffff;
  border: 1px solid #293643;
  height: 250px;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 15px; }

.landingPage .services .serviceBox ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.landingPage .services .serviceBox ul li {
  margin-bottom: 5px; }

.landingPage .services .serviceBox ul li i {
  padding-right: 5px; }

.landingPage footer {
  background: #293643;
  color: #ffffff;
  padding: 15px 0;
  text-align: center; }

.landingPage footer ul {
  margin-bottom: 0;
  font-size: 13px; }

.landingPage footer ul li {
  position: relative;
  color: #ffffff;
  padding-right: 10px; }

.landingPage footer ul li a,
.landingPage footer ul li a:hover {
  color: #ffffff; }

.landingPage footer ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: #ffffff;
  top: 3px;
  right: 0; }

.landingPage footer ul li:last-child:after {
  content: none; }

.scrollToTop {
  bottom: 7px;
  position: fixed;
  right: 20px;
  z-index: 9;
  display: none; }

.scrollToTop a {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  color: #ffffff;
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  opacity: 0.6;
  text-align: center;
  width: 28px; }

/*Top-Navbar*/
.top-navbar {
  position: fixed;
  width: calc(100% - 230px);
  left: 230px;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.top-navbar .user-actions sup {
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  white-space: nowrap;
  height: 15px;
  min-width: 15px;
  background: #FAA71D;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: center;
  line-height: 15px;
  padding: 0 2px;
  color: #ffffff;
  font-family: "Roboto", "Helvetica Neue", sans-serif;
  font-size: 10px;
  font-weight: 600;
  z-index: 1; }

.top-navbar .user-actions &gt; ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }

.top-navbar .user-actions &gt; ul &gt; li {
  display: inline-block; }

.top-navbar .user-actions &gt; ul &gt; li &gt; a {
  font-size: 17px;
  margin: 0 2px;
  padding: 0 5px; }

.top-navbar .user-actions &gt; ul &gt; li &gt; a &gt; i {
  position: relative; }

.top-navbar .welcome-text {
  font-weight: 500;
  color: #293643; }

.top-navbar .dropdown-menu {
  width: 20rem;
  margin: 0;
  position: absolute;
  left: auto;
  right: -7px;
  top: 40px;
  -webkit-box-shadow: 0 0 10px rgba(98, 98, 98, 0.1);
  box-shadow: 0 0 10px rgba(98, 98, 98, 0.2);
  border-color: rgba(0, 0, 0, 0.1); }

.top-navbar .dropdown-menu.dropdown-sm {
  width: 15rem; }

.top-navbar .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 15px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #293643;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: ""; }

.top-navbar .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 16px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #293643;
  border-left: 6px solid transparent;
  content: ""; }

.top-navbar .dropdown-big-header {
  padding: 0.75rem;
  color: #ffffff;
  white-space: nowrap;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.top-navbar .dropdown-small-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.top-navbar .dropdown-heading {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }

.top-navbar .dropdown-heading span {
  display: block;
  font-size: 18px;
  font-weight: 400; }

.top-navbar .dropdown-heading small {
  font-size: 100%;
  color: #FAA71D;
  font-weight: 500; }

.top-navbar .nav-btn-collapse {
  display: none; }

/*Left-Sidebar*/
.left-sidebar {
  width: 230px;
  background-color: #2b303b;
  z-index: 8;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  height: 100%; }

.page-container {
  width: 100%;
  height: 100%;
  padding-left: 230px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.page-container .page-content-wrapper {
  min-height: 100%;
  position: relative;
  z-index: 1;
  padding: 60px 0 0;
  padding-bottom: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.page-container .page-content-wrapper &gt; .content {
  padding: 15px; }

.sidebar-visible .left-sidebar {
  transform: translateX(-230px); }

.sidebar-visible .page-container {
  padding-left: 0; }

.sidebar-visible .top-navbar {
  width: 100%;
  left: 0; }

.sidebar .nav-profile-image .image {
  background-image: url("/img/default-city-logo.jpg"); }

.sidebar-scroll:hover::-webkit-scrollbar-thumb,
.scrollable-div:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.41; }

.sidebar-scroll::-webkit-scrollbar-track,
.scrollable-div::-webkit-scrollbar-track {
  background: none; }

.sidebar-scroll::-webkit-scrollbar,
.scrollable-div::-webkit-scrollbar {
  width: 7px;
  height: 0; }

.sidebar-scroll::-webkit-scrollbar-thumb,
.scrollable-div::-webkit-scrollbar-thumb {
  background: none;
  border-radius: 4.5px;
  -webkit-border-radius: 4.5px;
  -moz-border-radius: 4.5px; }

.sidebar-scroll::-webkit-scrollbar-thumb:hover,
.scrollable-div::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5); }

.sidebar-scroll {
  overflow: auto; }

.sidebar .sidebar-menu .nav-item a {
  padding: 12px; }

.primaryAction {
  margin: 0 auto; }

/*Right modal*/
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 320px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  max-height: inherit; }

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  max-height: inherit; }

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 80px; }

/*Left*/
.modal.left.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out; }

.modal.left.fade.show .modal-dialog {
  left: 0; }

/*Right*/
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out; }

.modal.right.fade.show .modal-dialog {
  right: 0; }

/* ----- MODAL STYLE ----- */
.modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none; }

.modal-header {
  border-bottom-color: #eeeeee;
  background-color: #fafafa; }

/*Login*/
.auth-page {
  padding: 5rem 0 3rem; }

.auth-page.landingPage {
  padding: 0; }

.auth-page .brand-logo {
  margin: 0 auto;
  text-align: center; }

.auth-page .form-container {
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  overflow: hidden; }

.auth-page .form-container.sm {
  max-width: 350px;
  margin: 0 auto; }

.auth-page .form-title h1 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700; }

.auth-page .form-title h1 small {
  font-size: 12px;
  display: block;
  color: #555555; }

.auth-page .form-container .form-field_input,
.auth-page .form-container .form-field_textarea {
  font-size: 15px;
  font-weight: 500; }

.auth-page .form-inputs {
  margin-top: 50px; }

.auth-page .form-container .form-field_control {
  border: none !important;
  background: #edf1f5;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  height: 48px; }

.auth-page .form-container .form-field_label,
.auth-page .form-container .form-field_input:focus ~ .form-field_label,
.auth-page .form-container .form-field_textarea:focus ~ .form-field_label {
  color: #555555; }

.auth-page .btn.btn-login-blue {
  text-align: left;
  color: #ffffff;
  height: 48px;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem; }

.auth-page .btn-login-blue:focus,
.auth-page .btn-login-blue:hover {
  color: #ffffff;
  background: #5766b2; }

.auth-page .btn-login-blue i {
  text-align: right;
  float: right;
  padding-top: 2px;
  transition: all 0.25s ease;
  transform: translate(-10px, 0);
  -webkit-transform: translate(-10px, 0); }

.auth-page .btn-login-blue:focus i,
.auth-page .btn-login-blue:hover i {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.secondaryActions {
  top: 85px; }

/*.table th, .table td{font-size:14px}*/
/*311*/
.request-tabs {
  border-bottom: 0; }

.request-data,
.request-data div,
.request-data table td,
.request-data table td &gt; div {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.request-data &gt; div {
  padding: 0.15rem 0; }

.request-data table {
  table-layout: fixed; }

.request-data table td {
  vertical-align: top;
  padding: 0.2rem 0; }

.request-data table td:nth-child(2) {
  text-align: right;
  width: 110px; }

.request-data table td span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.request-data .requestStatus {
  position: absolute;
  top: 15px;
  right: 15px; }

.request-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 10px; }

.request-action .btn {
  margin: 0 3px; }

.citySelector .select2-container {
  width: 100% !important; }

.citySelector
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 35px; }

/*Signup*/
.utilitiesSignUp .sidebar h4 {
  font-size: 1rem;
  padding: 5%;
  font-weight: 400;
  line-height: 1.5rem; }

.utilitiesSignUp .sidebar h3 {
  font-size: 1.5rem;
  padding: 20% 5% 5%;
  line-height: 1.25em; }

.utilitiesSignUp .page-container .form-container {
  max-width: 800px;
  padding: 0 15px; }

.utilitiesSignUp .topHeader {
  padding: 15px 0; }

.utilitiesSignUp .topHeader .title {
  font-size: 16px;
  text-align: center; }

.utilitiesSignUp .divider {
  border-top: 1px solid #ccc; }

.utilitiesSignUp .form-section {
  padding: 15px 0;
  border: none; }

.utilitiesSignUp .form-section .form-group {
  margin-bottom: 20px; }

.utilitiesSignUp .selectRadio {
  width: 150px !important; }

.signupSteps &gt; .sw-container {
  min-height: 200px; }

.signupSteps .step-content {
  padding: 0 10px;
  border: 0px solid #d4d4d4;
  background-color: #ffffff;
  text-align: left; }

.signupSteps .sw-toolbar {
  padding: 10px;
  margin-bottom: 0 !important; }

.signupSteps &gt; ul.step-anchor {
  border: 0;
  padding: 0px;
  list-style: none;
  overflow: hidden; }

.signupSteps &gt; ul.step-anchor li + li:before {
  padding: 0; }

.signupSteps &gt; ul.step-anchor &gt; li {
  pointer-events: none; }

.signupSteps &gt; ul.step-anchor &gt; li &gt; a,
.signupSteps &gt; ul.step-anchor &gt; li &gt; a:hover {
  color: #bbb;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  display: block;
  border: 0 !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline-style: none;
  background: #eeeeee; }

.signupSteps &gt; ul.step-anchor &gt; li &gt; a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 30px solid #eeeeee;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2; }

.signupSteps &gt; ul.step-anchor &gt; li &gt; a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  border-left: 30px solid #ddd;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1; }

.signupSteps &gt; ul.step-anchor &gt; li:first-child &gt; a {
  padding-left: 15px; }

.signupSteps &gt; ul.step-anchor &gt; li &gt; a:hover {
  color: #bbb;
  text-decoration: none;
  outline-style: none;
  background: #eeeeee;
  border-color: #eeeeee; }

.signupSteps &gt; ul.step-anchor &gt; li &gt; a:hover:after {
  border-left-color: #eeeeee; }

.signupSteps &gt; ul.step-anchor &gt; li.clickable &gt; a:hover {
  color: #4285f4 !important;
  background: #46b8da !important; }

.signupSteps &gt; ul.step-anchor &gt; li.active &gt; a {
  border-color: #FAA71D !important;
  color: #fff !important;
  background: #FAA71D !important; }

.signupSteps &gt; ul.step-anchor &gt; li.active &gt; a:after {
  border-left: 30px solid #FAA71D !important; }

.signupSteps &gt; ul.step-anchor &gt; li.done &gt; a {
  border-color: #ffc668 !important;
  /*  $secondary-color */
  color: #fff !important;
  background: #ffc668 !important; }

.signupSteps &gt; ul.step-anchor &gt; li.done &gt; a:after {
  border-left: 30px solid #ffc668;
  /* c3e6cb */ }

.signupSteps &gt; ul.step-anchor &gt; li.danger &gt; a {
  border-color: #d9534f !important;
  color: #fff !important;
  background: #d9534f !important; }

.signupSteps &gt; ul.step-anchor &gt; li.danger &gt; a:after {
  border-left: 30px solid #d9534f !important; }

.signupSteps &gt; ul.step-anchor &gt; li.disabled &gt; a,
.signupSteps &gt; ul.step-anchor &gt; li.disabled &gt; a:hover {
  color: #eee !important; }

.signupSteps::before {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #FAA71D; }

.signupSteps .objectCheckbox label i {
  background: #ffffff;
  top: 2px; }

/*
.citizenFaq ul{list-style:none;padding:0;margin:0}
.citizenFaq ul + ul{border-top:1px solid $border;padding-top:15px}
.citizenFaq ul ul{margin:15px 0}
.citizenFaq ul ul li{font-size:14px;font-weight:400}

.citizenFaq&gt;div&gt;ul&gt;li{font-size:1.25rem;font-weight:600;position:relative}*/
.page-link:hover,
.page-link:not([href]):hover,
.page-item.active .page-link {
  background-color: #293643;
  border-color: #293643;
  color: #ffffff; }

.dataTables_wrapper .page-item.active .page-link,
.dataTables_wrapper .page-item:hover .page-link,
.dataTables_wrapper .page-item:active .page-link {
  background: #293643;
  border-color: #293643; }

.doubleRows tbody td {
  word-break: break-all; }

.payPreferences,
.accSummary {
  width: 350px; }

.summarynCartnPreferences .accSummary {
  margin-right: 15px; }

.paymentSetupModal {
  position: fixed;
  bottom: 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  box-shadow: rgba(9, 30, 66, 0.15) 0px 8px 16px -4px, rgba(9, 30, 66, 0.03) 0px 0px 1px;
  border-left: 3px solid #FAA71D;
  padding: 10px;
  display: flex;
  align-items: center;
  max-width: 700px;
  z-index: 9999; }

.paymentSetupModal .icon i {
  background: #ced4da;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  display: block; }

.paymentSetupModal span {
  font-weight: bold; }

.paymentSetupModal p {
  margin: 0; }

.paymentSetupModal .close {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  position: absolute;
  top: 5px;
  right: 5px; }

.multiple_check_cards .data-box.active {
  border: 1px solid #FAA71D; }

.primarypay {
  margin-top: 0.5rem; }

.pay-billsHeader .primarypay {
  margin-top: 0.25rem; }

/* Responsive CSS */
@media (max-width: 1024px) {
  .gworks-tabStyling2 .nav-item {
    width: 33.3333%; }
  .rightFilter .dataTableFilter {
    float: right;
    padding-top: 20px; }
  .rightFilter .dataTableFilter + * {
    float: none;
    clear: both; } }

@media (max-width: 992px) {
  .landingPage .services &gt; [class^="col-"] {
    margin-bottom: 30px; }
  .landingPage .services h4 {
    text-align: center; }
  .left-sidebar {
    transform: translateX(-230px);
    z-index: 99; }
  .page-container,
  .utilitiesSignUp .page-container {
    padding-left: 0; }
  .top-navbar {
    width: 100%;
    left: 0; }
  .top-navbar .nav-btn-collapse {
    display: block; }
  .sidebar-visible .left-sidebar {
    transform: translateX(0); }
  .sidebar-mboverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    top: 0;
    left: 0;
    z-index: 98;
    display: none;
    cursor: pointer; }
  .sidebar .nav-item a {
    padding: 8px; } }

@media (max-width: 768px) {
  html,
  body {
    font-size: 95%; }
  .landingPage .container {
    width: 95%;
    max-width: inherit; }
  .landingPage .basicFeatures .featureBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 15px 0; }
  .utilitiesSignUp .sidebar {
    position: relative;
    transform: translate(0);
    width: 100%;
    height: inherit; }
  .utilitiesSignUp .sidebar .vh-100 {
    height: inherit !important; }
  .utilitiesSignUp .sidebar h3 {
    padding: 20px 20px 0; }
  .utilitiesSignUp .sidebar h4 {
    padding: 0 20px 20px; }
  .utilitiesSignUp .page-container {
    padding-left: 0; }
  .auth-page {
    padding: 4rem 0 2rem; }
  .gworks-tabStyling2 .nav-item {
    width: inherit; } }

@media (max-width: 576px) {
  .auth-page.landingPage .brandLogo {
    float: none; }
  h1 {
    font-size: 2rem; }
  .auth-page,
  .auth-page &gt; .container {
    padding: 0; }
  .auth-page .brand-logo {
    padding-top: 15px; }
  .landingPage .hero-banner {
    height: 300px; }
  .landingPage .hero-banner .hero-text {
    font-size: 2rem; }
  .signupSteps &gt; ul.step-anchor &gt; li &gt; a:before,
  .signupSteps &gt; ul.step-anchor &gt; li &gt; a:after {
    display: none; }
  .signupSteps &gt; ul.step-anchor &gt; li:first-child &gt; a,
  .signupSteps &gt; ul.step-anchor &gt; li &gt; a {
    padding: 8px;
    font-size: 0.85rem; }
  .top-navbar .welcome-text {
    display: none; }
  .transforming-tabs &gt; ul {
    border: 2px solid #FAA71D;
    overflow: hidden;
    position: relative;
    display: block; }
  .transforming-tabs &gt; ul::after {
    content: "\f0c9";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none; }
  .transforming-tabs &gt; ul.open .nav-link {
    position: relative;
    display: block; }
  .transforming-tabs &gt; ul &gt; li {
    display: block; }
  .transforming-tabs &gt; ul &gt; li &gt; .nav-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none !important; }
  .transforming-tabs &gt; ul &gt; li &gt; .nav-link.active {
    z-index: 1;
    border: none !important; }
  /*.payment-cardDetails{position:absolute;top:50px;left:10%;transform:translateX(-50%)}*/
  .payment-cardDetails {
    font-size: 14px; }
  .billsDataCard .billsData table {
    table-layout: fixed; }
  .billsDataCard .billsData table tr th + th,
  .billsDataCard .billsData table tr td + td {
    text-align: left;
    padding-left: 0; }
  .billsDataCard .billsData table tr th,
  .billsDataCard .billsData table tr td {
    display: block;
    max-width: inherit !important;
    padding: 2px 0; }
  .billsDataCard .billsData .badgeTable tr {
    height: inherit; }
  .billsDataCard .billsData table tr th:empty,
  .billsDataCard .billsData table tr td:empty {
    display: none; } }

@media (max-width: 360px) {
  .billsDataCard .billsAction .btn {
    font-size: 14px;
    width: 48%;
    white-space: nowrap;
    padding: 0.35rem 0; } }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .landingPage .loginFeatures .featureBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .modal.modal-confirmation .modal-dialog {
    max-width: 300px; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 768px) {
  .primaryAction {
    position: absolute;
    right: 15px;
    top: 75px; } }

@media (min-width: 992px) {
  .utilitiesSignUp .page-container {
    padding-left: 400px; }
  .utilitiesSignUp .sidebar {
    width: 380px; }
  .utilitiesSignUp .sidebar h3 {
    font-size: 2rem;
    padding: 20% 5% 5%; } }

@media (min-width: 1024px) {
  .landingPage .loginFeatures .featureBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .utilitiesSignUp .sidebar {
    width: 400px; }
  .utilitiesSignUp .page-container {
    padding-left: 430px; }
  .card-tabs .rightFilter .dataTableFilter {
    top: -55px; } }

@media (min-width: 1200px) {
  .landingPage .loginFeatures .featureBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%; }
  .agendafilter {
    position: absolute;
    top: -30px;
    right: 18px; } }

@media (min-width: 1300px) {
  .payPreferences {
    width: 360px; } }

@media (min-width: 1400px) {
  .payPreferences {
    width: 380px; } }
</pre></body></html>