@import url(https://fonts.googleapis.com/css?family=Nunito);

/* Custom css goes from here */

.bg-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04519b), color-stop(60%, #033C73), to(#02325f));
  background-image: linear-gradient(#04519b, #033C73 60%, #02325f);
  background-repeat: no-repeat;
}

.paddinglr {
  padding-left: 0px;
  padding-right: 0px;
}

.paddingr {
  padding-right: 0;
}

#navbarSupportedContent .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

#navbarSupportedContent .nav-link:hover {
  color: #fff !important;
}

#navbarSupportedContent .dropdown-menu a {
  color: #033C73 !important;
  border-radius: .25rem;
}

#navbarSupportedContent a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #3e62a0;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  padding: 0px;
}

.navbar-expand-md .navbar-nav .dropdown-menu a {
  padding: 7px 15px;
}

.custom-footer {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}

.attorney-registration .special_practice_inputs,
.attorney-edit-profile .special_practice_inputs {
  float: right;
  display: none;
}

/* .attorney-registration #agreement_checkbox, .attorney-edit-profile #agreement_checkbox {width: 20%; float: left;} */


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
  color: #2FA4E7;
}

.card {
  background-color: #e9ecef;
}

.special_practice_inputs.active-sp-input {
  display: block;
}

.cc-payment-outer {
  max-width: 400px;
  margin: 15px auto;
  background: #fff;
  padding: 20px;
  border: 1px solid rgba(95, 95, 95, 0.2);
  width: 100%;
}

.cc-payment-outer #card-element {
  margin: 15px 0;
  padding: 10px;
  width: 100%;
  border: 1px solid #afafaf;
  box-sizing: border-box;
}

.cc-name-outer label {
  margin: 0 10px 0 0;
  font-size: inherit;
  line-height: 1.6;
  padding: 0;
  width: auto;
}

.cc-name-outer {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.cc-name-outer input {
  margin: 0;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #afafaf;
  box-sizing: border-box;
  line-height: normal;
  color: #444;
}

.attorney-show .col-md-6 {
  float: left;
}

.case-registration-steps .single-line-radio-div {
  float: left;
}

.case-registration-steps .single-line-radio-div label.error,
.case-registration-steps .gender-div label.error {
  float: left;
}

.case-registration-steps .stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.case-registration-steps .stepwizard-step p {
  margin-top: 10px;
  font-weight: 600;
}

.case-registration-steps .stepwizard-step {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 33%;
  float: left;
}

.case-registration-steps .stepwizard-step .btn.disabled {
  width: 95%;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}

.case-registration-steps .stepwizard-step .btn-circle {
  width: 95%;
  padding: 10px;
  text-align: center;
  font-weight: 600;
  background-color: #254E96;
  color: #fff;
  font-size: 16px;
}

#multistep_case_form .setup-content {
  margin-top: 30px;
}

form input.error {
  border: 1px solid #e11313;
}

form label.error {
  color: #e11313;
}

#multistep_case_form .terms-checkbox-div label.error {
  margin-top: 6px;
}

#multistep_case_form label.col-form-label,
#multistep_case_form .col-md-6,
#multistep_case_form .col-md-6 .col-md-8,
#multistep_case_form .col-md-3,
#multistep_case_form .col-md-4 {
  float: left;
}

#multistep_case_form .col-md-12 {
  margin: 10px 0px;
}

/* .case-registration-steps input[type="radio"] {
margin-top: 12px;
} */



.case-registration-steps .case-types-div .case-type-input-div label {
  margin-right: 25px;
  flex-basis: calc(100% - 15px);
}

.case-registration-steps input[type="checkbox"],
.case-registration-steps .case-filing-status-div input[type="radio"] {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.payment-div-main input[type="text"] {
  margin: 0;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #afafaf;
  box-sizing: border-box;
  line-height: normal;
  color: #444;
}

/*case payment*/
.package-div {
  display: inline-block;
  float: left;
  text-align: center;
  border-right: 1px solid #868e96;
  border-top: 1px solid #868e96;
  border-bottom: 1px solid #868e96;
}

div.package-div:first-child {
  border-left: 1px solid #868e96;
}

.packages-grid .package-div {
  padding: 0px 0px 30px;
  height: 100%;
  margin-bottom: 15px;
  display: flex;
  flex-flow: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case-package-description {
  text-align: left;
  padding: 0 20px 20px;
  font-size: 16px;
  display: inline-block;
  margin-bottom: auto;
  height: 550px;
  overflow: auto;
}

.case-package-description ul {
  padding-top: 10px;
  padding-left: 15px;
  float: left;
  width: 100%;
}

.packages-grid form {
  width: 100%;
  float: left;
}

.packages-grid .package-title-div {
  float: left;
  width: 100%;
  display: table;
  height: 60px;
}

.packages-grid .package-div h4 {
  font-weight: 600;
  border-bottom: 1px solid #868e96;
  font-size: 17px;
  padding: 0;
  width: 100%;
  flex-grow: 1;
  background: #023B71;
  color: #fff;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  display: table-cell;
}

.packages-grid {
  margin-top: 40px;
}

.case-package-description li {
  color: #555;
  padding-bottom: 4px;
  font-size: 15px;
}

.payment-content-box.packages-grid {
  margin-top: 0;
  margin-bottom: 10px;
}

.package-select-button .package-button {
  font-weight: bold;
}

.payment-cc-main .cc-name-outer {
  float: left;
  display: inline-block;
}

.payment-cc-main .cc-package-box,
.payment-cc-main .cc-package-box label,
.payment-cc-main .cc-package-box input,
.casepage_payment_outer #card-element .__PrivateStripeElement {
  width: 100%;
  float: left;
}

.payment-cc-main .cc-package-box {
  margin-bottom: 6px;
}

.payment-cc-main .cc-package-box input {
  font-size: 13px;
  padding: 0 10px;
  color: #222;
  margin: 0;
  height: 40px;
}

.casepage_payment_outer .cc-payment-outer #card-element {
  float: left;
  margin: 6px 0
}

.cc-payment-outer #card-button {
  margin: 10px auto 0;
  display: inline-block;
  clear: both;
  padding: 4px 24px;
}

.cc-payment-outer.payment-cc-main {
  text-align: center;
}

.cc-payment-outer .cc-name-outer,
.cc-payment-outer #card-element {
  text-align: left;
}


/* side bar*/

#admin_main {
  padding: 40px;
}


#admin_main .container {
  max-width: 100%;
  padding-right: 0;
}

#admin_main .nav-link .fa {
  padding-right: 0;
  width: 24px;
  text-align: left;
  font-size: 16px;
  float: left;
  padding-top: 3px;
}

#admin_main .icon-name {
  float: left;
  width: calc(100% - 24px);
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: -ms-calc(100% - 24px);
}

#admin_main #sidebar {
  width: 25%;
  background: #fff;
  padding: 0;
  float: left;
  display: block;
  flex: 0.5;
  max-width: 100%;
  /* margin-right: 50px; */
}

#admin_main .nav-link {
  font-size: 15px;
  padding: 0;
}

#admin_main #sidebar ul {
  float: left;
  margin: 0;
  width: 100%;
}

#admin_main #sidebar li a {
  border-bottom: 1px solid #dcdfe2;
  padding: 10px 12px;
  color: #22488A;
  font-size: 16px;
  float: left;
  width: 100%;
  position: relative;
}

#admin_main #sidebar li a:hover,
#admin_main #sidebar li a.active {
  background: #3e62a0;
  color: #fff;
}

#admin_main .sidebar-title {
  background: #22488A;
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  padding: 12px 12px;
  margin: 0;
}

#admin_main .submenu_outerbox {
  float: left;
  width: 100%;
}

#admin_main .dashboard-count-box {
  display: inline-block;
  float: left;
  width: 40%;
  margin-right: 2%;
}

/*
#admin_main .dashboard-count-box:nth-child(3n) {margin-right: 0; } */
@media (min-width: 992px) {

  #admin_main .dashboard-count-box {
    display: inline-block;
    float: left;
    width: 23% !important;
    margin-right: 2%;
  }
}

#admin_main .dashboard_content_box {
  padding-right: 0;
}

#admin_main #sidebar .nav.sidebar_submenu li a {
  padding-left: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  border: none;
}

#admin_main #sidebar .nav.sidebar_submenu ul li a {
  padding-left: 50px;
}

#computation-btn {
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 14px;
  border-radius: 4px;
}

table.dataTable tbody tr {
  background-color: #e9ecef;
}

table.dataTable {
  border-collapse: collapse;
}

table.dataTable thead th,
table.dataTable thead td {
  border-bottom: none;
}

.case-types-div .case-type-input-div label.error {
  float: right;
  margin-top: 7px;
  margin-left: 5px;
}

.case-types-div label.case-type-main-label {
  margin-left: -15px !important;
}

/* 04 Jan 2023*/
.attorney-dashboard.data--Dashboard.admin-dashboard .dashboard-count-box .card-body {
  transition: all .2s;
}

.attorney-dashboard.data--Dashboard.admin-dashboard .dashboard-count-box .card-body:hover {
  box-shadow: 1px 1px 1px #00375b;
}

