/*
Bootstrapious Dashboard Template 1.2
https://bootstrapious.com/p/bootstrap-4-dashboard
*/

/*
* ==========================================================
*     GENERAL
* ==========================================================
*/
:root {
	--text: #212529;

	--light-accent:#fafafa;
	--dark-accent:#C8C8C8;
	--accent: #F5F5F5;
	--shade: #EDEDED;
	--dark-shade: #e2e4e9;
	--darkest-shade: #D9D8D9;
	--darkest-accent: #81848c;

	--navy: #1E1C57;
	--navy-hover: #1E1C54;

	--primary: #4483CD!important;
	--primary-hover: #3266AA;

	--secondary:#D9E7FC;
	--secondary-hover:#C8DBF8;

	--all-lift:#000000;
	--all-connect:#000000;
	--connect-fm:#2a529e;
	--iris:#444444;
	--redlift:#CF0000;

	--success:#36A59A;
	--success-hover: #238D83;
	--success-faded: #B8E7E2;

	--danger:#DD4B4E;
	--danger-hover: #AB354C;
	--danger-faded:#FCBFC0;

	--warning:#F5BD42;
	--warning-hover: #E1A011;
	--warning-faded: #FEF2D9;
}

b, strong {
	font-weight: bold;
}
.text-bold {
    font-weight: 700;
}

.text-small {
    font-size: 0.9rem;
}

.text-xsmall {
    font-size: 0.8rem;
}

.text-gray {
    color: #868e96;
}
.text-blue {
  color:var(--primary);
}

a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

body {
    overflow-x: hidden;
}

i {
    display: inline-block;
}

span {
    display: inline-block;
}

.mt-30px {
    margin-top: 30px !important;
}

.mb-30px {
    margin-bottom: 30px !important;
}

i[class*='icon-'] {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

table {
    font-size: 14px;
    color: var(--navy);
}
.space-table thead th {
  background: transparent;
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  border:0;
  padding:1rem;
}
.space-table tbody tr {
  background: white;
  border-bottom: 10px solid #f5f7fa;
  color:var(--navy);
  font-size:14px;

}
.space-table tbody td {
  vertical-align: middle;
  padding: 10px;
  border-top:0;
}
.space-table tbody:hover tr {
  background:white;
}
.btn-xs {
    font-size: 0.7em !important;
    padding: 2px 5px !important;
    border-radius: 16px !important;
}

.badge {
    font-weight: 400;
    border-radius: 0;
}

.badge.badge-primary {
    background: #33b35a;
}

.page {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    max-width: 97vw;
    width: calc(100vw - 70px);
    background-color: #F4F7FA;
    min-height: 100vh;
}

.page.active {
    width: calc(100% - 70px);
}

.expanded-page {
    width: calc(88vw - 2px);
}
/* Expanded menu to display on larger screens */
/*
@media(min-width:1800px) {
  .page {
    width:88vw;
  }
}
*/
@media(max-width:768px) {
  .container-fluid {
    padding:0 20px!important;
  }
  .space-table tbody td .btn {
    margin-bottom:5px;
  }
}


.breadcrumb-holder {
    background: #eceeef;
}

.breadcrumb-holder .breadcrumb {
    padding: 15px 0;
    font-size: 0.85em;
    font-weight: 300;
    color: #999;
    margin-bottom: 0;
}

.breadcrumb-holder .breadcrumb a:hover,
.breadcrumb-holder .breadcrumb:focus {
    text-decoration: none;
}

.breadcrumb-holder .breadcrumb .container {
    padding: 0;
}

.card {
  margin-bottom: 30px;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    margin-bottom: 0;
}

.card:not([class*="text"]) p {
    color: var(--navy);
}

.display {
    font-weight: 400 !important;
}

.section-padding {
    padding: 3rem 0;
}

.section-no-padding-bottom {
    padding-bottom: 0;
}

section header {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .container-fluid {
        padding: 0 3rem;
    }
}

/* CUSTOM STYLING */
.form-control{
  line-height: inherit;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.dropdown-menu li a.btn-info, .dropdown-menu li a.btn-danger {
  color:white;
}
.dropdown-menu li a.btn-info:hover, .dropdown-menu li a.btn-danger:hover {
  color:black;
}
.btn, .btn-info, .btn-danger, .side-navbar li.active > a, .side-navbar li a:hover {
  border-radius:16px;
}

/* branding */
.side-navbar li.active > a{
  background-color:rgb(0,161,71);
}
a:focus, a:hover {
  color:rgb(0,161,71);
}
.side-navbar li a:focus, .side-navbar li a:hover, .side-navbar li a[aria-expanded="true"]{
  background-color:rgb(255,242,0);
  color:black;
}

.btn-primary {
  color: #fff;
  background-color:var(--primary);
  border-color: var(--primary);
  transition:0.3s ease-in-out;
}
.btn-primary:hover {
  background-color:var(--primary-hover);
  color:#fff;
  border-color:var(--primary-hover);
}

.side-menu li{
  padding-bottom: 5px;
}
.brand-text img.large-logo{
  max-width:300px;
  display:block;
}
.brand-text img.small-logo{
  display:none;
}
/*--- NEW ASSET CONTROL STYLE ---*/
.asset-viewer-container-fluid > .bootstrap-table {
  display:flex;
}
.asset-viewer-container-fluid > .bootstrap-table > .fixed-table-toolbar {
  width:100%;
}


.fixed-table-toolbar {
  padding: 0 10px;
}
/* .asset-control-wrapper > .bootstrap-table > .fixed-table-toolbar {
  position: absolute;
  top:-5vw;
} */
.asset-viewer-container-fluid td {
  background: transparent!important;
}
.asset-viewer-container-fluid table {
  border-radius: 0!important;
    border: 0!important;
}
.fixed-table-container tbody td {
  border-left:0;
}
.asset-control-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top:10px;
  position:relative;
}
.asset-control-wrapper .table td, .asset-control-wrapper .table th {
padding:0;
}
#asset-control-asset-list-table .fixed-table-container {
  overflow-y: auto;
  height: calc(100vh - 200px);
}
.table-right {
  width:calc(78% - 3vw);
    max-width: 80%;
  margin: 0;
  padding: 0;
  flex:unset;
    margin-left:3vw;
    padding: 5px 0 0 0;
    z-index: 1;
}
.table-right input[type=search] {
  border: 1px solid var(--dark-shade);
    background-image: url('/static/img/icons/Search.svg');
    background-position:2% center;
    background-repeat:no-repeat;
    padding:13px 20px 13px 60px;
    background-color:white;
}
.table-right ::placeholder,
.modal ::placeholder {
  font-size:14px!important;
}

[data-field="last_reported_data"] {
  display: none;
}
.float-right.search.btn-group {
  float: unset!important;
  width:100%;
}
.table-right .table thead th {
border:0;
}
.table-right .table-bordered td, .table-bordered th {
  border:0;
  border-top:1px solid #EDEDED;
  padding:10px;
}
.table-right > .bootstrap-table {
  border-radius: 16px;
}
.fixed-table-container thead th .sortable {
  padding: 12px 30px 12px 12px;
}

@media(max-width:768px) {

  .asset-header-wrapper {
   flex-wrap:wrap;
  }
  .table-right input[type=search] {
      background-position:8% center;
  }
}

/* ASSET CONTROL SETTINGS */
.btn.ac-settings img,
button.asset-table-settings img {
  margin-left:0;
}
.btn.ac-settings:hover,
button.asset-table-settings:hover {
  background:var(--primary);
}
.btn.ac-settings:hover img,
button.asset-table-settings:hover img {
  filter:brightness(100)
}
.ac-settings {
  position:absolute;
  right:5px;
  top:5px;
}
button.asset-table-settings {
  /*margin-left:10px;*/
}

/* MODALS */
.modal-header {
  background:white;
  border-bottom:0;
  padding: 1.5rem 2.5rem;
}
 
.asset-settings-wrapper {
  padding: 0 2.5rem 1.5rem 2.5rem;
}
.modal label,
.asset-modals label,
.asset-settings-wrapper label {
  font-size: 0.8em;
  color: var(--navy);
}
.asset-modals .input-material,
.asset-settings-wrapper .input-material,
.modal .input-material {
  border:1px solid var(--darkest-shade);
}
.asset-settings-modal,
.asset-modals {
  background: white;
}
.asset-settings-modal .form-group,
.asset-modals .form-group,
.modal .form-group {
  margin-bottom: 30px;
}
.asset-settings-modal h4,
.asset-modals h4,
.modal h4 {
  color: var(--primary);
  font-weight: 400;
  font-size: 16px;
  margin: 30px 0;
}
.modal-backdrop.show {
  opacity: .7;
  background: #05051d;
}
.modal-open .modal {
  width: 95vw;
  height: 95vh;
  border-radius: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.modal-save {
  margin:2.5rem 0;
  text-align: center;
}

.form-split-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom:10px;
}

@media(max-width:768px) {
  .modal-header {
    padding:20px 30px;
  }
  .modal-open .modal {
    width: 95vw;
    height: calc(100% - 20px);
    border-radius: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .asset-settings-wrapper {
    padding: 0 30px 40px 30px;
  }
  .notifications-modal {
    padding: 0 0 4rem 0;
  }
  .modal label,
  .asset-modals label,
  .asset-settings-wrapper label {
    font-size: 14px;
  }
}
@media(max-width:1024px) {
  .modal-footer {
    justify-content: center;
  }
}
/* ASSET CONTROL TABS */
ul.asset-setting-tabs {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--accent);
  gap:40px;
  margin-bottom:2rem;
}
@media(max-width:1024px) {
  ul.asset-setting-tabs {
    flex-wrap:unset;
    white-space: nowrap;
    gap:25px;
    overflow-x:scroll;
  }
}
.asset-nav-link {
  padding: 1rem 0 0.5rem 0;
  color:var(--text)\; /* !important; */
  font-weight: 300;
  font-size: 14px;
  cursor:pointer;
  transition:none;
}
.asset-nav-link.active {
  border-bottom: 2px solid var(--navy);
  color:var(--navy); /* !important; */
  font-weight: bold;
}

/* CLIENT FORM MODAL STYLE */
.client-form-wrapper input {
  width: 100%;
    border: none;
    background: #fff;
    padding: 15px 30px;
    color: var(--navy);
    font-weight: 300;
    border-radius: 16px!important;
    border: 1px solid var(--shade);
}
/* SEARCH STYLING */
input[type=search]{
  border:0;
  background:var(--accent);
  border-radius:16px;
  padding:13px 20px;
  font-family:'Roboto',sans-serif;
  font-weight:400;
  font-size:14px;
}

::placeholder {
  font-family:'Roboto',sans-serif;
  font-weight:400;
  font-size:14px;
  color:var(--dark-accent);
}

.white-search, input.form-control.white-search {
  background:white;
  font-size: 18px;
  margin:1rem 0;
  border:0;
  border-radius:16px;
  padding:13px 20px;
  font-family:'Roboto',sans-serif;
  font-weight:400;
}
input[type=search]:focus,
.white-search:focus {
  outline:2px solid var(--primary);
}

textarea {
    border: 0;
    padding: 20px;
    border-radius: 16px;
    background: white;
    color: var(--navy);
    border:1px solid var(--dark-shade);
}
:focus-visible {
  outline:2px solid var(--primary);
}

input[type=search].form-control {
    border-radius: 16px!important;
  }
/* CUSTOM CHECKBOXES SITE WIDE */
input[type=checkbox]:focus {
    outline: 1px solid var(--primary);
}

input[type=checkbox] {
    background-color: white;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 17px;
    height: 17px;
    cursor: pointer;
    position: relative;
    top: 5px;
    border:1px solid var(--dark-accent);
}

