﻿@charset "UTF-8";
.table.lap thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  background: #eee;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.2rem;
  border-top: none;
}
.table.lap tbody td {
  padding: 0.2rem;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  min-width: 80px;
  vertical-align: top;
}
.table.lap tbody td.bold-column {
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .table.lap {
    min-width: 700px;
  }
}
.pagination-container {
  margin-top: 30px;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination a {
  padding: 5px 10px;
  margin: 0 5px;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #333;
}

li.active span {
  color: #80C03B;
}

.pagination a:hover {
  background-color: #f5f5f5;
}

.pagination .disabled a {
  color: #ddd;
}

.scrollable-badges {
  min-height: 40px;
  max-height: 60px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.span-badge-bg-color {
  background-color: #04163F;
  color: #fff; /* ensure good contrast */
  font-size: 0.8rem;
  font-weight: 300;
}

.alpha-btn {
  width: 30px; /* adjust this to fit your design — 40px works well for 1-2 letter items */
  text-align: center;
  padding: 0.2rem 0;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #04163F;
  border-color: #04163F;
}
.btn-primary:hover {
  background-color: rgb(7.0447761194, 38.7462686567, 110.9552238806) !important;
  border-color: rgb(7.6537313433, 42.0955223881, 120.5462686567) !important;
}

.btn-secondary {
  color: #fff;
  background-color: #b2b2b0;
  border-color: #b2b2b0;
}
.btn-secondary:hover {
  background-color: rgb(203.1730769231, 203.1730769231, 201.8269230769) !important;
  border-color: rgb(208.2076923077, 208.2076923077, 206.9923076923) !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
  text-align: end;
  z-index: 3;
}

.required:after {
  content: "*";
  margin-left: 0.25rem;
  color: red;
}

.fw-bold-500 {
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .border-phone {
    border: unset !important;
  }
  .full-width {
    width: 100%;
  }
}
.is-valid + .select2-container--bootstrap-5 .select2-selection,
form.was-validated select:valid + .select2-container--bootstrap-5 .select2-selection {
  padding-right: 4.125rem;
  background-image: url(""), url("../../images/check.svg");
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.is-invalid + .select2-container--bootstrap-5 .select2-selection,
form.was-validated select:invalid + .select2-container--bootstrap-5 .select2-selection {
  padding-right: 4.125rem;
  background-image: url(""), url("../../images/invalid.svg");
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.sideEffect-back-container {
  width: 100%;
  height: 200px;
  background-color: #E3E9E8;
  position: relative;
  z-index: 1;
}

.sideEffect-container {
  width: 100%;
  position: absolute;
  z-index: 2;
}

@media screen and (min-width: 870px) {
  .sideEffect-content {
    width: 870px;
    margin: auto;
    background-color: white;
  }
}
@media screen and (max-width: 869px) {
  .sideEffect-content {
    margin: auto;
    background-color: white;
  }
}
.sideEffect-container h1 {
  font-size: 2.5rem;
  color: #031341;
  font-weight: 800;
  margin-top: 14px;
  margin-bottom: 16px;
}

@media (max-width: 576px) {
  .sideEffect-container h1 {
    font-size: 1.8rem;
  }
}
.sideEffect-container h3 {
  font-size: 22px;
  color: #031341;
  font-weight: 600;
}

.sideEffect-container .needs-validation {
  padding-top: 54px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.sideEffect-container .info-text {
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
}

.sideEffect-container .custom {
  background-color: #071E4D;
  height: 50px;
  font-size: 18px;
  margin-left: 15px;
}

.sideEffect-container .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.sideEffect-container .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 60, 60, 0.25);
}

.btn.login {
  color: #80C03B;
  text-decoration: none;
  text-transform: uppercase;
}

.sideEffect-container .form-control, .sideEffect-container select {
  height: 55px;
  border-radius: 3px 3px 0 0;
  background-color: #EFF1F4;
  border: none;
  padding-left: 15px;
  border-bottom: 1px solid #8699B8;
  display: block;
  float: left;
}

.sideEffect-container .form-control {
  height: 55px;
  border-radius: 3px 3px 0 0 !important;
  background-color: #EFF1F4 !important;
  border: none !important;
  padding-left: 15px !important;
  border-bottom: 1px solid #8699B8 !important;
  display: block !important;
  float: left !important;
  padding-top: 18px;
}

.container .marker_class_styles .form-control {
  height: 55px;
  border-radius: 3px 3px 0 0 !important;
  background-color: #EFF1F4 !important;
  border: none !important;
  padding-left: 15px !important;
  border-bottom: 1px solid #8699B8 !important;
  display: block !important;
  float: left !important;
  padding-top: 18px;
}

@media screen and (max-width: 767px) {
  .form-select#other_equipment, .form-select#canWeContact {
    margin-top: 6px;
  }
}
.wrapper {
  margin-left: 25px;
  margin-right: 25px;
}

.sideEffect-container h1.display-4 {
  margin-top: 60px;
}

.sideEffect-container .text-secondary.subheader {
  font-size: 20px;
}

.sideEffect-container .text-secondary.subheader.medium {
  font-size: 16px;
}

.sideEffect-container .text-secondary.subheader.small {
  font-size: 14px;
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label, textarea:focus ~ .floating-label,
textarea:not(:focus):valid ~ .floating-label,
select:focus ~ .floating-label,
select:not(:focus):valid ~ .floating-label {
  top: 8px;
  bottom: 10px;
  left: 15px;
  color: #8699B8;
  font-size: 10px;
  opacity: 1;
}

.inputText {
  font-size: 16px;
  width: 100%;
  height: 35px;
  padding-top: 25px !important;
}

.form-floating.specialFloatingMargin textarea.inputText {
  padding-top: 45px !important;
}

.inputText.ddl {
  padding-top: 10px;
}

.form-floating.textarea label {
  padding-left: 12px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 15px;
  color: #999999;
  top: 15px;
  transition: 0.2s ease all;
}

.floating-label.small {
  font-size: 13px;
  padding-top: 1px;
}

.form-control.align {
  padding-top: 5px;
}

.float-label {
  margin-left: 12px;
  padding-bottom: 6px !important;
}

.float-label.small {
  font-size: 13px;
}

@media screen and (max-width: 820px) {
  .float-label {
    font-size: 11px;
    padding-left: 0.25 rem;
  }
  .float-label.small {
    font-size: 11px;
  }
  .form-floating.mobile > .form-select {
    padding-top: 35px;
    font-size: 12px;
  }
  .form-floating.mobile > input {
    padding-top: 35px;
    font-size: 12px;
  }
  .form-floating.mobile > .form-control:not(:placeholder-shown) {
    font-size: 12px;
    padding-top: 36px;
  }
  .sideEffect-container .needs-validation {
    padding-top: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 1150px) {
  .step-display {
    text-align: end;
    position: unset;
  }
}
.hide {
  visibility: hidden;
}

.collapse a.nav-link {
  color: white;
}

a.nav-link:hover {
  text-decoration: underline;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* Show the dropdown content when the button is clicked */
.dropdown.active .dropdown-content {
  display: block;
}

.lang a {
  color: #80C03B !important;
  text-decoration: none;
  text-transform: uppercase;
}

.tooltip-inner {
  border: 1px solid #04163F;
  background-color: #EFF1F4 !important;
  color: #212529 !important;
  max-width: 250px !important;
  width: 250px !important;
}

.tooltip.show {
  opacity: 1 !important;
}

.accordion-button:not(.collapsed) {
  color: #212529 !important;
  background-color: #EFF1F4 !important;
}

.rule-line {
  display: inline-flex;
  align-items: center;
  margin-right: 0.75rem;
}

.rule-icon {
  font-size: 0.7em;
  margin-right: 1px;
  vertical-align: middle;
}

#password-rules {
  display: none;
}

#password-rules.visible {
  display: block;
}

@font-face {
  font-family: "Nutmeg Headline";
  src: url("../font/NutmegHeadline-Regular.ttf");
  font-weight: 100;
  font-style: normal;
}
body {
  font-family: "Nutmeg Headline";
}

body.admin {
  background-color: #E3E9E8;
}

.text-secondary.small {
  font-size: 13px;
  padding-left: 15px;
  margin-top: 60px;
}

.container {
  width: 100%;
}
.container .needs-validation {
  background-color: white;
}

#myDropdown .dropbtn {
  width: 200px;
}
#myDropdown .dropbtn a {
  font-size: 5px;
  border-bottom: solid 1px black;
}

a {
  color: #80C03B;
  text-decoration: underline;
}

a:hover {
  color: black;
}

.bg-success {
  background-color: #80C03B !important;
}

.navbar a:hover {
  text-decoration: underline;
  color: #80C03B;
}

.float-label.search-lbl {
  padding-left: 22px;
  font-weight: 800;
}

.comma-list span:not(:last-child)::after {
  content: ", ";
}

/* Remove the comma after the last span inside .item-list */
.comma-list span:last-child::after {
  content: "";
}

.btn-success {
  background-color: #80C03B !important;
  border-color: #80C03B !important;
  color: #fff !important;
}
.btn-success:hover {
  background-color: rgb(101.9920318725, 152.9880478088, 47.0119521912) !important;
  border-color: rgb(96.790438247, 145.1856573705, 44.6143426295) !important;
}

.accordion-button::after {
  content: "+";
  font-size: 1.25rem;
  transform: none !important;
  background-image: none !important;
  margin-left: auto;
}

.accordion-button:not(.collapsed)::after {
  content: "-";
}

.accordion-body {
  background-color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
