@charset "utf-8";
/* CSS Document */

/* USED MARGIN-TOP UTILITIES */
.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-7 {
  margin-top: 70px;
}

/* USED MARGIN-BOTTOM UTILITIES */
.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.mb-3 {
  margin-bottom: 30px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mb-9 {
  margin-bottom: 90px;
}

/* USED MARGIN-LEFT UTILITIES */
.ml-1 {
  margin-left: 10px;
}

.ml-2 {
  margin-left: 20px;
}

.ml-3 {
  margin-left: 30px;
}

/* USED MARGIN-RIGHT UTILITIES */
.mr-1 {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 30px;
}

.mr-7 {
  margin-right: 70px;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  position: relative;
}

h1 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 26.4px;
}

h3 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 700 !important;
  line-height: 15.4px !important;
}

p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 20px;
}

blockquote {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 30px;
}

pre {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 18.5714px;
}


a {
  color: #ffffff;
}

a:hover {
  color: #001272;
  text-decoration: none;
}

.btn {
  border-radius: 25px !important;
  border: 0 !important;;
  outline: none !important;;
  color: #ffffff !important;;
  padding: 8px 25px !important;;
  font-size: 12px;
  background-color: #001272 !important;
}

.login-content {
  width: 100%;
  height: 100vh;
}

.login-logo {
  height: 15%;
  position: absolute;
  top: 80%;
  left: 87%;
}

.coverage-btn {
  position: relative !important;
  top: 13%;
}

.align-btn {
  width: 300px !important;
  height: 50px !important;
}

.rightLog, .leftLog {
  width: 50%;
  height: 100vh;
}

.leftLog {
  padding: 15px;
}

.logo-img, .login {
  width: 100%;
}

.text-green {
  color: #59b300;
}

.login-main-content {
  max-width: 450px;
  border-radius: 5px;
  background-color: #43b4e5;
  box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  color: #ffffff;

}