input[type=checkbox]:checked {
  border:1px solid var(--primary);
  background-color: var(--primary);
  background-image: url("data:image/svg+xml,%3Csvg width='24' fill='white' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M21 6.285l-11.16 12.733-6.84-6.018 1.319-1.49 5.341 4.686 9.865-11.196 1.475 1.285z'/%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
}
.expanded-site input[type=checkbox]:checked {
  border:1px solid var(--navy);
  background-color: var(--navy);
  background-image: url("data:image/svg+xml,%3Csvg width='24' fill='white' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M21 6.285l-11.16 12.733-6.84-6.018 1.319-1.49 5.341 4.686 9.865-11.196 1.475 1.285z'/%3E%3C/svg%3E");
}

.table-right th {
  border-top:0;
}
.bootstrap-table.table {
  border:0!important;
}
.asset-control-wrapper > .bootstrap-table::-webkit-scrollbar {
    display: none;
}
.asset-control-wrapper > .bootstrap-table {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  width: 22%;
  overflow-y: auto;
  height: calc(100vh - 126px);
}

.asset-viewer-container-fluid .table .table {
  background:transparent;
}
.table-left thead {
  display: none!important;
}
.table-left tr {
  background: white;
  margin: 5px 0 0 0;
  display: flex;
  flex-wrap:wrap;
  border-radius: 16px;
  padding:10px 20px;
  border:1px solid white;
  position: relative;
}
.table-left tr:last-child {
  margin-bottom: 10px;
}
.table-hover tbody:not(.space-table tbody) > tr:not(.detail-view):hover {
  background-color: white;
  -webkit-box-shadow: 0px 0px 24px 7px rgba(0,0,0,0.08); 
box-shadow: 0px 0px 24px 7px rgba(0,0,0,0.08);
  cursor:pointer;
}
.table-hover tbody > tr.selected:not(.detail-view):hover {
  background:#e7eff7;
}
.table-right tbody > tr:not(.detail-view):hover {
cursor:auto;
}
.table-left > tbody > tr > td tbody > tr > td:nth-of-type(2) {
  width:100%;
  padding-left:0px;
  font-size:14px;
}
.bootstrap-table .fixed-table-container .fixed-table-body {
  overflow:initial!important;
}
@media(max-width:768px) {
  .table-left tr {
    padding:7px 20px;
  }
  .table-left tr td:nth-of-type(2) {
    width:80%;
    padding:2px 0 6px 0;
    }
    .asset-control-wrapper > .bootstrap-table > .fixed-table-toolbar {
      position: relative;
      top:0;
    }
  .asset-control-wrapper .row {
    overflow-x:scroll;
display:block;
  }

  .asset-control-wrapper .row > .mr-2.mb-1.ml-3 {
    white-space: nowrap;
    width:calc(100vw - 20px);
    overflow: scroll;
    display:flex;
    gap:2%;
    margin-left: 20px!important;
    margin-right: 50px!important;
    padding-right: 20px;
  }


}

.centered-spinner {
  display: flex;
  align-items: center;     /* Vertical centering */
  justify-content: center; /* Horizontal centering */
  height: 100vh;           /* Full viewport height */
}

.centered-spinner .fa-spinner{
  font-size: 200px;
}

.fa-spinner {
  animation: spin 2s linear infinite; /* Spinning animation */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.table-left .bs-checkbox {
  width:10%!important;
}
.table-right .selected {
  background:#e7eff7;
}
.table-right .fixed-table-container .table .bs-checkbox {
  padding:0 10px;
 }
.table-right .bs-checkbox label {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}
.table-left .bs-checkbox span {
  display: initial;
}
.table-left > tbody > tr > td tbody > tr > td tbody > tr > td:nth-of-type(3) {
  width:90%;
  color:var(--navy);
  font-weight:400;
  font-size:14px;
  padding-left:0px;
  }
.table-left > tbody > tr td {
  color:var(--navy);
}
.table-left > tbody > tr > td:nth-of-type(3),
.table-left > tbody > tr > td:nth-of-type(4),
.table-left > tbody > tr > td:nth-of-type(5),
.table-left > tbody > tr > td tbody > tr > td:nth-of-type(3),
.table-left > tbody > tr > td tbody > tr > td:nth-of-type(4),
.table-left > tbody > tr > td tbody > tr > td:nth-of-type(5) {
  color:var(--dark-accent);
  font-weight: 300;
  font-size: 12px;
  padding-right:10px;
}
/* First level TR on the asset control tree */

/* .table-left > tbody > tr > .bs-checkbox {
  display: none;
} */
.table-left > tbody > tr > td:nth-of-type(2) {
    width: calc(100% - 36px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 4px;
}


/* First level tds on the asset control tree */
/*
.table-left > tbody > tr > td:nth-of-type(3):after {
  content:' Customers';
}
.table-left > tbody > tr > td:nth-of-type(4):after {
  content:' Sites';
}
.table-left > tbody > tr > td:nth-of-type(5):after {
   content:' Assets'; 
}
*/

/* Second level tds on the asset control tree */
.table-left > tbody > tr > td tbody > tr > td:nth-of-type(3):after {
  content:' Sites';
}
.table-left > tbody > tr > td tbody > tr > td tbody > tr > td:nth-of-type(3):after {
  content:' ';
}

.table-left > tbody > tr > td tbody > tr > td:nth-of-type(4):after {
  content:' Assets';
}



tr.detail-view {
  background-color: transparent;
  border:0;
  padding:0;
  display: flex;
  justify-content: end;
  position: relative;
}

.expanded-site + .detail-view {
  margin:0;
}
tr.detail-view:before {
  content: '';
  width: 1px;
  background: var(--primary);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
tr.detail-view > td {
  width:95%;
  padding:0!important;
}
.table-hover tbody tr.detail-view:hover {
  background:transparent;
  border:0;
}
.fixed-table-container thead th {
  border-left:0;
  color:var(--navy);
  font-size:14px;
  font-weight:500;
}
.fixed-table-container {
  border:0!important;
}

@media only screen and (max-width: 767px) { /* Adjust this value based on your target mobile device widths */
  .fixed-table-container {
    max-height: 60vh; /* 70% of the viewport height */
    overflow-y: auto; /* Allows scrolling within the container */
  }
}

.table-right .fixed-table-container {
  overflow: scroll;
}
tr.expanded-border {
  border:1px solid var(--primary);
}
tr.expanded-site {
  border:1px solid var(--shade);
  background:var(--primary);
  position: relative;
}
tr.expanded-site:before {
  content: '';
  width: 12px;
  height: 1px;
  background: var(--shade);
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
tr.expanded-site:hover {
  background:var(--primary)!important;
  border:1px solid var(--shade)!important;
}
tr.expanded-site > td:nth-of-type(3) {
color:white!important;
}
/* Dont show table close on desktop, only on ipad and iphone */
@media(min-width:769px) {
  .table-close {
    display: none;
  }
}
/* Styling for iPad Air only */
@media(min-width:768px) and (max-width:912px) {
  .asset-header-wrapper {
    flex-wrap: wrap;
  }
  .asset-header-wrapper .simple-title {
    width:100%;
  }
  .asset-options {
    margin:1rem 0;
  }
  .asset-viewer-container-fluid,
  .notifications-container {
    padding:2rem 1rem!important;
  }
}

/* ASSET OPTIONS BUTTONS */
@media(min-width:768px) {
.asset-options-mobile {
display:none;
}
}

.asset-options-disabled {
  opacity:0.5;
}
.asset-options-disabled .btn-warning,
.asset-options-disabled .btn-danger,
.asset-options-disabled .btn-success {
  background: var(--dark-shade);
  color: var(--dark-accent);
  border: 1px solid var(--dark-shade);
}
.asset-options-disabled > * {
 pointer-events: none!important;
}
.float-right.search.btn-group {
  margin-right: 10px;
}
#table_settings {
gap:4px;
  }
@media(max-width:768px) {
  .asset-control-wrapper > .bootstrap-table {
    width:100%;
    height: calc(100vh - 282px);
  }
  tr.detail-view:before {
    background:var(--darkest-shade);
  }
  .table-right {
    position:fixed;
    max-width: 100%;
    width:100vw;
    top:75px;
    height:calc(100vh - 75px);
    left:-110vw;
    background: white;
    margin-left:0;
    overflow: scroll;
    transition:0.4s ease-in-out;
    padding: 0;
  }
  .table-right-display {
    left:0;
  }
  .table-close {
    margin-left: auto;
    width: 45px;
    padding: 45px 20px 0 0;
}
.float-right.search.btn-group {
  position: absolute;
  top: 30px;
  width: 70%;
  left: 20px;
}
.asset-options-mobile,
.asset-options-desktop {
  display: flex;
  width: 100vw;
  overflow: scroll;
  white-space: nowrap;
  padding: 10px 20px;
  gap:2%;
  margin:20px 0 0 0;
}
.asset-options-desktop {
  padding: 0;
  margin:10px 0;
}
#table_settings {
  order:2;
display:inline-block;
  }
  #table_settings > div {
    margin-right:5px;
  }
  .asset-options-desktop  {
    order:3;
  }
.bootstrap-table .fixed-table-toolbar .bs-bars, .bootstrap-table .fixed-table-toolbar .columns, .bootstrap-table .fixed-table-toolbar .search {
  margin-top:0!important;
  margin-bottom:0!important;
}
.table-right tbody > tr td:nth-of-type(5) {
  width: 250px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
}
/*--- END NEW ASSET CONTROL STYLE ---*/

@media (max-width: 768px){
  .brand-text img.small-logo{
    max-width:130px;
    display:block;
  }
  .brand-text img.large-logo{
    display:none;
  }
  .fixed-table-toolbar{
    padding-left:5px;
  }
  .pagination-info{
    padding-left:5px;
  }
}
.navbar-brand{
  vertical-align: middle;
}
/*tr.detail-view td{
  padding:0px !important;
}
#toolbar button{
  float:left;
}*/

/* NOTIFICATIONS UPDATE */
.notifications-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.notifications-search {
  width:100%;
}
.notifications-search ::placeholder {
  font-size:16px!important;
  font-weight:300!important;
}
#notification_table_search {
  background: white;
    font-size: 18px;
    margin: 1rem 0;
}

@media(max-width:768px) {
  .page-buttons {
    width: 100vw;
    overflow: scroll;
    white-space: nowrap;
  }
  .form-control.notification-search-bar {
width:100%;
  }
}

/* TABLE STYLES */

.clean-table table thead th {
border:0;
background:transparent;
padding: 1rem;
font-weight: bold;
color:var(--text);
}
.clean-table table tbody tr {
  background: white;
    border-radius: 16px;
    margin: 5px;
    border: 0;
    width:100%;
}
.clean-table table tr {
  display: block;
}
.clean-table table tbody th,
.clean-table table tbody td {
  border-top:0;
}
/*
* ==========================================================
*     Main NAVBAR
* ==========================================================
*/

nav.navbar {
    background: #393836;
    padding: .8rem 0;
    /* Navbar Brand --------- */
    /*  Dropdowns ------------ */
    /* Toggle Button ---------- */
}

nav.navbar .side-navbar-wrapper {
    width: 100%;
    height: 100%;
}

nav.navbar .container-fluid {
    width: 100%;
}

nav.navbar .navbar-holder {
    width: 100%;
}

nav.navbar a {
    font-size: 0.8em;
    color: #fff;
    position: relative;
}

nav.navbar .badge {
    position: absolute;
    top: 0;
    right: 0;
}

nav.navbar a.logout i {
    margin-left: 5px;
}

nav.navbar small {
    font-size: 0.75em;
    color: #999;
}

nav.navbar a.navbar-brand {
    margin-left: 10px;
}

nav.navbar .brand-text {
    text-transform: uppercase;
}

nav.navbar .brand-text strong {
    font-size: 1.5em;
}

nav.navbar .nav-menu {
    margin-bottom: 0;
}

nav.navbar .dropdown-menu {
    width: 320px;
    right: 0;
    left: auto;
    float: left;
    margin-top: 16px;
    margin-bottom: 0;
    padding: 20px;
    font-size: 1.1em;
}

nav.navbar .dropdown-menu a {
    font-size: 0.75em;
    color: #666;
    padding: 10px;
}

nav.navbar .dropdown-menu a:active {
    color: #fff;
}

nav.navbar .dropdown-menu a:active span {
    color: #fff;
}

nav.navbar .dropdown-menu a span {
    color: #777;
}

nav.navbar .dropdown-menu a i {
    margin-right: 5px;
}

nav.navbar .msg-body span,
nav.navbar .msg-body strong {
    display: block;
}

nav.navbar .msg-body span {
    font-size: 0.85em;
}

nav.navbar .msg-profile {
    margin-right: 10px;
    width: 50px;
}

nav.navbar .notification-content {
    font-size: 0.8em;
}

nav.navbar a.menu-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #292929;
    color: #fff;
    text-align: center;
    padding: 0 !important;
}

nav.navbar a.menu-btn i[class*='icon-'] {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}

nav.navbar a.menu-btn:hover {
    background: #33b35a;
}


/*  NAVBAR MEDIAQUERIES ---------------------------------- */

@media (max-width: 575px) {
    nav.navbar .dropdown-menu {
        width: auto;
        right: -40px;
    }
    nav.navbar .notification {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    nav.navbar .dropdown-menu strong {
        font-weight: 400;
    }
    nav.navbar .dropdown-menu a {
        font-size: 0.9em;
    }
}


/*
* ==========================================================
*     SIDE NAVBAR
* ==========================================================
*/

.side-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    width: 200px;
    text-align: left;
    background: #393836;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 999;
    overflow-y: auto;
    /*  Side navbar small ------------------------ */
}

.side-navbar .scrolled-wrapper {
    width: 100%;
    height: 100%;
}

.side-navbar.hide {
    left: -70px;
}

.side-navbar a.brand-small {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
}

.side-navbar a.brand-small:hover,
.side-navbar a.brand-small:focus {
    background: none;
}

.side-navbar a.brand-small strong {
    font-size: 1.5rem;
}

.side-navbar li {
    position: relative;
}

.side-navbar li a {
    position: relative;
    font-size: .9rem;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    width: 100%;
    padding: 12px;
}

.side-navbar li a:focus,
.side-navbar li a:hover,
.side-navbar li a[aria-expanded="true"] {
    background: #33b35a;
    color: #fff;
    text-decoration: none;
}

.side-navbar li a[data-toggle="collapse"]::before {
    content: '\f104';
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 20px;
}

.side-navbar li a[aria-expanded="true"]::before {
    content: '\f107';
    color: #fff;
}

.side-navbar li.active>a {
    background: #33b35a;
}

.side-navbar li li.active>a {
    background: #2d9f50 !important;
}

.side-navbar li ul {
    background: #292929;
    position: relative;
    min-width: 100%;
    left: 0;
    padding-left: 0;
}

.side-navbar li ul a {
    padding-left: 20px;
    font-size: .85rem;
}

.side-navbar li ul.collapse a {
    border-left: 2px solid #33b35a;
}

.side-navbar li ul.collapse a:hover {
    background: #121212;
}

.side-navbar .sidenav-header {
    background: #292929;
    padding: 14px;
    margin-bottom: 10px;
}

.side-navbar .sidenav-header img {
    width: 50px;
    height: 50px;
}

.side-navbar .sidenav-header span {
    font-size: 0.8em;
    color: #666;
}

.side-navbar .sidenav-header h2 {
    margin: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.side-navbar .sidenav-heading {
    font-weight: 700;
    color: #adb5bd;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.side-navbar i[class*='icon-'] {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.side-navbar span {
    display: inline-block;
}

.side-navbar i {
    font-size: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 10px;
}

.side-navbar .badge {
    display: inline-block;
    font-size: 0.6em;
}

.side-navbar .brand-small {
    display: none;
}

.side-navbar.shrink {
    width: 70px;
    text-align: center;
}

.side-navbar.shrink .brand-small {
    display: block;
}

.side-navbar.shrink .sidenav-header-inner {
    display: none;
}

.side-navbar.shrink .sidenav-heading {
    margin-left: 0;
    font-size: .8rem;
}

.side-navbar.shrink ul li a {
  font-size: .7rem;
  padding-left: 5px;
  padding-right: 5px;
}

.side-navbar.shrink ul li a[data-toggle="collapse"]::before {
  content: '\f107';
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  position: absolute;
  top: auto;
  right: 50%;
  bottom: 0;
  left: auto;
}

.side-navbar.shrink ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
  content: '\f106';
}

.side-navbar.shrink ul li ul a {
  padding-left: 10px;
  font-size: .7rem;
}

.side-navbar.shrink i {
  display: block;
  margin-right: 0;
  font-size: 1rem;
}

.side-navbar.shrink .arrow {
  float: none;
  -webkit-transform: none !important;
  transform: none !important;
}

.side-navbar.shrink .badge {
  display: none;
}

/* SIDE NAVBAR MEDIAQUERIES ------------------------------ */
@media (max-width: 1024px) {
    .page {
    width: 100%;
    max-width:100%;
    margin-top: 75px;
    position:relative;
    min-height: unset;
  }
  .mobile-spacer {
    height:87px;
    width:100%;
  }
  .page.login-page {
    margin-top:0;
  }
  .page.active {
    width: 100%;
  }
  .page.active-sm {
    width: calc(100% - 70px);
  }
  .side-navbar {
    left: -70px;
    width: 70px;
    text-align: center;
  }
  .side-navbar.show-sm {
    left: 0 !important;
  }
  .side-navbar .brand-small {
    display: block;
  }
  .side-navbar .sidenav-header-inner {
    display: none;
  }
  .side-navbar .sidenav-heading {
    margin-left: 0;
    font-size: .8rem;
  }
  .side-navbar ul li a {
    font-size: .7rem;
    padding-left: 5px;
    padding-right: 5px;
}
}
.side-navbar.shrink ul li a[data-toggle="collapse"]::before {
    content: '\f107';
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    position: absolute;
    top: auto;
    right: 50%;
    bottom: 0;
    left: auto;
}

.side-navbar.shrink ul li a[data-toggle="collapse"][aria-expanded="true"]::before {
    content: '\f106';
}

.side-navbar.shrink ul li ul a {
    padding-left: 10px;
    font-size: .7rem;
}

.side-navbar.shrink i {
    display: block;
    margin-right: 0;
    font-size: 1rem;
}

.side-navbar.shrink .arrow {
    float: none;
    -webkit-transform: none !important;
    transform: none !important;
}

.side-navbar.shrink .badge {
    display: none;
}



/* Malihu Custom Scroll */

.mCSB_scrollTools {
    width: 4px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 0 !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #33b35a;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
    background-color: #33b35a;
}


/*
* ==========================================================
*      DASHBOARD COUNTS
* ==========================================================
*/


.dashboard-links {
  display:flex;
  flex-wrap:wrap;
  gap:2%;
}
.dashboard-links .card {
  width:32%;
}
@media(max-width:1024px) {
  .dashboard-links {
    gap:30px;
    margin-right: 0px;
  }
  .dashboard-links .card {
    width:calc(50% - 30px);
    margin-bottom:0;
  }
}
@media(max-width:768px) {
  .dashboard-header {
    margin-bottom:0;
  }
  .dashboard-links .card {
    width:100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .dashboard-links {
    margin-right: -30px;
  }
}

.dashboard-counts {
    color: #333;
}

.dashboard-counts .count-title span {
    font-size: 0.8em;
    color: #aaa;
    display: block;
}

.dashboard-counts .count-title i {
    font-size: 1.5em;
    color: #33b35a;
}

.dashboard-counts .icon {
    margin-right: 10px;
}

.dashboard-counts strong {
    font-size: 0.9em;
    font-weight: 500;
    color: #555;
    display: block;
}

.dashboard-counts .count-number {
    font-size: 2.2em;
    font-weight: 300;
}


/* DASHBOARD COUNTS MEDIAQUERIES ------------------------- */


@media (min-width: 768px) {
    .dashboard-counts strong {
        font-size: 1em;
    }
    .dashboard-counts span {
        font-size: 0.9em;
    }
    .dashboard-counts .count-number {
        font-size: 3em;
    }
}


/*
* ==========================================================
*      STATISTICS
* ==========================================================
*/


.statistics div[class*='col-'] .card {
    padding: 20px;
    margin-bottom: 0;
    height: 100%;
}

.statistics h2 {
    margin-bottom: 20px;
}

.statistics p {
    font-size: 0.8em;
    color: #999;
    margin-bottom: 5px;
}

.statistics .income .icon {
    font-size: 3.5em;
}

.statistics .income .number {
    font-size: 2.5em;
    color: #555;
}

.statistics .income strong {
    font-size: 1.5em;
}

.statistics .data-usage canvas {
    width: 100%;
    max-width: 200px;
    border: none;
}

.statistics .data-usage strong {
    font-size: 1.5em;
    display: block;
}

.statistics .data-usage small {
    font-size: 0.85em;
    font-weight: 300;
    color: #aaa;
}

.statistics .data-usage span {
    font-size: 0.95em;
    color: #aaa;
    display: block;
}

.statistics .data-usage p {
    margin-top: 10px;
    margin-bottom: 0;
}

.statistics .user-activity .number {
    font-size: 2.5em;
    font-weight: 300;
    color: #555;
}

.statistics .user-activity .progress {
    border-radius: 0;
    background: #f5f5f5;
}

.statistics .user-activity .progress .progress-bar.bg-primary {
    background: #33b35a !important;
}

.statistics .user-activity .page-statistics {
    margin-top: 20px;
}

.statistics .user-activity .page-statistics strong {
    display: block;
    text-transform: uppercase;
    color: #33b35a;
    font-size: 2em;
}


/* STATISTICS  MEDIAQUERIES ------------------------- */

@media (max-width: 991px) {
    .statistics div[class*='col-'] .card {
        height: auto;
        margin-bottom: 30px;
    }
    .statistics div[class*='col-']:last-of-type .card {
        margin-bottom: 0;
    }
    .statistics .data-usage {
        text-align: center;
    }
    .statistics .data-usage div[class*='col-']:first-of-type {
        padding-bottom: 20px;
    }
    .statistics .data-usage .gmpc {
        padding-bottom: 20px !important;
    }
    p {
        font-size: 0.75em;
    }
}

@media (min-width: 768px) {
    .statistics h2 {
        font-size: 1.3rem;
    }
}


/*
* ==========================================================
*      UPDATES WIDGETS
* ==========================================================
*/

.updates .left-col {
    padding-right: 20px;
}

.updates .icon {
    margin-right: 10px;
}

.updates li {
    border-bottom: 1px solid #f3f3f3;
    padding: .75rem 1.25rem;
}

.updates .update-date {
    font-size: 1.3em;
    font-weight: 700;
    color: #bbb;
    display: block;
}

.updates span {
    font-size: 0.7em;
    font-weight: 300;
    color: #aaa;
    line-height: 0.5em;
    display: block;
}

.updates strong {
    font-weight: 400;
    color: #555;
    font-size: 0.9em;
}

.updates small {
    font-size: 0.75em;
}

.updates a {
    color: #555;
}

.updates a:hover,
.updates a:focus {
    color: #555;
    text-decoration: none;
}

.updates h2 {
    margin-bottom: 0;
}

.updates p {
    font-size: 0.9em;
    color: #999;
    margin-bottom: 5px;
}


/* UPDATES MEDIAQUERIES ------------------------- */

@media (max-width: 991px) {
    .updates h2 {
        font-size: 1.05rem;
    }
    .updates strong {
        font-size: 1em;
        font-weight: 400;
    }
    .updates small {
        font-size: 0.85em;
    }
    .updates .full-date {
        font-size: 0.85em;
    }
}


/*
* ==========================================================
*      DAILY FEEDS AND ACTIVITES WIDGETS
* ==========================================================
*/


/*  Daily Feeds ------------------- */

.daily-feeds a.feed-profile {
    margin-right: 10px;
    width: 45px;
    height: 45px;
}

.daily-feeds a.feed-profile img {
    width: 100%;
    height: 100%;
}

.daily-feeds .badge {
    margin-right: 10px;
}

.daily-feeds strong {
    display: inline-block;
    margin-right: 5px;
}

.daily-feeds small {
    color: #999;
    display: block;
    margin-bottom: 5px;
}

.daily-feeds .message-card {
    padding: 10px;
    background: #fafafa;
    margin-left: 55px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.daily-feeds .full-date {
    line-height: 0.7em;
    margin-bottom: 10px;
}

.daily-feeds .CTAs a {
    margin-right: 5px;
}

.daily-feeds .CTAs a i {
    margin-right: 5px;
}

.daily-feeds .CTAs a:last-of-type {
    margin-right: 0;
}

.daily-feeds a.btn {
    color: #fff;
}


/* Activities  ------------------- */

.activities li {
    padding: 0;
}

.activities .date-holder {
    padding-right: 0;
}

.activities .date-holder .date {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.activities .date-holder .date span {
    font-size: 0.8em;
}

.activities .date-holder .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
    text-align: center;
    margin: 0;
    display: inline-block;
}

.activities .date-holder span {
    display: block;
    margin: 10px;
}

.activities .content {
    border-left: 1px solid #eee;
    border-bottom: 20px;
    padding: 10px 20px;
}

.activities .content strong {
    display: block;
    margin-right: 5px;
}


/* UPDATES WIDGET MEDIAQUERIES ------------------------- */

@media (min-width: 768px) {
    .updates strong {
        font-size: 1em;
    }
    .updates small {
        font-size: 0.8em;
    }
}


/*
* ==========================================================
*      PROGRESS CIRCLE
* ==========================================================
*/

.gmpc {
    padding: 0 !important;
    width: 100% !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #33b35a !important;
    border-right: 1px solid #eee;
}

@media (max-width: 575px) {
    .gmpc {
        border-right: none;
        border-bottom: 1px solid #eee;
    }
}


/*
* ==========================================================
*       MAIN FOOTER
* ==========================================================
*/

footer.main-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #222;
    padding: 10px 0;
}

footer.main-footer p {
    font-size: 0.7em;
    color: #777;
    margin: 0;
}


/* MAIN FOOTER MEDIAQUERIES ------------------------- */

@media (max-width: 575px) {
    footer.main-footer div[class*="col-"] {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    footer.main-footer p {
        font-size: 0.9em;
    }
}


/*
* ==========================================================
*     POLAR CHART
* ==========================================================
*/

.polar-chart-example .chart-container {
    width: 500px;
    max-width: 100%;
    margin: 20px auto;
}


/*
* ==========================================================
*     PIE CHART
* ==========================================================
*/

.pie-chart-example .chart-container {
    width: 500px;
    max-width: 100%;
    margin: 20px auto;
}


/*
* ==========================================================
*     RADAR CHART
* ==========================================================
*/

.radar-chart-example .chart-container {
    width: 500px;
    max-width: 100%;
    margin: 20px auto;
}


/* CHARTS MEDIAQUERIES -------------------------- */

@media (min-width: 768px) {
    section.charts h2 {
        font-size: 1rem;
    }
}


/*
* ==========================================================
*     FORMS ELEMENTS
* ==========================================================
*/

input.form-control::-moz-placeholder {
    font-size: 1rem;
    font-weight: 300;
    color: #aaa;
    font-family: "Roboto", sans-serif;
}

input.form-control::-webkit-input-placeholder {
    font-size: 1rem;
    font-weight: 300;
    color: #aaa;
    font-family: "Roboto", sans-serif;
}

input.form-control:-ms-input-placeholder {
    font-size: 1rem;
    font-weight: 300;
    color: #aaa;
    font-family: "Roboto", sans-serif;
}

select.form-control {
  border-radius: 16px;
  border-color: var(--darkest-shade);
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: var(--navy);
}

select.form-control option {
    color: #999;
    font-weight: 300;
}

.form-group {
    margin-bottom: 10px;
}

.form-group div[class*='col-'] {
    margin-bottom: 10px;
}

.input-group-text {
    color: #868e96;
    background: #fff;
    border-radius: 0;
}

.form-group-material {
    position: relative;
    margin-bottom: 30px;
}
.form-group-registration {
  margin-bottom:15px;
  position: relative;
}

input.input-material {
  width: 100%;
  border: none;
background:#fff;
  padding: 15px 30px;;
  color: var(--navy);
  font-weight: 300;
  border-radius:16px;
}

input.input-material:focus {
  border-color: var(--primary);
  outline: none;
}


input.input-material ~ label {
  color: #aaa;
  position: absolute;
  top: 14px;
  left: 20px;
  cursor: text;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 300;
}

input.input-material~label.error {
    color: var(--danger);
    font-size: 0.75em;
    position: absolute;
    top: auto;
    bottom: -30px;
    left: 0;
}
.error {
  font-size: 0.75em;
  color: var(--danger);
}

input.input-material ~ label.active {
  font-size: 0.8em;
  top: -25px;
  color: var(--primary);
}
.dropdown.bootstrap-select.form-control,
button.btn.dropdown-toggle.btn-light {
  border-radius: 16px;
}

input.form-control-custom {
    display: none;
}

input.form-control-custom:checked+label::before {
    background: var(--success) !important;
}

input.form-control-custom:checked+label::after {
    opacity: 1 !important;
}

input.form-control-custom.radio-custom+label::before {
    border-radius: 50%;
}

input.form-control-custom.radio-custom+label::after {
    content: '';
    width: 6px;
    height: 6px;
    line-height: 6px;
    background: #fff;
    border-radius: 50%;
    top: 7px;
    left: 5px;
}

input.form-control-custom[disabled]+label {
    cursor: not-allowed;
}

input.form-control-custom[disabled]+label::before,
input.form-control-custom[disabled]+label::after {
    border: 2px solid #aaa;
    cursor: not-allowed;
}

input.form-control-custom[checked]+label::before,
input.form-control-custom[checked]+label::after {
    border: none;
}

input.form-control-custom+label {
    font-size: 0.75em;
    margin-bottom: 0;
    margin-left: 0;
    color: #999;
    padding-left: 25px;
    padding-top: 2px;
    position: relative;
}

input.form-control-custom+label span {
    margin-left: 20px;
}

input.form-control-custom+label::before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    background: #ddd;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
}

input.form-control-custom+label::after {
    content: '\f00c';
    display: block;
    font-family: 'FontAwesome';
    font-size: 8px;
    color: #fff;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    opacity: 0;
    cursor: pointer;
}

button {
    cursor: pointer;
}


/*
* ==========================================================
*     FORMS GENERAL
* ==========================================================
*/

.forms .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #eee;
    margin: 20px 0 30px;
}

.forms p {
    font-size: 0.8rem;
    color: #868e96;
}

.forms small {
    color: #868e96;
}

.forms label {
    font-size: 0.8rem;
}


/* FORMS MEDIAQUERIES -------------------------- */

@media (min-width: 768px) {
    .forms h2 {
        font-size: 1rem;
    }
    .forms input.form-control::-moz-placeholder {
        font-size: 0.85em;
    }
    .forms input.form-control::-webkit-input-placeholder {
        font-size: 0.85em;
    }
    .forms input.form-control:-ms-input-placeholder {
        font-size: 0.85em;
    }
    .forms p {
        font-size: 0.9em;
    }
    .forms label {
        font-size: 0.9rem;
    }
}

.registration-wrapper ::placeholder {
  font-size: 1rem;
}
.registration-wrapper .form-group-material:first-of-type {
  margin-top: 40px;
}
.label-registration {
  font-size: 0.8em;
  top: -25px;
  color: var(--primary);
}
.mobile-registration .iti {
  width:100%;
}
/*
* ==========================================================
*     LOGIN PAGE
* ==========================================================
*/

.login-page,
.register-page {
  width: 100%;
  background: var(--navy);
  min-height: 100vh;
  /*overflow: scroll;*/
  padding-bottom: 0;
  max-width:100%;
  color:white;
}
.login-page h1 {
  text-align: center;
  color:var(--primary);
  font-size:18px;
  font-weight:300;
}
.login-page .form-outer,
.register-page .form-outer {
    min-height: 100vh;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
}

.login-page .copyrights,
.register-page .copyrights {
  position: absolute;
  right: 0;
  bottom: 0;
  color:#fff;
  width: 100%;
}

.login-page .copyrights p,
.register-page .copyrights p {
    font-size: 0.6em;
    font-weight: 300;
    margin-bottom: 10px;
}

.login-page .form-inner,
.register-page .form-inner{
  margin-bottom: 20px;
}

.teletrack-login-logo {
  width:300px;
  height:150px;
  object-fit: contain;
}
.policy-notice {
  color:#fff;
  font-size:14px;
  text-align: center;
  margin-top:30px;
}
.policy-notice a {
  text-decoration: underline;
  color:#fff;
}
.reset-password, .sms-login {
  text-align: center;
} 
.form-inner.reset-password {
  width:100%;
}
 .reset-password .form-check {
  padding:10px 0;
  }
  
.reset-password .alert {
  margin-bottom:40px;
}

/* REGISTRATION */
.registration-wrapper {
  padding-bottom:3rem;
}
.create_new_user_button {
  margin: 2rem auto;
  display: table;
}
.registration-logo {
  padding: 2rem 0;
  text-align: center;
}
.registration-logo img {
  max-width: 200px;
}
.registration-login {
  text-align: center;
}
.registration-login .btn {
  margin-top:1rem;
}
.registration-login p {
  font-size: 14px;
}
.form-header-wrapper {
  text-align: center;
  margin-top:3rem;
}

h1.user-form-title {
  color:white;
  font-weight: 500;
}
.qualification-header {
  padding: 3rem 10vw 2rem 10vw;
  text-align: center;

}
.qualification-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  background: var(--navy-hover);
}
.qualification-header ul li {
  margin: 10px 0;
  font-size: 13px;
  font-weight: 300;
}
.qualification-header h2 {
  font-size: 16px;
  font-weight: 500;
}

