.p-24 {
  padding: 24px;
}

.bdrs-24 {
  border-radius: 24px;
}

.bdrs-8 {
  border-radius: 8px;
}

.shadow-light {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shadow-medium {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.text-accent {
  color: #023856;
}

.text-light-accent {
  color: #7db6c1;
}

.btn {
  font-size: 14px;
  font-weight: 400;
  min-width: 120px;
  padding: 0.7rem 1.5rem;
}
.btn.btn-secondary {
  background: #e9ecef;
  color: #2c3e50;
  border-color: #dee2e6;
}
.btn.btn-secondary:hover {
  background: #023856;
  color: #fff;
  border-color: #023856;
}
.btn.btn-info {
  background: #7db6c1;
  color: #fff;
  border-color: #dee2e6;
  font-weight: 500;
}
.btn.btn-info:hover {
  background: #023856;
  color: #fff;
  border-color: #023856;
}
.btn.btn-sm {
  padding: 0.1rem 1rem;
  min-width: auto;
}

.bg-accent {
  background-color: #023856;
}

.bg-light-accent {
  background-color: #7db6c1;
}

.vh-70 {
  height: 70vh;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #2e2b41;
  background: #eeeeee;
  font-weight: 400;
}

a {
  color: #7db6c1;
}

.text-sm {
  color: #5a6c7d;
  font-size: 14px;
}

.list-sm li {
  font-size: 14px;
  color: #5a6c7d;
}

.form-range::-webkit-slider-thumb {
  background-color: #7db6c1;
}
.form-range::-moz-range-thumb {
  background-color: #7db6c1;
}

.auslarc-signup-page,
.auslarc-login-page,
.auslarc-forgot-password-page,
.auslarc-reset-password-page,
.auslarc-resend-verification-page {
  background: #f9f7ea url(../images/bg.jpg);
  background-size: contain;
  background-position: 85% center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.auslarc-signup-page h1,
.auslarc-login-page h1,
.auslarc-forgot-password-page h1,
.auslarc-reset-password-page h1,
.auslarc-resend-verification-page h1 {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #023856;
}
@media (max-width: 575px) {
  .auslarc-signup-page h1,
  .auslarc-login-page h1,
  .auslarc-forgot-password-page h1,
  .auslarc-reset-password-page h1,
  .auslarc-resend-verification-page h1 {
    font-size: 2rem;
  }
}

.auslarc-dashboard-admin-page .page-header h2 {
  font-size: 38px;
  color: #023856;
  font-weight: 500;
}

.theading th {
  background: #023856;
  color: #fff;
}

a.practitioner-name {
  color: #023856;
  text-decoration: none;
}
a.practitioner-name:hover {
  color: #7db6c1;
}

.practitioner-metadata {
  font-size: 14px;
  color: #5f5f5f;
}

.progress-bar {
  background-color: #7db6c1;
}

.card-header {
  background-color: #7db6c1;
  color: #fff;
}
.card-header h1,
.card-header h2 {
  color: #023856;
}
.card-header p {
  color: #fff;
}

.authenticaion-form-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  height: 100vh;
  width: max(40%, 600px);
  padding: 10px;
  border-radius: 0 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .authenticaion-form-wrapper {
    width: 100%;
  }
}
.authenticaion-form-wrapper img {
  width: 50%;
  margin-bottom: 20px;
}
.authenticaion-form-wrapper a {
  color: #7db6c1;
}

#togglePassword,
#toggleConfirmPassword {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

.auth-form div:has(input:focus) > span {
  background-color: #7db6c1;
  border-color: #7db6c1;
}
.auth-form .input-group-text {
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  background: #023856;
  color: #fff;
  border-radius: 10px;
  border-width: 2px;
  border-color: #023856;
}
.auth-form .input-group-text svg {
  fill: #fff;
}
.auth-form input {
  background-color: #fff;
}
.auth-form input:hover {
  border-color: #7db6c1;
}
.auth-form input:focus {
  border-color: #023856;
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.auth-form input ::-webkit-input-placeholder {
  color: #023856;
}
.auth-form input ::-moz-placeholder {
  color: #023856;
}
.auth-form input :-ms-input-placeholder {
  color: #023856;
}
.auth-form input ::-ms-input-placeholder {
  color: #023856;
}
.auth-form input ::placeholder {
  color: #023856;
}
.auth-form .input-group .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.auth-form .form-control {
  border-radius: 10px !important;
}
.auth-form .form-check-input:checked {
  background-color: #023856;
  border-color: #023856;
}
.auth-form .btn {
  border-radius: 30px;
  padding: 0.85em 4em;
  text-transform: uppercase;
  font-weight: 600;
  background: #023856;
  border-color: #023856;
}
.auth-form .btn:hover, .auth-form .btn:focus {
  background: #7db6c1;
  border-color: #7db6c1;
}

.btn-download {
  color: #7db6c1;
}
.btn-download i {
  font-size: 25px;
}
.btn-download:hover {
  color: #023856;
}

/*dashboard-user*/
.grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}

.border-accent {
  border-color: #023856;
}

.border-light-accent {
  border-color: #7db6c1;
}

main {
  padding: min(30px, 7%);
}
@media (max-width: 575px) {
  main {
    padding: 0;
  }
}

#sidebar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100vh;
  width: 300px;
  padding: 5px 1em;
  background-color: #fff;
  border-right: 1px solid #80b8c4;
  position: sticky;
  top: 0;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  overflow: hidden;
  text-wrap: nowrap;
}
#sidebar ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 96%;
}

