.text-primary {
  color: #7AC9DB !important;
}

.text-primary-light {
  color: #86cede !important;
}

.green {
  color: #026945;
}

.warn {
  color: #a37b09;
}

.menu-order {
  order: 0 !important;
}

.logo-banner {
  max-width: 1140px !important;
  width: 100% !important;
  min-width: 100% !important;
}

.logo-banner img {
  max-width: inherit;
}

.logo-primary {
  text-align: left;
  display: block !important;
}

.logo-primary img {
  max-width: 200px !important;
}

.logo-footer img {
  max-width: 200px !important;
}

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

.bg-alternative {
  background-color: #191919 !important;
  color: #FFF !important;
}

.bg-alternative a {
  color: #FFF !important;
}

.bg-primary {
  background-color: #7AC9DB !important;
  color: #000 !important;
}

.bg-primary-light {
  background-color: rgba(122, 201, 219, 0.3) !important;
  color: #7AC9DB !important;
  border-color: #7AC9DB !important;
}

.table-rounded-top {
  background-color: rgba(122, 201, 219, 0.3) !important;
  border-color: #7AC9DB !important;
  color: #7AC9DB !important;
  border-top-right-radius: .25rem !important;
  border-top-left-radius: .25rem !important;
}

.bg-formbackground {
  background: #f8f8f8;
}

h1 {
  color: #7AC9DB;
}

.btn {
  text-decoration: none;
}

.btn-repeater {
  background-color: #fff;
  color: #7AC9DB;
}

.btn-repeater:hover {
  background-color: #7AC9DB;
  color: #fff;
}

.btn-primary {
  background-color: #7AC9DB !important;
  border-color: #66c1d6 !important;
  color: #000 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #7f7f7f !important;
  border-color: #595959 !important;
  color: #FFF !important;
}

.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #7f7f7f !important;
  border-color: #595959 !important;
  color: #FFF !important;
}

.btn-primary:hover {
  background-color: #5abcd2 !important;
  border-color: #35aac4 !important;
  color: #000 !important;
}

.btn-primary-light {
  color: #7AC9DB !important;
  background-color: rgba(122, 201, 219, 0.3) !important;
  border-color: #f2f2f2 !important;
}

.btn-primary-light:hover {
  color: #fff !important;
  background-color: #7AC9DB !important;
  border-color: #66c1d6 !important;
}

.btn-secondary {
  background-color: #ffffff !important;
  border-color: #f2f2f2 !important;
  color: #000 !important;
}

.btn-secondary:hover {
  background-color: #f2f2f2 !important;
  border-color: #e6e6e6 !important;
  color: #000 !important;
}

.btn-outline-primary {
  color: #7AC9DB !important;
  border-color: #7AC9DB !important;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #7AC9DB !important;
  border-color: #66c1d6 !important;
}

.btn-outline-locker {
  color: #E97C00 !important;
  border-color: #E97C00 !important;
}

.btn-outline-locker:hover {
  color: #fff !important;
  background-color: #E97C00 !important;
  border-color: #d06e00 !important;
}

.form-control:focus {
  border-color: #7AC9DB !important;
  box-shadow: 0 0 0 0.2rem rgba(122, 201, 219, 0.5);
}

.bs-placeholder:focus {
  border-color: #7AC9DB !important;
  box-shadow: 0 0 0 0.2rem rgba(122, 201, 219, 0.5);
  outline: none !important;
}

.dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

a {
  word-wrap: break-word;
  text-decoration: underline;
  color: #66c1d6;
}

a:hover {
  text-decoration: underline;
  color: #288094;
}

.data-rentention-policy .bold {
  font-weight: bold;
}