/* SMS LOGIN COUNTRY CODE SELECTOR */
.iti__country-name, .iti__flag-box {
  color: var(--navy);
}
.iti__selected-flag {
  color: var(--navy);
}
@media(max-width:767px) {
  .teletrack-login-logo {
    width:200px;
    height:100px;
  }
}
.login-page .logo,
.register-page .logo {
    font-size: 2em;
    font-weight: 500;
}
.login-page .logo img,
.register-page .logo img {
  width: 270px;
}
.login-wrapper {
  flex-direction: column;
  display:flex;
  align-items: center;
  justify-content: center;
  min-height:100vh;
  padding:2em 0;
}
.login-page .logo span,
.register-page .logo span {
    color: #ccc;
}

.login-page p,
.register-page p {
  font-size: 0.9em;
  font-weight: 300;
  margin-bottom: 0;
}

.login-page form,
.register-page form {
    margin: 2rem auto 1rem;
    max-width: 300px;
}

.login-page a.forgot-pass,
.login-page a.signup,
.register-page a.forgot-pass,
.register-page a.signup {
  font-size: 0.65em;
}

.login-page a.forgot-pass:hover,
.login-page a.forgot-pass:focus,
.login-page a.signup:hover,
.login-page a.signup:focus,
.register-page a.forgot-pass:hover,
.register-page a.forgot-pass:focus,
.register-page a.signup:hover,
.register-page a.signup:focus {
  color: var(--primary-hover);
  text-decoration: none;
}

.login-page a.forgot-pass,
.register-page a.forgot-pass {
    display: block;
}
.installer-page {
  margin: 3vw auto;
  display: table;
}
.installer-page img {
  width:16px;
  height:16px;
  margin-right:10px;
}
.login-page a.create-account,
.register-page a.create-account {
    border-radius: 50px;
    font-size: 0.75em;
    margin-top: 10px;
    color: #999;
    text-transform: uppercase;
}

.login-page .terms-conditions,
.register-page .terms-conditions {
    margin-top: 20px;
}

.login-page small,
.register-page small {
    font-size: 0.65em;
    color: #aaa;
    line-height: 0.9em;
}
.forgot-pass, .login-button-wrapper {
  text-align: center;
}
.forgot-pass {
  margin-top:20px;
}

/* LOGIN MEDIAQUERIES -------------------------- */