.attorney-dashboard.attorney--Records .btn.btn-primary {
  padding: .375rem .75rem;
  margin: 0 !important;
}

.attorney-dashboard.attorney--Records .form-group .btn.btn-primary.mb-2 {
  padding: .375rem .75rem;
  min-height: 37.03px;
}

.attorney-dashboard.attorney--Details .card {
  border: 0;
  background: #fff;
  overflow: hidden;
}

.attorney-dashboard.attorney--Details .card-header {
  background: #22488A;
  font-size: 18px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  padding: 6px 30px;
  padding-right: 10px;
  min-height: 45.59px;
  margin: 0;
  border-radius: 0;
}

.attorney-dashboard.attorney--Details .card-header .btn {
  font-size: 14px;
  min-width: 55px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 3px;
}

.attorney-dashboard.attorney--Details .card-body .row {
  margin: 0;
}

.attorney-dashboard.attorney--Details .row .form-group {
  float: left;
  display: flex;
  font-size: 14px;
  color: #515151;
}

.attorney-dashboard.attorney--Details .row .form-group strong {
  min-width: 50%;
  font-size: 14px;
  letter-spacing: 0.2px;
  font-weight: 600;
  margin-right: 15px;
  color: #333;
}

.attorney-dashboard.attorney--Details .row .seated--Licence strong {
  color: #3490dc;
  width: 24%;
}

.attorney-dashboard.attorney--Details .row .seated--Licence p {
  margin: 0;
}

.attorney-dashboard.attorney--Details .personal--Details,
.attorney-dashboard.attorney--Details .attorney--Details,
.attorney-dashboard.attorney--Details .firm--Details {
  background: #eff2f7;
  margin-bottom: 20px;
}

.attorney-dashboard.attorney--Details .firm--Details {
  margin-bottom: 0px;
}

.attorney-dashboard.attorney--Details .personal--Details h5,
.attorney-dashboard.attorney--Details .attorney--Details h5,
.attorney-dashboard.attorney--Details .firm--Details h5 {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 12px 15px;
  border-bottom: 1px solid #dcdfe2;
  margin-bottom: 12px;
}

.attorney-dashboard.attorney--Details .personal--Details>div,
.attorney-dashboard.attorney--Details .attorney--Details>div,
.attorney-dashboard.attorney--Details .firm--Details>div {
  padding: 0;
}

/* 29 dec 2022 */
.fdd-tools-main.attorney-dashboard .card-body .col-sm-12 {
  padding-left: 0;
}

.fdd-tools-main.attorney-dashboard .card-body .column-box-width {
  padding-left: 0;
}

.fdd-tools-main.attorney-dashboard #computation-btn {
  min-height: 40px;
}

.attorney-dashboard .card-body .thumbnail.card {
  height: auto;
}

.attorney-dashboard .card-body .caption.card-body {
  min-height: 170px;
}

.attorney-dashboard .card-body .lead {
  margin-bottom: 0;
}

.attorney-dashboard .card-body .card-img-top {
  width: 100%;
}

/* 22 dec 2022 */
.attorney-dashboard.party-registration-main .card-header a {
  margin-bottom: 0 !important;
}

.attorney-dashboard.party-registration-main .card-body tr th {
  background: #004072;
  color: #fff;
}

/* 23 Dec 2022 */
table.dataTable th {
  vertical-align: middle !important;
  background: #00355d;
  position: relative;
  color: #fff;
  padding: 8px 10px !important;
  padding-right: 30px !important;
  line-height: 1.2;
  height: 28px;
  border-block: 0;
}

table.dataTable th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

table.dataTable th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* 19 dec 2022 */
.attorney-dashboard.fdd-tools-main .row {
  margin: 0;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #fff !important;
}

.ads-details.attorney-dashboard .row>div {
  padding: 0;
}

.ads-details.attorney-dashboard .row {
  background: #fff;
  padding: 20px;
  margin: 0;
}

.ads-details.attorney-dashboard .product-desc {
  padding: 0px;
}

@media(max-width:749px) {
  .attorney-dashboard.fdd-tools-main tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .attorney-dashboard.fdd-tools-main tbody tr td {
    width: 100%;
  }

  .attorney-dashboard.fdd-tools-main tbody tr:last-child {
    margin-bottom: 0;
  }

  .attorney-dashboard.fdd-tools-main tbody tr td:first-child {
    border-bottom: 0;
  }

  .ads-details.attorney-dashboard .product-content {
    padding: 0;
  }

  .ads-details.attorney-dashboard .product-title {
    margin-top: 0;
  }

  body .pdf-tool-main.fdd-tools-main .column-box-width {
    flex: inherit;
    max-width: 45%;
    padding: 0 0px;
    margin: auto;
  }

  body .pdf-tool-main.attorney-dashboard .pdf-tools-credits-table tbody tr {
    display: table-row;
  }

  body .pdf-tool-main.attorney-dashboard .pdf-tools-credits-table tbody tr td {
    width: auto;
  }

  .pdf-tool-main .column-box-width [type="file"] {
    width: 100%;
  }
}

/* 15 dec 2022 */

.attorney-dashboard.data--Dashboard.admin-dashboard .dashboard-count-box {
  background: #fff;
  padding: 0;
}

.attorney-dashboard.data--Dashboard.admin-dashboard .card-title {
  margin-bottom: 0;
}

/* 14 dec 2022 */

.card-body.table-responsive thead th {
  vertical-align: middle;
  background: #00355d;
  position: relative;
  color: #fff;
  padding: 8px 10px;
  padding-right: 30px;
  line-height: 1.2;
  height: 28px;
  border-block: 0;
}

table.table.table-bordered.attorneytableactivebeforeedit-table th,
table.table.table-bordered.stripeplans-table th,
table.table.table-bordered.table.responsive.services-table th,
table.table.table-bordered.downloads-table th {
  height: 52px;
}

table.dataTable thead tr th:first-child {
  width: 0px;
  padding: 12px 10px;
  padding-right: 30px;
  width: 50px !important;
}

table.table.table-bordered.attorneytableactivebeforeedit-table thead tr th:first-child,
table.table.table-bordered.attorneytableactivebeforeedit-table thead tr th:nth-child(3) {
  width: 70px !important;
}

.card-body.table-responsive thead th:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  transform: rotate(-45deg);
  right: 8px;
  top: 35%;
  z-index: 1;
}

.card-body.table-responsive thead th:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  transform: rotate(135deg);
  right: 8px;
  top: 47%;
  z-index: 1;
}

.card-body.table-responsive thead th:last-child:after,
.card-body.table-responsive thead th:last-child:before {
  display: none;
}

.card-body.table-responsive thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.card-body.table-responsive thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.attorney-dashboard .card-header {
  background: #e2e8ee;
  padding-block: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.attorney-dashboard .table_outer_section-header {
  background-color: var(--primary-blue);
  padding: 10px;
  padding-left: 20px;
}

.back-arrow {
  font-size: 18px;
  color: var(--primary-white);
  text-transform: capitalize;
}

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

.attorney-dashboard .card-body {
  background: #fff;
}

.attorney-dashboard .dataTables_wrapper select {
  border: 1px solid rgba(0, 0, 0, .125);
  background: transparent;
  padding: 5px;
  color: #666;
  outline: none;
}

.attorney-dashboard .dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}

.attorney-dashboard .dataTables_wrapper .dataTables_filter input {
  padding-block: 5px;
}

.attorney-dashboard table.dataTable.no-footer tr th:first-child,
.attorney-dashboard table.dataTable.no-footer tr td:first-child,
table.table.table-bordered.attorneytableactivebeforeedit-table tr th:first-child {
  border-left: 0;
}

.attorney-dashboard table.dataTable tbody tr {
  background-color: transparent;
}

.attorney-dashboard table.dataTable tbody tr:nth-child(odd),
table.table.table-bordered.attorneytableactivebeforeedit-table tr:nth-child(odd),
table.table.table-bordered.table.responsive.services-table tr:nth-child(odd),
table.table.table-bordered.downloads-table tr:nth-child(odd),
table.table.table-bordered.stripeplans-table tr:nth-child(odd),
.attorney-dashboard .card-body.table-sm.table-responsive tr:nth-child(odd) {
  background: #fff;
}

.attorney-dashboard table.dataTable tbody tr:nth-child(even),
table.table.table-bordered.attorneytableactivebeforeedit-table tr:nth-child(even),
table.table.table-bordered.table.responsive.services-table tr:nth-child(even),
table.table.table-bordered.downloads-table tr:nth-child(even),
table.table.table-bordered.stripeplans-table tr:nth-child(even),
.attorney-dashboard .card-body.table-sm.table-responsive tr:nth-child(even) {
  background: #eff3f7;
}

.attorney-dashboard .table-bordered {
  border: 0 !important;
}

.attorney-dashboard table.dataTable.no-footer tr th:last-child,
.attorney-dashboard table.dataTable.no-footer tr td:last-child,
table.table.table-bordered.attorneytableactivebeforeedit-table tr td:last-child {
  border-right: 0;
}

