@import "./bootstrap.min.css";

* { border-radius: 0 !important; }
@media (min-width: 768px) { html {
  font-size: 16px; }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; }

html, body {
  font-size: 14px;
  border-radius: 0 !important;
  background-color: white;
  min-height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

app-root {
  min-height: 100%;
}

.row { margin-bottom: 10px; }
.title { width: 100%;
  margin-bottom: 0; }
h6 { color: #3F3C39; }
.subtitle {  }
.extrainfo { margin-bottom: 20px; }
.extrainfocoverages { font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px; }
h2 { color: #3F3C39;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px; }
.form-group { margin-bottom: 20px; }
/* Form labels */
label { color: #4a4a4a !important;
  font-weight: bold !important; }
/* Adjusting the size and padding of form controls */
.form-control-sm { padding: 5px 10px !important; }
.form-control-lg { padding: 15px 20px !important; }
/* Additional styling for consistency */
input[type="date"], input[type="number"], input[type="search"] { -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  border-radius: 0 !important;
  padding: 10px !important;
  background-color: #fff !important; }
.bg-primary { background-color: #eef2f6 !important; }
.conditions-warning { width: 100%;
  font-size: .875em;
  color: #dc3545; }
.header-logo .logo { height: 80px; }
/* Navbar container */
.navbar-container { width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
/* Custom navbar styles */
.custom-navbar { padding: 10px 0; }
/* Orange button on the right */
.navbar-right-button { display: flex;
  align-items: center; }
.footer span { font-size: 0.9rem; }
.footer {
  height: 60px;
}
/* Main content */
.container {
  max-width: 1200px;
  flex: 1;
  margin: 0 auto;
}
/* Pagination styling */
.pagination { display: flex;
  justify-content: center;
  padding: 10px 0;
  margin-bottom: 20px; }
.page-item { margin: 0 5px; }
/* Disabled page */
.page-item.disabled .page-link { color: #ccc; /* Light grey for disabled pages */
  background-color: #555;
  border-color: #555;
  pointer-events: none; /* Prevent click on disabled items */ }
.alert-info { color: #555;
  background-color: white;
  border: 1px solid rgba(0,0,0,.125) }
/* Styles for sections */
.section-box { background-color: white;
  border: 1px solid lightgrey;
  padding: 15px;
  margin-bottom: 40px;
  min-height: 190px;
  height: 80%; }
.section-box-small { min-height: 20px;
  padding-bottom: 5px; }
.form-label, .form-control-plaintext { margin-bottom: 10px;
  display: block;
  text-align: left; }
.section-box .col-md-5 { width: 50%; }
/* Hamburger menu for mobile screens */
.navbar-toggler { padding: 0.5rem 1rem;
  font-size: 1.25rem;
  margin-right: 50px;
  color: #ffffff;
  background-color: #333333;
  border: none;
  transition: background-color 0.3s ease; }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' linecap='round' linejoin='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
@media (max-width: 768px) { .navbar-collapse {
  background-color: #333; }
  .navbar-nav .nav-link { color: #ffffff;
    padding: 10px 15px;
    font-weight: 500; }
  .navbar-toggler { margin-left: auto;
    margin-right: auto; }
  .navbar-nav .dropdown-toggle { cursor: pointer; }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .border-top { border-top: 1px solid #e5e5e5; }
  .border-bottom { border-bottom: 1px solid #e5e5e5; }
  .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
  button.accept-policy { font-size: 1rem;
    line-height: inherit; }
  /* loader / spinner */
  fa-icon { font-size: 1.15rem;
    color: var(--bs-primary); }
  fa-icon:hover { cursor: pointer; }
  .header { margin-bottom: 20px;
    margin-top: 10px; }
  .spinner-row { margin-top: 50px;
    text-align: center;
    border-bottom: none; }
  .card:hover { box-shadow: 0 0 11px rgba(33,33,33,.2);
    cursor: pointer; }
  fa-icon { color: var(--bs-primary); }
  /* Layout component */
  .notification-badge-small {
    top: 15px;
    right: 8px;
    background-color: #BF0D3E;
    color: white;
    border-radius: 50% !important;
    padding: 3px 6px;
    font-size: 10px;
    line-height: 1;
    z-index: 1; }
  .notification::after { content: "\2688";
    color: #BF0D3E;
    margin-left: 5px; }
  .language-container { margin-right: 25px; }}

.hero-section {
  display: none;
}

.main-container {
  min-height: 100%;
  padding-bottom: 25px;
}

.tab-content {
  background-color: white;
  border-left: 1px solid #DCE0E4FF;
  border-right: 1px solid #DCE0E4FF;
  border-bottom: 1px solid #DCE0E4FF;
  padding: 20px;
}

.typeahead-container {
  background-color: white !important;
  z-index: 1021 !important;
}

.dropdown-menu {
  z-index: 9999 !important;
}

.no-padding {
  padding: 0 !important;
}

.subtitle-container {
  padding: 0 12px;
}

.tabset-container {
  margin-top: 0;
  padding: 0 13px;
}

.ngx-file-drop__content {
  height: 160px!important;
  color: var(--primary-color)!important;
}

.ngx-file-drop__drop-zone {
  height: 170px!important;
}

.invoices-intro-sibbing {
  display: none;
}