@media (min-width: 768px) {
  .login-page p,
  .register-page p {
    font-size: 0.9em;
  }

  .login-page form label.label-custom,
  .register-page form label.label-custom {
    font-size: 0.9em;
  }
  .login-page form small,
  .register-page form small {
    font-size: 0.8em;
  }
  .login-page .terms-conditions label,
  .register-page .terms-conditions label {
    font-size: 0.9em;
  }
  .login-page a.forgot-pass,
  .login-page a.signup,
  .register-page a.forgot-pass,
  .register-page a.signup {
    font-size: 0.8em;
  }
  .login-page small,
  .register-page small {
    font-size: 0.8em;
  }
  .login-page .copyrights p,
  .register-page .copyrights p {
    font-size: 0.85em;
    font-weight: 400;
    color:#fff;
  }
}

@media(max-width:768px) {
  .login-page a.forgot-pass,
  .login-page a.signup,
  .register-page a.forgot-pass,
  .register-page a.signup {
    font-size: 0.9em;
  }
  .forgot-pass {
    margin-top: 30px;
    margin-bottom: 30px;
}
}

/*

=====================
STYLE SWITCHER FOR DEMO
=====================

*/

#style-switch-button {
    position: fixed;
    top: 120px;
    right: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    right: 0px;
    background: #fff;
    border: solid 1px #ced4da;
    z-index: 2000;
}

#style-switch h4 {
    color: #495057;
}


/* ========================================= 
   THEMING OF BOOTSTRAP COMPONENTS           
   ========================================= */


/*
 * 1. NAVBAR
 */

.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

/* ALERTS */
.alert-warning {
  background:var(--warning-faded);
  border:transparent;
  color:var(--warning-hover);
  font-weight:bold;
  font-size: 14px;
}
.alert-danger {
  background:var(--danger-faded);
  border:transparent;
  color:var(--danger-hover);
  font-weight:bold;
  font-size: 14px;
}
.alert-success {
  background:var(--success-faded);
  border:transparent;
  color:var(--success-hover);
  font-weight:bold;
  font-size: 14px;
}
.alert-info {
  color: #2e2e2e;
    background-color: var(--light-accent);
    border-color: var(--accent);
    font-size: 14px;
}
/*
 * 2. BUTTONS
 */

.btn {
  font-weight: 400;
  border: 1px solid transparent;
  font-size:14px;
  font-weight:400;
  padding: 8px 16px;
  border-radius:16px;
  line-height: 1.5;
  background:var(--primary);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.btn img {
  margin-left:4px;
  height:16px;
}
/*
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.25);
}*/

.btn.disabled,
.btn:disabled {
    opacity: .65;
}


/*.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}*/

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--accent);
    border-color: var(--accent);
}


/* .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: color-yiq(#288b46);
  background-color: #288b46;
  border-color: #258141;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}
*/

.btn-secondary {
  color: #fff;
  background-color: var(--navy);
  border-color: var(--navy);
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--navy-hover);
  border-color: var(--navy-hover);
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: var(--accent);
  border-color: var(--accent);
  color:var(--dark-accent);
}


/*
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: color-yiq(#6c757d);
  background-color: #6c757d;
  border-color: #666e76;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}
*/

.btn-success {
  color: white;
  background-color: var(--success);
  border-color: var(--success);
}

.btn-success:hover {
  color: white;
  background-color: var(--success-hover);
  border-color: var(--success-hover);
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: var(--accent);
  border-color: var(--accent);
  color:var(--dark-accent);
}

.btn-success:not([disabled]):not(.disabled):active,
.btn-success:not([disabled]):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: color-yiq(#1e7e34);
    background-color: #1e7e34;
    border-color: #1c7430;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-info:hover {
  color: #fff;
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: var(--dark-accent);
  border-color: var(--dark-accent);
}

.btn-info:not([disabled]):not(.disabled):active,
.btn-info:not([disabled]):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: color-yiq(#117a8b);
    background-color: #117a8b;
    border-color: #10707f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: white;
  background-color: var(--warning);
  border-color: var(--warning);
}

.btn-warning:hover {
  color: white;
  background-color: var(--warning-hover);
  border-color: var(--warning-hover);
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: var(--accent);
  border-color: var(--accent);
  color:var(--dark-accent);
}


/*
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: color-yiq(#d39e00);
  background-color: #d39e00;
  border-color: #c69500;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}*/

.btn-danger {
  color: white;
  background-color: var(--danger);
  border-color: var(--danger);
}

.btn-danger:hover {
  color: white;
  background-color: var(--danger-hover);
  border-color: var(--danger-hover);
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: var(--accent);
  border-color: var(--accent);
  color:var(--dark-accent);
}


/*.btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: color-yiq(#bd2130);
  background-color: #bd2130;
  border-color: #b21f2d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}*/

.btn-light {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: color-yiq(#e2e6ea);
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}


/*.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: color-yiq(#dae0e5);
  background-color: #dae0e5;
  border-color: #d3d9df;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}*/

.btn-dark {
    color: color-yiq(#343a40);
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: color-yiq(#23272b);
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
}


/*.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: color-yiq(#1d2124);
  background-color: #1d2124;
  border-color: #171a1d;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}*/

.btn-default {
    color: color-yiq(#ced4da);
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-default:hover {
    color: color-yiq(#b8c1ca);
    background-color: #b8c1ca;
    border-color: #b1bbc4;
}

.btn-default:focus,
.btn-default.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-default.disabled,
.btn-default:disabled {
    background-color: #ced4da;
    border-color: #ced4da;
}


/*.btn-default:not([disabled]):not(.disabled):active, .btn-default:not([disabled]):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: color-yiq(#b1bbc4);
  background-color: #b1bbc4;
  border-color: #aab4bf;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}*/

.btn-outline-primary {
  color: var(--primary);
  background-color: transparent;
  background-image: none;
  border-color: var(--primary);
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--primary);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--dark-accent);
  background-color: transparent;
}


/*.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #33b35a;
  border-color: #33b35a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(51, 179, 90, 0.5);
}*/

.btn-outline-secondary {
    color: #2c2c2c;
    background-color: transparent;
    background-image: none;
    border-color: #d6d6d6;
}

.btn-outline-secondary:hover {
    color: #2c2c2c;
    background-color: transparent;
    border-color:#2c2c2c;
}


.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}


/*.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}*/

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: var(--success);
}

.btn-outline-success:hover {
    color: #fff;
    background-color: var(--success);
    border-color: var(--success);
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: var(--success);
    background-color: transparent;
}


/*.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}*/

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}


/* .btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}*/

.btn-outline-warning {
    color: var(--warning);
    background-color: transparent;
    background-image: none;
    border-color: var(--warning);
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: var(--warning);
    border-color: var(--warning);
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: var(--warning);
    background-color: transparent;
}


/*.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}*/

.btn-outline-danger {
    color: var(--danger);
    background-color: transparent;
    background-image: none;
    border-color: var(--danger);
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: var(--danger);
    border-color: var(--danger);
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: var(--danger);
    background-color: transparent;
}


/*.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}*/

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}


/*.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}*/

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}


/*.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}*/

.btn-transparent {
  color: var(--primary);
  background-color: transparent;
  border-color: transparent;
}

.btn-transparent:hover {
  color: var(--primary);
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent-grey {
  color: var(--dark-accent);
  background-color: transparent;
  border-color: transparent;
}
.btn-transparent-grey:hover {
  color: var(--navy);
}
.btn-transparent.disabled, .btn-transparent:disabled {
  background-color: transparent;
  border-color: transparent;
  color:var(--dark-accent);
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}


/*
 * 3. TYPE  
 */

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: var(--navy);
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:focus, a:hover {
  color: var(--primary-hover);
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 1.5rem;
}

h2,
.h2 {
    font-size: 1.3rem;
}

h3,
.h3 {
    font-size: 1.2rem;
}

h4,
.h4 {
    font-size: 1.1rem;
}

h5,
.h5 {
  color: var(--navy);
  font-weight: 400!important;
  font-size: 14px;
}

h6,
.h6 {
    font-size: 0.8rem;
}

h1.h3 {
  color: var(--primary);
    font-weight: 300!important;
    font-size: 20px;
}
h2,
.h2 {
  font-weight: 500;
  color:var(--primary);
  margin-bottom:1rem;
  font-size:16px;
}
@media(max-width:768px) {
  h1.h3 {
      font-size: 16px;
      text-align: center;
  }
  h2,
.h2 {
  font-size:14px;
}
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid #33b35a;
}

.blockquote-footer {
    color: #868e96;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.text-primary {
    color: #33b35a !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #288b46 !important;
}


/*
 * 4. PAGINATION
 */

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #33b35a;
    border-color: #33b35a;
}

.page-item.disabled .page-link {
    color: #868e96;
    background-color: #fff;
    border-color: #ddd;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #33b35a;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
    color: #22773c;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
    outline: 0;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}


/*
* 5. DROPDOWNS
*/

.dropdown-menu {
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    min-width: 100%!important;
}

.dropdown-item {
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: var(--primary);
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
}

.dropdown-header {
    padding: 0.5rem 0rem;
    font-size: 0.875rem;
    color: #868e96;
}


/*
* 6. UTILITIES
*/