table.table.table-bordered.table.responsive.services-table tr td:first-child,
table.table.table-bordered.stripeplans-table tr td:first-child,
table.table.table-bordered.table.responsive.services-table tr td:first-child,
table.table.table-bordered.downloads-table tr td:first-child,
table.table.table-bordered.attorneytableactivebeforeedit-table tr td:first-child,
.attorney-dashboard .card-body.table-sm.table-responsive td:first-child {
  border-left: 0;
}

table.table.table-bordered.table.responsive.services-table tr td:last-child,
table.table.table-bordered.stripeplans-table tr td:last-child,
table.table.table-bordered.table.responsive.services-table tr td:last-child,
table.table.table-bordered.downloads-table tr td:last-child,
.attorney-dashboard .card-body.table-sm.table-responsive td:last-child {
  border-right: 0 !important;
}

table.table.table-bordered.table.responsive.services-table tr td,
table.table.table-bordered.stripeplans-table tr td,
table.table.table-bordered.table.responsive.services-table tr td,
table.table.table-bordered.downloads-table tr td,
table.table.table-bordered.attorneytableactivebeforeedit-table tr td,
.attorney-dashboard .card-body.table-sm.table-responsive td {
  padding: 12px 10px;
  line-height: 1.2;
  border-block: 0;
  font-size: 14px;
  color: #000;
}

table.table.table-bordered.table.responsive.services-table tr th:last-child,
table.table.table-bordered.stripeplans-table tr th:last-child,
table.table.table-bordered.table.responsive.services-table tr th:last-child,
table.table.table-bordered.downloads-table tr th:last-child,
table.table.table-bordered.attorneytableactivebeforeedit-table tr th:last-child {
  border-right: 0;
}

.attorney-dashboard .table-bordered th {
  border: 1px solid #3b6c8d;
  border-block: 0;
}

/* may 26 2023  */
.pdf-tool-main.attorney-dashboard .table-bordered th {
  border: 1px solid #dee2e6;
  border-block: 0;
  background-color: #22488a;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Nunito";
}

.pdf-tool-main.attorney-dashboard .table-bordered th:first-child {
  border-top-left-radius: 5px;
}

.pdf-tool-main.attorney-dashboard .table-bordered th:last-child {
  border-top-right-radius: 5px;
}

.pdf-tool-main h5 {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #333333;
  font-weight: 700;
  font-family: "Nunito";
}

.pdf-tool-main .table-title {
  margin: 15px 0 30px;
}

.pdf-tool-main .card-header:first-child,
.dr_monthlydebtpayments_main .card-header:first-child,
.dr_Case_Overview_main .card-header:first-child {
  border-radius: 0;
}

.pdf-tool-main .btn,
.dr_monthlydebtpayments_main .btn,
.dr_Case_Overview_main .btn {
  padding: 4px 20px;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Nunito";
  text-align: center;
}

.pdf-tool-main .card,
.dr_monthlydebtpayments_main .card,
.dr_Case_Overview_main .card {
  border: none;
}

.pdf-tool-main .pdf-tools-credits-table tbody tr:nth-child(2n) {
  background-color: #efefef;
}

.pdf-tool-main .card-body,
.dr_monthlydebtpayments_main .card-body,
.dr_Case_Overview_main .card-body {
  padding: 30px;
}

.pdf-tool-main p {
  margin: 0;
}

.pdf-tool-main .column-box-width [type="file"] {
  padding-right: 0;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
}

.pdf-tool-main .form-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 40px;
}

.table-responsive .pdf-tools-credits-table {
  min-width: 575px;
}

.pdf-tool-main .form-btn .column-box-width {
  max-width: 50%;
  width: 100%;
}

.pdf-tool-main .form-btn .column-box-width input {
  width: 100%;
}

.pdf-tool-main.attorney-dashboard .pdf-tools-credits-table tr td {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 28px;
  color: #999999;
  font-weight: 400;
  font-family: "Nunito";
}

.pdf-tool-main.attorney-dashboard .pdf-tools-credits-table tr td .btn-info {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}

.pdf-tool-main .buy-pdf-credits-btn {
  margin: 10px 0;
}

/* 29 may 2023 */
/* .dr_monthlydebtpayments_main page */
.dr_monthlydebtpayments_main .card-header,
.dr_Case_Overview_main .card-header {
  background-color: #22488a;
}

.dr_monthlydebtpayments_main .card-header strong,
.dr_Case_Overview_main .card-header strong {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Nunito";
}

.dr_monthlydebtpayments_main form h4,
.dr_Case_Overview_main form h5 {
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 24px;
  color: #3490dc;
  font-weight: 700;
  font-family: "Nunito";
}

body .dr_monthlydebtpayments_main form .btn-primary {
  float: right !important;
}

.dr_monthlydebtpayments_main .card-body form label,
.dr_Case_Overview_main .card-body form label {
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  font-weight: 600;
  font-family: "Nunito";
}

.dr_monthlydebtpayments_main .card-body .form-control,
.dr_Case_Overview_main .card-body .form-control {
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #d6d6d6;
}

.dr_monthlydebtpayments_main.attorney-dashboard .col-md-12,
.dr_Case_Overview_main.attorney-dashboard .col-md-12 {
  padding-right: 15px !important;
}

.dr_Case_Overview_main .dataInput label input {
  width: 20px;
  height: 20px;
  background-color: #e5e5e5;
  top: 5px;
}

.dr_Case_Overview_main.dr_Tables_main .form-group {
  min-height: inherit;
  margin-bottom: 0;
}

.dr_Case_Overview_main .dataInput label input::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #e5e5e5;
  border-radius: 2px;
}

.dr_Case_Overview_main .dataInput label input:checked::after {
  background: transparent;
}

.dr_Case_Overview_main form .row h5 {
  margin-bottom: 0;
}

.custom-details {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}

.custom-details>div {
  max-width: calc(33.33% - 10px);
  width: 100%;
  background: #e2e8ee;
  padding: 10px 15px;
}


/*  */
table.table.table-bordered.table.responsive.services-table tr th,
table.table.table-bordered.stripeplans-table tr th,
table.table.table-bordered.table.responsive.services-table tr th,
table.table.table-bordered.downloads-table tr th {
  border: 0;
  border-right: 1px solid #3b6c8d;
}

.attorney-dashboard table.dataTable tbody th,
.attorney-dashboard table.dataTable tbody td {
  padding: 12px 10px;
  line-height: 1.2;
  border-block: 0;
  font-size: 14px;
  color: #000;
}

.attorney-dashboard .dataTables_paginate,
.attorney-dashboard .dataTables_info {
  color: #666;
  margin-top: 20px;
  padding: 0;
}

table#user-subs thead tr th:first-child:before,
table#user-subs thead tr th:first-child:after {
  display: none;
}

table#user-subs thead tr th:first-child {
  padding-right: 0;
}

.attorney--Roles .card-body.table-sm.table-responsive th {
  vertical-align: middle;
  background: #00355d;
  color: #fff;
  line-height: 1.1;
  padding: 12px 10px !important;
  border-block: 0;
  position: relative;
  height: 52px;
}

.attorney--Roles .card-body.table-sm.table-responsive th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: 0;
}

.attorney--Roles .card-body.table-sm.table-responsive th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-right: 0;
}

/*.attorney-dashboard .col-md-12 {
    padding-right: 0 !important;
}*/

.attorney--Wages.attorney-dashboard .card-body form .row {
  margin-right: 0;
}

.admin-dashboard .card-body tr th {
  height: 46px;
}

.admin-dashboard .card-body tr th:before,
.admin-dashboard .card-body tr th:after {
  display: none;
}

/* 14 dec 2022 */

#dr_children .radio-label,
#dr_personalinfo .radio-label {
  padding-top: 6px;
}

#dr_children div.col-md-6,
#dr_children div.col-md-4,
#dr_monthlydebtpayments div.col-md-6,
#dr_monthlydebtpayments div.col-sm-6 {
  float: left;
}

#dr_FundsOnDeposit .form-group,
#dr_Stocks_Investments .form-group,
.dr_Tables_main .form-group {
  float: left;
  min-height: 69px;
}

#dr_children div.col-md-6 {
  min-height: 76px
}

.case_data_outerbox {
  max-width: 900px;
  margin: 40px auto;
  background: #e2e5e8;
  padding: 30px;
}

.case_data_outerbox .btn.btn-primary,
.case_data_outerbox .btn.btn-danger,
.case_data_outerbox .btn.btn-success {
  width: 100%;
}

/*
#dr_monthlydebtpayments .form-group {
    min-height: 69px;
} */

.dataInput label {
  margin-right: 10px;
  margin-bottom: 0;
}

.dataInput label input {
  margin-right: 1px;
  position: relative;
  top: 3px;
}

.btn {
  white-space: normal;
}

/* slider tool css */
form .selectorTool:first-child {
  flex-flow: column-reverse;
}

form .selectorTool {
  display: flex;
  flex-flow: wrap;
  align-content: center;
}

form .selectorTool label {
  margin-top: auto;
  margin-bottom: auto;
  width: 100%;
  padding-bottom: 7px;
  font-weight: bold;
}

