﻿.container {
  margin-top: 20px;
  font-family: 'Roboto Slab', serif;
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo img {
  width: 50px;
  margin-right: 10px;
}
.section-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.proposal-btn {
  margin-top: 15px;
}
.yes-btn {
  background: #eba558;
}
.yes-btn,
.no-btn {
  margin-right: 15px;
  border: none;
  color: whitesmoke;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px 0 10px 0;
  z-index: 3;
  font-weight: 700;
}
.proposal-section {
  margin-bottom: 1rem;
}
.more-link {
  font-size: 14px;
  color: #6489af;
  cursor: pointer;
  text-decoration: underline;
}
.insured-card {
  padding: 20px;
  background-color: #ffffff;
}
.insured-card h3 {
  margin-bottom: 20px;
}
.insured-card .insured-card-details {
  background-color: #ececee;
  padding: 20px;
  border-radius: 25px;
  margin-top: 10px;
}
.insured-info {
  font-size: 20px;
  margin-bottom: 5px;
}
.main-content {
  background-color: #f7f7f8;
  padding: 25px;
  color: #6c6d70 !important;
}
.main-content .col-md-6 {
  padding-top: 25px;
}
.bold-text {
  font-weight: bold;
}
.d-flex.justify-content-between {
  align-items: center;
}
.logo {
  width: 100%;
  display: inline-block;
}
.profile-placeholder {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.profile-placeholder img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.agent-details {
  text-align: right;
}
.steps-navigation {
  display: flex;
  gap: 0;
}
.strategy-nav-link {
  background-color: #d9e0ea;
  padding: 10px 25px;
  color: #062f52;
  text-align: center;
  position: relative;
  flex: 1;
  text-decoration: none;
  display: block;
  border-right: 1px solid white;
  clip-path: polygon(90% 1%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0);
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
}
.strategy-nav-link:last-child {
  border-right: none;
}
.strategy-nav-link.completed {
  background-color: #205a80;
  color: whitesmoke;
}
.strategy-nav-link:hover {
  background-color: #6489af;
  color: whitesmoke;
}
/* Consulting page */
.consult-service {
  font-weight: 500;
  text-align: left;
  margin-left: 2%;
  font-size: 20px;
  color: #6c6d70 !important;
}
/* Professional page */
.professional-header {
  font-weight: 500;
  text-align: left;
  font-size: 20px;
  color: #6c6d70 !important;
}
.consult-service-details {
  text-align: justify;
  margin-left: 2%;
}
.preview-doc-container {
  margin-top: 22%;
}
.preview-doc {
  text-align: center;
  font-size: 0.8rem;
}
.average-service {
  text-align: center;
  font-size: 0.9rem;
}
.preview-image {
  /*just a placeholder for the preview */
  width: 150px;
  margin-left: 30%;
}
.cerc-image {
  width: 150px;
}
.cerc-preview-button {
  background: #aabad1;
  color: white;
  border: none;
  border-radius: 10px 0 10px 0;
  font-size: 0.9em;
  padding: 5px 10px;
}
.preview-button {
  background: #aabad1;
  color: white;
  border: none;
  margin-left: 36%;
  border-radius: 10px 0 10px 0;
  font-size: 0.9em;
  padding: 5px 10px;
}
.commission {
  text-align: center;
  font-size: 0.8rem;
}
.form-control-money {
  text-align: center;
  font-size: 1.8rem;
  width: 65%;
  margin-left: 18%;
  border: #ececee solid 1px;
}
.next-button {
  background: #eba558;
  border: none;
  color: whitesmoke;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px 0 10px 0;
  float: right;
  bottom: 30px;
  z-index: 3;
  font-family: 'Montserrat', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 500;
  width: 100px;
  margin-left: 90%;
  font-size: 0.9em;
  padding-top: 5px;
  padding-bottom: 5px;
}
.next-button:disabled {
  background-color: #C7C8CA;
}
.learn-more {
  color: #5d86aa;
}
.box-placeholder {
  width: 300px;
  height: 300px;
}
.text-justify {
  text-align: justify;
}
/* 14 is 1/3 of the total number of rows in [Policy].[LimitsRequested] */
.limits {
  display: grid;
  grid-template-rows: repeat(14, 1fr);
  grid-auto-flow: column;
}
.limits-minimum {
  display: flex;
  gap: 5px;
  flex-direction: column;
}
/* 9 is 1/3 of the total number of rows in [Policy].[DeductibleRequested] */
.deductibles {
  display: grid;
  grid-template-rows: repeat(9, 1fr);
  grid-auto-flow: column;
}
@media only screen and (max-width: 768px) {
  .limits,
  .deductibles {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
}
/* Custom CSS for the nav-pills */
.custom-nav-pills.nav-pills {
  padding: 0.5rem 0;
  list-style-type: none;
  font-size: 15px;
  clear: both;
  line-height: 1em;
  text-align: center;
  border-bottom: 0px;
}
.custom-nav-pills.nav-pills .nav-link {
  padding: 10px 10px 10px 26px;
  background: #D9DDE6;
  color: #527CB0;
  font-weight: 500;
  position: relative;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 0 5px 3px;
  border-radius: 0;
}
.custom-nav-pills.nav-pills .nav-link:before {
  content: '';
  border-left: 18px solid #f8f9fa;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.custom-nav-pills.nav-pills .nav-link:after {
  content: '';
  border-left: 18px solid #D9DDE6;
  border-top: 18px solid transparent;
  border-bottom: 17px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}
.custom-nav-pills.nav-pills .nav-link.active {
  background: #e3a54f;
  color: #fff;
}
.custom-nav-pills.nav-pills .nav-link.active:after {
  border-left-color: #e3a54f;
}
.text-darkcyan {
  color: #008b8b !important;
}
.text-darkorange {
  color: #FF8C00 !important;
}
.text-lightcyan {
  color: #5DC7D2 !important;
}
.text-lightblue {
  color: #76B8E8 !important;
}
.text-darker-blue {
  color: #527CB0 !important;
}
.drop-shadow {
  filter: drop-shadow(0px 1px 1px #afaaa1);
}
.fs-7 {
  font-size: 0.9rem;
}
.fs-8 {
  font-size: 0.875rem;
}
.fs-9 {
  font-size: 0.75rem;
}
.fs-10 {
  font-size: 0.7rem;
}
.fs-11 {
  font-size: 0.65rem;
}
@media print {
  .no-print {
    display: none;
  }
  .text-center img {
    width: 100px;
  }
  .text-center h4,
  h5 {
    font-size: 12px;
  }
  #print-content {
    margin: 0px 0px;
    padding: 0px;
    border: none !important;
    box-shadow: none !important;
  }
  .container-fluid .container {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
  }
}
.custom-nav-pills-container .nav-tabs .nav-link:hover,
.custom-nav-pills-container .nav-tabs .nav-link:focus {
  isolation: unset;
}
.custom-nav-pills-container .nav-tabs .nav-link {
  border: none;
}
.text-secondary.active,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
  color: #e0ddc3 !important;
}
.cob-revenue-container label {
  font-weight: 600;
}
.start-new-account {
  font-weight: 400 !important;
  padding-top: 55px;
}
.password-toggle-btn {
  position: absolute !important;
  top: 30px !important;
  right: 12px !important;
  background: transparent !important;
  border: none !important;
  color: #6c757d !important;
  line-height: 1 !important;
  padding: 0 !important;
  cursor: pointer !important;
}
.password-toggle-btn .fa {
  font-size: 1.5rem;
  color: black;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--color-primary-brand-teal) !important;
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--text-color-light) !important;
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--text-color-light) !important;
}
.pagination {
  --bs-pagination-active-bg: var(--color-primary-brand-teal) !important;
}