.bg-primary {
    background-color: #33b35a !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #288b46 !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-success {
  background-color: var(--success) !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.border-primary {
    border-color: #33b35a !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.text-primary {
    color: #33b35a !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #288b46 !important;
}

.text-secondary {
    color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

.badge-primary {
    color: color-yiq(#33b35a);
    background-color: #33b35a;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: color-yiq(#33b35a);
    text-decoration: none;
    background-color: #288b46;
}

.badge-secondary {
    color: color-yiq(#868e96);
    background-color: #868e96;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: color-yiq(#868e96);
    text-decoration: none;
    background-color: #6c757d;
}

.badge-success {
    color: color-yiq(#28a745);
    background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: color-yiq(#28a745);
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: color-yiq(#17a2b8);
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: color-yiq(#ffc107);
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: color-yiq(#dc3545);
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: color-yiq(#f8f9fa);
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: color-yiq(#343a40);
    background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: color-yiq(#343a40);
    text-decoration: none;
    background-color: #1d2124;
}


/*
* 7.CODE
*/

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: 0;
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}


/*
* 8. NAV
*/

.nav-link {
  padding: 10px 25px;
}

.nav-link.disabled {
    color: #868e96;
}

.nav-tabs {
  background:var(--accent);
  font-size:13px;
  font-weight:600;
  color:var(--navy);
  border-bottom:0;
}
.asset-settings-modal .nav-tabs {
  background:#eceff4;
}
.nav-tabs a {
  color:var(--navy);
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  border:1px solid #fff;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    cursor:pointer;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  color:var(--primary);
  border:1px solid transparent;
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--primary);
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.nav-link.active {
  color: var(--primary);
  background-color: #fff;
  border-top: 1px solid var(--accent)!important;
  border-left: 1px solid var(--accent)!important;
  border-right: 1px solid var(--accent)!important;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #33b35a;
}


/*
* 9. CARD
*/

.card {
  background-color: #fff;
  border: 0 solid #eee;
  border-radius: 16px;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-body {
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 1rem;
}
.fas::before,
.fa::before {
  font-family:'Font Awesome 5 Free';
  font-weight:bold;
}
.card-body h5 {
  font-family:'Roboto',sans-serif;
  font-weight:400;
  color:var(--navy);
}
.card-subtitle {
    margin-top: -0.5rem;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 1rem 1.25rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.card-header:first-child {
    border-radius: 16px 16px 0px 0px;
}

.card-header-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: none;
}

.card-footer {
    padding: 1rem 1.25rem;
    background-color: #f8f9fa;
    border-top: 1px solid #eee;
}

.card-footer:last-child {
    border-radius: 0 0 0 0;
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -1rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    padding: 1.25rem;
}

.card-img-overlay-opacity {
    background: rgba(0, 0, 0, 0.2);
}

.card-img {
    border-radius: 0;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/* PAGE GLOBAL */
.the-title {
  padding:3rem 3rem 0 3rem;
  display: flex;
    align-items: center;
}
.the-title h1, .simple-title {
  color:var(--primary);
  font-weight: 300;
  font-size:20px;
  margin-bottom:0;
}

.page-container {
  padding:3rem;
  padding-bottom:14px;
}
.page-header-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-header, .page-buttons {
  margin-bottom:2rem;
}

@media(max-width:768px) {
  .page-container {
    padding:20px!important;
  }
  .page-header, .page-buttons {
    margin-bottom:0;
  }
.page-header {
  margin-bottom:30px;
}
  .the-title {
    padding:20px 20px 0 20px;
  }
  .the-title h1,
  .simple-title {
    font-size:16px;
    text-align: center;
  }
  /* remove this after new navy is all in place */
  .simple-title {
    margin:15px 0;
    width:100%;
    font-weight:400;
  }
  .page-header {
    background: var(--navy);
    padding: 40px 20px 20px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: calc(100% + 40px);
    margin-top: -20px;
    margin-left:-20px;
    margin-right:-20px;
}
.page-header .simple-title,
.slide-panel-header .simple-title {
  color:white;
  text-align: left;
  margin:15px;
}
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 1px solid var(--primary);
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
  margin:auto;
}

/* PRE STARTS NEW STYLE */

.pre-start-question-yes {
  background-color: rgba(205, 255, 205, 1);
}
.pre-start-question-conditional-yes {
  background-color: rgba(255, 255, 224, 1);
} 
.pre-start-question-no {
  background-color: rgba(255, 209, 209, 1);
}

.pre-start-buttons {
  display:flex;
  justify-content: space-between;
  gap:5%;
  margin-top:1.5rem;
  flex-wrap: wrap;
}
.deselected {
  opacity:0.5;
}
.pre-start-buttons .btn {
  width:47%;
}
.pre-start-buttons .conditional-button {
width:100%;
margin-top:2%;
}
.pre-start-card-wrapper {
  background:white;
  border-radius:16px;
}
.pre-start-split {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.pre-start-card {
  width:65%;
  padding:1.2rem 1.2rem 1.2rem 0;
}
.pre-start-card-default {
  width:100%;
  padding:1.2rem;
}
h2.pre-start-title {
  font-weight:500;
  color:var(--navy);
  font-size:1.1rem;
  margin-bottom:0.5rem;
  line-height:1.5;
}
.pre-start-card p,
.pre-start-card-default p {
  font-size: 0.85rem;
  font-weight:300;
  color:black;
}
.pre-start-uploads {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  color: var(--navy);
  cursor:pointer;
}
.upload-wrap {
  margin-bottom:1rem;
}
.pre-start-conditional .form-group label {
  display: block;
  width: 100%;
}
h1.asset-scanned {
  display: block;
  text-align: center;
  margin: 1rem 0 2rem 0;
  font-weight: 400;
  color: var(--navy);
  font-size: 16px;
}
.refresh-button-wrapper {
  text-align: center;
}
.pre-start-container .alert-warning {
  text-align: center;
}
.pre-start-asset-scanned {
  margin-bottom: 2em;
}
@media(max-width:768px) {
  .pre-start-asset-scanned {
    background: var(--navy);
    margin-top: -45px;
    padding: 50px 30px 30px 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .pre-start-asset-scanned h1.simple-title {
    color: white;
}
}
.asset-scanned-title {
  display: block;
  text-align: center;
  color: var(--primary);
  font-size: 13px;
}
.asset-pack-contents {
  display:flex;
  flex-wrap:wrap;
  gap:4%;
  margin-top:1.5rem;
}

 .asset-information {
    text-align: left;
    font-size: 14px;
    color:var(--navy);
}
.asset-pack-link {
  width:48%;
  background:var(--navy);
  border-radius: 16px;
  margin-bottom:4%;
}
.asset-pack-link a {
  display: block;
  height:100%;
  width:100%;
  padding:1.1rem;
  color:white;
  font-size:13px;
}
.asset-pack-link span {
  padding:1.1rem;
  color:white;
  font-size:13px;
}
.asset-pack-link a img {
  display: block;
  margin-bottom:0.7rem;
}


/* PRE START GO LIVE */
.pre-start-round-title {
  color:var(--navy);
  font-size: 24px;
  font-weight: 300;
    text-align: left;
}
@media(max-width:768px) {
.pre-start-round-header {
  background: var(--navy);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 50px 30px 30px 30px;
  display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    z-index: 2;
    margin-top:-20px;
    margin-bottom:20px;
}
.pre-start-round-header.negative-margin {
  margin-top: -120px;
}

.pre-start-round-title {
  color:white;
  max-width: 120px;
  font-size: 16px;
  font-weight:400;
}
}
@media(max-width:200px) {
  .pre-start-round-header.negative-margin {
    margin-top: -165px;
  }
}
.loading-circle {
animation: loading-circle 2s linear infinite;
}
@keyframes loading-circle {
  70% {
  transform:rotate(360deg);
  }
  100% {
  transform:rotate(360deg);
  }
}
/* PRESTART STEPS TO COMPLETE */
.pre-start-complete-guide {
  padding: 30px;
  text-align: left;
}
.pre-start-complete-steps {
 position: relative;
 padding-left:40px;
}
.step-content {
  margin-top:20px;
  color:var(--navy);
}
.step-content .large-font {
  display: block;
  margin-bottom:10px;
}
.large-font {
  font-size:18px;
}
.step-circle {
	position: absolute;
	left: -45px;
	width: 20px;
	height: 20px;
	border-radius: 16px;
	z-index: 2;
	transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.step-circle.filled {
  background: var(--dark-shade);
}
.step-circle.outlined {
  background:#F4F7FA;
  border:1px solid var(--dark-shade);
}
.step-complete .step-circle.filled,
.step-complete .step-circle.outlined {
  background-color: var(--success);
  border:0;
  background-image: url('/static/img/icons/Complete-Tick.svg');
  background-repeat: no-repeat;
  background-position: center center;
}
.step-one::after,
.step-two::after {
  content: '';
  width: 1px;
  background: var(--dark-shade);
  height: 100%;
  display: block;
  position: absolute;
  top: 20px;
  left: -36px;
  transition: 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.step-one.step-complete::after,
.step-complete.step-complete::after {
background:var(--success);
}
.step-complete .btn-primary {
  background:var(--success);
  border:1px solid var(--success);
}
.step-one,
.step-two,
.step-three {
  position: relative;
  padding:20px 0;
}
.pre-start-complete-steps .faded,
.faded .step-content {
  color:var(--dark-shade);
}

/* ASSET STATS TOGGLE ON PRE STARTS */
.asset-stats-toggle {
  color:var(--navy);
  font-size: 14px;
  padding:15px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  cursor: pointer;
}
#asset-stats-box {
  background: white;
  border-radius: 16px;
  margin:20px 0;
}
#asset-stats {
padding:10px 25px 20px 25px;
font-size: 14px;
color:var(--navy);
display: none;
}

.new-prestart-wrapper {
  padding: 3rem;
}
@media(max-width:768px) {
  .new-prestart-wrapper {
    padding: 20px;
}
}

/* COLOURED CARDS */
.coloured-card {
  width: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 16px;
  color: white;
  font-size: 20px;
  padding: 40px 20px;
  margin: 20px 0;
  font-weight: 300;
}
.coloured-card img {
  margin-bottom: 20px;
}
.danger-card {
  background: var(--danger);
}
.warning-card {
  background: var(--warning);
}
.success-card {
  background: var(--success);
}
.primary-card {
  background: var(--primary);
}

/* PRE START FIRST SCAN */
.login-asset-scanned {
  padding: 0 20px 40px 20px;
  text-align: center;
}


/* PRE START LISTING PAGE */
.pre-start-container {
  padding:3rem;
}
.pre-start-header-wrapper {
  display: flex;
  justify-content: space-between;
}

.pre-start-list-wrapper > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: white;
  border-radius: 16px;
  margin: 10px 0;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.pre-start-list-wrapper {
  color: var(--navy);
}
.pre-start-list-wrapper a {
  font-weight:500;
}
.pre-start-list-header {
  color: var(--navy);
  font-size: 14px;
  font-weight: 500;
  display: flex;
}
.pre-start-header-left {
  width:70%;
  padding:1rem;
}
.pre-start-header-right {
  width:30%;
  padding:1rem;
}
.pre-start-action .faded-text {
  padding: 5px 0;
}
.pre-start-history-tabs {
  margin-top:1rem;
}
.prev-next-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media(max-width:768px) {
  .pre-start-container {
    padding:20px!important;
  }
  .pre-start-header-wrapper {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .pre-start-list-header {
    display: none;
  }

  .pre-start-action .faded-text {
    color:var(--dark-accent);
    padding:0;
  }
  .pre-start-history-table {
    overflow-x:scroll;
  }
}

@media(max-width:767px) {
  .pre-start-action {
    width:100%;
    margin-top:10px;
    text-align: center;
  }
  .pre-start-list-wrapper > div {
    justify-content: center;
    text-align: center;
    padding:10px 15px;
  }
}


/* PRE START COMPLETE */
.start_pre_start, .failed_pre_start {
  font-size:0.9rem;
}
.pre-start-complete {
  text-align: center;
  margin-bottom:20px;
}
.pre-start-complete-title {
  font-weight:300;
  color:var(--primary);
  font-size:18px;
  margin:2rem 0;
}
.pre-start-failed-title {
  color:var(--danger);
  font-size:18px;
  margin:1rem 0;
}


/* PRE START HISTORY */
.pre-start-history-wrapper {
  margin-top: 2rem;
}
.pre-start-history-item {
  background: white;
  padding: 1rem;
  border-radius: 16px;
  margin:10px 0;
  display: flex;
  flex-wrap: wrap;
  font-size:14px;
  color:var(--navy);
}
.pre-start-history-item > div {
  width: 12%;
  padding-right:1rem;
}
.pre-start-history-title {
  display: none;
}
.pre-start-header ul {
  list-style:none;
  margin:0;
  padding:1rem;
  display:flex;
  flex-wrap:wrap;
  font-weight:bold;
  color:var(--navy);
  font-size: 14px;
}
.pre-start-header ul li {
  width:12%;
}
@media(max-width:768px) {
  .pre-start-history-item {
    padding: 20px;
    border-radius: 16px;
    margin-bottom: 10px;
  }
  .pre-start-header ul {
    display:none;
  }
  .pre-start-history-item > div {
    width: 50%;
    margin-bottom:10px;
    padding-right:0;
  }
  .pre-start-history-title {
    display: block;
    font-weight:bold;
    margin-bottom:5px;
  }
  .history-operator {
    order:2;
  }
  .history-asset {
    order:1;
  }
  .history-outcome {
    order:5;
  }
  .history-start-time {
    order:3;
  }
  .history-end-time,
  .history-no-time {
    order:4;
  }
  .history-guide {
    order:6;
  }
  .history-action {
    order:7;
  }

}
/* PRE START UPLOAD FIELD */
.upload-input {
  font-size:14px;
}
.upload-notice {
  color:var(--primary);
  text-align: center;
  padding:20px 0 0 0;
  font-size:13px;
}
.qualification-upload {
  text-align: center;
}
.qualification-upload input[type="file"] {
  margin: auto;
  display: table;
  width: 100px;
}

/* CUSTOM PRESTART IMAGE LIGHTBOX */
.pre-start-img-wrap {
  width:35%;
  cursor:pointer;
  height:110px;
}

.pre-start-image {
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 16px;
    padding: 1rem;
}
@media(min-width:1024px) {
  .pre-start-image {
    height:300px;
  }
  .pre-start-img-wrap {
    height:auto;
  }
}
.pre-start-img-wrap.image-lightbox .pre-start-image {
  position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 99999;
    padding:0;
    border-radius:0;
    background:black;
    object-fit: contain;
}
.pre-start-img-wrap.image-lightbox {
  cursor:default;
}
.image-lightbox-close {
  display:none;
  position:fixed;
  top:40px;
  right:40px;
  z-index: 99999;
  background:white;
  padding:10px;
  border-radius: 16px;
  cursor:pointer;
}
/* CUSTOM BUTTON FOR PRE-START */
.pre-start-continue {
  /* transform: translateX(-100%); */
  width:50%;
}
.pre-start-conditional .btn {
  width: 100%;
  margin-top: 10px;
}

.pre-start-conditional .upload-context {
  width: 100%;
  max-width: 100%;
}

/* PRE START TRACKER BAR */

.pre-start-track {
  text-align: center;
  font-size: 11px;
  margin:4em 0;
  color:var(--navy);
}
.tracker-bar {
  background:var(--shade);
  width:100%;
  border-radius:16px;
  height:5px;
  position:relative;
  margin-bottom:1rem;
}
.tracked-bar {
  background:var(--primary);
  position:absolute;
  height:100%;
  transition:0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 16px;
  animation:trackmove 1s forwards;
}
@keyframes trackmove {
  from {
    width:0;
  }

}

/* USER SETTINGS UPDATE */
@media(min-width:1024px) {
  .card.users-wrapper {
    margin:0 3rem;
  }
}

/* REPORTS UPDATE */
.container-fluid.reports-wrapper {
  padding: 3rem;
}

@media(max-width:1024px) {
  .reports-header {
  align-items: center;
   }
}
@media(min-width: 768px) and (max-width: 912px) {
  .container-fluid.reports-wrapper {
    padding: 2rem 1rem;
  }
}
@media(max-width:768px) {
  .container-fluid.reports-wrapper {
    padding: 20px!important;
  }
  .reports-header {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin:0 0 2em 0;
   }

}

/* ASSET VIEW */

.asset-view {
  display:flex;
}
.slide-panel {
  width:20%;
  min-width:300px;
  max-width: 500px;
  height:100vh;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); 
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
background:#fff;
transform:translateX(-35vw);
animation: slide-in 0.6s forwards 0.3s;
overflow-y:scroll;
z-index:3;
}
.slide-panel-header,
.asset-view-image,
.asset-view-actions {
  margin:2rem 1.5rem;
}
/* Hide files link from the nav on desktop */
@media(min-width:768px) {
.nav-hide-desktop {
  display:none;
}
}
@keyframes slide-in {
  100%  { transform:translateX(0); }
}
.asset-view-content {
  width:80%;
  height:100vh;
  overflow-y:scroll;
  padding:3rem;
}
.asset-view-inner {
  column-count: 2;
  column-gap:2vw;
}

.asset-view-content .card {
width:100%;
display: inline-block;
padding:1.5rem;
color:var(--navy);
}

.asset-view-menu {
  list-style: none;
  margin:0;
  padding:0;
}
.asset-view-menu a {
  display: block;
  border-bottom:1px solid var(--shade);
  padding:1rem 2rem;
  color:var(--navy);
  font-size:calc(10px + 0.2vw);
}
.asset-view-menu img {
  width: 14px;
  height: 13px;
  margin-right: 10px;
  object-fit: contain;
}
.asset-view-menu a:hover {
  background:var(--light-accent);
}
.asset-view-menu .fa-regular{
  margin-right: 10px;
}

.asset-view-image {
  margin-top:2rem;
}
.asset-view-image-empty {
  background:var(--accent);
  border-radius:16px;
  padding:1rem;
  color:var(--navy);
  font-size:14px;
  text-align: center;
}
.asset-view-map {
  width:500px;
}

.asset-view-actions {
  margin-top: 1rem;
  display: flex;
    gap: 2%;
}

.carousel-item.active img {
  height: 160px;
  width:100%;
    display: block;
    object-fit: cover;
    border-radius:8px;
}
.carousel-indicators {
  position:relative;
  bottom:0;
  margin-bottom: 0;
    margin-top: 5px;
}
.carousel-indicators .active {
  background-color: var(--primary);
}
@media(max-width:1024px) {
  .carousel-item.active img {
    height: 110px;
  }
.asset-view {
  flex-wrap: wrap;
}
.slide-panel {
  width:100%;
  min-width:unset;
  max-width: unset;
  height:auto;
  -webkit-box-shadow: unset; 
box-shadow: unset;
background:unset;
transform:unset;
animation: unset;
}
.slide-panel-inner {
  display: flex;
  flex-wrap: wrap;
}
.asset-view-content {
  width:100%;
  height:auto;
  overflow-y:auto;
  padding:20px;
}
.asset-view-menu {
  list-style: none;
  margin:0;
  padding:0;
  display:flex;
  align-items: center;
  justify-content: flex-start;
  width:100%;
  overflow-x:scroll;
  white-space: nowrap;
  order:2;
}

.slide-panel-header {
  order:1;
  width:100%;
}
.asset-view-image {
width:49%;
margin:0;
}
.asset-view-actions {
  width:49%;
  margin:0;
  display:block;
}
.asset-view-actions button {
  margin-bottom:5px;
}
.asset-view-content .card {
  padding:20px;
  margin-bottom:20px;
  font-size: 14px;
  color:var(--navy);
}
.asset-image-action-wrap {
  order:3;
  background:white;
  margin:0 20px;
  border-radius: .25rem;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  padding:20px;
  gap:2%;
}

}
@media(max-width:768px) {
  .asset-view-menu a {
    padding:10px 15px;
    font-size:14px;
    border-bottom:0;
  }

  .slide-panel-header {
    background: var(--navy);
    margin: 0;
    padding: 40px 20px 20px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .slide-panel-header .simple-title {
    color:white;
    font-weight: 400;
  }
  .asset-view-menu {
    margin: 15px 0;
    padding: 0 20px;
  }
  .asset-view-inner {
    column-count: 1;
    column-gap:unset;
    display:flex;
    flex-wrap:wrap;
  }
  .asset-view-info {
    order:1;
  }
  .asset-view-map {
    order:2;
  }
  .asset-view-stats {
    order:3;
  }
  #nav-control_log {
    order:4;
  }
  #nav-files {
    order:5;
  }
  .asset-view-image-empty {
    border-radius:16px;
    padding:20px;
    font-size:12px;
    text-align: left;
  }
}

/* ASSET VIEW INFO BOX */

.info-row {
  display: flex;
  flex-wrap: wrap;
  font-size:14px;
  color:var(--navy);
  margin-bottom:1rem;
}
.info-left, .info-right {
  width: 50%;
}
.info-left {
  font-weight: bold;
}
.asset-view-info-table img {
  width: 16px;
    height: 16px;
    object-fit: contain;
    margin-right: 10px;
}
@media(max-width:768px) {
  .info-left, .info-right {
    width: 100%;
  }
  .asset-view-stats .info-right {
    margin-left:30px;
  }
  .info-right .progress {
    margin-top:10px;
  }
}

/* ASSET VIEW TABLES */
.asset-view-content .card th {
  color: var(--navy);
  font-size: 14px;
  border: 0;
}
.asset-view-content .card td {
  color:var(--navy);
  border:0;
  font-size: 14px;
}

/* PROGRESS BAR */
.progress {
  border-radius: 16px;
}
.progress-bar {
  border-radius: 16px;
}

/* SETTINGS */
.settings-wrapper {
  display:flex;
  flex-wrap:wrap;
  gap:2%;
}
.settings-wrapper .card {
  width:32%;
}
.settings-wrapper a {
  color: var(--navy);
  font-size: 14px;
}
@media(max-width:1024px) {

  .settings-wrapper .card {
    width:100%;
  }
}

/* base.html v2 */

@media (max-width: 991px){
	p {
		font-size: 1em;
	}
}

.modal-header{
	border-radius: 16px 16px 0px 0px;
}
.modal-content{
	border-radius: 16px;
}
.dropdown-menu{
	border-radius: 16px;
}
.modal{
	scrollbar-width: none;
}
.modal::-webkit-scrollbar {
	display: none;
}
.form-control{
	line-height: inherit;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}
.dropdown-menu li a.btn-info, .dropdown-menu li a.btn-danger {
	color:white;
}
.dropdown-menu li a.btn-info:hover, .dropdown-menu li a.btn-danger:hover {
	color:black;
}
.btn, .btn-info, .btn-danger, .side-navbar li.active > a, .side-navbar li a:hover {
	border-radius:16px;
}

/* branding */
a:focus, a:hover {
	color:var(--primary-hover);
}
.side-navbar li a:focus, .side-navbar li a:hover, .side-navbar li a[aria-expanded="true"]{
	background-color:rgb(255,242,0);
	color:black;
}
.btn-primary {
	color: #fff;
	background-color:var(--primary);
	border-color: var(--primary);
	transition:0.3s ease-in-out;
}
.btn-primary:hover {
	background-color:var(--primary-hover);
	color:#fff;
	border-color:var(--primary-hover);
}
.side-menu li{
	padding-bottom: 5px;
}
.brand-text img.large-logo{
	max-width:300px;
	display:block;
}
.brand-text img.small-logo{
	display:none;
}
.card{
	border-radius: 16px;
}
.card>.list-group:last-child .list-group-item:last-child {
	border-radius: 0px 0px 16px 16px;
}
.btn{
	border-radius: 16px;
}
.stats-card{
	border-radius: 16px;
}
@media (max-width: 768px){
	.brand-text img.small-logo{
		max-width:130px;
		display:block;
	}
	.brand-text img.large-logo{
		display:none;
	}
	.asset-viewer-container-fluid{
		padding-left:0px;
		padding-right:0px;
	}
	.fixed-table-toolbar{
		padding-left:5px;
	}
	.pagination-info{
		padding-left:5px;
	}
}

@media (max-width: 400px){
	.brand-text img.small-logo{
		max-width:100px;
		display:block;
	}
}
@media (max-width: 350px){
	.brand-text img.small-logo{
		max-width:70px;
		display:block;
	}
}
.navbar-brand{
	vertical-align: middle;
}
.map_dark_mode .modal-header{
	color: white;
	background-color: black;
}

/* home.html */

/* Existing styles */
#search_text {
	border: 1px solid var(--dark-shade);
	background-image: url('/static/img/icons/Search.svg');
	background-position: 2% center;
	background-repeat: no-repeat;
	padding: 13px 20px 13px 60px;
	background-color: white;
	border-radius: 16px !important;
}
.asset_table_history_td {
	text-align: right;
}
.asset_table_td {
	align-content: center;
}
.asset_table_setting_button {
	font-size: 15px !important;
}
.fit-content {
	width: fit-content;
}
#merged_warning_modal, #website_user_password_form {
	overflow-y: scroll;
	scrollbar-width: none;
}
#merged_warning_modal::-webkit-scrollbar, #website_user_password_form::-webkit-scrollbar {
	display: none;
}
.modal.show {
	padding-right: 0 !important;
}
#search_results{
	margin-bottom:20px;
}

/* Dark mode styles based on system preference */
[data-theme="dark"] {

	.modal-header{
		color: white;
		background-color: #343434;
	}
	.modal-title{
		color:white;
	}
	.modal-header .close {
		color: white;
	}
	.modal #popup_title{
		color:white;
	}
	.btn-transparent:hover {
		color:whitesmoke;
	}
	.form-control:focus {
		box-shadow: 0 0 0 .2rem #555;
	}
	.loader{
		border-top: 6px solid white;
	}

  h2 {
    color: white;
  }
  .fieldset {
    border: 1px solid #626567;
  }
  .asset-settings-wrapper label {
    color: white;
  }
  textarea:not(.select2-hidden-accessible):not([class*="select2"]),
  .client-form-wrapper input,
  .form-group select{
    background-color: #343434 !important;
    border: 1px solid #626567 !important;
    color: white !important;
  }

  textarea:focus-visible{
    border-color:#555;
    outline:none;
    box-shadow: none;
  }

	body{
		background-color: black;
	}
	.page {
		background-color: #1e1e1e;
	}
	.card {
		background-color: #343434;
		color: white;
	}
	.card-body h2,
	.card-body p,
	.list-group-item a {
		color: white;
	}
	.menu {
		background-color: black !important;
		color: white;
	}
	#search_results .table {
		background-color: #343434;
		color: white;
	}
	.table-striped tbody tr:nth-of-type(odd) {
		background-color: #2c2c2c;
	}
	.table-bordered th,
	.table-bordered td {
		border-color: #626567;
	}
	.modal-content {
		background-color: #343434;
		color: white;
	}
	.modal-header,
	.modal-body,
	.modal-footer {
		background-color: #343434;
		color: white;
	}
	.btn-primary,
	.btn-secondary {
		background-color: #343434;
		border-color: #626567;
		color: white;
	}
	.search-input {
		background-color: #343434 !important;
		border: 1px solid #626567 !important;
		color: white;
	}
	#search_results {
		/*background-color: #343434;*/
	}
	.simple-title {
		color: white;
	}
	a {
		color: white;
	}
	a:hover {
		color: white;
	}
	.card:not([class*="text"]) p{
		color: white;
	}
	.list-group-item{
		background-color:#343434;
	}
	.list-group-item:hover {
		background-color: black;
	}
	.btn-transparent {
		color: white;
	}
	.table td, .table th{
		border:0px;
	}
	#search_text{
		color:white;
	}
	#search_text.form-control:focus{
		box-shadow: 0 0 0 .01rem #555;
		border-color:#777 !important;
	}
  /*
	input[type=search]:focus, .white-search:focus {
		outline: 2px solid white !important;
	} */
	.modal-backdrop {
		background-color: rgba(0, 0, 0, 0.7) !important; 
	}
	@media (max-width:768px){
		.page-header{
			background-color:#343434;
		}
	}
	.modal-body th, .modal-body td, .modal-body tbody{
		border: 1px solid #626567;
	}
	.modal-header .close{
		color: white !important;
	}
	.btn-primary:hover, .btn-secondary:hover{
		background-color: #626567 !important;
		border-color:white !important;
	}
}

/* asset_control.html */

.stats-card {
	background-color: #f8f9fa;
	border-radius: 16px;
	padding: 15px;
	margin-bottom: 20px;
}
.stats-card.collapsed {
	display: none;
}
.stats-card h5 {
	margin-bottom: 15px;
	font-weight: 500;
}
.stats-card ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.stats-card li {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.stats-card li i {
	margin-right: 8px;
	color: var(--primary);
}

/* Narrow settings column */
#table_asset th[data-field="asset_settings"],
#table_asset td[data-field="asset_settings"] {
	width: 25px !important;
	min-width: 25px !important;
	padding: 0 !important;
	text-align: center;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
	overflow-y: auto !important;
	overflow-x: auto !important;
	scrollbar-width: none !important;
	-ms-overflow-style: none !important;
}
.bootstrap-table .fixed-table-container .fixed-table-body::-webkit-scrollbar {
	display: none !important;
}

.asset-control-wrapper .fixed-table-container {
	overflow-y: auto !important;
	overflow-x: auto !important;
	scrollbar-width: none !important;
	-ms-overflow-style: none !important;
}
.asset-control-wrapper .fixed-table-container::-webkit-scrollbar {
	display: none !important;
}

.select2-container .select2-selection--single{
  min-height:39px;
}

.shipping_log_form_page .asset-settings-wrapper {
  background-color: white;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  height: 40px;
}

.select2-search.select2-search--inline {
  width:100%;
}

/* Dark mode styles */
[data-theme="dark"] {

  .shipping_log_form_page .asset-settings-wrapper {
    background-color: #1e1e1e;
  }

  .select2-container--default .select2-search--dropdown .select2-search__field{
    background-color: #343434;
		color: #ffffff;
		border-color: #555;
  }
  .select2-selection__choice__display {
    color: white;
  }

  textarea{
    color:white;
  }
	body {
		background-color: #121212;
		color: #ffffff;
	}
	.page, .modal-content, .dropdown-menu {
		background-color: #1e1e1e;
		color: #ffffff;
	}
	.table {
		color: #d3d3d3;
	}
	.table-right .selected{
		background-color:black;
	}
	.form-control, .select2-selection {
		background-color: #343434;
		color: #ffffff;
		border-color: #555;
	}
	.btn-secondary, .btn-primary {
		background-color: #444;
		border-color: #555;
		color: #ffffff;
	}
	.btn-danger {
		background-color: #dc3545;
		border-color: #dc3545;
	}
	.btn-success {
		background-color: #28a745;
		border-color: #28a745;
	}
	.page-link {
		color: var(--primary);
		background-color: #2c2c2c;
	}
	.page-item.active .page-link {
		color: #fff;
		background-color: var(--primary);
		border-color: var(--primary);
	}
	.loader {
		border: 6px solid #2c2c2c;
		border-top: 6px solid white !important;
	}
	.menu {
		background-color: black !important;
		color: white;
	}
	.the-title h1, .simple-title {
		color: white;
	}
	@media (max-width:768px) {
		.page-header {
			background-color: #343434;
		}
	}
	.search input {
		background-color: #343434 !important;
		color: white !important;
		border: 1px solid #626567 !important;
	}
	.table-left tr {
		background-color: #343434 !important;
		color: white;
		border: 1px solid #626567 !important;
	}
	.table-left > tbody > tr td {
		color: white !important;
	}
	tr.detail-view {
		border: none !important;
		background-color: #1e1e1e !important;
	}
	tr.detail-view:before {
		background: none !important;
	}
	.fixed-table-container thead th {
		color: white;
	}
	a {
		color: white;
	}
	a:hover {
		color: #626567;
	}
	.bootstrap-table .fixed-table-container .table thead th .th-inner {
		width: auto !important;
		color: white;
	}
	.table-hover tbody:not(.space-table tbody) > tr:not(.detail-view):hover {
		background-color: #343434 !important;
	}
	.page-item.active .page-link {
		background-color: #626567;
		border-color: #626567;
	}
	.page-link {
		color: white;
	}
	.page-item.disabled {
		background-color: #343434 !important;
		border-color: #343434 !important;
	}
	.page-item.disabled .page-link {
		background-color: #343434 !important;
		border-color: #343434 !important;
	}
	.page-link {
		border-color: #343434 !important;
	}
	.page-link:hover {
		color: white;
	}
	#table_asset th {
		border-bottom: solid 1px #626567 !important;
	}
	.table-right .table-bordered td, .table-bordered th {
		border-top: solid 1px #626567 !important;
	}
	.pagination-info {
		color: white;
	}
	.table-close {
		color: white;
	}
	#table_asset thead th {
		border-top: solid 0px !important;
	}
	.dropdown-item {
		color: white;
	}
	.dropdown-item:hover, .toggle_column_dropdown .dropdown-item:hover {
		background-color: white;
		color: #343434 !important;
	}
	@media (max-width:768px) {
		#asset-control-asset-list-table {
			background-color: black;
		}
	}
	.toggle_column_dropdown .dropdown-item {
		display: flex;
		align-items: center;
	}
	.toggle_column_dropdown .dropdown-item i {
		margin-right: 8px;
		width: 16px;
	}
	.toggle_column_dropdown .dropdown-item.selected i.fa-check {
		display: inline-block;
	}
	.toggle_column_dropdown .dropdown-item:not(.selected) i.fa-check {
		display: none;
	}
	.asset-portal {
		color: white;
	}
	.btn-primary:hover, .btn-secondary:hover, .btn-primary:focus, .btn-secondary:focus {
		background-color: #626567;
		border-color: #626567;
    color:white;
	}
	.stats-card {
		background-color: #2c2c2c;
		color: #ffffff;
	}
	.stats-card h5 {
		color:white;
	}

	#stats_list i{
		color:white;
	}

  /* inductions */
  .induction_table.table-bordered {
    border: 1px solid #626567 !important;
  }
  .induction_table .btn {
    background-color: #444;
    border-color: #555;
    color: #ffffff;
  }
  .card-header, .card-footer {
    background-color: #2c2c2c;
    color: white;
  }
  .card-header h2 {
    color: white;
  }
  .induction-history-body {
    background-color: #1e1e1e;
    color: white;
  }
  .alert a {
    color: #1e1e1e;
  }

  /* timesheets */
  .timesheets {
    color:white;
  }
  .timesheets .dashboard-counts {
    color: white;
  }
  .timesheets .select2-selection {
    background-color: #2c2c2c;
    color: #ffffff;
    border-color: #444;
  }
  .timesheets {
    --darkest-shade: #444;
  }
  .select2-dropdown {
    background-color: #343434 !important;
    color: #ffffff;
    border-color: #626567 !important;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #444;
    border-color: #555;
    color: #ffffff;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple,
  .select2-container--default .select2-selection--multiple {
    border-color: #555 !important;
    background-color: #444;
  }
  .select2-container--default .select2-selection--single {
    background-color: #2c2c2c;
    color: #ffffff;
    border-color: #444 !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #ffffff;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #555 !important;
    color: #ffffff !important;
  }
  .create_work_order_page .form-group {
    color: white;
  }
  .card-title {
    color: white;
  }
  /* work orders page */
  .space-table thead th {
    color: white;
  }
  .space-table tbody tr {
    border-bottom-color: rgba(0,0,0,0);
  }
  #maintenance_history_table a {
    color: #626567;
  }
  #maintenance_history_table a.btn {
    color: white;
  }
  table.dataTable tr.dtrg-group td,
  .space-table tbody tr,
  .space-table tbody:hover tr {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }
  .page-container h2 {
    color: white;
  }
  .table.table-striped thead th {
    border-bottom: solid 1px #626567 !important;
    color: white;
    background-color: #444;
    border: none;
  }
  .table.table-striped {
    border: none !important;
    background-color: #444 !important;
  }
  /* pre-start page */
  h2.pre-start-title {
    color: white;
  }
  .pre-start-question-count,
  .pre-start-round-title {
    color: white;
  }

  /* mainenance rules */
  #edit-notes-form .form-group label,
  #edit-notes-form .asset-modals label,
  #edit-notes-form .asset-settings-wrapper label {
    color: white;
  }
  #service-schedule-table_wrapper .dataTables_info,
  #service-schedule-table_wrapper #service-schedule-table_length {
    color: white;
  }
  #filter_card h5,
  #filter-form {
    color:white;
  }

  /* pre-start pages */
  .pre-start-card-wrapper,
  .pre-start-uploads,
  .upload-context {
    background-color: #343434;
    color: white;
  }
  .upload-context {
    border: none;
  }
  .pre-start-card-wrapper h2.pre-start-title,
  .pre-start-card-wrapper .pre-start-card p{
    color: white !important;
  }
  .pre-start-question-yes {
    background-color: rgba(205, 255, 205, 0.44);
  }
  .pre-start-question-conditional-yes {
    background-color: rgba(255, 255, 224, 0.44);
  } 
  .pre-start-question-no {
    background-color: rgba(255, 209, 209, 0.44);
  }

  /* maintenance pages */
  #maintenance_history_table .bg-success {
    background-color: rgba(213, 244, 220, 0.38) !important;
  }
  #maintenance_history_table .bg-danger {
    background-color: rgba(255, 209, 209, 0.38) !important;
  }
  #maintenance_history_table .bg-gray {
    background-color: rgba(240, 240, 240, 0.38) !important;
  }
  #maintenance_history_table tr a {
    color: white;
  }

  .pre-start-container .pre-start-header ul {
    color: white;
  }
  #pre_start_history_table .pagination-info {
    color: white;
  }
  #pre_start_history_table .bg-success {
    background-color: rgba(213, 244, 220, 0.58) !important;
  }
  #pre_start_history_table .pre-start-history-item {
    color: black;
  }
  #pre_start_history_table a {
    color: black;
  }
  #pre_start_history_table a i {
    color: white;
  }

  /* dockets */
  #docketModal h2,
  #docket_item_modal h2 {
    color: white;
  }
  #docketModal.modal label,
  #docket_item_modal label {
    color: white;
  }
  
  /* users page */
  #user_search_bar .input-group-append {
    background-color: rgba(0,0,0,0) !important;
    height: 53px;
  }
  #user_search_bar .input-group-append .btn {
    border: 1px solid rgba(255, 255, 255, 0) !important;
  }
  #user_search_bar .form-control {
    background-color: #343434 !important;
  }
  #user_search_bar.form-control:focus {
    box-shadow: 0 0 0 .01rem #555;
    border-color: #777 !important;
  }
  .modal label, .asset-modals label, .asset-settings-wrapper label {
    color: white;
  }
}

