body {
  font-family: "Poppins", sans-serif;
  background-color: #f1f5f9;
}
.btn-primary:hover,
.btn-primary:focus {
  outline: unset;
  box-shadow: unset;
}
.login-dashboard-sec .card-header {
  background: transparent !important;
  border: 0;
  text-align: center;
  padding-top: 26px;
}
.health-department-form {
  margin-top: 50px;
}

.container {
  max-width: 1200px;
  margin: auto;
  padding: 0px 60px;
}

.top-header {
  text-align: center;
}
.florida-dashboard-right-sidebar h2 {
  font-size: 24px;
  font-weight: 600;
  color: #4c5574;
}
.florida-dashboard-right-sidebar table.table thead tr th {
  background-color: #1b399d;
  color: #fff;
  font-weight: 500;
}
.florida-dashboard-right-sidebar table.table {
  border-collapse: separate;
}
.florida-dashboard-right-sidebar a.btn.btn-success {
  margin: 0 !important;
  transition: 0.3s;
}
.florida-dashboard-right-sidebar a.btn.btn-danger {
  background-color: #000;
  border: unset;
  margin: 0 !important;
  transition: 0.3s;
}
.florida-dashboard-right-sidebar a.btn.btn-success:hover,
.florida-dashboard-right-sidebar a.btn.btn-success:focus {
  opacity: 0.9;
  transition: 0.3s;
}
.florida-dashboard-right-sidebar a.btn.btn-danger:hover,
.florida-dashboard-right-sidebar a.btn.btn-danger:focus {
  opacity: 0.9;
  transition: 0.3s;
}
.health-department-title h2 {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
}
.florida-dashboard-right-sidebar table.table tbody tr td {
  border-bottom: 1px solid #c6cce0;
  vertical-align: middle;
}
.health-department-form h3 {
  text-align: left;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 500;
}
.jumbotron.success {
  display: flex;
  justify-content: center;
  height: 100vh;
  flex-direction: column;
}
.jumbotron.success h1 {
  font-weight: 700;
  color: #1e40af;
}
.top-content {
  text-align: center;
  margin-bottom: 40px;
}

.top-content p {
  max-width: 680px;
  margin: auto;
}

.top-content .logo {
  margin-bottom: 20px;
}