form .selectorToolRight label {
  text-align: right;
}

form .m-auto {
  margin: auto !important;
  float: none !important;
  clear: both;
}

form .left-col {
  max-width: 120px;
  width: 100%;
  margin-right: 10px;
}

form .right-col {
  margin-right: 0;
  margin-left: 10px;
}

form .client-info {
  border: #535353 solid 3px;
  text-align: center;
  width: 100%;
  padding: 5px 10px;
  margin-top: -3px;
}

form .selectorToolRight {
  justify-content: flex-end;
}

.slider-tool-input {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #aecf00;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider-tool-input:hover {
  opacity: 1;
}

.slider-tool-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: red;
  cursor: pointer;
  border: none;
}

.slider-tool-input::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: red;
  border: none;
  cursor: pointer;
}

.slider-tool-input:focus {
  background: #aecf00;
  border: none;
  outline: none;
  box-shadow: none;
}

.motions-main form .form-group,
.pleadings-main form .form-group {
  float: left;
  min-height: 76px
}

.selectorTool {
  max-width: 50%;
  flex: 0 0 50%;
}

.selectorTool.selectorToolRight .left-col {
  padding-left: 0;
  margin-left: auto;
}

.selectorTool .left-col {
  margin-bottom: 5px;
}

/* end of slider tool css */

/*09 Dec 2022*/

/* Attorney Dashboard page css */

.attorney-Dash-Board .card {
  height: 80vh;
}

.attorney-Dash-Board .card-header {
  background: #e2e8ee;
  padding: 8px 20px;
}

.attorney-Dash-Board .card-body {
  background: #fff;
  padding: 0;
}

.attorney-Dash-Board .card-body h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin: 0 0 8px;
}

.attorney-Dash-Board .card-body p {
  font-size: 15px;
  line-height: 1.4;
  color: #666;
  font-weight: 500;
}

.attorney-dash_inside {
  margin: 0;
  padding-top: 5px;
}

.attorney-Boxes {
  width: 66.666%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  padding-right: 20px;
}

.attorney-Dash-Board .small-box {
  background: transparent;
  margin: 0 !important;
  display: initial;
}

.attorney-Dash-Board .small-box .dashboard-count-box {
  display: flex;
  flex-direction: inherit;
  align-items: center;
  gap: 15px;
  padding: 12px 20px;
  height: 100%;
  cursor: pointer;
  transition: all 0.5s;
}

.attorney-Dash-Board .small-box .dashboard-count-box:hover {
  background: #004981 !important;
}

.attorney-Dash-Board .small-box.cases-Manage .dashboard-count-box {
  background: #2bb2e5;
}

.attorney-Dash-Board .small-box.prospects-Manage .dashboard-count-box {
  background: #cf4954;
}

.attorney-Boxes .text-dark {
  color: #fff !important;
  font-size: 50px;
  margin: 0;
  font-weight: 500;
  width: fit-content;
}

.attorney-Boxes .card-link {
  color: #fff !important;
  width: fit-content;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.attorney-Dash-Board .card-body p .attorney-Manage {
  color: #fff;
  font-weight: 600;
  position: relative;
  width: fit-content;
  text-decoration: none;
}

.attorney-Dash-Board .card-body p .attorney-Manage:before {
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: -10px;
  top: 6.5px;
  transform: rotate(45deg);
}

.attorney-bttns a span,
.attorney-bttns button span {
  position: relative;
}

.attorney-bttns a span:before,
.attorney-bttns button span:before {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: -12px;
  top: 7px;
  transform: rotate(45deg);
}

.attorney-Dash-Board .small-box i.ionicons {
  background: #fff;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  top: 10px;
  right: 20px;
  cursor: pointer;
  pointer-events: none;
  transform: scale(1) !important;
  transition: all 0.5s;
}

.attorney-Dash-Board .small-box .dashboard-count-box a {
  text-decoration: none;
}

.attorney-Dash-Board .small-box.cases-Manage i.ionicons {
  color: #2bb2e5;
}

.attorney-Dash-Board .small-box.prospects-Manage i.ionicons {
  color: #cf4954;
}

.attorney-Dash-Board .small-box:hover .ionicons {
  color: #004981 !important;
}

.attorney-aids {
  width: 33.333%;
  margin: 0 !important;
  padding: 0 !important;
  background: #eff6f4;
  padding: 12px 20px !important;
}

.attorney-aids .input-group {
  margin: 0 !important;
}

.attorney-aids h5 {
  color: #212529;
  font-size: 16px;
  margin-bottom: 5px;
}

.attorney-aids .input-group-append input {
  margin: 0 !important;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
}

.attorney-aids .input-group select {
  color: #666;
}

.attorney-bttns a {
  border: 0;
}

.attorney-bttns a:nth-child(1) {
  background: #00a9e2;
}

.attorney-bttns a:nth-child(2) {
  background: #00477d;
}

.attorney-bttns a:nth-child(3) {
  background: #14c279;
}

.attorney-bttns {
  border-top: 1px solid rgba(0, 0, 0, .125);
  margin-top: auto;
  padding: 18px 21px !important;
}

.attorney-body-content {
  padding: 21px;
}

.attorney-bttns a,
.attorney-bttns button {
  margin: 0 !important;
  margin-left: 8px !important;
  font-size: 16px;
  padding: 8px 30px !important;
}

.attorney-bttns a:first-child {
  margin-left: 0 !important;
}

.attorney-Sec-Main {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

/* Cases page css */

.attorney--Cases-Page .card-header {
  background: #e2e8ee;
  padding-block: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.attorney--Cases-Page .card-header a {
  padding: 2px 7px;
  background: #00a9e2;
  border: 0;
}

.attorney--Cases-Page .card-body {
  padding: 0;
  background: #fff;
}

.attorney--Cases-Page .card-body .filter-btn a {
  background: #00a9e2;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 30px 8px 17px;
  margin: 0;
  margin-left: 5px;
  border: 0;
  text-transform: capitalize;
}

.attorney--Cases-Page .card-body .filter-btn a:last-child {
  background: #14c279;
}

.attorney--Cases-Page .filter-btn {
  width: 100%;
  text-align: right;
  padding: 20px;
}

.attorney--Cases-Page table.dataTable tbody tr,
.attorney--Cases-Page .card {
  background: transparent;
}

.attorney--Cases-Page .dataTables_wrapper {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, .125);
}

.attorney--Cases-Page .card-body .filter-btn a span {
  position: relative;
}

.attorney--Cases-Page .card-body .filter-btn a span:before {
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: -12px;
  top: 5px;
  transform: rotate(45deg);
}

.attorney--Cases-Page .dataTables_wrapper select {
  border: 1px solid rgba(0, 0, 0, .125);
  background: transparent;
  padding: 5px;
  color: #666;
  outline: none;
}

.attorney--Cases-Page .dataTables_wrapper .dataTables_filter input {
  padding-block: 5px;
}

.attorney--Cases-Page .dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}

.attorney--Cases-Page table.dataTable tbody tr:nth-child(even) {
  background: #eff3f7;
}

.attorney--Cases-Page table.dataTable tbody th,
.attorney--Cases-Page table.dataTable tbody td {
  padding: 12px 20px;
  line-height: 1.1;
  border-block: 0;
  font-size: 14px;
  color: #000;
}

.attorney--Cases-Page .card-body.table-responsive thead th {
  vertical-align: middle;
  background: #00355d;
  color: #fff;
  line-height: 1.1;
  padding: 10px 20px !important;
  border-block: 0;
  position: relative;
}

.attorney--Cases-Page .card-body.table-responsive thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.attorney--Cases-Page .card-body.table-responsive thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.attorney--Cases-Page .card-body.table-responsive thead th:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  transform: rotate(-45deg);
  right: 8px;
  top: 38%;
  z-index: 1;
}

.attorney--Cases-Page .card-body.table-responsive thead th:before {
  content: '';
  position: absolute;
  height: 6px;
  width: 6px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  transform: rotate(135deg);
  right: 8px;
  top: 50%;
  z-index: 1;
}

.attorney--Cases-Page .table-bordered th {
  border: 1px solid #3b6c8d;
}

.attorney--Cases-Page .card-body.table-responsive thead th:last-child:before,
.attorney--Cases-Page .card-body.table-responsive thead th:last-child:after {
  display: none;
}

.attorney--Cases-Page table.dataTable.no-footer {
  border-bottom: 1px solid #111;
  border: 0;
}

.attorney--Cases-Page .cases-Pay-Btn {
  background: #00477f;
}

.attorney--Cases-Page table.dataTable.no-footer tr th:first-child,
.attorney--Cases-Page table.dataTable.no-footer tr td:first-child {
  border-left: 0;
}

.attorney--Cases-Page table.dataTable.no-footer tr th:last-child,
.attorney--Cases-Page table.dataTable.no-footer tr td:last-child {
  border-right: 0;
  padding-right: 23px;
}

.attorney--Cases-Page table.dataTable.no-footer tr td a,
.attorney--Cases-Page table.dataTable.no-footer tr td input,
.attorney--Cases-Page table.dataTable.no-footer tr td button {
  padding: 4px 12px;
  border: 0;
  margin-block: 2.5px !important;
  line-height: normal;
}