#sidebar.close {
  padding: 5px;
  width: 60px;
}

#sidebar ul {
  list-style: none;
}

#sidebar > ul > li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}

#sidebar ul li.active a {
  color: #fff;
  background-color: #013855;
  margin-top: 5px;
  margin-bottom: 5px;
}
#sidebar ul li.active a svg {
  fill: #fff;
}

#sidebar ul li:hover a svg {
  fill: #fff;
}

#sidebar a,
#sidebar .dropdown-btn,
#sidebar .logo {
  border-radius: 0.5em;
  padding: 0.85em;
  text-decoration: none;
  color: var(--text-clr);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

.dropdown-btn {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font: inherit;
  cursor: pointer;
}

#sidebar svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: var(--text-clr);
}

#sidebar .dropdown-btn:hover svg {
  fill: #fff;
}

#sidebar a span,
#sidebar .dropdown-btn span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#sidebar a:hover,
#sidebar .dropdown-btn:hover {
  background-color: #7db6c1;
  color: #fff;
}

#sidebar .sub-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
#sidebar .sub-menu > div {
  overflow: hidden;
}

#sidebar .sub-menu.show {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.dropdown-btn svg {
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.rotate svg:last-child {
  rotate: 180deg;
}

#sidebar .sub-menu a {
  padding-left: 2em;
}

#toggle-btn {
  margin-left: auto;
  padding: 1em;
  border: none;
  border-radius: 0.5em;
  background: none;
  cursor: pointer;
}
#toggle-btn svg {
  -webkit-transition: rotate 150ms ease;
  transition: rotate 150ms ease;
}

.logohover img {
  width: 100%;
}

.logohover a:hover {
  background-color: #f0efec !important;
}

.btn {
  padding: 0.8rem;
}
.btn.btn-primary {
  background: #023856;
  border-color: #023856;
  border-radius: 0.5em;
}
.btn.btn-primary:hover {
  background: #7db6c1;
  border-color: #7db6c1;
}

.table h4 {
  font-weight: 400;
}
.table.table-profile .field {
  width: 50%;
  -moz-text-align-last: left;
       text-align-last: left;
}

.blank-tab .nav-tabs {
  border-bottom: 0;
}
.blank-tab .nav-tabs .nav-link {
  color: #023856;
  border-radius: 0;
  border: 0;
  padding: 1rem;
  font-size: 1.1rem;
}
.blank-tab .nav-tabs .nav-link.active {
  color: #fff;
  background: #023856;
}
.blank-tab .tab-content {
  padding: 2rem;
}

.profile-info-list {
  padding: 0;
  margin: 3rem 0 0;
  list-style-type: none;
}

.friend-list,
.img-grid-list {
  margin: -1px;
  list-style-type: none;
}

.profile-info-list > li.title {
  font-size: 0.625rem;
  font-weight: 700;
  color: #8a8a8f;
  padding: 0 0 0.3125rem;
}

.profile-info-list > li + li.title {
  padding-top: 1.5625rem;
}

.profile-info-list > li {
  padding: 0.625rem 0;
}

.profile-info-list > li .field {
  font-weight: 700;
}

.profile-info-list > li .value {
  color: #666;
}