@media (max-width:768px) {
	.simple-title {
		width: auto;
	}
	.asset-control-wrapper > .bootstrap-table {
		width: 100%;
		height: calc(100vh - 316px);
	}
	.bootstrap-table {
		margin-top: 9px;
	}
}

#assignment_dropdown .dropdown-header {
	padding-left: 0px;
	color:white;
}

#pre_start_dropdown .dropdown-header {
	padding-left: 1rem;
	color:white;
}

.section-padding {
	padding: 2em 0;
}

.borderless td,
.borderless th {
	border: none !important;
}

.hidden-max-height {
	max-height: 0px !important;
	overflow: hidden !important;
}

.padding-lr-15 {
	padding-left: 15px;
	padding-right: 15px;
}

#asset-control-asset-list-table .fixed-table-container {
	overflow-y: auto;
	height: calc(100vh - 260px);
}
.search-loader {
	display: none;
	position: absolute;
	right: 10px;
	top: 30%;
	transform: translateY(-50%);
	font-size: 20px !important;
}
.category-header-unprocessed, .category-header-processed {
	cursor: pointer;
	background-color: var(--primary);
}

.category-header-unprocessed:hover, .category-header-processed:hover {
	background-color: var(--primary) !important; 
	color: white;             
}

.category-row {
	background-color: var(--primary) !important;
	text-align: left;
}
.category-row-text {
	font-size: 20px; 
	font-weight: 400;
	color: white !important;
}
.modal-header {
	display: flex;
	justify-content: space-between; 
	align-items: center; 
}
.form-label {
	color: inherit !important;
	font-weight: 500;
}
.inline-checkbox {
	display: flex;
	align-items: baseline; 
}
.inline-checkbox .form-control {
	margin-right: 10px;
}
.dropdown-item {
	cursor: pointer;
}
.input-group-text:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.excel_options {
	right: 30px;
}
.download_shift_options {
	right: 50px;
}
.excel_options:hover, .download_shift_options:hover {
	background: transparent !important;
}
.excel_options i, .download_shift_options i {
	font-size: 16px;
	color: silver;
}
.excel_options i:hover, .settings_options i:hover, .download_shift_options i:hover {
	background: transparent;
	color: inherit;
}
.settings_options:hover {
	background: transparent !important;
}
.settings_options i {
	font-size: 16px;
	color: silver;
}
input.choices__input.choices__input--cloned {
	width: -webkit-fill-available !important;
}
button.choices__button {
	border-left: 1px solid #aaa;
}
.choices__list--multiple .choices__item {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	color: #0000009c;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
	border-left: 1px solid #aaa;
	background-image: url('/static/img/icons/Close.svg');
}
.loader-wrapper {
	position: fixed;
	top: 50%;
	left: 60%;
	width: fit-content;
	height: fit-content;
	background-color: none;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
}
.loader {
	border: 6px solid #f4f7fa00;
	border-radius: 50%;
	border-top: 6px solid var(--primary);
	width: 60px;
	height: 60px;
	animation: spin 2s linear infinite;
}
.select2 .selection {
	width: 100%;
}
.select2-container {
	z-index: 2000;
}
.select2-selection {
	padding: 3px !important;
	border-color: var(--darkest-shade) !important;
}
.select2-selection__clear {
	display: none;
}
.select2-container {
	width: 100% !important;
	max-width: 100%;
}
.user-info {
	display: flex;
	align-items: center;
	padding: 10px;
	width: -webkit-fill-available;
}
.user-info .fa-user {
	font-size: 20px; 
	color: var(--navy); 
	margin-right: 10px;
}
.user-hours {
	margin-left: auto;
	font-weight: bold;
}
.font-size-20 {
	font-size: 20px !important;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

#search_results .deactivated_asset a,
#search_results .deactivated_asset .btn {
	color: darkgray;
}