/* signature pad css */
.wrapper {
  position: relative;
  width: 400px;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.signature-pad {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 200px;
  border: 1px solid #000;
}

/* florida dashboard css start here */
main .florida-dashboard-sidebar {
  width: 300px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #1e40af;
  overflow-y: unset;
  padding: 24px 0px 0 24px;
  z-index: 9;
}
.florida-dashboard-right-sidebar .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.florida-dashboard-sidebar a.navbar-brand img {
  filter: brightness(0) invert(1);
}
.florida-dashboard-sidebar a.navbar-brand {
  border-bottom: 1px solid #475fad;
  margin: 0 auto;
  margin-bottom: 30px !important;
  width: 100%;
  display: block;
  text-align: left;
}
.florida-dashboard-right-sidebar {
  padding-left: 320px;
  padding-right: 30px;
  width: 100%;
}
.florida-dashboard-section .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #f1f5f9;
  color: #000000;
  border-radius: 40px 0px 0px 40px;
  border: unset;
}
.florida-dashboard-section .nav-pills .nav-link {
  border-radius: 40px 0px 0px 40px;
  border: unset;
  color: #b3cdeb;
  border-bottom: unset;
  font-size: 15px;
  padding: 16px 28px;
}
.nav-link:hover,
.nav-link:focus {
  background-color: #f1f5f9 !important;
  color: #000000 !important;
}
.florida-dashboard-sidebar ul.nav.nav-pills li.nav-item {
  margin-bottom: 10px;
}
.florida-dashboard-section .alert {
  padding: 6px 10px;
  border-radius: 40px;
  text-align: center;
  margin-bottom: 0;
}
.florida-dashboard-section .extra-submit-button {
  margin: 10px;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 40px;
  display: block;
  border: 0;
  width: 100%;
  max-width: max-content;
  margin: 0;
  background-image: linear-gradient(
    90deg,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 212, 255, 0) 46%
  );
  background-color: #0d67ae;
}
.florida-dashboard-section .extra-submit-button:hover,
.florida-dashboard-section .extra-submit-button:focus {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.florida-dashboard-right-sidebar .card-header {
  padding: 12px 20px;
  background: #1b399d;
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.florida-dashboard-right-sidebar nav.navbar ul.navbar-nav li.nav-item {
  margin-right: 18px;
}
.florida-dashboard-right-sidebar
  nav.navbar
  ul.navbar-nav
  li.nav-item:last-child {
  margin-right: 0;
}
.florida-dashboard-right-sidebar nav.navbar ul.navbar-nav li.nav-item a:hover,
.florida-dashboard-right-sidebar nav.navbar ul.navbar-nav li.nav-item a:focus {
  border-radius: 8px;
}
.florida-dashboard-section
  .florida-dashboard-right-sidebar
  nav.navbar
  ul.navbar-nav
  li.nav-item
  a {
  border-radius: 8px;
}
.florida-dashboard-right-sidebar nav.navbar ul.navbar-nav li.nav-item a {
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 14px;
}
.florida-dashboard-right-sidebar .card {
  border-radius: 8px;
  border: 1px solid #c8c8c8;
}
.florida-dashboard-section table tr td {
  border: none;
}
.florida-dashboard-section table tr th {
  border: none;
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #282829;
  background-color: #b3cdeb;
}
.login-dashboard-sec .card-header {
  background: #b3cdeb;
}
.login-dashboard-sec .card-body {
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
}
.login-dashboard-sec .card-body .row {
  flex-direction: row;
  width: 100%;
}
.login-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: flex-start;
}
.login-forgot-btn a {
  padding-left: 0;
  padding-right: 0;
}
.login-dashboard-sec .btn-primary {
  background-color: #0d67ae;
  border-color: #0d67ae;
}
.florida-dashboard-right-sidebar nav.navbar {
  position: sticky;
  top: 0;
  background-color: #1b399d !important;
  border-radius: 8px;
  border-color: #1e40af !important;
  margin-bottom: 30px;
  z-index: 9;
}
.florida-dashboard-right-sidebar {
  padding-top: 20px;
  position: relative;
}
.outer-form-logo {
  text-align: center;
  margin-bottom: 10px;
}
.login-panel-wrap {
  max-width: 350px;
  padding: 0% 0 0;
  margin: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.login-dashboard-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 90vh;
}
.login-dashboard-sec .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: unset;
  border-color: #9b9b9b;
  outline: unset !important;
  box-shadow: unset !important;
  border-width: 1px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.login-dashboard-sec .form-control:focus {
  outline: unset;
  box-shadow: unset;
}
.login-dashboard-sec .card {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 12px 20px #b7b2b229;
}
.login-dashboard-sec .btn-primary {
  background-image: linear-gradient(
    90deg,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 212, 255, 0) 46%
  );
}
.login-dashboard-sec .btn-primary {
  margin: 10px;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 40px;
  display: block;
  border: 0;
  width: 100%;
  margin: 0;
}
.login-dashboard-sec .btn-primary:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.login-btn-wrap .form-check {
  margin-bottom: 20px;
  font-size: 14px;
}
.login-btn-wrap .form-check label {
  cursor: pointer;
}
.login-forgot-btn {
  text-align: center;
  margin-top: 30px;
}
.login-btn-wrap .form-group {
  width: 100%;
}
.login-dashboard-sec .btn-primary:focus {
  outline: unset;
  box-shadow: unset;
}
.login-forgot-btn a:focus {
  outline: unset;
  box-shadow: unset;
}
.login-dashboard-sec span.invalid-feedback strong {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  top: -15px;
}
a.login-go-back {
  margin: 10px;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: #004881;
  border-radius: 40px;
  display: block;
  border: 0;
  margin: 0;
  width: 100%;
  margin-top: 20px;
  text-decoration: unset;
  font-size: 0.9rem;
  font-weight: 400;
  border: 1px solid #004881;
  line-height: 1.5;
  margin-bottom: 10px;
}
a.login-go-back:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(
    90deg,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 212, 255, 0) 46%
  );
  background-color: #0d67ae;
}
.florida-dashboard-right-sidebar
  nav.navbar
  ul.navbar-nav
  li.nav-item
  .dropdown-menu {
  padding: 0;
  background-color: unset;
  border: unset;
}
.florida-dashboard-right-sidebar
  nav.navbar
  ul.navbar-nav
  li.nav-item
  .dropdown-menu {
  margin: 10px;
  padding: 6px 5px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: black;
  border-radius: 8px;
  border: 0;
  width: 100%;
  margin: 0;
  background-color: #ffffff;
  max-width: max-content;
  right: 0;
  float: right;
  margin-top: 5px;
  min-width: 100%;
}
.florida-dashboard-right-sidebar
  nav.navbar
  ul.navbar-nav
  li.nav-item
  .dropdown-menu
  a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #1e40af;
}
.florida-dashboard-section .nav-pills .nav-link i {
  margin-right: 10px;
}
.add-client-button {
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-end;
}