.attorney--Cases-Page .dataTables_paginate,
.attorney--Cases-Page .dataTables_info {
  color: #666;
  margin-top: 20px;
  padding: 0;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 0 !important;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #00a9e2 !important;
  border: 0;
  color: #fff !important;
}

body {
  background-color: #fff;
}

/* Advertise Dashboard css */

.Advertise--Dashboard .card-header {
  background: #e2e8ee;
  padding: 8px 20px;
}

.Advertise--Dashboard .card {
  height: 80vh;
}

.Advertise--Dashboard .card-body h2 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin: 0 0 15px;
}

.Advertise--Dashboard .advertiser-dash a {
  margin: 0 !important;
  margin-left: 8px !important;
  font-size: 16px;
  padding: 8px 30px !important;
}

.Advertise--Dashboard .advertiser-dash {
  border-top: 1px solid rgba(0, 0, 0, .125);
  margin-top: auto;
  padding: 20px 0 !important;
  margin: 0;
  margin-top: auto;
  padding-bottom: 0 !important;
}

.Advertise--Dashboard .advertiser-dash>div:first-child a {
  margin-left: 0 !important;
}

.Advertise--Dashboard .card-body {
  background: #fff;
}

.Advertise--Dashboard .card-body>.row {
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin: 0;
}

.Advertise--Dashboard .card-body>.row .dash-btn {
  padding: 0;
}

.Advertise--Dashboard .Boxes-advertise-Main .small-box {
  transition: all 0.5s;
  cursor: pointer;
}

.Advertise--Dashboard .Boxes-advertise-Main .small-box:hover {
  background: #004982 !important;
}

.Advertise--Dashboard .small-box .icon>i {
  background: #fff;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px !important;
  top: 10px !important;
  right: 20px;
  transform: scale(1) !important;
  transition: all 0.5s;

}

.Advertise--Dashboard .Boxes-advertise-Main .small-box:hover i {
  color: #004982 !important;
}

.Advertise--Dashboard .ionicons.ion-ios-list-outline {
  color: #00a5b6;
}

.Advertise--Dashboard .ion.ion-stats-bars {
  color: #00a850;
}

.Advertise--Dashboard .inner h3 {
  color: #fff !important;
  font-size: 50px !important;
  margin: 0;
  font-weight: 500;
  width: fit-content;
}

.Advertise--Dashboard .inner {
  display: flex;
  flex-direction: inherit;
  align-items: center;
  gap: 15px;
  padding: 12px 20px !important;
  height: 100%;
}

.Advertise--Dashboard .Boxes-advertise-Main {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding-right: 0;
  margin: 0;
}

.Advertise--Dashboard .advertise-Manage {
  color: #fff;
  font-weight: 600;
  position: relative;
  width: fit-content;
  text-decoration: none;
}

.Advertise--Dashboard .advertise-Manage:before {
  content: '';
  position: absolute;
  height: 7px;
  width: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: -10px;
  top: 8.5px;
  transform: rotate(45deg);
}

.Advertise--Dashboard .small-box p {
  font-size: 1rem;
  color: #fff !important;
  width: fit-content;
  margin: 0;
  display: flex;
  flex-direction: column;
}

@media(max-width:990px) {
  .attorney-Boxes {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .attorney-aids {
    width: 100%;
  }

  .attorney-Dash-Board .card {
    height: inherit;
  }

  .attorney-bttns a,
  .attorney-bttns button {
    margin-left: 0px !important;
    display: block;
    width: fit-content;
    min-width: 200px;
    margin-bottom: 10px !important;
  }

  .attorney-bttns button {
    margin-bottom: 0 !important;
  }

  .Advertise--Dashboard .Boxes-advertise-Main {
    grid-template-columns: repeat(2, 1fr);
  }

  .Advertise--Dashboard .advertiser-dash a {
    padding: 8px 30px !important;
    min-width: 290px;
    margin-bottom: 8px !important;
    margin-left: 0 !important;
  }

  .Advertise--Dashboard .advertiser-dash .btns {
    width: 100%;
  }

  .Advertise--Dashboard .card {
    height: inherit;
  }

  .attorney--Cases-Page .card-body.table-responsive thead th {
    min-width: 100px;
  }
}

@media(max-width:749px) {
  .attorney-Boxes {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }

  .attorney-bttns a,
  .attorney-bttns button {
    min-width: 100%;
  }

  .Advertise--Dashboard .Boxes-advertise-Main {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }

  .Boxes-advertise .small-box {
    margin: 0;
  }

  .Advertise--Dashboard .advertiser-dash a {
    min-width: 100%;
  }

  .Advertise--Dashboard .advertiser-dash {
    margin-top: 20px !important;
  }

  .Advertise--Dashboard .card-body h2 {
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  .attorney-Dash-Board .card-body h2 {
    font-size: 18px;
    letter-spacing: 0.5px;
  }

  body .custom-footer {
    padding-top: 0;
  }

  .pdf-tool-main.attorney-dashboard.fdd-tools-main tbody tr td:first-child {
    border-bottom: 1px solid #dee2e6;
  }
}

/*09 Dec 2022*/

.checkbox-options-outer {
  display: flex;
  border: 1px solid #cacaca;
  width: 100%;
  clear: both;
  flex-wrap: wrap;
}

.check-box-options {
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
  border-right: 1px solid #cacaca;
  padding: 5px 10px;
}

.check-box-options:nth-child(2n) {
  border-right: none;
}

.check-box-options label {
  margin: 3px 0;
  padding: 0;
  width: 100%;
  float: left;
  line-height: normal;
  font-size: 14px;
  color: #212529;
}

.check-box-options label input[type="checkbox"],
.check-box-options label input[type="radio"] {
  display: inline-block;
  vertical-align: top;
  margin: 2px 5px 0 0;
}

.motion-buttons-main-div {
  margin: 0;
  float: left;
  width: 100%;
}

.motion-button-div {
  margin: 5px;
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}

.motions-main .card-body.table-responsive thead th {
  white-space: nowrap;
}

.three-option .check-box-options {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 33.33%;
  padding: 5px;
}

.three-option .check-box-options:nth-child(2n) {
  border-right: 1px solid #000;
}

.three-option .check-box-options:nth-child(3n) {
  border-right: none;
}

.three-option .check-box-options label {
  font-size: 13px;
}

/* .designation-num-div label {display: inline-block;width: auto;min-width: px;} */

.party-registration-main .designation-num-div input[type="checkbox"],
.designation-num-div input[type="checkbox"] {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 5px !important;
  position: relative;
  top: 1px;
}

/* for designations in motion*/

.tableHeading {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}

.six-option .check-box-options {
  flex: 0 0 16.667%;
  max-width: 16.667%;
  width: 16.667%;
  padding: 5px 15px;
}

.six-option .check-box-options:nth-child(2n) {
  border-right: 1px solid #cacaca;
}

.six-option .check-box-options:nth-child(6n) {
  border-right: none;
}

.four-option .check-box-options {
  flex: 0 0 25%;
  max-width: 25%;
  width: 25%;
  padding: 5px 15px;
}

.four-option .check-box-options:nth-child(2n) {
  border-right: 1px solid #cacaca;
}

.four-option .check-box-options:nth-child(4n) {
  border-right: none;
}

/* home page */
.pricing-content {
  margin-top: 50px;
}

.pricing-content p,
.what-we-offer-content p {
  text-align: left;
  font-size: 16px;
}

table.pricing-table thead tr th,
table.pricing-table tbody tr th {
  vertical-align: top;
  text-align: center;
}

table.pricing-table thead tr th:first-child {
  width: 110px;
}

.new-back-btn {
  color: #044481 !important;
  background-color: #ffffff;
  border-color: #044481;
  border-radius: 0px;
  font-weight: bold;
  font-size: 14px !important;
  padding: 8px 25px 8px 25px !important;
}

.new-btn {
  font-weight: bold;
  font-size: 14px !important;
  color: #ffffff;
  background: #044481;
  border-radius: 0px;
  border-color: #044481;
  padding: 8px 25px 8px 25px !important;
}

.pricing-page .card,
.home-page .card,
.dynamic-page-main .card {
  background-color: transparent;
  border: none;
}

.pricing-page .pricing-table-caption,
.dynamic-page-main .pricing-table-caption {
  color: #ffffff;
  margin-left: 12px;
  font-size: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #044481 !important;
}

.owl-carousel .owl-nav {
  display: none;
}

.forget-password-box {
  text-align: right;
}

.rememberpassword,
.forget-password-box {
  padding: 0;
}

.rememberpassword label {
  display: flex;
  align-content: center;
  font-size: 15px;
}

.rememberpassword input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 4px;
}

.forget-password-box a {
  padding: 0;
  font-size: 15px;
}

.new-btn-green {
  background-color: #38c173;
  border-color: #38c173;
}

.new-btn-danger {
  background-color: #c41814;
  border-color: #c41814;
}


.SignIn-left,
.SignIn-form {
  padding: 0 50px;
}

.SignIn-left h2 {
  font-size: 54px;
  margin: 0 0 15px 0;
  line-height: 1.1;
  display: inline-block;
  width: 100%;
  color: #333;
}

.SignIn-left h2 span {
  font-size: 36px;
  margin: 0;
  float: left;
  width: 100%;
}

.SignIn-left p {
  font-size: 18px;
  display: inline-block;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.4;
}

.SignIn-left p.testimonial-title,
.SignIn-left .owl-carousel p {
  font-size: 18px;
}

.SignIn-form h2 {
  font-size: 22px;
  color: #333;
  line-height: normal;
  margin: 0 0 15px 0;
}

.SignIn-left p.testimonial-title {
  margin-top: 2.6em;
}

.SignIn-left .owl-carousel h4.author-name {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  text-align: center;
}

.SignIn-left .owl-carousel h4.author-position {
  color: #333;
  font-size: 18px;
  font-style: italic;
  text-align: center;
}

.home-page .card-body {
  padding: 5vh 0;
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}

.form__links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.form__links .btn-link,
.form__links .rememberpassword {
  padding: 0;
  border: none;
  line-height: 24px;
}

.form__links .rememberpassword input#remember {
  position: absolute;
  left: 0;
  top: 5px;
  margin: 0;
  z-index: 2;
  right: auto;
  bottom: auto;
}