#asset-control-asset-list-table,
.teletrack-navbar,
html {
  overflow: auto; /* or overflow-y: auto; for vertical only */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
#asset-control-asset-list-table::-webkit-scrollbar,
.teletrack-navbar::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Edge */
}
@media (max-width:768px) {
  .main_table_displayed .page-header,
  .main_table_displayed #table_settings,
  .main_table_displayed #stats_card,
  .main_table_displayed .asset_navigation,
  .main_table_displayed .asset-control-wrapper > .bootstrap-table:first-child {
    display:none;
  }
}

#login-form #email_login,
#login-form #sms_login_link,
#login-form #google_login_link,
#login-form #microsoft_login_link,
#login-form #installer_link {
  background:white;
  color:black;
  width:100%;
}

.modal-footer {
  max-width: 90vw;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;      /* IE 10+ */
  scrollbar-width: none;         /* Firefox */
}

.modal-footer::-webkit-scrollbar {
  display: none;                 /* Chrome, Safari, Edge */
}

[data-theme="allconnect"] {
	--navy: #000000;
	--navy-hover: #1E1C54;

	--primary: #2ce226!important;
	--primary-hover: #19c213;
}

[data-theme="allift"] {
	--navy: #000000;
	--navy-hover: #1E1C54;

	--primary: #f06e21!important;
	--primary-hover: #ca530e;
}

[data-theme="connectfm"] {
	--navy: #2a529e;
	--navy-hover: #1E1C54;

	--primary: #f7921d!important;
	--primary-hover: #ff8900;
}

[data-theme="iris"] {
	--navy: #444444;
	--navy-hover: #333131;

	--primary: #0194cc!important;
	--primary-hover: #117fbc;
}

[data-theme="redlift"] {
	--navy: #CF0000;
	--navy-hover: #d10602;

	--primary: #2b6ebe!important;
	--primary-hover: #1d5fc6;
}

[data-theme="heli"] {
	/* heli colours test */
	--navy: rgb(233, 0, 0);
	--navy-hover: rgb(34, 46, 56);

	--primary: rgb(34, 46, 56)!important;
	--primary-hover: rgb(34, 46, 56);

	.mapview-slide-panel{
		background-color: rgb(235, 235, 235) !important;
	}
	.map_dark_mode .mapview-slide-panel{
		background-color: #343434 !important;
	}
	.item_card_name{
		color:rgb(34, 46, 56) !important;
	}
	.expanded-menu .teletrack-logo-img{
		width: 50px;
	}
	p.card-text {
		color:rgb(34, 46, 56) !important;
	}
	table{
		color:rgb(34, 46, 56);
	}
	.table-left > tbody > tr td{
		color:rgb(34, 46, 56);
	}
	.table-left > tbody > tr > td tbody > tr > td tbody > tr > td:nth-of-type(3){
		color:rgb(34, 46, 56);
	}
	.fixed-table-container thead th{
		color: rgb(34, 46, 56);
	}
	.settings-wrapper a{
		color: rgb(34, 46, 56);
	}
	.btn-secondary, .btn-primary{
		color:#fff;
		background-color: rgb(34, 46, 56);
		border-color: rgb(34, 46, 56);
	}
	.space-table tbody tr, .space-table thead th{
		color: rgb(34, 46, 56);
	}
	.modal label, select.form-control{
		color: rgb(34, 46, 56);
	}
	.card-body h5{
		color: rgb(34, 46, 56);
	}
	.pre-start-list-wrapper, .pre-start-list-header{
		color: rgb(34, 46, 56);
	}
	textarea{
		color: rgb(34, 46, 56);
	}
}

[data-theme="magni"] {
	--navy: #ae1419;
	--navy-hover: rgb(51, 51, 51);

	--primary: rgb(51, 51, 51)!important;
	--primary-hover: rgb(51, 51, 51);

	.mapview-slide-panel{
		background-color: rgb(235, 235, 235) !important;
	}
	.map_dark_mode .mapview-slide-panel{
		background-color: #343434 !important;
	}
	.item_card_name{
		color:rgb(51, 51, 51) !important;
	}
	.map_dark_mode .item_card_name{
		color:rgb(255, 255, 255) !important;
	}
	.expanded-menu .teletrack-logo-img{
		width: 50px;
	}
	p.card-text {
		color:rgb(51, 51, 51) !important;
	}
	table{
		color:rgb(51, 51, 51);
	}
	.table-left > tbody > tr td{
		color:rgb(51, 51, 51);
	}
	.table-left > tbody > tr > td tbody > tr > td tbody > tr > td:nth-of-type(3){
		color:rgb(51, 51, 51);
	}
	.fixed-table-container thead th{
		color: rgb(51, 51, 51);
	}
	.settings-wrapper a{
		color: rgb(51, 51, 51);
	}
	.btn-secondary, .btn-primary{
		color:#fff;
		background-color: rgb(51, 51, 51);
		border-color: rgb(51, 51, 51);
	}
	.space-table tbody tr, .space-table thead th{
		color: rgb(51, 51, 51);
	}
	.modal label, select.form-control{
		color: rgb(51, 51, 51);
	}
	.card-body h5{
		color: rgb(51, 51, 51);
	}
	.pre-start-list-wrapper, .pre-start-list-header{
		color: rgb(51, 51, 51);
	}
	textarea{
		color: rgb(51, 51, 51);
	}
	.login-page{
		background-color: rgb(51, 51, 51);
	}
}

[data-theme="kanga"] {
	--navy: #006f53;
	--navy-hover: #ffba00;

	--primary: #006f53 !important;
	--primary-hover: #ffba00;
}

[data-theme="teletrack_new"] {
	--navy: #007EA3;
	--navy-hover: #386794;

	--primary: #386794 !important;
	--primary-hover: #ffbc2c;
}