.add-client-button a {
  margin: 10px;
  padding: 10px 35px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 40px;
  display: block;
  border: 0;
  width: 100%;
  max-width: max-content;
  margin: 0;
  background-image: linear-gradient(
    90deg,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 212, 255, 0) 46%
  );
  background-color: #0d67ae;
  text-decoration: unset;
}
.add-client-button a:hover,
.add-client-button a:focus {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.login-dashboard-sec .card-header img {
  width: 60%;
}
.florida-dashboard-right-sidebar .signature-pad {
  position: unset;
  left: 0;
  top: 0;
  width: 150px;
  height: 100px;
  border: 1px solid #f1f5f9;
}
.form-control:focus {
  box-shadow: 0 0 0 0.1px rgb(13 110 253 / 25%);
}
.tb-outer-form input.error,
.tb-outer-form textarea.error {
  border-color: red;
}
.florida-dashboard-right-sidebar .btn-group a.btn {
  display: flex;
  flex-direction: column;
  flex: auto;
  margin: 0px 2px !important;
  border-radius: 30px !important;
}
.florida-dashboard-right-sidebar select.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}
.print-pdf-btn a {
  text-decoration: unset;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.print-pdf-btn a i {
  margin-right: 8px;
  font-size: 16px;
}
.florida-dashboard-right-sidebar .panel {
  position: relative;
}
.print-pdf-btn {
  position: fixed;
  right: 0;
  top: 50%;
  bottom: auto;
  margin: auto;
  z-index: 99;
}
.florida-dashboard-right-sidebar .wrapper {
  width: 150px;
  height: auto;
}
.tb-employee-signature-div {
  float: left;
}
.florida-dashboard-right-sidebar .wrapper img {
  max-width: 100%;
  height: auto;
}
.btn.btn-resend {
  background: green;
  color: #fff;
}
.btn.btn-delete {
  background: red;
  color: #fff;
}
.btn.btn-print {
  background: orange;
  color: #fff;
}
.btn.btn-view {
  background: black;
  color: #fff;
}
/* 2-4-2022 */
.print-pdf-btn a {
  text-decoration: unset;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.print-pdf-btn a i {
  margin-right: 8px;
  font-size: 16px;
}
.print-pdf-btn {
  position: fixed;
  right: 0;
  top: 50%;
  bottom: auto;
  margin: auto;
  z-index: 99;
}
/* 2-4-2022 */
/* 6-4-2022 */
ul.verbal-confirmation-ul {
  padding-left: 0;
}
ul.verbal-confirmation-ul li {
  list-style: none;
}
.stateofflorida-form-header {
  display: none;
}
.florida-dashboard-right-sidebar .steps {
  z-index: 8;
}

/* upload button css start here */
.photo-id {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tb-driving-licence.btn {
  position: absolute;
  border-radius: 30px;
  background: #0d67ae;
  color: #fff;
  padding: 10px 35px;
}
.photo-id input[type="file"] {
  visibility: hidden;
  width: 162px;
}
.licence-file {
  margin-left: 15px;
  text-overflow: ellipsis;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
}
/* upload button css end here */

/* loader css */
.loader-gif {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
.loader-gif img {
  width: 100px;
  height: 100px;
}

/* 6-4-2022 */
/*20-04-2022*/
a.edit-signature {
  position: relative;
  top: -40px;
  left: 10px;
  text-decoration: unset;
  cursor: pointer;
  padding: 4px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-size: 13px;
  border-radius: 40px;
  border: 0;
  width: 100%;
  max-width: max-content;
  margin: 0;
  background-image: linear-gradient(
    90deg,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 212, 255, 0) 46%
  );
  background-color: #0d67ae;
  border: unset;
}
a.edit-signature:hover,
a.edit-signature:focus {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.cancel-signature-grp {
  width: auto;
  float: left;
  max-width: max-content;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cancel-signature-grp a {
  padding: 4px 14px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-size: 13px;
  border-radius: 40px;
  display: block;
  border: 0;
  width: 100%;
  max-width: max-content;
  margin: 0;
  background-color: #000000;
  border: unset;
  margin-bottom: 10px;
}

.cancel-signature-grp a:hover,
.cancel-signature-grp a:focus {
  opacity: 0.8;
}
.cancel-signature-grp a {
  text-decoration: unset;
  margin-right: 10px;
  cursor: pointer;
  font-size: 12px;
}
.cancel-signature-grp button#tb-employee-signature-clear {
  padding: 4px 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-size: 12px;
  border-radius: 40px;
  display: block;
  border: 0;
  width: 100%;
  max-width: max-content;
  margin: 0;
  background-image: linear-gradient(
    90deg,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 79, 151, 1) 0%,
    rgba(0, 212, 255, 0) 46%
  );
  background-color: #0d67ae;
  border: unset;
}
.cancel-signature-grp button#tb-employee-signature-clear:hover,
.cancel-signature-grp button#tb-employee-signature-clear:focus {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.behalf-outer {
  display: block;
  margin-bottom: 5px;
}
.behalf-outer label {
  display: block;
  width: max-content;
}
.behalf-outer label.form-label {
  margin-bottom: 5px;
}
label.on-behalf input {
  margin-right: 1px !important;
}
label.on-behalf {
  margin-bottom: 10px !important;
}
.on-behalf .select2-container--default .select2-selection--single {
  padding: 4px 20px;
  line-height: 0;
  height: 40px;
}
.on-behalf
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-top: 5px;
}
label.on-behalf-cbox {
  cursor: pointer;
}
/*20-04-2022*/
/*30-04-2022*/
.dataTables_wrapper {
  overflow: auto;
}
.dataTables_wrapper .dataTables_length,
.dataTables_filter {
  margin-bottom: 20px;
  margin-top: 16px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #1e40af;
  color: #fff !important;
}

.dataTables_wrapper {
  margin-bottom: 80px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #fff;
  background-color: white;
  background: linear-gradient(to bottom, #1e40af 0%, #1e40af 100%);
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border-color: #1e40af;
  background-color: #1e40af;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #585858),
    color-stop(100%, #111)
  );
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #1e40af 0%, #1e40af 100%);
}
table.dataTable,
table.dataTable {
  width: 100% !important;
}
.myself .wrapper {
  float: left;
}
.myself .already-exist {
  margin-left: 30px;
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 768px) {
  .florida-dashboard-section .nav-pills .nav-link {
    font-size: 0;
  }
  .florida-dashboard-section .nav-pills .nav-link i {
    font-size: 12px;
    margin-right: 0;
  }
  .florida-dashboard-section .nav-pills .nav-link {
    padding: 14px 8px;
  }
  .florida-dashboard-sidebar {
    width: 16% !important;
    float: left;
    padding: 15px 8px !important;
  }
  .florida-dashboard-sidebar a.navbar-brand {
    max-width: 100%;
    width: auto;
  }
  .florida-dashboard-right-sidebar {
    padding-left: 18%;
    width: 100%;
    float: right;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
  }
  .florida-dashboard-sidebar a.navbar-brand img {
    filter: brightness(0) invert(1);
    max-width: 100%;
  }
  .florida-dashboard-section .nav-pills .nav-link {
    text-align: center;
    border-radius: 30px !important;
  }
}
@media (max-width: 767px) {
  .myself .already-exist {
    margin-left: 0px;
  }
  .on-behalf-rw span.select2 {
    min-width: 100%;
  }
  .on-behalf-rw button[type="button"] {
    padding: 5px 20px;
  }
  .florida-dashboard-right-sidebar h2 {
    font-size: 20px;
  }
  .add-client-button a {
    font-size: 14px;
    padding: 8px 20px;
  }
  .florida-dashboard-right-sidebar
    .wizard-content
    .wizard
    > .actions
    > ul
    > li
    > a {
    padding: 8px 20px !important;
  }
  .florida-dashboard-right-sidebar nav.navbar {
    display: none;
  }
  .login-dashboard-sec .container {
    padding: 0px 15px;
    max-width: 100%;
  }
  .florida-dashboard-sidebar {
    width: 16% !important;
    float: left;
    padding: 15px 8px !important;
  }
  .florida-dashboard-section button.navbar-toggler.collapsed {
    display: none;
  }
  .florida-dashboard-right-sidebar div#navbarSupportedContent {
    display: block;
    text-align: right;
  }
  .florida-dashboard-right-sidebar .navbar-light .navbar-toggler {
    display: none;
  }
  .florida-dashboard-right-sidebar div#navbarSupportedContent {
    display: block;
    text-align: right;
  }
  .florida-dashboard-right-sidebar nav.navbar .container-fluid {
    padding: 0;
  }
  .florida-dashboard-right-sidebar nav.navbar ul.navbar-nav li.nav-item a {
    width: max-content;
    justify-content: flex-end;
    margin-left: auto;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .florida-dashboard-right-sidebar {
    padding-top: 24px;
  }
  .florida-dashboard-right-sidebar
    .dropdown-menu.dropdown-menu-end.show
    a.dropdown-item {
    position: absolute;
    right: 0;
  }
  .florida-dashboard-right-sidebar nav.navbar {
    padding: 5px;
    margin-bottom: 14px;
  }
  .florida-dashboard-right-sidebar .dropdown-menu[data-bs-popper] {
    margin-top: 0;
  }
  .dashboard-table {
    overflow: auto;
    max-width: 100%;
  }
  .dashboard-table table {
    white-space: nowrap;
  }
  .florida-dashboard-section .btn-primary {
    margin-left: auto;
    margin-right: auto;
  }
  .florida-dashboard-sidebar a.navbar-brand:before {
    content: "A";
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 30px;
    font-family: inherit;
    display: block;
    top: -7px;
    margin: auto;
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .florida-dashboard-sidebar a.navbar-brand img {
    visibility: hidden;
  }
  .florida-dashboard-sidebar a.navbar-brand {
    position: relative;
  }
  .print-pdf-btn a {
    font-size: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .print-pdf-btn a i {
    font-size: 12px;
  }
  /* 2-4-2022 */
  .print-pdf-btn a {
    font-size: 12px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .print-pdf-btn a i {
    font-size: 12px;
  }
  /* 2-4-2022 */

  .photo-id {
    flex-direction: column;
    align-items: flex-start;
  }
}