.login-main-content input {
  border: none;
  width: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 10px 5px;
  background: #ffffff;
  margin-bottom: 15px;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.login-main-content input:hover, .login-main-content input:focus {
  border: 1px solid #001272;
}


.login-main-content label, .login-main-content input, .login-main-content button {
  display: block !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}


.login-right-img {
  width: 100%;
  height: 100vh;
  position: relative;
  right: 0;
}

@media screen and (max-width: 480px) {

  .leftLog {
    width: 100%;
    padding: 15px;
  }

  .rightLog {
    display: none;
  }

  .mb-9 {
    margin-bottom: 45px;
  }

  .mt-7 {
    margin-top: 25px;
  }

  .mr-7 {
    margin-right: 25px !important;
  }

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

  .login-main-content {
    padding: 15px;
  }
}

@media screen and (min-width: 1024px) and (min-height: 1320px) {
  .mb-9 {
    margin-bottom: 60px;
  }

  .mt-7 {
    margin-top: 50px;
  }

  .mr-7 {
    margin-right: 50px !important;
  }

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

  .login-main-content {
    padding: 20px;
  }
}

/* Angular Material checkbox styling */
.mat-mdc-menu-item .mat-mdc-checkbox {
  margin-right: 16px;
  vertical-align: middle;
}

/* =============================================================================
   DARK THEME OVERRIDES - Maximum specificity to override Angular Material
   ============================================================================= */

body.dark-theme {
  background-color: #181818 !important;
  color: #ffffff !important;
}

body.dark-theme .mat-drawer-container,
body.dark-theme .mat-drawer-content,
body.dark-theme .mat-sidenav-content {
  background-color: #181818 !important;
}

body.dark-theme .page-wrapper {
  background-color: #181818 !important;
}

/* Cards */
body.dark-theme mat-card,
body.dark-theme .mat-card,
body.dark-theme .mat-mdc-card,
body.dark-theme mat-card.mat-mdc-card,
body.dark-theme .mdc-card {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
  border-radius: 6px !important;
}

body.dark-theme .mat-mdc-card-title,
body.dark-theme .mat-card-title {
  color: #ffffff !important;
}

/* Tables */
body.dark-theme table,
body.dark-theme .mat-mdc-table,
body.dark-theme mat-table,
body.dark-theme table.mat-mdc-table {
  background-color: #2a2a2a !important;
  background: #2a2a2a !important;
}

body.dark-theme .mat-mdc-header-row,
body.dark-theme mat-header-row,
body.dark-theme tr.mat-mdc-header-row,
body.dark-theme thead tr {
  background-color: #212020 !important;
  background: #212020 !important;
}

body.dark-theme .mat-mdc-header-cell,
body.dark-theme mat-header-cell,
body.dark-theme th.mat-mdc-header-cell,
body.dark-theme th {
  color: #ffffff !important;
  background-color: #212020 !important;
  border-bottom-color: rgba(255,255,255,0.12) !important;
}

body.dark-theme .mat-mdc-row,
body.dark-theme mat-row,
body.dark-theme tr.mat-mdc-row,
body.dark-theme tbody tr {
  background-color: #2a2a2a !important;
  background: #2a2a2a !important;
}

body.dark-theme .mat-mdc-row:hover,
body.dark-theme mat-row:hover,
body.dark-theme tr.mat-mdc-row:hover,
body.dark-theme tbody tr:hover {
  background-color: rgba(112, 205, 37, 0.08) !important;
  background: rgba(112, 205, 37, 0.08) !important;
}

body.dark-theme .mat-mdc-cell,
body.dark-theme mat-cell,
body.dark-theme td.mat-mdc-cell,
body.dark-theme td {
  color: rgba(255,255,255,0.74) !important;
  border-bottom-color: rgba(255,255,255,0.12) !important;
}

/* Table links */
body.dark-theme .mat-mdc-cell a,
body.dark-theme mat-cell a,
body.dark-theme td a,
body.dark-theme table a {
  color: #7bc044 !important;
}

/* Buttons - dark forest green */
body.dark-theme .mat-mdc-raised-button.mat-primary,
body.dark-theme .mat-mdc-unelevated-button.mat-primary,
body.dark-theme .mdc-button--raised.mat-primary,
body.dark-theme button.mat-mdc-raised-button.mat-primary,
body.dark-theme button[mat-raised-button][color="primary"],
body.dark-theme .mat-mdc-raised-button.mat-mdc-button-base.mat-primary {
  background-color: #306010 !important;
  color: #ffffff !important;
}

body.dark-theme .mat-mdc-raised-button.mat-primary .mdc-button__label,
body.dark-theme button[mat-raised-button][color="primary"] .mdc-button__label {
  color: #ffffff !important;
}

body.dark-theme .mat-mdc-raised-button.mat-primary:hover,
body.dark-theme .mat-mdc-unelevated-button.mat-primary:hover,
body.dark-theme button[mat-raised-button][color="primary"]:hover {
  background-color: #3d7a14 !important;
}

body.dark-theme .mat-mdc-button.mat-primary {
  color: #7bc044 !important;
}

/* Form fields */
body.dark-theme .mat-mdc-form-field .mat-mdc-text-field-wrapper,
body.dark-theme .mat-mdc-form-field .mdc-text-field--filled {
  background-color: #333333 !important;
}

body.dark-theme .mat-mdc-form-field input,
body.dark-theme .mat-mdc-form-field textarea {
  color: #ffffff !important;
}

body.dark-theme .mdc-floating-label,
body.dark-theme .mat-mdc-form-field-label {
  color: rgba(255,255,255,0.74) !important;
}

/* Menu */
body.dark-theme .mat-mdc-menu-panel,
body.dark-theme .mdc-menu-surface {
  background-color: #212020 !important;
}

body.dark-theme .mat-mdc-menu-item {
  color: #ffffff !important;
}

body.dark-theme .mat-mdc-menu-item:hover {
  background-color: rgba(112, 205, 37, 0.1) !important;
}

/* Paginator */
body.dark-theme .mat-mdc-paginator {
  background-color: #2a2a2a !important;
  color: #ffffff !important;
}

body.dark-theme .mat-mdc-paginator-container {
  color: #ffffff !important;
}

/* Select */
body.dark-theme .mat-mdc-select-panel,
body.dark-theme .mat-mdc-autocomplete-panel {
  background-color: #212020 !important;
}

body.dark-theme .mat-mdc-option {
  color: #ffffff !important;
}

body.dark-theme .mat-mdc-option:hover {
  background-color: rgba(112, 205, 37, 0.1) !important;
}

/* Dialog */
body.dark-theme .mat-mdc-dialog-container,
body.dark-theme .mat-mdc-dialog-surface,
body.dark-theme .mdc-dialog__surface {
  background-color: #2a2a2a !important;
}

body.dark-theme .mat-mdc-dialog-title {
  color: #ffffff !important;
}

/* Chips */
body.dark-theme .mat-mdc-chip,
body.dark-theme .mat-mdc-standard-chip {
  background-color: #333333 !important;
  color: #ffffff !important;
}

body.dark-theme .chip-success {
  background-color: #7bc044 !important;
  color: #000000 !important;
}

/* Footer */
body.dark-theme .footer {
  background-color: #212020 !important;
  color: rgba(255,255,255,0.74) !important;
}

/* Toolbar */
body.dark-theme mat-toolbar.main-header,
body.dark-theme .mat-toolbar.main-header {
  background-color: #212020 !important;
}

/* Side nav */
body.dark-theme .app-inner .mat-drawer,
body.dark-theme .menu-drawer,
body.dark-theme .mat-sidenav {
  background-color: #212020 !important;
}

body.dark-theme .mat-nav-list .mat-mdc-list-item {
  color: #ffffff !important;
}

body.dark-theme .mat-nav-list .mat-mdc-list-item:hover {
  background-color: rgba(112, 205, 37, 0.1) !important;
  color: #7bc044 !important;
}

/* Icons */
body.dark-theme .mat-icon {
  color: #ffffff !important;
}

body.dark-theme .mat-mdc-menu-item .mat-icon {
  color: rgba(255,255,255,0.74) !important;
}

/* Text colors */
body.dark-theme h1,
body.dark-theme h2,
body.dark-theme h3,
body.dark-theme h4,
body.dark-theme h5,
body.dark-theme h6 {
  color: #ffffff !important;
}

body.dark-theme p {
  color: rgba(255,255,255,0.74) !important;
}

/* Links in dark theme */
body.dark-theme a {
  color: #7bc044 !important;
}

body.dark-theme a:hover {
  color: #7bc044 !important;
}

/* Tabs */
body.dark-theme .mat-mdc-tab-group,
body.dark-theme .mat-mdc-tab-nav-bar {
  background-color: #2a2a2a !important;
}

body.dark-theme .mat-mdc-tab-header {
  background-color: #333333 !important;
  border-bottom: 1px solid rgba(255,255,255,0.12) !important;
}

body.dark-theme .mat-mdc-tab,
body.dark-theme .mdc-tab {
  background-color: #333333 !important;
  color: rgba(255,255,255,0.7) !important;
}

body.dark-theme .mat-mdc-tab .mdc-tab__text-label,
body.dark-theme .mdc-tab__text-label {
  color: rgba(255,255,255,0.7) !important;
}

body.dark-theme .mat-mdc-tab.mdc-tab--active,
body.dark-theme .mdc-tab--active {
  background-color: #2a2a2a !important;
}

body.dark-theme .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label,
body.dark-theme .mdc-tab--active .mdc-tab__text-label {
  color: #7bc044 !important;
}

body.dark-theme .mat-mdc-tab-body-wrapper {
  background-color: #2a2a2a !important;
}

body.dark-theme .mdc-tab-indicator__content--underline {
  border-color: #7bc044 !important;
}

/* Disabled tabs */
body.dark-theme .mat-mdc-tab-disabled,
body.dark-theme .mat-mdc-tab-disabled .mdc-tab__text-label {
  color: rgba(255,255,255,0.3) !important;
}

/* Text utilities - override Bootstrap */
body.dark-theme .text-dark {
  color: #ffffff !important;
}

body.dark-theme .text-muted {
  color: rgba(255,255,255,0.6) !important;
}

/* Device configuration specific */
body.dark-theme .type-select-subtitle,
body.dark-theme .type-select-title {
  color: #ffffff !important;
}

body.dark-theme .device-location,
body.dark-theme .device-location span,
body.dark-theme .device-location mat-icon {
  color: rgba(255,255,255,0.74) !important;
}

body.dark-theme .device-type {
  color: #ffffff !important;
}

/* Radio button labels */
body.dark-theme .mat-mdc-radio-button label,
body.dark-theme .mdc-form-field label,
body.dark-theme .mdc-label {
  color: #ffffff !important;
}

/* Radio buttons - dark forest green to match buttons */
body.dark-theme .mat-mdc-radio-button .mdc-radio__outer-circle {
  border-color: #306010 !important;
}

body.dark-theme .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__outer-circle {
  border-color: #306010 !important;
}

body.dark-theme .mat-mdc-radio-button.mat-mdc-radio-checked .mdc-radio__inner-circle {
  border-color: #306010 !important;
  background-color: #306010 !important;
}

/* Checkbox labels */
body.dark-theme .mat-mdc-checkbox label {
  color: #ffffff !important;
}

/* Checkbox - dark forest green to match buttons */
body.dark-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background,
body.dark-theme .mat-mdc-checkbox .mdc-checkbox__background {
  border-color: #306010 !important;
}

body.dark-theme .mat-mdc-checkbox.mat-mdc-checkbox-checked .mdc-checkbox__background {
  background-color: #306010 !important;
}

body.dark-theme .mat-mdc-checkbox .mdc-checkbox__checkmark {
  color: #ffffff !important;
}

body.dark-theme .mat-mdc-checkbox .mdc-checkbox__mixedmark {
  border-color: #ffffff !important;
}

/* Slide toggle labels */
body.dark-theme .mat-mdc-slide-toggle label,
body.dark-theme .toggle span {
  color: #ffffff !important;
}

/* List items */
body.dark-theme .mat-mdc-list-item,
body.dark-theme .mat-list-item {
  color: #ffffff !important;
}

/* h4 headers in cards */
body.dark-theme mat-card h4,
body.dark-theme .mat-mdc-card h4,
body.dark-theme h4.text-dark,
body.dark-theme h4.text-uppercase {
  color: #ffffff !important;
}

/* Quadrant boxes */
body.dark-theme .parent-div div {
  border-color: rgba(255,255,255,0.3) !important;
}

body.dark-theme .parent-div div span {
  color: #ffffff !important;
}

/* Info box */
body.dark-theme .info-box.info {
  background: rgba(123, 192, 68, 0.15) !important;
  color: #ffffff !important;
}

body.dark-theme .info-box span {
  color: #ffffff !important;
}

/* Next/Previous buttons - outlined style to match Reset Configuration */
body.dark-theme .primary-blue-bg {
  background-color: transparent !important;
  color: #7bc044 !important;
  border: 1px solid #7bc044 !important;
}

body.dark-theme .primary-blue-bg:hover {
  background-color: rgba(123, 192, 68, 0.1) !important;
}

/* Cancel buttons - outlined style like Previous/Next */
body.dark-theme .mat-mdc-dialog-actions .mat-mdc-button,
body.dark-theme .mat-dialog-actions .mat-mdc-button,
body.dark-theme mat-dialog-actions .mat-mdc-button,
body.dark-theme .mat-mdc-dialog-actions button[mat-button],
body.dark-theme mat-dialog-actions button[mat-button],
body.dark-theme .cancel-btn {
  background-color: transparent !important;
  color: #7bc044 !important;
  border: 1px solid #7bc044 !important;
  border-radius: 4px !important;
}

body.dark-theme .mat-mdc-dialog-actions .mat-mdc-button:hover,
body.dark-theme .mat-dialog-actions .mat-mdc-button:hover,
body.dark-theme mat-dialog-actions .mat-mdc-button:hover,
body.dark-theme .cancel-btn:hover {
  background-color: rgba(123, 192, 68, 0.1) !important;
}

/* Keep tilt indicators red */
body.dark-theme .tilt-arrow-icon {
  color: red !important;
}

body.dark-theme .tilt-value {
  color: red !important;
}