[data-theme="glass"] {
	body {
		background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("/static/teletrack_default_background.jpg");
		background-size: cover;
		background-position: center;
		min-height: 100vh; /* Ensure full viewport height */
		margin: 0; /* Remove default margins */
    background-attachment: fixed; /* Fix background during scroll */
	}
	.page,
	.menu,
	.nav-tabs {
		background: rgba(255, 255, 255, 0);
	}
	.the-title h1, .simple-title{
		color:white;
	}
	.page h2,
	h1.h3,
  .dropdown-header,
  h6 {
		color:white;
	}
	/* glass background */
	.card,
	.btn,
	.modal-content,
	#search_list .item_card, 
  .modal-content .modal-footer{
		background: rgba(255, 255, 255, 0.15); /* High translucency */
		backdrop-filter: blur(20px) saturate(180%); /* Frosted glass effect */
		-webkit-backdrop-filter: blur(20px) saturate(180%); /* Safari support */
		border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle edge highlight */
		box-shadow: 
			0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
			inset 0 1px 2px rgba(255, 255, 255, 0.4); /* Inner highlight for depth */
		transition: transform 0.3s ease, box-shadow 0.3s ease;
	}
	#search_text,
	#notification_table_search,
	.dashboard-counts .stats-card,
	#asset-control-asset-list-table .search-input,
	.asset-control-wrapper .table-left tr {
		background-color: rgba(255, 255, 255, 0.15); /* High translucency */
		backdrop-filter: blur(20px) saturate(180%); /* Frosted glass effect */
		-webkit-backdrop-filter: blur(20px) saturate(180%); /* Safari support */
		border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle edge highlight */
		box-shadow: 
			0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
			inset 0 1px 2px rgba(255, 255, 255, 0.4); /* Inner highlight for depth */
		transition: transform 0.3s ease, box-shadow 0.3s ease;

		color:white;
	}
	#search_text::placeholder,
	#notification_table_search::placeholder,
	#asset-control-asset-list-table .search-input::placeholder {
		color: white;
	}
	.modal-header {
		background: rgba(255, 255, 255, 0);
		color: white;
	}
	.modal-header button.close {
		color: white;
	}

	#search_results,
	#search_results th,
	#search_results td,
	#search_results a {
		color:white;
	}
	#search_results .btn {
		background: none;
		border: none;
		box-shadow: none;
		-webkit-backdrop-filter: none;
		color: white;
	}
	.modal-title{
		color:white;
	}
	.modal-content .table{
		border: 0px;
	}
	.modal-content .table th, .modal-content .table td {
		border-color: rgba(255, 255, 255, 0);
	}
	.modal-content .table,
	.modal-content .table a{
		color:white;
	}
	.menu-link a {
		border-radius: 16px;
	}
	.card .card-header {
		background: rgba(255, 255, 255, 0);
		color: white;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
	.card .card-header h2 {
		color: white;
	}
	.card .card-body a,
	.card .card-body h2,
	.card .card-body h3,
	.card .card-body p,
	.card .card-body ul li,
	.list-group-item a {
		color: white;
	}
	.card .list-group-item{
		background: rgba(255, 255, 255, 0);
		color: white;
	}
	.page-header {
		background: rgba(255, 255, 255, 0);
		color: white;
	}
	@media (max-width:768px) {
		.page-header {
			border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		}
	}
	.btn:hover {
		transform: translateY(-2px);
		box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
	}
	#search_results .deactivated_asset a,
	#search_results .deactivated_asset .btn {
		color: black;
	}

	#provisioning-table {
		color: white;
	}

	/* notifications */
	#notification_table,
	#notification_table table,
	#notification_table th,
	#notification_table td,
	#notification_table tr {
		color: white;
		background: rgba(255, 255, 255, 0);
	}
	#notification_table .space-table tbody tr {
		border-bottom: 0px;
	}

	/* asset control */
	.dashboard-counts .stats-card h5,
	.dashboard-counts .stats-card li i {
		color:white;
	}

	.asset-control-wrapper .table-left tr,
	.asset-control-wrapper .table-left > tbody > tr td {
		color:white;

	}
	.asset-control-wrapper .table-hover tbody:not(.space-table tbody) > tr:not(.detail-view):hover {
		background-color: rgba(255, 255, 255, 0);
	}

  #table_asset .selected {
    background: rgba(255, 255, 255, 0.2);
  }

  tr.detail-view:before{
    border:none;
    background: none;
  }

  .asset-control-wrapper .detail-view,
  .asset-control-wrapper .asset-portal {
    background-color: rgba(255, 255, 255, 0) !important;
		backdrop-filter: none !important;
		-webkit-backdrop-filter: none !important; /* Safari support */
		border: 0px !important; /* Subtle edge highlight */
		box-shadow: none !important; /* Inner highlight for depth */
		transition: none !important;
  }
  
  input[type=search]:focus:not(.select2-search__field),
  input:focus:not(.select2-search__field):not([class*="select2"]),
  .white-search:focus:not(.select2-search__field):not([class*="select2"]) {
      outline: 1px solid white !important;
  }

  .excel_options,
  .settings_options,
  .asset-portal {
    background-color: rgba(255, 255, 255, 0);
    border:none;
    box-shadow:none;
    -webkit-backdrop-filter:none;
    transition:none;
  }

  .excel_options i,
  .settings_options i,
  .asset-portal i {
    color: white;
  }

  .excel_options:hover,
  .settings_options:hover,
  .asset-portal:hover {
    color: black;
    background-color: white;
  }

  .asset-control-wrapper table {
    color:white;
  }

  .asset-control-wrapper .fixed-table-container thead th {
    color: white;
  }

  .asset-control-wrapper a,
  .asset-control-wrapper a:focus,
  .asset-control-wrapper a:hover {
    color: white;
  }

  .asset-control-wrapper .dropdown-toggle::after {
    color: white;
  }

  .asset-control-wrapper .dropdown-item.active,
  .asset-control-wrapper .dropdown-item:hover,
  .asset-control-wrapper .dropdown-item:focus {
    background-color: rgba(255, 255, 255, 0);
  }
  #asset-control-asset-list-table .pagination-info {
    color: white;
  }
  #asset-control-asset-list-table .pagination .page-link{
    background-color: rgba(255, 255, 255, 0);
  }
  #asset-control-asset-list-table .page-item.active .page-link {
    background-color: white;
    border-color: white;
    color: black;
  }
  #asset-control-asset-list-table .page-list {
    color: white;
  }
  #asset-control-asset-list-table .table-close {
    color: white;
  }
  #asset-control-asset-list-table {
    background-color: rgba(255, 255, 255, 0);
  }

  #table_asset .table-right .selected {
    background: rgba(0,0,0,0.2);
  }

	/* map view */
	.mapview-slide-panel{
		background-color: rgba(255, 255, 255, 0);
	}
  @media (max-width:1024px) {
    .mapview-slide-panel {
      background-color: rgba(0,0,0,0.5);
    }
  }
  #asset-history-datetime-range {
    background-color: rgba(0,0,0,0.3);
    color:white;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
	.mapview-slide-panel h2,
	.mapview-slide-panel #toggleSortButton,
	.mapview-slide-panel #toggleChevronSearchList,
	.mapview-slide-panel #search_list .category_header,
	.mapview-slide-panel #search_list .item_card_name,
	.mapview-slide-panel #search_list .item_card .operator-name-text {
		color: white;
	}
	.mapview-slide-panel #search_list .item_card_location_button {
		background-color: rgba(255, 255, 255, 0);
		color: white;
	}

  /* login page */
  #login-form #email_login,
  #login-form #sms_login_link,
  #login-form #google_login_link,
  #login-form #microsoft_login_link,
  #login-form #installer_link  {
    background-color: rgba(255, 255, 255, 0.15); /* High translucency */
		backdrop-filter: blur(20px) saturate(180%); /* Frosted glass effect */
		-webkit-backdrop-filter: blur(20px) saturate(180%); /* Safari support */
		border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle edge highlight */
		box-shadow: 
			0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
			inset 0 1px 2px rgba(255, 255, 255, 0.4); /* Inner highlight for depth */
		transition: transform 0.3s ease, box-shadow 0.3s ease;

		color:white;
  }

  #email_login_form label,
  #password-reset-form label,
  #email_login_form label.active,
  #password-reset-form label.active,
  .login-page h1,
  .forgot-pass {
    color:white;
  }

  #login-form input {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
  }
  .login-page .alert-warning a {
    color: var(--warning-hover);
  }
  .login-page .alert-danger {
    background-color: #fef2d9a3;
  }

  /* inductions */
  .induction_table {
    color: white;
  }
  .card-footer {
    background: rgba(255, 255, 255, 0);
  }
  .induction-history-body {
    background: rgba(255, 255, 255, 0);
    color: white;
  }
  .induction-history-body table {
    color: white;
  }
  .induction_questions,
  #nextQuestion,
  #submitBtn,
  #prevQuestion {
    color: white;
  }
  .alert{
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px;
  }
  .timesheets .form-group{
    color:white;
  }
  .page-container p {
    color:white;
  }

  .work-order-container h5,
  .work-order-container h2,
  .work-order-container {
    color:white;
  }
  .page-header h1 {
    color: white;
  }
  .page-header p a {
    color: white;
  }
  /* order order pages */
  .space-table thead th {
    color: white;
  }
  .space-table tbody tr {
    border-bottom-color: rgba(0,0,0,0);
  }
  #maintenance_history_table .btn {
    background-color: white;
    color: black;
  }
  .create_work_order_page .form-group {
    color: white;
  }
  .dataTables_info {
    color: white;
  }
  table.dataTable tr.dtrg-group td,
  .space-table tbody tr,
  .space-table tbody:hover tr {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }
  #DataTables_Table_0_filter {
    color: white;
  }

  /* pre-start page */
  h2.pre-start-title {
    color: black;
  }
  .pre-start-question-count,
  .pre-start-round-title {
    color: white;
  }
  /* maintenance reminder pages */
  #service-reminders-table_wrapper,
  #service-reminders-table_wrapper table,
  #service-reminders-table_wrapper a,
  #service-schedule-table_wrapper,
  #service-schedule-table_wrapper table,
  #service-schedule-table_wrapper a {
    color: white;
  }
  #service-reminders-table_wrapper .paginate_button a,
  #service-schedule-table_wrapper .paginate_button a {
    color: black;
  }
  #service-reminders-table_wrapper .dropdown-item,
  #service-schedule-table_wrapper .dropdown-item {
    color: black;
  }
  #serviceReminderModal {
    color:white;
  }
  #filter_card h5,
  #filter-form {
    color:white;
  }

  #edit-notes-form .form-group label,
  #edit-notes-form .asset-modals label,
  #edit-notes-form .asset-settings-wrapper label {
    color: white;
  }

  /* pre-starts pages */
  #asset_table_search {
    background-image: url('/static/img/icons/Search.svg');
    background-position: 2% center;
    background-repeat: no-repeat;
    padding: 13px 20px 13px 60px;
    border-radius: 16px !important;

    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
  }

  #asset_table .pre-start-list-header {
    color: white;
  }
  #asset_table .pre-start-list-wrapper > div {
    background: rgba(255,255,255,0.8);
  }
  #asset_table .asset-item .btn {
    color: black;
  }
  #asset_table .prev-next-buttons .btn-transparent {
    color: white;
  }

  /* reports page */
  .reports-wrapper {
    color: white; 
  }

  /* asset settings */
  body.asset-settings-modal {
    background-color: rgba(0, 0, 0, 0.0);
    background-image: none;
  }

  .asset-settings-modal .form-control {
    background-color: rgba(255, 255, 255, 0);
    color: white;
  }

  .asset-settings-modal .dropdown-toggle .filter-option-inner-inner {
    color: white;
  }

  .asset-settings-modal,
  .modal label,
  .asset-modals label,
  .asset-settings-wrapper label,
  .text-muted,
  .asset-settings-modal table,
  h4,
  h5,
  p,
  .asset-settings-modal small{
    color: white !important;
  }

  .asset-settings-modal .list-group-item {
    background-color: rgba(255, 255, 255, 0);
  }
  .asset-settings-modal .list-group-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .asset-settings-modal .asset-modals .input-material,
  .asset-settings-modal .asset-settings-wrapper .input-material,
  .asset-settings-modal .modal .input-material {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
  }
  .asset-settings-modal .modal .input-material::placeholder {
    color: white;
  }

  .asset-settings-modal .asset-nav-link.active {
    border-bottom: 2px solid white;
  }

  .asset-settings-modal .btn-light:not(:disabled):not(.disabled).active,
  .asset-settings-modal .btn-light:not(:disabled):not(.disabled):active,
  .asset-settings-modal .show>.btn-light.dropdown-toggle {
    background-color: rgba(255, 255, 255, 0);
    border-color: none;
  }

  .asset-settings-modal .dropdown-toggle {
    color: white;
  }

  /* asset view */
  .asset-view .asset-view-inner .card,
  .asset-view .slide-panel {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
  }
  @media (max-width:1024px) {
    .asset-view .slide-panel{
      background-color: rgba(255, 255, 255, 0);
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      border: none;
      box-shadow: none;
    }
  }
  .asset-view .info-row,
  .asset-view-info-table .info-left i,
  .asset-view a {
    color: white;
  }
  .asset-view .asset-view-info-table .info-row {
    border-bottom: 1px solid rgba(0,0,0,0.125);
  }
  .asset-view .card:not([class*="text"]) p {
    color: white;
  }
  .asset-view .live-indicator {
    color: white;
  }
  .asset-view-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .asset-view-image-empty{
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
  }
  @media (max-width:1024px) {
    .asset-image-action-wrap {
      background-color: rgba(255, 255, 255, 0);
    }
  }
  @media (max-width:768px) {
    .slide-panel-header {
      background-color: rgba(255, 255, 255, 0);
    }
  }

  /* pre-starts */
  .pre-start-container .pre-start-header ul {
    color: white;
  }
  #pre_start_history_table .pagination-info {
    color: white;
  }
  #pre_start_history_table .bg-success {
    background-color: rgba(213, 244, 220, 0.58) !important;
  }
  #pre_start_history_table .pre-start-history-item {
    color: black;
  }
  #pre_start_history_table a {
    color: black;
  }
  #pre_start_history_table a i {
    color: white;
  }
  .pre-start-container .text-muted,
  .pre-start-container .text-dark,
  .pre-start-container .modal label {
    color: white !important;
  }
  .pre-start-container .bg-light {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .pre-start-container .btn {
    color: white;
  }
  .pre-start-container #emailInput {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
    border-radius: 16px;
  }

  .pre-start-container .pre-start-continue:hover {
    transform: none;
  }
  .pre-start-conditional .pre-start-uploads,
  .pre-start-conditional .upload-context,
  .pre-start-card-wrapper {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
  }
  .pre-start-card-wrapper h2.pre-start-title,
  .pre-start-card-wrapper .pre-start-card p{
    color: white !important;
  }
  .pre-start-conditional label,
  .upload-context::placeholder {
    color: white;
  }
  .pre-start-question-yes {
    background-color: rgba(205, 255, 205, 0.44);
  }
  .pre-start-question-conditional-yes {
    background-color: rgba(255, 255, 224, 0.44);
  } 
  .pre-start-question-no {
    background-color: rgba(255, 209, 209, 0.44);
  }

  /* maintenance pages */
  #maintenance_history_table .bg-success {
    background-color: rgba(213, 244, 220, 0.5) !important;
  }
  #maintenance_history_table .bg-danger {
    background-color: rgba(255, 209, 209, 0.5) !important;
  }
  #maintenance_history_table .bg-warning {
    background-color: rgba(255, 255, 224, 0.5) !important;
  }
  #maintenance_history_table .bg-gray {
    background-color: rgba(240, 240, 240, 0.5) !important;
  }
  #maintenance_history_table tr a {
    color: white;
  }

  .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(0,0,0,0.5);
  }

  /* dockets */
  #table-content th,
  #table-content td,
  #table-content td a,
  #table-content .pagination-info,
  #docketModal h2,
  #docketModal.modal label,
  #docket_item_modal h2,
  #docket_item_modal label{
    color: white;
  }

  #docketModal input.form-control,
  #docket_item_modal input.form-control,
  #docketModal textarea,
  #docket_item_modal textarea,
  #docketModal select.form-control,
  #docket_item_modal select.form-control{
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
    border-radius: 16px;
  }

  .daterangepicker .cancelBtn,
  .daterangepicker .applyBtn {
      color: black;
  }

  /* work order pages */

  .servicing_container .text-muted,
  .servicing_container .text-dark,
  .servicing_container .modal label {
    color: white !important;
  }
  .servicing_container .bg-light {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .servicing_container .btn {
    color: white;
  }

  /* shipping logs pages */

  .shipping_log_form_page .asset-settings-wrapper {
    background-color: rgba(0,0,0,0);
  }
  .shipping_logs_page table th,
  .shipping_logs_page table td,
  .shipping_logs_page table a{
    color: white;
  }

  .shipping_logs_page .table-hover tbody:not(.space-table tbody) > tr:not(.detail-view):hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .shipping_log_form_page {
    background: none;
  }
  .shipping_log_form_page h2,
  .shipping_log_form_page h3,
  .shipping_log_form_page .help-text,
  .shipping_log_form_page label {
    color: white;
  }

  .shipping_log_form_page input,
  .shipping_log_form_page select,
  .shipping_log_form_page textarea,
  textarea.form-control{
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
    border-radius: 16px;
  }

  .shipping_log_form_page .fieldset {
    border-color: rgba(255, 255, 255, 0.3);
  }

  input.form-control,
  .dataTables_filter input[type="search"] {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), /* Soft outer shadow */
    inset 0 1px 2px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: white;
    border-radius: 16px;
  }

  /* ─── Selection box (single & multiple) ─── */
  .select2-container--default .select2-selection--single,
  .select2-container--default .select2-selection--multiple {
    background-color: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 12px !important; /* or 16px to match your other inputs */
    box-shadow: 
      0 4px 15px rgba(0, 0, 0, 0.1),
      inset 0 1px 2px rgba(255, 255, 255, 0.4) !important;
    color: white !important;
    height: auto !important;
    min-height: 38px; /* adjust if needed */
    transition: all 0.3s ease;
  }

  /* Single-select height & alignment */
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important;
    color: white !important;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
    right: 10px !important;
  }

  /* Multiple-select tags (the little pills) */
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgba(255, 255, 255, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
    color: white !important;
    border-radius: 8px !important;
    padding: 2px 8px !important;
  }

  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
    margin-right: 6px !important;
  }

  /* Placeholder */
  .select2-container--default .select2-selection--single .select2-selection__placeholder,
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
  }

  /* ─── Dropdown panel ─── */
  .select2-dropdown {
    background-color: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden;
  }

  /* Options */
  .select2-results__option {
    color: white !important;
    padding: 8px 12px !important;
  }

  .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
  }

  .select2-results__option--selected {
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: white !important;
  }

  /* Search field inside dropdown */
  .select2-search--dropdown .select2-search__field {
    background-color: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 8px !important;
    color: white !important;
    padding: 8px 12px !important;
    margin: 8px !important;
  }

  .select2-search--dropdown .select2-search__field::placeholder,
  ::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
  }

  /* When the dropdown is open – slight lift effect on the selection box */
  .select2-container--open .select2-selection--single,
  .select2-container--open .select2-selection--multiple {
    transform: translateY(-2px);
    box-shadow: 
      0 8px 25px rgba(0, 0, 0, 0.2),
      inset 0 1px 2px rgba(255, 255, 255, 0.4) !important;
  }

  /* Clear button (×) on clearable selects */
  .select2-selection__clear {
    color: white !important;
    opacity: 0.8;
  }

  .select2-container--default .select2-search--inline .select2-search__field {
    color: white;
  }
  .text-dark {
    color: white !important;
    font-weight: bold;
  }

  .dropdown-menu.show:not(.inner) {
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .dropdown-menu .dropdown-item {
    color: white;
  }

  .dropdown-menu.inner.show,
  .inner.show {
    background-color: rgba(0,0,0,0);
    color: white;
  }
  .bs-searchbox .form-control {
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    background-color: rgba(0,0,0,0);
  }

  .dropdown-item.active, .dropdown-item:active{
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
  }
  .bootstrap-select .no-results {
    background-color:rgba(0,0,0,0);
  }
  .bootstrap-select > .dropdown-toggle {
    color:white;
  }
  li.select2-selection__choice {
    color: #495057 !important;
  }
  .select2-selection__choice__remove {
    color: #555 !important;
  }

  .bootstrap-select .dropdown-menu li a {
    color: white;
    background-color: rgba(0,0,0,0);
  }

  .bootstrap-select.show-tick .dropdown-menu li a span.text {
    color: white;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }
  .alert-info {
    background-color: rgba(255, 255, 255, 0.5);
    color: white;
  }
  a.dropdown-item {
    color: white;
  }

  /* notifications page */
  #notification_applies_tabs {
    background-color: rgba(0,0,0,0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  #notification_applies_tabs .ui-widget-header {
    background-color: rgba(0,0,0,0.1);
    border: 0px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .notification_client_select_checkbox_apply,
  .notification_customer_select_radio_apply,
  .notification_site_select_radio_apply,
  .notification_asset_select_radio_apply {
    color: white;
  }
  .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: rgba(255,255,255,0.4);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color:white;
  }
  #notification_create_form h2{
    color: white;
  }

  /* users page */
  #user_search_bar .input-group-append {
    background-color: rgba(0,0,0,0) !important;
    height: 53px;
  }
  #user_search_bar .input-group-append .btn {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
}

/* Mobile-specific styles */
@media (max-width: 768px) {
  .pre-start-header ul,
  .pre-start-history-item {
    flex-direction: column; /* Stack items vertically on mobile */
    align-items: stretch;
  }

  .pre-start-header li,
  .pre-start-history-item > div {
    min-width: 100%; /* Full width for each item */
    text-align: left; /* Align text to the left for readability */
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.125); /* Add separation between items */
  }

  .pre-start-header li:last-child,
  .pre-start-history-item > div:last-child {
    border-bottom: none; /* Remove border from last item */
  }

  .history-action {
    flex-direction: row; /* Keep buttons side by side */
    justify-content: flex-start;
    width: 100%;
  }

  .history-action .btn {
    margin-right: 10px;
  }

  /* Adjust font sizes for mobile */
  .pre-start-history-title {
    font-size: 14px;
  }

  .pre-start-header li {
    font-size: 16px; /* Slightly larger for header */
  }

  .pre-start-history-item a,
  .pre-start-history-item div:not(.pre-start-history-title) {
    font-size: 14px;
  }

  .pre-start-header ul {
    display: block; /* Stack header items vertically */
  }
}

#asset_table_search_container .select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px !important;
}