.form__links .rememberpassword {
  margin: 0;
  padding-left: 20px;
  position: relative;
}


.check-box-options-heading {
  background: #000;
  color: #FFF;
  border-right-color: #444 !important;
}

.check-box-options-heading:last-child {
  border-right: none !important;
}

.check-box-options-heading strong {
  text-transform: uppercase;
  font-weight: normal;
}

/* fdd-tools-page*/
.fdd-tools-main .column-box-width {
  display: inline-block;
}

.annual-income-calculation-section .annual_income_radio,
.fdd-quick-child-support-section input[type=checkbox] {
  float: left;
  width: 30px;
}

.annual-income-calculation-section .annual_income_inputs,
.fdd-quick-child-support-section .chk_prefill {
  float: left;
  width: calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: -ms-calc(100% - 30px);
}

.fdd-quick-child-support-section .chk_prefill {
  line-height: 1.1;
  margin-bottom: 0;
  font-weight: normal;
}

body .fdd-tools-main .annual_column,
.fdd-tools-main .prefill-check {
  display: flex;
  align-items: center;
}

.strip-a-pdf-section {
  margin-bottom: 15px;
}

.time-money-payments-section [class*="col-"] {
  margin-bottom: 20px;
}

.annual-income-calculation-section,
.squeeze-a-pdf-section {
  margin-bottom: 40px;
}

.fdd-quick-child-support-section,
.time-money-payments-section {
  margin-bottom: 25px;
}

.fdd-tools-main label.fdd-tools-main-label {
  margin-bottom: 4px;
  font-weight: 600;
}

.fdd-tools-main .form-control {
  border-radius: 0;
  height: 40px;
  font-size: 16px;
  color: #212529;
}

.fdd-tools-main .row {
  align-items: center;
}

.fdd-tools-main .new-btn {
  width: 100%;
}

.fdd-tools-main .fa.fa-calendar {
  position: absolute;
  right: 25px;
  top: 13px;
  display: none;
}

.fdd-tools-main .hasDatepicker {
  position: relative;
}

/* .fdd-tools-main .dark-border,
.dark-border td,
.dark-border tr th {
    border: #6b6060 solid thin;
} */

.payment-filter-form-main .filter-form-inputs-section {
  display: inline-flex;
  width: 100%;
}

.delay-message-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.delay-message-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

.delay-message-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.delay-message-close:hover,
.delay-message-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.spinner-border {
  display: inline-block;
  width: 22px;
  height: 22px;
  vertical-align: text-bottom;
  background: rgb(0 0 0 / 0%) url(../images/loading2.gif);
  background-size: contain;
}


#dashloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(../images/loading2.gif) no-repeat center center;
  z-index: 10000;
}

/* Media queries below */


@media screen and (max-width: 1199px) {

  form .selectorTool label {
    flex: unset;
  }

  form .selectorTool {
    max-width: initial;
  }

  form .selectorToolRight {
    text-align: right;
    flex-flow: column;
    flex-grow: 0;
    justify-content: flex-end;
    flex-grow: 0;
  }

  form .right-col {
    padding: 0 0 0 10px;
    margin-left: 0;
  }

  .left-clear {
    clear: left;
  }

  .SignIn-left,
  .SignIn-form {
    padding: 0 25px;
  }

  .SignIn-left h2 {
    font-size: 46px;
  }

  .SignIn-left h2 span {
    font-size: 28px;
  }

}


@media screen and (max-width: 991px) {

  .container {
    max-width: 95%;
  }

  .packages-grid .package-div h4 {
    font-size: 15px;
    padding: 0 10px;
  }

  .case-package-description li {
    font-size: 14px;
  }

  .header-navbar-outer .navbar-nav .nav-link {
    padding-right: 5px;
    padding-left: 5px;
  }

  .SignIn-left,
  .SignIn-form {
    padding: 0 20px;
  }

  .SignIn-left p.testimonial-title,
  .SignIn-left .owl-carousel p,
  .SignIn-left p,
  .SignIn-left .owl-carousel h4 {
    font-size: 16px;
  }

  .fdd-tools-main .column-box-width {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 10px;
  }

  .fdd-quick-child-support-section,
  .time-money-payments-section,
  .annual-income-calculation-section,
  .squeeze-a-pdf-section {
    margin-bottom: 20px;
  }

  .fdd-tools-main .column-box-width {
    margin-bottom: 10px;
  }

  /*  */
  .pdf-tool-main.fdd-tools-main .column-box-width {
    flex: inherit;
    max-width: 100%;
    padding: 0 0px;
  }

  .pdf-tool-main .card-body,
  .dr_monthlydebtpayments_main .card-body,
  .dr_Case_Overview_main .card-body {
    padding: 20px;
  }

  .pdf-tool-main .form-btn {
    gap: 20px;
  }

  .custom-details>div {
    max-width: calc(50% - 10px);
  }

}

@media screen and (max-width: 775px) {

  .fdd-quick-child-support-section,
  .annual-income-calculation-section,
  .squeeze-a-pdf-section {
    margin-bottom: 30px;
  }

  .time-money-payments-section {
    margin-bottom: 10px;
  }

  #computation-btn {
    padding: 10px;
  }

}

@media screen and (max-width: 767px) {

  #admin_main #sidebar {
    width: 100%;
    display: block;
    flex: 0.5;
    max-width: 100%;
  }

  .dr_monthlydebtpayments_main .card-body .mt-4,
  .dr_monthlydebtpayments_main .card-body .my-4 {
    margin-top: 1rem !important;
  }

  .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  #admin_main .sidebar-title {
    font-size: 17px;
  }

  .packages-grid .package-div {
    max-width: 100%
  }

  .packages-grid .package-div {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 15px;
    display: table;
    float: none;
    height: auto;
    border: 1px solid #868e96;
  }

  /*.cc-payment-outer.payment-cc-main{margin: auto 15px;}*/

  #admin_main .row {
    width: 100%;
  }

  .custom-footer {
    display: block;
    width: 100%;
  }

  #admin_main .row {
    margin: 0
  }

  #admin_main .container {
    padding-left: 0;
  }

  #admin_main .col,
  #admin_main .admin-dashboard .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .custom-footer {
    padding-top: 20px;
  }

  .header-navbar-outer.navbar-light .navbar-toggler-icon {
    background-image: none;
    color: #fff;
    font-size: 22px;
  }

  .header-navbar-outer.navbar-light .navbar-toggler,
  .header-navbar-outer.navbar-light .navbar-toggler:focus {
    border: none;
    outline: none;
  }

  .dashboard_content_box .dashboard-title-div,
  .dashboard_content_box .dashboard-stats-select-div {
    width: 50%;
  }

  .SignIn-left,
  .SignIn-form {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 25px 0;
  }

  .home-page .card-body {
    padding: 0;
  }

  .fdd-tools-main .column-box-width {
    flex: 0 0 50%;
    max-width: 50%;
  }

}

@media screen and (max-width: 639px) {
  .form-group.col-sm-6.slider-tool-main {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 575px) {

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dr_monthlydebtpayments_main .card-body .form-row.num_Client_debt_payment_info {
    margin-top: 15px;
  }

  #admin_main .dashboard-count-box {
    width: 49%;
  }

  #admin_main .dashboard-count-box:nth-child(3n) {
    margin-right: 2%;
  }

  .custom-details>div {
    max-width: calc(100%);
  }

  #admin_main .dashboard-count-box:nth-child(2n) {
    margin-right: 0;
  }

  .case-registration-steps .stepwizard-step {
    width: 50%;
    float: left;
  }

  .case-types-div .case-type-input-div label.error {
    float: left;
    margin-top: 7px;
    margin-left: 5px;
  }

  .case_data_outerbox #edit_aux_data {
    margin-top: 1.5rem !important;
  }

  .home-page-buttons .btn,
  .new-back-btn,
  .new-btn {
    width: 100%;
    margin: 3px 0;
  }

  .fdd-tools-main .column-box-width {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }

  .pdf-tool-main .column-box-width [type="file"] {
    width: 100%;
  }

  body .pdf-tool-main.fdd-tools-main .column-box-width {
    max-width: 100%;
  }

  body .pdf-tool-main.fdd-tools-main .column-box-width {
    flex: inherit;
    max-width: 100%;
    padding: 0px;
    margin: auto;
  }

  .pdf-tool-main .form-btn {
    gap: 10px;
    flex-direction: column;
  }
}

