.user-dropdown strong {
  font-weight: 500;
  display: inline-block;
  margin-right: 10px;
  color: var(--primary);
}
.wizard-progress-bar ul li {
  padding: 10px 20px 10px 0px;
  flex: auto;
  min-width: 110px;
}
.form-panel-header span.text-muted {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.main-content {
  padding-bottom: 223px;
}
.jds-footer-sitemap-header {
  height: 36px;
}
a.link-external {
  position: relative;
  margin-right: 25px;
  border-bottom: 1px solid var(--primary);
}
a.link-external i {
  position: absolute;
  right: -20px;
  top: 0;
  font-weight: 400;
}
.list {
  padding-left: 0;
  list-style: none;
  counter-reset: section;
}
.list > li {
  margin-bottom: 0.8rem;
  font-weight: 600;
  border: 1px solid var(--khaki);
  position: relative;
  padding: 2rem 1rem 2rem 5rem;
  border-radius: 5px;
  font-size: 18px;
}
.list > li:before {
  counter-increment: section;
  content: counter(section) " ";
  width: 30px;
  height: 30px;
  background: var(--khaki);
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  left: 2rem;
}
.list ul {
  list-style: disc;
  padding-left: 1.5rem;
  font-size: 1rem;
}
.list ul li {
  margin-top: 0.5rem;
  font-weight: 400;
}
.color-primary {
  color: var(--primary);
}
.summary-estimate-card {
  height: auto;
  margin-top: 2rem;
}
.summary-estimate-card .card-header {
  background: var(--primary);
  color: #fff;
}
.summary-estimate-card .card-header i {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-top: -3px;
}
.th-nowrap th {
  white-space: nowrap;
}
.summary-estimate-card .table thead th {
  background: none;
  padding-top: 0;
}
.summary-estimate-card .static-table {
  margin: 0 -1.25rem;
}
.summary-estimate-card .static-table table {
  border: none !important;
}
.summary-estimate-card tfoot h4 {
  margin: 0;
  padding: 1rem 0;
}
.summary-estimate-card tfoot ul {
  padding-left: 1rem;
  margin: 0;
}
.summary-estimate-card tfoot ul li {
  margin: 0.5rem 0;
}
.summary-estimate-card tfoot ul li:last-child {
  margin: 0;
}
.summary-estimate-card tfoot h5 {
  font-weight: 500;
}
.sup {
  display: inline-block;
  background: var(--primary);
  width: 18px;
  height: 18px;
  color: #fff;
  text-align: center;
  font-size: 0.7rem;
  margin-right: 5px;
  line-height: 18px;
  border-radius: 50%;
  vertical-align: text-top;
}
.wizard-progress-bar ul li .sup {
  position: absolute;
  top: -30px;
  left: 23px;
  z-index: 999;
  border: 1px solid #fff;
  height: 20px;
  width: 20px;
}
.table tbody td .form-check-inline {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin: 0;
}
.table tbody td .form-check.form-check-inline label {
  display: inline-block;
  margin: 0;
  position: relative;
}
.table tbody td .form-check-inline .checkbox-overlay {
  top: 0;
}
.boxed-content .bg-success {
  border-radius: 5px;
}
.color-white {
  color: var(--white);
}
.text-column span {
  display: flex;
  padding: 5px 0;
}
.text-column span > span {
  width: 120px;
  position: relative;
  margin-right: 1rem;
  padding: 0;
}
.text-column span > span:after {
  content: ":";
  position: absolute;
  right: 0;
  top: 0;
}
.btn.icon-only {
  width: 40px;
  justify-content: center;
}
.checkbox-overlay {
  top: 9px;
}
.popover-content.align-left {
  width: 700px;
  font-size: 0.7rem !important;
  padding-right: 2rem;
}
.popover-content.align-left p {
  font-size: 0.8rem !important;
  line-height: 1.6;
}
.modal-fullscreen {
  width: calc(100vw - 16px);
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-content {
  border-radius: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
}
.btn.icon-only.btn.disabled,
.btn.icon-only.btn:disabled {
  background: none !important;
  border-color: #999 !important;
  color: rgb(0 0 0 / 30%) !important;
  pointer-events: none;
}
.dropzone-content {
  text-align: center;
  border: 2px dotted #91adc4;
  padding: 15px 0;
  background: #e6f8f5;
}
.dropzone-content:hover {
  cursor: pointer;
}
.dropzone-content div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.dropzone-icon span {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  color: #e2dfdb;
  border: 1px solid #d3dff5;
  font-size: 2.6rem;
  margin-right: 20px;
  text-align: center;
}
.dropzone-content div h3 {
  font-weight: 400;
  color: #e2dfdb;
  font-size: 2.3rem;
  font-style: italic;
  text-align: left;
  margin: 0;
}
.dropzone-content div p {
  margin: 0;
  color: #999;
  font-size: 0.9rem;
  font-style: italic;
}
.form-control-plaintext {
  color: var(--primary);
  font-size: 1.2rem;
  padding: 0;
  font-weight: 500;
  margin-top: -0.4rem;
}
.dropzone-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.dropzone-container .dropzone {
  width: calc(50% - 10px);
  border: 1px solid #ccc;
  text-align: left;
  padding: 1rem;
  border-radius: 5px;
  background: var(--white);
}
.dropzone-container .dropzone .dropzone-content {
  border-left: none;
  border-right: none;
  margin: 0.5rem -1rem;
}
.dropzone .form-check {
  position: relative;
  padding-right: 2rem;
}
.dropzone .form-check .btn {
  padding: 0;
  position: absolute;
  right: 0;
  top: 8px;
}
ul.timeline li ul {
  padding: 0 0 0 1rem;
}
ul.timeline li ul li {
  padding: 0.3rem 0;
}
ul.timeline li ul li:before {
  display: none;
}
ul.timeline li .has-icon {
  position: relative;
  padding-left: 70px;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
ul.timeline li .icon {
  color: var(--primary);
  font-size: 1.75rem;
  width: 60px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  border: 1px solid rgb(117 28 36 / 30%);
  margin-right: 0.8rem;
  position: absolute;
  left: 0;
}
.summary-card {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: var(--grey-light);
  border-radius: 5px;
  align-items: baseline;
  margin-bottom: 1rem;
}
.summary-card p {
  flex: 1;
  margin: 0;
  padding: 1rem;
}
.summary-card p strong {
  display: flex;
  font-size: 2rem;
  color: var(--primary);
  margin-top: 0.5rem;
}
.summary-card p:first-child strong {
  color: var(--success);
}
.summary-card p strong .btn {
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  margin-left: 10px;
}
.summary-card p:first-child {
  flex: auto;
}
#pay_resubmit_modal .summary-card p:first-child {
  flex: 1;
}
.summary-card p:last-child {
  padding: 0;
  border: none;
  margin: 0;
}
.amount-debit,
.amount-credit {
  position: relative;
  font-weight: 600;
}
.amount-debit {
  color: var(--danger);
}
.amount-debit:before {
  content: "-";
  margin-right: 5px;
}
.amount-credit {
  color: var(--success);
}
.amount-credit:before {
  content: "+";
  margin-right: 5px;
}
.refunt-request {
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.refunt-request .btn-group img {
  height: 40px;
}
.refunt-request .btn-group label {
  font-size: 1.4rem;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
}
.confirmation-box {
  background: var(--supp1-light);
  margin-bottom: 2rem;
}
.confirmation-box .card-header,
.confirmation-box .card-footer {
  background: none;
}
.confirmation-box .card-header {
  border-bottom: 1px solid #ccc;
}
.confirmation-box .card-footer {
  border-top: 1px solid #ccc;
  padding: 1.25rem 1.25rem;
}
.confirmation-box ul {
  padding: 1rem 1.5rem 1rem 2.5rem;
}
.confirmation-box ul li {
  padding-bottom: 0.75rem;
}
.confirmation-box .form-check {
  padding-top: 0;
  padding-bottom: 0;
}
.confirmation-box .form-check .checkbox-overlay {
  top: 3px;
}
.` {
  background: var(--supp1-light);
}
.hearing-info .form-group {
  display: inline-block;
  min-width: 25%;
  margin-bottom: 0;
}
.hearing-info div {
  border: 1px solid #ccc;
  padding: 1.5rem;
  border-radius: 5px;
  flex: 1;
}
.hearing-info div > div {
  border: none;
  padding: 0;
}
.hearing-info > div.circle-separator {
  border: none;
  align-self: center;
  flex: auto;
  max-width: 50px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: var(--white);
  margin: 0 1rem;
  border-radius: 50%;
}
.doc-checklist .table td:nth-child(5) {
  max-width: 320px;
}
.next-steps {
  border: 1px solid #ccc;
  text-align: left;
  padding: 2rem;
  margin-bottom: 2rem;
  display: flex;
  border-radius: 5px;
  background: var(--khaki-light);
}
.refund-details ul {
  margin: 0;
  padding: 0rem;
}
.refund-details ul li {
  
  padding: .25rem 0;
  list-style: none;
}
.refund-details ul li  strong{
  
color:  var(--primary)
}

a.text-primary:focus,
a.text-primary:hover {
  color: var(--primary) !important;
}
form-panel-boxed .col-form-label {
  padding-top: 0;
}
.form-panel-boxed .form-panel-footer,
.form-panel-boxed .form-panel-header,
.form-panel-boxed .form-panel-body {
  padding: 2rem;
  text-align: left;
}
.form-panel-boxed .form-panel-header {
  padding-left: 4rem;
  position: relative;
}
.form-header-icon {
  position: absolute;
  left: 1.3rem;
  font-size: 2rem;
  top: 2rem;
  color: var(--dark);
  line-height: 100%;
}
.bg-success-light {
  background: var(--successlight) !important;
}
.bg-success-light .form-header-icon {
  color: var(--success);
}
.bg-warning-light {
  background: var(--warning-light) !important;
}
.bg-warning-light .form-header-icon {
  color: var(--primary);
}
.bg-warning-light h3 {
  color: var(--primary);
}
.bg-success-light h3 {
  color: var(--success-dark);
}
.boxed-content {
  box-shadow: 0px 4px 8px rgb(0 0 0 / 8%);
  border-radius: 5px;
  padding: 2rem;
  text-align: left;
}
.boxed-content .has-icon {
  padding-left: 2.5rem;
  position: relative;
}
.boxed-content .has-icon .icon {
  color: var(--primary);
  font-size: 1.5rem;
  left: 0;
  position: absolute;
  top: 0;
}
.radio-overlay {
  top: 9px;
}
.innerpage-banner-container {
  padding: 2rem 0;
}
/* Responsive styles begin */
@media only screen and (max-width: 991.98px) {
  .summary-estimate-card {
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .table-responsive .table td[colspan],
  .table-responsive .table tfoot td {
    padding-left: 0.75rem !important;
  }
  .table-responsive .table tbody tr td[colspan]::after,
  .table-responsive .table tbody tr td[colspan]::before {
    display: none;
  }
  .table-responsive .table tfoot td {
    display: table-cell;
  }
  .static-table .table th.text-right,
  .static-table .table td.text-right,
  .static-table .table td .text-right {
    text-align: left !important;
  }
  .next-steps {
    display: block;
  }
  .next-steps img {
    display: none;
  }
}
. @media only screen and (max-width: 1199.98px) {
  .wizard-progress-bar ul li {
    min-width: 0;
  }
}
@media only screen and (max-width: 1023.98px) {
  .user-dropdown strong {
    color: var(--white);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .user-dropdown .dropdown-toggle::after {
    color: var(--primary);
  }
  .navbar-expand-lg .navbar-nav .user-dropdown .dropdown-menu {
    display: block !important;
    height: auto !important;
    max-height: none;
    border: none;
    background: none;
    width: 100%;
    box-shadow: none;
    margin-left: 10px;
  }
  .navbar-nav .dropdown.user-dropdown {
    width: 100%;
    padding-left: 50px;
  }
  .user-dropdown .dropdown-toggle::after {
    display: none;
  }
  .user-dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 0;
    background: none;
    color: #fff;
  }
  .navbar-nav .user-status.user-default {
    color: var(--primary) !important;
    background: var(--khaki) !important;
    pointer-events: none !important;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .wizard-progress-bar ul li span {
    display: none;
  }
  .wrapper.sticky .main-content {
    padding-bottom: 0;
  }
  section {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .form-panel-body a {
    word-break: break-all;
  }
  .wizard-progress-bar ul li {
    min-width: 0;
  }
  .btn-center .btn {
    width: 100%;
    margin: 3px 0;
  }
  .btn-center .btn {
    width: 100%;
    margin: 3px 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 575.98px) {
  .wizard-progress-bar ul li {
    zoom: 0.8;
  }
  .wizard-progress-bar {
    margin-top: 2rem;
  }
  .navbar-brand img {
    width: 180px;
  }
  .wrapper.sticky .main-content {
    padding-top: 68px;
  }
}
.text-left {
    text-align: left;
}