.data-rentention-policy .ListingTable {
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.data-rentention-policy .ListingTable th,
.data-rentention-policy .ListingTable td {
  border: 1px solid #52b9d0;
  padding: 5px;
}

select option[value=""] {
  font-style: italic;
}

select option {
  font-style: normal;
}

.italics {
  font-style: italic;
}

.normal {
  font-style: normal;
}

.declaration__previewAppLink {
  color: #026945 !important;
}

.locker-img {
  filter: contrast(0) grayscale(1) brightness(1000);
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  background-color: #caeaf1;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus,
.btn-outline-primary.focus, .btn-outline-primary:focus,
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #caeaf1;
}

.danger {
  color: #721c24;
}

.danger a {
  color: #721c24 !important;
}

.danger a:hover {
  color: #491217 !important;
}

.small-icon {
  font-size: 0.7rem;
  margin-left: 0.4rem;
  margin-right: 0.4rem;
}

.background-icon {
  font-size: 4rem;
  color: rgba(122, 201, 219, 0.3);
}

/**
 * Base styling
 */
.purple {
  color: #52b9d0;
}

.color-primary {
  color: #52b9d0;
}

.medium__font {
  font-weight: 500;
}

.mainBG {
  background: #f8f8f8;
  min-height: 500px;
}

body {
  font-weight: 400;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h3 {
  font-weight: 600;
  color: #52b9d0;
}

.main-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-content > .container {
  flex-grow: 1;
}

input[type='checkbox'] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  outline: none;
  font-size: inherit;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  background: white;
  border-radius: 0.25em;
  border: 0.125em solid #7AC9DB;
  position: relative;
  top: -0.2rem;
  margin-right: 0.5rem;
}

input[type='checkbox']:checked {
  background: #7AC9DB;
}

input[type='checkbox']:checked:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: #fff;
  filter: grayscale(1) brightness(10);
  font-size: 90%;
  left: 0.2em;
}

/* Opacity */
.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

/* Alerts */
.alert-danger {
  color: #721c24;
}

.alert-warning {
  color: #856404;
}

.rounded-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-check small {
  margin-left: -20px;
}

.mtc-5 {
  margin-top: 6.6rem;
}

.form__label {
  color: #52b9d0;
  font-weight: 600;
  font-size: 16px;
}

.check__wrap {
  margin-top: 10px;
}

input#Apply4LawCheck,
input#LawFirmCheck {
  margin-top: 7px;
}

label.form-check-label.small {
  margin-left: 6px;
}

.alert.alert-success {
  background: #d4edda;
}

a.back__link {
  color: #7AC9DB;
}

i.bi.bi-arrow-left {
  margin-right: 10px;
}

.clock__wrapper {
  display: flex;
  justify-content: space-evenly;
}

.mainBG h1 {
  color: #7AC9DB;
  font-weight: bold;
  font-size: 28px;
}

.responsive__sidebarWrapper {
  background: #f8f8f8;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

.sidebar__responsive-toggle {
  display: inline-flex;
  padding: 0;
  border: none;
}

.sidebar__responsive-toggle .menu-open-icon, .sidebar__responsive-toggle .menu-close-icon {
  width: 2rem;
  height: 2rem;
}

.sidebar-responsive-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}

.sidebar__responsive-toggle {
  border: none;
  font-size: 30px;
  color: #7AC9DB !important;
  margin-left: -0.5rem;
}

.sidebar__responsive-toggle .menu-close-icon {
  display: none;
}

.sidebar__responsive-toggle:not(.collapsed) .menu-close-icon {
  display: block;
}

.sidebar__responsive-toggle:not(.collapsed) .menu-open-icon {
  display: none;
}

.sidebar__copy {
  min-width: 0;
}