.btn-info {
  color: #fff;
}

.btn {
  padding: 4px 6px;
  font-size: 13px;
}

.ck-editor__editable {
  min-height: 200px !important;
  max-height: 300px !important
}


:host ::ng-deep .ck-editor__editable {
  min-height: 200px !important;
  max-height: 300px !important
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.lead {
  /* font-size: 1.125rem; */
  /* font-weight: 300; */
  padding: 0px 13px;
}

.pager li {
  display: inline;
  border: 1px solid #41a3eb;
  padding: 0px 10px;
  border-radius: 14px;
}

.pagination {

  justify-content: center;
}

/* input#pro_hac_vice {
margin-top: 13px;
} */

input#prefill_from_permanent_data {
  margin-top: 12px;
}

.dataTables_filter input[type="search"] {
  border: 1px solid #c3c3c3;
  border-radius: 3px;
}

.dataTables_filter input[type="search"]:focus-visible {
  /* border: 1px solid #d3cdcd!important; */
  outline: none;
}

label {
  font-weight: 500;
}

label#case_action\[\]-error,
label#initial_service_types\[\]-error {
  display: block;
  position: absolute;
}

i.fa.fa-search.lookupicone.col-md-1.text-md-left {
  display: unset;
}

label#agreement_checkbox-error {
  margin: 0;
}

/* .page-item {
padding: 2px;

}

.page-link {
border: 1px solid #dee2e6;
border-radius: 34px;
} */
.page-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/load.gif) 50% 50% no-repeat rgb(46 46 46);
  opacity: .8;
}

textarea.error {
  border-color: #e11314;
}

/* .confirm-restore, .confirm-delete {
width: 76px!important;
} */
.case-registration-steps .case-types-div .case-type-input-div,
.case-type-input-div,
.display-checkbox {
  display: inline-flex;
  align-items: center;
}

/* .dash-btn .btn {
width: 192px;
} */

td.wid {
  width: 25%;
  min-width: 200px;
}

input[type=checkbox] {
  min-width: 15px !important;
  flex-basis: 15px !important;
}

button.go_to_page {
  border-radius: 0px 0.25rem 0.25rem 0px;
  border: 1px solid #3390dc;
}

.table td {
  vertical-align: middle !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  margin-bottom: 5px;
}

.dataTables_wrapper .dataTables_processing {
  height: 65px !important;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 65%) 25%, rgb(255 255 255 / 62%) 75%, rgba(255, 255, 255, 0) 100%);

}

.badge {
  white-space: unset;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {

  color: #b8bbbf !important;
}

.input-group-append .btn {
  padding: 0.598em;
}

::-webkit-scrollbar {
  display: block;
  width: 0.7em;
  overflow: auto;
  height: 0.7em;
}

::-webkit-scrollbar-thumb {
  /* width: 5px; */
  background: #aaa;
  /* height: 5px; */
}

.form select.error {
  border: 1px solid red;
}

@media (max-width: 576px) {
  .advertiser-dash div {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .attorney-dash div {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }
}

@media (min-width: 420px) {
  .attorney-dash div {
    width: 40%;
    margin: auto;
  }
}

.alert.alert-success,
.alert.alert-danger {
  display: none;
}



#sidebar ul li a.nav-link.collapsed:after {
  font-family: 'FontAwesome';
  font-weight: 400;
  content: "\f105";
  position: absolute;
  right: 15px;
  transition: transform 400ms;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  FONT-SIZE: 20px;
  top: 12%;
}


#sidebar ul li a.nav-link[aria-expanded="true"]:after {
  font-family: 'FontAwesome';
  font-weight: 400;
  content: "\f105";
  position: absolute;
  right: 15px;
  transition: transform 400ms;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  FONT-SIZE: 20px;
  top: 12%;
}

.swal_width {
  width: 400px !important;
}

.swal2-popup.swal2-toast {
  padding: 8px 5px !important;
}

.swal2-styled {

  padding: 4px 7px !important;
  font-size: 14px;
}

.swal2-icon.swal2-warning.swal2-icon-show {
  width: 3em;
  height: 3em;
  margin: 8px auto 0px;
}

.form-control.error {
  border-color: red;
}


form select {
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 10 Jan 2023 */

.attorney-dashboard.attorney--Package .card-body .form-group label {
  pointer-events: none;
}

.attorney-dashboard .card-body tbody td:nth-child(4) label {
  pointer-events: none;
}

/* 6 Jan 2023 */
.attorney-dashboard.attorney--Details .graph_Title-box select {
  width: 100%;
  margin-left: auto;
  max-width: 250px;
}

.attorney-dashboard.attorney--Details .graph_Title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 20px;
}

.attorney-dashboard.attorney--Details .graph_Title-box #graph_title {
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.attorney-dashboard.attorney--Details.Magistrate--Detail .card-body .row>div {
  padding: 0;
}

.attorney-dashboard.attorney--Details .product-imgs {
  flex-direction: inherit;
  justify-content: inherit;
  padding: 30px 30px 5px;
}

.attorney-dashboard.attorney--Details .product-title {
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333;
  margin-bottom: 6px;
}

.attorney-dashboard.attorney--Details .product-price {
  margin: 0;
}

.attorney-dashboard.attorney--Details .product-price .new-price,
.attorney-dashboard.attorney--Details .new-price span {
  color: #3490dc;
  font-size: 24px;
  font-weight: 600;
}

.attorney-dashboard.attorney--Details .product-desc h2 {
  text-decoration: none;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #333;
  margin-bottom: 6px;
}

.attorney-dashboard.attorney--Details .product-detail .row>div {
  padding: 0;
}

.attorney-dashboard.attorney--Details .product-detail .row>div .form-group {
  margin-bottom: 10px;
}

.attorney-dashboard.attorney--Details .product-detail .row {
  max-width: 85%;
}

.attorney-dashboard.attorney--Details .product-detail .row .form-group strong {
  min-width: 42%;
  display: flex;
  align-items: center;
}

.attorney-dashboard.attorney--Details .product-detail .row .form-group strong i {
  margin-right: 8px;
}

#accordionExample {
  margin: 50px auto;
}

#accordionExample .accordion-item {
  margin-bottom: 20px;
}

.accordion-header .accordion-button {
  background: #224889;
  color: #fff;
  border-radius: 3px;
  box-shadow: none;
  outline: none;
  padding: 12px 30px;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: bolder;
}

.accordion-header i {
  color: #fff;
  margin-left: 8px;
  font-size: 16px;
}

.accordion-collapse {
  border-radius: 0 0 3px 3px;
}

.accordion-item .accordion-body p {
  margin: 0;
}

.accordion-button.collapsed::after {
  content: '';
  position: absolute;
  height: 14px;
  width: 2px;
  background: #fff;
  right: 25px;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-button::after {
  display: none;
}

.accordion-button::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 13px;
  background: #fff;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* casepage_payment_outer */

.casepage_payment_outer .card-body h5 {
  margin: 0 0 3px;
}

.casepage_payment_outer .card-body .payment-content-box h4 {
  font-size: 16px;
}

.casepage_payment_outer .card-body .case-package-description {
  padding-top: 15px;
  margin: 0;
}

.casepage_payment_outer .card-body .case-package-description p {
  margin: 0;
}

.casepage_payment_outer .card-body .package-div {
  padding-bottom: 0;
  border-left: 1px solid #868e96;
}

.casepage_payment_outer .card-body .payment-content-box.packages-grid {
  margin-top: 0;
  margin-bottom: 10px;
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr;
}

.casepage_payment_outer .card-body .package-select-button {
  background: #eff1f4;
  padding: 12px;
  margin-top: 10px;
}

.casepage_payment_outer .card-body .row {
  display: block;
}

.casepage_payment_outer .card-body .case-package-description li span {
  font-size: 15px !important;
}

@media (max-width:1023px) {
  .casepage_payment_outer .card-body .payment-content-box.packages-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:767px) {

  .attorney-dashboard.attorney--Details .row .form-group strong,
  .attorney-dashboard.attorney--Details .row .form-group strong {
    min-width: inherit;
  }

  .accordion-header .accordion-button {
    padding: 12px 15px;
    line-height: normal;
    padding-right: 60px;
  }

  #accordionExample {
    margin: 10px auto;
  }

  #accordionExample .accordion-item {
    margin-bottom: 10px;
  }

  .casepage_payment_outer .card-body .payment-content-box.packages-grid {
    grid-template-columns: 1fr;
  }
}

.modal {
  top: 50%;
  transform: translateY(-50%);
}

.draft_button {
  width: 180px;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bolder;
}