.profile-info-list > li.img-list a {
  display: inline-block;
}

.profile-info-list > li.img-list a img {
  max-width: 2.25rem;
  border-radius: 2.5rem;
}

.form-header {
  background: white;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form-header h1 {
  font-size: 24px;
  color: #023856;
}

.tab-form-wrap h2 {
  font-size: 32px;
  font-weight: 700;
  color: #023856;
  margin-bottom: 8px;
}
.tab-form-wrap p {
  font-size: 16px;
  color: #5a6c7d;
}

.form-section {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dee2e6;
}
.form-section h3 {
  font-size: 24px;
  font-weight: 600;
  color: #023856;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 2px solid #7db6c1;
}

.welcome h2 {
  font-size: 32px;
  font-weight: 700;
  color: #023856;
}

.reg-form {
  background: white;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.reg-form label {
  font-weight: 400;
  color: #999999;
  font-size: 14px;
}
.reg-form input[type=text],
.reg-form input[type=email],
.reg-form input[type=tel],
.reg-form input[type=number],
.reg-form input[type=date],
.reg-form textarea,
.reg-form select {
  padding: 12px 16px;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  resize: vertical;
}
.reg-form input[type=text]:disabled,
.reg-form input[type=email]:disabled,
.reg-form input[type=tel]:disabled,
.reg-form input[type=number]:disabled,
.reg-form input[type=date]:disabled,
.reg-form textarea:disabled,
.reg-form select:disabled {
  background: #f7f7f7;
}
.reg-form input[type=text]:hover,
.reg-form input[type=email]:hover,
.reg-form input[type=tel]:hover,
.reg-form input[type=number]:hover,
.reg-form input[type=date]:hover,
.reg-form textarea:hover,
.reg-form select:hover {
  border-color: #7db6c1;
}
.reg-form input[type=text]:focus,
.reg-form input[type=email]:focus,
.reg-form input[type=tel]:focus,
.reg-form input[type=number]:focus,
.reg-form input[type=date]:focus,
.reg-form textarea:focus,
.reg-form select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #023856;
  -webkit-box-shadow: 0 0 0 3px rgba(30, 90, 115, 0.1);
          box-shadow: 0 0 0 3px rgba(30, 90, 115, 0.1);
}
.reg-form .form-select {
  font-weight: 600;
}
.reg-form input[type=file].form-control {
  padding: 12px 16px;
  border: 2px solid #dee2e6;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  background: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  resize: vertical;
}
.reg-form input[type=file].form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #023856;
  -webkit-box-shadow: 0 0 0 3px rgba(30, 90, 115, 0.1);
          box-shadow: 0 0 0 3px rgba(30, 90, 115, 0.1);
}
.reg-form .form-text {
  color: #999999;
  font-size: 13px;
}

table.dataTable thead th {
  background: #023856;
}

.file-wrapper {
  position: relative;
}

.clear-btn {
  display: none;
  cursor: pointer;
  background: #ccc;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 16px;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  background-color: red;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clear-btn:hover {
  background-color: darkred;
}

.select2-container--default .select2-selection--multiple {
  border: 2px solid #dee2e6;
  padding: 10px 0;
  border-radius: 8px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 2px solid #023856;
  -webkit-box-shadow: 0 0 0 3px rgba(30, 90, 115, 0.1);
          box-shadow: 0 0 0 3px rgba(30, 90, 115, 0.1);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 14px;
}

.dataTable {
  border: 1px solid #023856;
}
.dataTable th {
  color: #FFFFFF;
}
.dataTable tr:nth-child(even) td {
  background-color: #f4f4f4;
}
.dataTable tr:hover td {
  background-color: rgba(126, 183, 195, 0.2509803922);
}
.dataTable tr.tr-light-accent td {
  background-color: #7db6c1;
  color: #fff;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
  border-color: #023856;
}

div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border-color: #023856;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #7db6c1;
}

.nav-link {
  color: #023856;
}
.nav-link.active {
  color: #023856;
}

.dropdown-item a {
  text-decoration: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #023856;
  font-weight: 600;
}

.dropdown-item.active, .dropdown-item:active {
  background: #7db6c1;
}
.dropdown-item.active a, .dropdown-item:active a {
  color: #fff;
}

.field-error {
  border: 1px solid #FFB6C1 !important;
}
/*# sourceMappingURL=auslarc.css.map */