.sidebar__circle {
  border: 8px solid #7AC9DB;
  border-radius: 100%;
  height: 5em;
  width: 5em;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar__percent {
  font-size: 17.5px;
}

.sidebar__responsive-toggle:not(.collapsed) .menu-open-icon {
  transform: translateY(-3px) rotate(180deg);
}

ul.sidebar__navTop {
  margin: 0px;
  padding: 0px;
}

.sidebar__navCol {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

ul.sidebar__navTop li {
  list-style-type: none;
  padding-bottom: 12px;
  padding-top: 12px;
  padding-right: 15px;
  padding-left: 15px;
}

ul.sidebar__navTop-mobile li {
  margin-bottom: 12px;
}

ul.sidebar__navTop li a:link {
  font-weight: 600;
  text-decoration: none;
}

ul.sidebar__navTop li span {
  font-weight: 600;
  text-decoration: none;
}

ul.sidebar__navTop i {
  padding-right: 15px;
}

ul.sidebar__navTop .selected {
  color: #52b9d0;
  font-weight: 400;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-top-color: #66c1d6;
  border-bottom-color: #66c1d6;
  background-color: rgba(122, 201, 219, 0.3);
}

ul.sidebar__navTop li a:visited {
  color: #52b9d0;
}

.previousLawFirm {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.previousLawFirm .prev__lawFirmRadionBtns {
  display: flex;
}

.bi-check-circle-fill {
  color: #026945;
}

.bi-exclamation-circle-fill.warn {
  color: #a37b09;
}

.form-checker {
  min-width: 1vw;
  margin: 10px 20px;
}

.warning__flex {
  display: flex;
  justify-content: space-between;
  width: 100vw;
}

.react-datepicker-wrapper {
  width: 100% !important;
}

.prev__lawFirmTextBox {
  clear: both;
}

.law__firmLLP, .law__location {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
}

.law__firmLLP.disabled, .law__location.disabled {
  color: #7f7f7f;
}

.radio__btnsWrapper {
  display: flex;
}

.check__options {
  display: flex;
  justify-content: space-around;
}

.warning__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.warning__wrapper .warning__buttons .btn {
  margin-left: 5px;
}

.btns__wrapper {
  display: flex;
  justify-content: center;
}

.btns__wrapper .btn {
  margin-right: 10px;
}

.btns__wrapper .btn:last-child {
  margin-right: 0;
}

.action__requiredWrapper {
  display: flex;
  flex-direction: column;
}

.action__requiredWrapper em {
  margin-bottom: 20px;
}

.declaration__warnWrapper,
.declaration__verifyEmailWrapper {
  display: flex;
  background: #d8e4d8;
  justify-content: space-between;
}

.declaration__warnWrapper p,
.declaration__verifyEmailWrapper p {
  color: #52b9d0;
  width: 32vw;
  align-self: center;
}

.declaration__warnWrapper a,
.declaration__verifyEmailWrapper a {
  margin-left: 30px;
  color: #7AC9DB;
  text-decoration: underline;
  font-weight: 500;
}

.declaration__consentWrapper label {
  display: flex;
  flex-direction: row;
}

.declaration__consentWrapper label .declaration__checkBox {
  margin-top: -10px;
  border: 2px solid rgba(12, 84, 96, 0.33);
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.btn-custom-submit {
  background: #acacac;
  border: none;
}

.declaration__verifyEmailWrapper {
  background: #f8d7da;
}

.table {
  border-radius: 0.25rem;
}

.table__wrapper {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
}

.table__head {
  background: #86cede;
}

.table__head tr {
  border-radius: 0.25rem;
  color: #fff;
}

.table th,
.table td {
  border: none;
}

.table__success {
  color: #026945;
}

.table__neutral {
  color: #7f7f7f;
}

.table__warning {
  color: #a37b09;
}

.footer__copyright, .footer__copyright > a {
  color: #000;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.footer__navWrapper {
  display: flex;
}

.footer__nav {
  margin-top: 40px;
}

.footer__navWrapper ul {
  padding: 0px;
  margin-right: 100px;
}

.footer__navWrapper ul:nth-child(3) {
  margin-right: 0px;
}

.footer__navWrapper ul li {
  list-style-type: none;
  margin: 10px 0px;
}

.footer__navWrapper ul li a {
  color: #FFF !important;
  font-size: 14px;
  font-weight: 400;
}

.footer__navWrapper ul li a:hover {
  color: #FFF !important;
}

.footer__copyright a {
  text-decoration: none !important;
}

.footer__copyright a:hover {
  text-decoration: underline !important;
}

.footer__navWrapper a {
  color: #FFF !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 400;
}

.footer__navWrapper a:hover {
  color: #FFF !important;
  text-decoration: underline !important;
}

@media (max-width: 575.98px) {
  .mtc-5 {
    margin-top: 0rem;
  }
  .footer__navWrapper {
    flex-wrap: wrap;
  }
  .footer__navWrapper ul {
    margin-bottom: 0px;
  }
  .previousLawFirm,
  .law__firmLLP,
  .law__location,
  .check__options,
  .warning__flex {
    flex-direction: column;
  }
  .declaration__warnWrapper,
  .declaration__verifyEmailWrapper {
    flex-direction: column;
  }
  .declaration__warnWrapper p,
  .declaration__verifyEmailWrapper p {
    width: auto;
  }
}

.font-size-md {
  font-size: 16px;
}

.trash-icon {
  cursor: pointer;
}

.stretch_right {
  flex-grow: 1;
}

/**
 * Custom Navbar code
 */
.navbar-logo {
  font-size: 1px;
}

.navbar-logo img {
  max-width: 250px;
}

/**
 * Overriding Heading texts
 */
h1,
.h1 {
  font-size: 26px;
  color: #7AC9DB;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 22px;
  color: #7AC9DB;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 16px;
  color: #7AC9DB;
}

h4,
.h4 {
  font-size: 14px;
  color: #7AC9DB;
}

.font-weight-semibold {
  font-weight: 500;
}

.text-sm {
  font-size: 12.25px;
}

.HiddenText {
  display: none;
}

.InactivePositionStream {
  display: none;
}

.application-preview {
  padding-bottom: 1rem;
}

.panel-preview {
  margin-top: 1rem;
}

.panel-title {
  background-color: #7AC9DB;
  color: #000;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-top: 1px solid #7AC9DB;
  border-left: 1px solid #7AC9DB;
  border-right: 1px solid #7AC9DB;
  font-weight: bold;
}

.panel-content {
  border: 1px solid #7AC9DB;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.panel-title, .panel-content {
  padding: 1rem;
}

.question-repeater-col-devider {
  min-height: 0.5rem;
}

.repeater-group p {
  margin-bottom: 0;
}

.question-preview {
  padding-bottom: 0.5rem;
}

.question-preview:last-child {
  border-bottom: 0;
}

.question-preview:first-child {
  padding-top: 0;
}

.question-preview:last-child {
  padding-bottom: 0;
}

.question-repeater-row {
  border-color: #bababa;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  margin-bottom: 0.5rem;
}

.question-repeater-row:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}

.question-dotted-col {
  border-color: #bababa;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  margin-bottom: 0.5rem;
}

.question-dotted-col:last-child {
  margin-bottom: 0;
  border-bottom-width: 0;
}

.question-text {
  font-weight: 600;
}

.question-ans {
  color: #7c7c7c;
}

.question-details-text {
  font-weight: 600;
}

.question-paragraph {
  white-space: pre-line !important;
}

.check-yes {
  color: green;
  min-width: 22px;
}

.check-no {
  color: red;
  min-width: 22px;
}

.question-preview p {
  font-weight: 500;
}

@media print {
  body {
    display: block;
    font-weight: 400;
  }
  .main-content .container {
    max-width: none;
  }
  .navbar {
    display: block;
  }
  footer.navbar {
    display: none;
  }
  .panel-preview {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .main-content--bg-image {
    background-image: none !important;
  }
  .btn {
    display: none;
  }
  .alert-danger {
    display: none;
  }
  .ViewGroup {
    page-break-inside: avoid;
  }
  .repeater-group {
    page-break-inside: avoid;
  }
  .question-preview {
    font-family: Verdana,Arial;
    font-size: 11px;
    page-break-inside: avoid;
  }
  .repeater {
    font-family: Verdana,Arial;
    font-size: 11px;
    page-break-inside: avoid;
    page-break-inside: auto !important;
    page-break-after: auto !important;
    page-break-before: auto !important;
  }
  .repeater-group p {
    margin-bottom: 0;
  }
  .question-repeater-row {
    border-color: #bababa;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    page-break-inside: auto !important;
    page-break-after: auto !important;
    page-break-before: auto !important;
  }
  .font-weight-bold {
    font-weight: bold;
  }
  .question-repeater-row:last-child {
    border-bottom-width: 0px;
    border-bottom-style: none;
  }
  .question-dotted-col {
    border-color: #bababa;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    page-break-inside: auto !important;
    page-break-after: auto !important;
    page-break-before: auto !important;
  }
  .question-dotted-col:last-child {
    border-bottom-width: 0px;
    border-bottom-style: none;
  }
  .question-text {
    font-weight: 600;
  }
  hr {
    display: none;
  }
  p {
    margin-block-start: 0;
    margin-block-end: 0;
  }
  .question-text {
    font-weight: 600;
  }
  .question-repeater-col-devider {
    min-height: 0.3rem;
  }
  .row {
    flex-wrap: wrap;
    display: flex;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox;
    page-break-after: auto !important;
    page-break-before: auto !important;
  }
  .col {
    position: relative;
    width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8%;
    position: relative;
    max-width: 8%;
  }
  .col-md-2 {
    flex: 0 0 16%;
    position: relative;
    max-width: 16%;
  }
  .col-md-3 {
    flex: 0 0 24%;
    position: relative;
    max-width: 24%;
  }
  .col-md-4 {
    flex: 0 0 33%;
    position: relative;
    max-width: 33%;
  }
  .col-md-5 {
    flex: 0 0 41%;
    position: relative;
    max-width: 41%;
  }
  .col-md-6 {
    flex: 0 0 49%;
    position: relative;
    max-width: 49%;
  }
  .col-md-7 {
    flex: 0 0 58%;
    position: relative;
    max-width: 58%;
  }
  .col-md-8 {
    flex: 0 0 66%;
    position: relative;
    max-width: 66%;
  }
  .col-md-9 {
    flex: 0 0 74%;
    position: relative;
    max-width: 74%;
  }
  .col-md-10 {
    flex: 0 0 83%;
    position: relative;
    max-width: 83%;
  }
  .col-md-11 {
    flex: 0 0 91%;
    position: relative;
    max-width: 91%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    position: relative;
    max-width: 100%;
  }
}

@page {
  margin-top: 15mm;
  margin-bottom: 25mm;
  margin-left: 30mm;
  margin-right: 30mm;
  @bottom-center {
    content: "page " counter(page);
  }
}

.fullscreen-spinner-background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  text-align: center !important;
  color: white;
  vertical-align: top !important;
  z-index: 199 !important;
  font-size: 22px;
  padding-top: 40vh;
}

.fullscreen-faded-background {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.large-spinner {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 1rem;
}

.react-datepicker {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #7AC9DB;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #7AC9DB !important;
  color: #fff;
}

.react-datepicker__year-wrapper,
.react-datepicker__month-wrapper,
.react-datepicker__day-wrapper {
  max-width: none  !important;
}

.react-datepicker__year--container {
  width: 18rem;
}

.react-datepicker__navigation--years-upcoming,
.react-datepicker__navigation--years-previous {
  width: 11px;
  height: 11px;
  transform: rotate(317deg);
  border-color: #7AC9DB;
  border-style: solid;
  border-width: 3px 3px 0 0;
  display: block;
  top: 7px !important;
}

.react-datepicker__navigation--years-previous {
  transform: rotate(135deg);
  top: 1px !important;
}

.react-datepicker__year-read-view--down-arrow {
  top: 5px !important;
}

.react-datepicker__year-option {
  min-height: 20px;
}

.react-datepicker__current-month,
.react-datepicker-time__header,
.react-datepicker-year-header {
  margin-top: 0;
  color: #7AC9DB;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__month-text--keyboard-selected,
.react-datepicker__quarter-text--keyboard-selected,
.react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #7AC9DB !important;
  color: #fff;
}

.react-datepicker__header {
  text-align: center;
  background-color: white;
  padding: 8px 0;
  position: relative;
  border: none;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow, .react-datepicker__navigation-icon::before {
  border-color: #7AC9DB;
  border-style: solid;
  border-width: 3px 3px 0 0;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: 12px;
  width: 9px;
}

.react-datepicker__day--outside-month {
  visibility: hidden;
}