/* 26 May 2023 */

.light-para {
  font-size: small;
  color: #0000007d;
}

.loader {
  display: none;
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


@media (max-width:575px) {
  .casepage_payment_outer.attorney-dashboard .col-md-12 {
    padding-right: 15px !important;
  }
}

/*HOME-PAGE-14-sept-2023*/

.homePageLatest #data-table12 tr {
  display: flex;
}

.homePageLatest .card-body {
  max-width: 100%;
  padding: 30px 0 65px;
}

.homePageLatest .card-body .row {
  margin: 0;
}

.homePageLatest .card-body .row>div {
  width: 50%;
}

.homePageLatest .card-body .row .testing h4 {
  font-size: 22px;
  color: #333;
  line-height: normal;
  margin: 0 0 20px 0;
}

.homePageLatest .card-body .row .testing h6 {
  margin: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
}

.homePageLatest .card-body .row .testing .item+.item {
  margin-top: 20px;
}

.homePageLatest .card-body .row .testing .item h5 {
  color: #222;
  margin: 0 0 5px;
}

.homePageLatest .card-body .row .testing .testingInside {
  max-height: 205px;
  overflow: auto;
  padding: 0 50px;
}

.homePageLatest .card-body .row .SignIn-form h2 {
  margin: 0 0 20px 0;
}

.homePageLatest .card-body .row .testing .testingInside::-webkit-scrollbar,
.homePageLatest .homeImportExternalLinks table tbody::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.homePageLatest .card-body .row .testing .testingInside::-webkit-scrollbar-thumb,
.homePageLatest .homeImportExternalLinks table tbody::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #02325f;
}

.homePageLatest .card-body .row .testing .testingInside::-webkit-scrollbar-track,
.homePageLatest .homeImportExternalLinks table tbody::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: #F5F5F5;
}

.homePageLatest .homeImportExternalLinks h4 {
  font-size: 22px;
  color: #333;
  line-height: normal;
  margin: 0 0 20px 0;
}

.homePageLatest .homeImportExternalLinks tr td a {
  word-break: break-all;
}

.homePageLatest .homeImportExternalLinks table thead th {
  border-left: 0;
  border-right: 0;
  width: 200px;
}

.homePageLatest .homeImportExternalLinks table td {
  border-left: 0;
  border-right: 0;
}

.homePageLatest .homeImportExternalLinks table thead {
  display: block;
}

.homePageLatest .homeImportExternalLinks table tbody {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 190px;
  display: block;
  width: 100%;
}

.homePageLatest .homeImportExternalLinks table tbody td {
  width: 60%;
  border-left: 0;
  border-right: 0;
}

.homePageLatest .homeImportExternalLinks table tbody td+td {
  border-left: 0;
  border-right: 0;
  width: 40%;
}

.homePageLatest .card-body .row .SignIn-form .btn-info.new-btn {
  margin-bottom: 3px !important;
}

.homePageLatest .card-body .row .SignIn-form .welCome {
  color: #000;
  font-size: 24px;
  line-height: normal;
  padding: 2px 50px;
  background: #dde6ee;
  width: fit-content;
  border-radius: 5px;
  margin-bottom: 5px;
}

.FddItemsPage .FddItemsPageBanner {
  background-image: linear-gradient(#04519b, #033C73 60%, #02325f);
  padding: 30px 0;
  min-height: 150px;
  display: flex;
  align-items: center;
}

.FddItemsPage .FddItemsPageBanner h1 {
  color: #fff;
  margin: 0;
}

.FddItemsPage .home-page .form-group {
  margin: 0;
}

.FddItemsPage .home-page .form-group h2 {
  font-size: 22px;
  color: #333;
  line-height: normal;
  margin: 25px 0 10px;
  position: relative;
  padding-left: 25px;
}

.FddItemsPage .home-page .form-group h2::before {
  content: '';
  height: 2px;
  width: 12px;
  background: #222;
  position: absolute;
  top: 13px;
  left: 0;
}

.FddItemsPage .home-page .form-group p {
  margin: 0 0 10px;
  padding-left: 25px;
}

.FddItemsPage .home-page {
  padding: 10px 0 5px;
}

.FddItemsPage .home-page .form-group p span {
  font-family: Nunito, sans-serif !important;
  font-size: 14.4px !important;
}

.homePageLatest .homeImportExternalLinks table thead select {
  cursor: pointer;
}

@media(max-width:991px) {
  .homePageLatest #data-table12 tr td {
    width: 50%;
  }

  .homePageLatest .card-body {
    padding: 30px 0 50px;
  }

  .homePageLatest .card-body .row .testing .testingInside {
    padding: 0 20px;
  }

  .homePageLatest .card-body .row .testing .testingInside::-webkit-scrollbar,
  .homePageLatest .homeImportExternalLinks table tbody::-webkit-scrollbar {
    width: 5px;
  }

  .homePageLatest .homeImportExternalLinks #myForm {
    overflow-x: scroll;
  }

  .homePageLatest .homeImportExternalLinks #myForm #data-table {
    margin: 0;
  }

  .homePageLatest .homeImportExternalLinks #myForm::-webkit-scrollbar {
    height: 5px;
    background-color: #fff;
  }

  .homePageLatest .homeImportExternalLinks #myForm::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #02325f;
  }

  .homePageLatest .homeImportExternalLinks #myForm::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
  }

  .homePageLatest .homeImportExternalLinks table thead th {
    width: auto;
    min-width: 120px;
  }

  .FddItemsPage .FddItemsPageBanner {
    padding: 20px 0;
    min-height: 100px;
  }

  .FddItemsPage .FddItemsPageBanner h1 {
    font-size: 30px;
  }

  .FddItemsPage .home-page .form-group h2 {
    margin: 20px 0 10px;
  }

  .homePageLatest .card-body .SignIn-form {
    padding-left: 30px;
  }

  .homePageLatest .card-body .row .testing .testingInside {
    padding-right: 30px;
  }
}

@media(max-width:767px) {
  .homePageLatest .card-body .row {
    justify-content: center;
  }

  .homePageLatest .card-body .row .testing .testingInside {
    padding: 0 10px 0px 10px;
    max-height: 230px;
  }

  .homePageLatest .card-body .row>div {
    width: 100%;
  }

  .homePageLatest .card-body .row .testing .item h5 {
    margin: 0 0 8px;
  }

  .homePageLatest .card-body {
    padding: 20px 0 20px;
  }

  .homePageLatest .card-body .row .SignIn-form {
    border-top: 0px solid #dee2e6;
    margin-top: 0;
    padding-top: 30px;
    border-bottom: 0px solid #dee2e6;
    padding-bottom: 30px;
    margin-bottom: 10px;
    position: relative;
  }

  .homePageLatest .card-body .row .SignIn-form:before {
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    height: 100%;
    background: #fff;
    inset: 0;
    z-index: -1;
    left: -15px;
  }

  .homePageLatest .card-body .row .testing {
    padding-bottom: 30px;
  }

  .homePageLatest .homeImportExternalLinks form table {
    margin-bottom: 0;
  }
}

@media(max-width:480px) {
  .homePageLatest .card-body .row .SignIn-form {
    padding-inline: 0;
  }

  .FddItemsPage .FddItemsPageBanner h1 {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 600;
  }

  .FddItemsPage .FddItemsPageBanner {
    min-height: 80px;
  }

  .FddItemsPage .home-page .form-group h2 {
    margin: 12px 0 5px;
    padding-left: 20px;
  }

  .FddItemsPage .home-page .form-group h2::before {
    width: 10px;
  }

  .FddItemsPage .home-page .form-group p {
    padding-left: 20px;
  }

  .FddItemsPage .home-page {
    padding: 10px 0 5px;
  }
}

#app {
  position: relative;
  min-height: 100vh;
}

#content-wrap {

  padding-bottom: 15%;
  display: inline-block;
  width: 100%
}

.main-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 245px;
}

/* body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  main {
    flex: 1;
  } */


.fdd-action-btn .primary_btn {
  border-radius: 25px;
  background: var(--primary-white);
  transition: all .4s ease-in-out;
  text-transform: uppercase;
  font-weight: var(--font-600);
  padding: 6px 30px;
  display: inline-block;
  background-size: 300% 100%;
  line-height: normal;
  border: 0;
  cursor: pointer;
  color: var(--primary-light-black);
  height: auto;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.primary_btn:hover {
  background-color: var(--primary-light-black);
  color: var(--primary-white);
  text-decoration: none;
}

.primary_btn.blue-btn {
  background-color: var(--primary-blue);
  color: var(--primary-white);
}

.primary_btn.blue-btn:hover {
  background-color: var(--primary-light-black);
}


.select-box-custom,
.select-box-custom select {
  /* width: 100%; */
  border: 0;

}

.select-box .list {
  max-height: 250px;
  overflow-y: auto;
}

.select-box-custom select {
  background-color: #eef7fe;
  border-radius: 25px;
  padding: 10px 25px;
  color: var(--primary-grey);
  background-image: url(../newImages/select-drop.svg);
  appearance: none;
  background-repeat: no-repeat;
  background-position: center right 15px;
}