@charset "UTF-8";
/*!
 * MDCMS CSS v4.2.5 - Feb. 2025
 * Copyright 2007-2025 MarketDental.
 * ---
 * Fonts: Geist, Lexend, Rubik, Nunito, Lato, Noto Sans, Sora, Epilogue, Encode+Sans, Manrope, Archivo,
 *        Roboto, Raleway, Work Sans, Montserrat, Poppins, Source Sans Pro, Oxygen, Open Sans
 */

@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;600&display=swap");

:root,
[data-bs-theme="light"] {
  --bs-primary: #156269;
  --bs-secondary: #3fcec4;
  --bs-primary-rgb: 21, 98, 105;
  --bs-secondary-rgb: 63, 206, 196;
/*--bs-primary: #053543;
  --bs-primary-rgb: 33, 127, 129;
*/
  --bs-font-sans-serif: "Geist", system-ui, -apple-system, "Segoe UI", Roboto,
    Lato, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-line-height: var(--bs-body-line-height);
  --bs-body-line-height: 1.8;
  --bs-body-color: #1c1c1c;
  --bs-body-bg: #fff;
  --bs-body-bg-rgba-0: rgba(255, 255, 255, 0);
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3e%3c/svg%3e");

  --bs-gray-100: #f1f5f9;
  --bs-gray-200: #e2e8f0;
  --bs-gray-300: #cbd5e1;
  --bs-gray-400: #94a3b8;
  --bs-gray-500: #64748b;
  --bs-gray-600: #475569;
  --bs-gray-700: #334155;
  --bs-gray-800: #1e293b;
  --bs-gray-900: #0f172a;
  --bs-gray-1000: #0b1324;

  /* custom MD */

  --md-primary-100: rgba(var(--bs-primary-rgb), 0.1);
  --md-primary-200: rgba(var(--bs-primary-rgb), 0.2);
  --md-primary-300: rgba(var(--bs-primary-rgb), 0.3);
  --md-primary-400: rgba(var(--bs-primary-rgb), 0.4);
  --md-primary-500: rgba(var(--bs-primary-rgb), 0.5);
  --md-primary-600: rgba(var(--bs-primary-rgb), 0.6);
  --md-primary-700: rgba(var(--bs-primary-rgb), 0.7);
  --md-primary-800: rgba(var(--bs-primary-rgb), 0.8);
  --md-primary-900: rgba(var(--bs-primary-rgb), 0.9);

  --md-secondary-100: rgba(var(--bs-secondary-rgb), 0.1);
  --md-secondary-200: rgba(var(--bs-secondary-rgb), 0.2);
  --md-secondary-300: rgba(var(--bs-secondary-rgb), 0.3);
  --md-secondary-400: rgba(var(--bs-secondary-rgb), 0.4);
  --md-secondary-500: rgba(var(--bs-secondary-rgb), 0.5);
  --md-secondary-600: rgba(var(--bs-secondary-rgb), 0.6);
  --md-secondary-700: rgba(var(--bs-secondary-rgb), 0.7);
  --md-secondary-800: rgba(var(--bs-secondary-rgb), 0.8);
  --md-secondary-900: rgba(var(--bs-secondary-rgb), 0.9);

  --md-font-weight-light: 300;
  --md-font-weight-regular: 400;
  --md-font-weight-bold: 600;
}
/*.breadcrumb-item+.breadcrumb-item::before {
    padding-top: 12px;
}*/
html {
  font-size: 100%;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(22, 28, 45, 0);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* lazyload background images */
.lazybg {
  background: none !important;
}

.clear {
  clear: both;
  position: relative;
  top: 15px;
}

.body-color {
  color: var(--bs-body-bg);
}
hr {
  margin: 1rem 0;
  color: var(--bs-gray-300);
  background-color: currentColor;
  border: 0;
  opacity: 1;
}
hr:not([size]) {
  height: 1px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: var(--bs-body-line-height);
}
h1,
.h1 {
  font-size: 1.7rem;
  line-height: 40px;
}
h2,
.h2 {
  font-size: 1.5rem;
  color: var(--bs-primary);
}
h3,
.h3 {
  font-size: 1.4rem;
  color: var(--bs-secondary);
}
h4,
.h4 {
  font-size: 1.3rem;
}
h5,
.h5 {
  font-size: 1.2rem;
}
h6,
.h6 {
  font-size: 1.1rem;
  color: var(--bs-primary);
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: var(--md-font-weight-bold);
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong .fw-bold,
.fw-semibold {
  font-weight: var(--md-font-weight-bold);
}
small,
.small {
  font-size: 88.2%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
.alert {
  font-size: 14px !important;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: var(--bs-primary);
  text-decoration: none;
}
a:hover {
  color: var(--bs-secondary);
  text-decoration: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.8125rem;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.8125rem;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.8125rem;
  color: #fff;
  background-color: #1b2a4e;
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: var(--md-font-weight-bold);
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #869ab8;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}
/*for icon sizes*/
.fa-stack {
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 3.5em;
  margin: 5px;
  line-height: 1em;
  vertical-align: middle;
}
.inherit {
  height: inherit !important;
}
.bgr-primary {
  background-color: var(--bs-primary) !important;
}
.link-primary {
  color: var(--bs-primary) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: var(--bs-secondary) !important;
}

.link-secondary {
  color: var(--bs-secondary) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: var(--bs-primary) !important;
}
.z-4 {
  z-index: 4 !important;
}
#layoutAuthentication {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#layoutAuthentication #layoutAuthentication_content {
  min-width: 0;
  flex-grow: 1;
}
#layoutAuthentication #layoutAuthentication_footer {
  min-width: 0;
}
#layoutError {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#layoutError #layoutError_content {
  min-width: 0;
  flex-grow: 1;
}
#layoutError #layoutError_footer {
  min-width: 0;
}
.img-error {
  max-width: 20rem;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 0.75rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    margin-top: 0.75rem;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
.animated--fade-in-up {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: margin cubic-bezier(0.18, 1.25, 0.4, 1),
    opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: margin cubic-bezier(0.18, 1.25, 0.4, 1),
    opacity cubic-bezier(0, 1, 0.4, 1);
}
.animated--fade-in-up.dropdown-menu {
  margin-top: 0;
  top: 0.125rem !important;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated--fade-in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

.text-gradient {
  background: linear-gradient(
    95.07deg,
    var(--bs-primary) -9.16%,
    var(--bs-secondary) 60.12%,
    rgba(var(--bs-primary-rgb), 0.9) 100.48%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient-2 {
  background-image: linear-gradient(
    to right,
    var(--bs-primary),
    var(--bs-secondary)
  );
  opacity: 0.8;
  color: #0d0d0d;
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 150%;
  display: block;
}

.bg-gradient-primary-to-secondary {
  background-color: var(--bs-primary) !important;
  background-image: linear-gradient(
    135deg,
    var(--bs-primary) 50%,
    var(--bs-secondary) 100%
  ) !important;
}
.bg-transparent-light {
  color: rgba(255, 255, 255, 0.5) !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.bg-transparent-dark {
  color: rgba(33, 40, 50, 0.5) !important;
  background-color: rgba(33, 40, 50, 0.8) !important;
}
.bg-light-gradient {
  background: rgba(221, 218, 255, 0.2);
  background: linear-gradient(
    180deg,
    rgba(221, 218, 255, 0.2),
    hsla(0, 0%, 100%, 0) 80%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(221, 218, 255, 0.2) 0,
    hsla(0, 0%, 100%, 0) 80%
  );
}

.bg-light-gradient-bottom {
  background: rgba(221, 218, 255, 0.3);
  background: linear-gradient(
    1turn,
    rgba(221, 218, 255, 0.3),
    hsla(0, 0%, 100%, 0) 80%
  );
  background: -moz-linear-gradient(
    1turn,
    rgba(221, 218, 255, 0.3) 0,
    hsla(0, 0%, 100%, 0) 80%
  );
}

.bg-light-gradient-top {
  background: rgba(221, 218, 255, 0.3);
  background: linear-gradient(
    180deg,
    rgba(221, 218, 255, 0.3),
    hsla(0, 0%, 100%, 0) 80%
  );
  background: -moz-linear-gradient(
    180deg,
    rgba(221, 218, 255, 0.3) 0,
    hsla(0, 0%, 100%, 0) 80%
  );
}

.bg-gradient-mix-shade {
  background: linear-gradient(
    270.06deg,
    #4a52ff 0.05%,
    #c678ff 54.16%,
    #fe5d75 99.95%
  );
}

/* gray */
.bg-gray-100 {
  background-color: var(--bs-gray-100) !important;
}
.bg-gray-200 {
  background-color: var(--bs-gray-200) !important;
}
.bg-gray-300 {
  background-color: var(--bs-gray-300) !important;
}
.bg-gray-400 {
  background-color: var(--bs-gray-400) !important;
}
.bg-gray-500 {
  background-color: var(--bs-gray-500) !important;
}
.bg-gray-600 {
  background-color: var(--bs-gray-600) !important;
}
.bg-gray-700 {
  background-color: var(--bs-gray-700) !important;
}
.bg-gray-800 {
  background-color: var(--bs-gray-800) !important;
}
.bg-gray-900 {
  background-color: var(--bs-gray-900) !important;
}

/* primary */
.bg-primary-100 {
  background-color: var(--md-primary-100) !important;
}
.bg-primary-200 {
  background-color: var(--md-primary-200) !important;
}
.bg-primary-300 {
  background-color: var(--md-primary-300) !important;
}
.bg-primary-400 {
  background-color: var(--md-primary-400) !important;
}
.bg-primary-500 {
  background-color: var(--md-primary-500) !important;
}
.bg-primary-600 {
  background-color: var(--md-primary-600) !important;
}
.bg-primary-700 {
  background-color: var(--md-primary-700) !important;
}
.bg-primary-800 {
  background-color: var(--md-primary-800) !important;
}
.bg-primary-900 {
  background-color: var(--md-primary-900) !important;
}

/* secondary */
.bg-secondary-100 {
  background-color: var(--md-secondary-100) !important;
}
.bg-secondary-200 {
  background-color: var(--md-secondary-200) !important;
}
.bg-secondary-300 {
  background-color: var(--md-secondary-300) !important;
}
.bg-secondary-400 {
  background-color: var(--md-secondary-400) !important;
}
.bg-secondary-500 {
  background-color: var(--md-secondary-500) !important;
}
.bg-secondary-600 {
  background-color: var(--md-secondary-600) !important;
}
.bg-secondary-700 {
  background-color: var(--md-secondary-700) !important;
}
.bg-secondary-800 {
  background-color: var(--md-secondary-800) !important;
}
.bg-secondary-900 {
  background-color: var(--md-secondary-900) !important;
}

.bg-white-25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}
.bg-img-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-img-repeat {
  background-position: top left;
  background-repeat: repeat;
}
.rounded-xl {
  border-radius: 1rem !important;
}
.border-gray-100 {
  border-color: #f2f6fc !important;
}
.border-gray-200 {
  border-color: #e0e5ec !important;
}
.border-gray-300 {
  border-color: #d4dae3 !important;
}
.border-gray-400 {
  border-color: #c5ccd6 !important;
}
.border-gray-500 {
  border-color: #a7aeb8 !important;
}
.border-gray-600 {
  border-color: #69707a !important;
}
.border-gray-700 {
  border-color: #4a515b !important;
}
.border-gray-800 {
  border-color: #363d47 !important;
}
.border-gray-900 {
  border-color: #212832 !important;
}
/*.no-caret .dropdown-toggle::after {
  display: none;
}*/
.pointer {
  cursor: pointer !important;
}
.no-highlight {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.lift {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lift:hover {
  transform: translateY(-0.3333333333rem);
  box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);
}
.lift:active {
  transform: none;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}
.lift-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}
.lift-sm:hover {
  transform: translateY(-0.1666666667rem);
  box-shadow: 0 0.25rem 1rem 0 rgba(33, 40, 50, 0.25);
}
.lift-sm:active {
  transform: none;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}
.card.lift {
  text-decoration: none;
  color: inherit;
}
.o-visible {
  overflow: visible !important;
}
.o-hidden {
  overflow: hidden !important;
}
.shadow-right-sm {
  box-shadow: 0.125rem 0 0.25rem 0 rgba(33, 40, 50, 0.15) !important;
}
.shadow-right {
  box-shadow: 0.15rem 0 1.75rem 0 rgba(33, 40, 50, 0.15) !important;
}
.shadow-right-lg {
  box-shadow: 1rem 0 3rem 0 rgba(33, 40, 50, 0.15) !important;
}
.shadow-left-sm {
  box-shadow: -0.125rem 0 0.25rem 0 rgba(33, 40, 50, 0.15) !important;
}
.shadow-left {
  box-shadow: -0.15rem 0 1.75rem 0 rgba(33, 40, 50, 0.15) !important;
}
.shadow-left-lg {
  box-shadow: -1rem 0 3rem 0 rgba(33, 40, 50, 0.15) !important;
}
.content-skewed {
  perspective: 1500px !important;
  transform-style: preserve-3d !important;
}
.content-skewed-right {
  perspective-origin: right center !important;
}
.content-skewed-right .content-skewed-item {
  transform: rotateY(30deg) rotateX(15deg) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
.content-skewed-left {
  perspective-origin: left center !important;
}
.content-skewed-left .content-skewed-item {
  transform: rotateY(-30deg) rotateX(15deg) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.text-secondary {
  color: var(--bs-secondary) !important;
}
.text-muted {
  color: var(--bs-gray) !important;
}
.text-gray-100 {
  color: var(--bs-gray-100) !important;
}
.text-gray-200 {
  color: var(--bs-gray-200) !important;
}
.text-gray-300 {
  color: var(--bs-gray-300) !important;
}
.text-gray-400 {
  color: var(--bs-gray-400) !important;
}
.text-gray-500 {
  color: var(--bs-gray-500) !important;
}
.text-gray-600 {
  color: var(--bs-gray-600) !important;
}
.text-gray-700 {
  color: var(--bs-gray-700) !important;
}
.text-gray-800 {
  color: var(--bs-gray-800) !important;
}
.text-gray-900 {
  color: var(--bs-gray-900) !important;
}
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.text-white-75,
.page-header-ui-dark .page-header-ui-text a {
  color: rgba(255, 255, 255, 0.75) !important;
}
.text-white-25 {
  color: rgba(255, 255, 255, 0.25) !important;
}
.text-black-75 {
  color: rgba(0, 0, 0, 0.75) !important;
}
.text-black-25 {
  color: rgba(0, 0, 0, 0.25) !important;
}
.text-xs {
  font-size: 0.75rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
}
.text-lg {
  font-size: 1.25rem !important;
}
.text-xl {
  font-size: 2.5rem !important;
}

.text-arrow-icon {
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.text-arrow-icon svg {
  margin-left: 0.25rem;
}
.text-arrow-icon.small svg {
  height: 0.875rem;
  width: 0.875rem;
}
.line-height-normal {
  line-height: normal !important;
}
.z-1 {
  z-index: 1 !important;
  position: relative !important;
}
.z-2 {
  z-index: 2 !important;
  position: relative !important;
}
.card {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  box-shadow: 0 0.375rem 0.75rem rgba(140, 152, 164, 0.075);
}
.card .card-header {
  font-weight: var(--md-font-weight-bold);
  padding: 1rem 1rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card-footer {
  padding: 0.5rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card:not([class*="bg-"]) .card-header {
  color: var(--bs-primary);
}
.card-text {
  font-size: 16px;
  line-height: 24px;
}
.card.bg-dark .card-header,
.card.bg-dark .card-footer {
  border-color: rgba(255, 255, 255, 0.15);
}
.card .card-header .card-header-tabs .nav-link.active {
  background-color: #fff;
  border-bottom-color: #fff;
}
.card-header-actions .card-header {
  height: 3.5625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
.card-header-actions .card-header .dropdown-menu {
  margin-top: 0;
  top: 0.5625rem !important;
}
.card-collapsable .card-header[data-bs-toggle="collapse"],
.card-collapsable .card-header[data-toggle="collapse"] {
  display: flex;
  text-decoration: none;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.card-collapsable
  .card-header[data-bs-toggle="collapse"]
  .card-collapsable-arrow,
.card-collapsable .card-header[data-toggle="collapse"] .card-collapsable-arrow {
  height: 0.9rem;
  width: 0.9rem;
  display: inline-flex;
  font-size: 0.9rem;
  transition: transform 0.1s ease-in-out;
}
.card-collapsable
  .card-header[data-bs-toggle="collapse"]
  .card-collapsable-arrow
  svg,
.card-collapsable
  .card-header[data-bs-toggle="collapse"]
  .card-collapsable-arrow
  i,
.card-collapsable
  .card-header[data-bs-toggle="collapse"]
  .card-collapsable-arrow,
.card-collapsable
  .card-header[data-toggle="collapse"]
  .card-collapsable-arrow
  svg,
.card-collapsable
  .card-header[data-toggle="collapse"]
  .card-collapsable-arrow
  i,
.card-collapsable .card-header[data-toggle="collapse"] .card-collapsable-arrow {
  height: 0.9rem;
  width: 0.9rem;
}
.card-collapsable .card-header[data-bs-toggle="collapse"].collapsed,
.card-collapsable .card-header[data-toggle="collapse"].collapsed {
  border-radius: 0.35rem;
}
.card-collapsable
  .card-header[data-bs-toggle="collapse"].collapsed
  .card-collapsable-arrow,
.card-collapsable
  .card-header[data-toggle="collapse"].collapsed
  .card-collapsable-arrow {
  transform: rotate(-90deg);
}
.dropdown-menu {
  font-size: 0.9rem;
  border: none;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}
.dropdown-menu .dropdown-header {
  font-size: 0.75rem;
  font-weight: var(--md-font-weight-bold);
  display: flex;
  align-items: center;
}
.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
}
.dropdown-menu .dropdown-item .dropdown-item-icon {
  margin-right: 0.5rem;
  line-height: 1;
}
.dropdown-menu .dropdown-item .dropdown-item-icon svg {
  height: 0.9em;
  width: 0.9em;
}
.dropdown-menu .dropdown-item.active .dropdown-item-icon,
.dropdown-menu .dropdown-item:active .dropdown-item-icon {
  color: #fff;
}
.dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
}
.dropdown .dropdown-toggle .dropdown-arrow {
  margin-left: 0.4rem;
  margin-right: 0;
  transition: transform 0.1s ease-in-out;
  font-size: 0.6em;
}
.dropdown .dropdown-toggle.show .dropdown-arrow {
  transform: rotate(90deg);
}
.icon-services {
  fill: var(--bs-secondary);
}
.icon-stack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
  background-color: #f2f6fc;
  flex-shrink: 0;
}
.icon-stack svg {
  height: 1rem;
  width: 1rem;
}
.icon-stack-sm {
  height: 2rem;
  width: 2rem;
}
.icon-stack-lg {
  height: 4rem;
  width: 4rem;
  font-size: 1.5rem;
}
.icon-stack-lg svg {
  height: 1.5rem;
  width: 1.5rem;
}
.icon-stack-xl {
  height: 5rem;
  width: 5rem;
  font-size: 1.75rem;
}
.icon-stack-xl svg {
  height: 1.75rem;
  width: 1.75rem;
}
/*.icon-list-social {
  display: flex;
}*/
.icon-list-social .icon-list-social-link {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.badge-sm {
  font-size: 0.75rem;
}
.badge-md {
  font-size: 1rem;
}
.badge-lg {
  font-size: 1.25rem;
}
.form-check.form-check-solid .form-check-input {
  background-color: #eef2f8;
  border-color: #eef2f8;
}
.form-check.form-check-solid .form-check-input:checked {
  background-color: var(--bs-primary);
}
.form-control-solid {
  background-color: #eef2f8;
  border-color: #eef2f8;
}
.form-control-solid:focus {
  background-color: #eef2f8;
}
.input-group-joined {
  border-color: #c5ccd6;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.4375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group-joined:focus-within {
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgba(0, 97, 242, 0.25);
}
.input-group-joined .form-control {
  border: none;
}
.input-group-joined .form-control:focus {
  box-shadow: none;
  outline: none;
}
.input-group-joined .input-group-text,
.input-group-joined .input-group-text {
  border: none;
  background-color: #fff;
}

.input-group-joined-xl .form-control {
  height: 4rem;
  font-size: 1.25rem;
}
.input-group-joined.input-group-solid {
  border: 0;
  background-color: #eef2f8;
}
.input-group-joined.input-group-solid .form-control,
.input-group-joined.input-group-solid .input-group-text {
  background-color: transparent;
}
#layoutDefault {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#layoutDefault #layoutDefault_content {
  min-width: 0;
  flex-grow: 1;
}
#layoutDefault #layoutDefault_footer {
  min-width: 0;
}
.content-skewed {
  perspective: 1500px;
  transform-style: preserve-3d;
}
.content-skewed-right {
  perspective-origin: right center;
}
.content-skewed-right .content-skewed-item {
  transform: rotateY(30deg) rotateX(15deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.content-skewed-left {
  perspective-origin: left center;
}
.content-skewed-left .content-skewed-item {
  transform: rotateY(-30deg) rotateX(15deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.badge-marketing {
  padding: 0.5em 1em;
}
.media-img {
  height: 5rem;
  width: 5rem;
}

.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
}
.overlay-primary:before {
  background-color: var(--bs-primary) !important;
}
.overlay-secondary:before {
  background-color: var(--bs-secondary) !important;
}
.overlay-70:before {
  opacity: 0.7;
}

section {
  position: relative;
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--bs-primary);
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--bs-primary);
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}
svg:not(:root).svg-inline-icon {
  overflow: visible;
}
.svg-inline-icon {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.brands svg {
  width: 100%;
  fill: currentColor;
}

.device-laptop {
  position: relative;
}
.device-laptop .device-container {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.device-laptop .device-screenshot {
  display: block;
  position: absolute;
  top: 6%;
  left: 11.8%;
  height: auto;
  width: 76.57%;
  z-index: 0;
}

.footer {
  font-size: 0.875rem;
}
.footer .footer-brand {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.footer .footer-brand svg {
  height: 1rem;
}
.footer.footer-dark {
  color: var(--bs-body-color);
}
.footer.footer-dark hr {
  border-color: var(--bs-gray-800);
}
.footer.footer-light {
  color: var(--bs-secondary-color);
}

.text-reset,
.footer a {
  --bs-text-opacity: 1;
  color: inherit !important;
  text-decoration: none !important;
}
.text-reset,
.footer a:hover {
  color: var(--bs-primary);
  text-decoration: underline !important;
}

/* titles for footer lists START */
.text-uppercase-expanded {
  font-weight: var(--md-font-weight-bold);
  letter-spacing: 0.125em;
  text-transform: uppercase;
  margin-top: 1rem;
}
/* titles for footer lists END */

/*
.page-header-ui {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-header-ui .page-header-ui-content .page-header-ui-title {
  font-size: 2.4rem;
}
.page-header-ui .page-header-ui-content .page-header-ui-text {
  font-size: 1.4rem;
}
.page-header-ui .page-header-ui-content .page-header-ui-text.small {
  font-size: 0.9rem;
}

.page-header-ui-dark {
  color: #fff;
  background-color: #212832;
}
.page-header-ui-dark .page-header-ui-title {
  color: #fff;
}
.page-header-ui-light {
  background-color: #f2f6fc;
}
.page-header-ui-light .page-header-ui-text {
  color: #69707a;
}
.page-header-ui-light .page-header-ui-text a {
  color: #4a515b;
}
.page-header-ui.navbar-fixed .page-header-ui-content {
  padding-top: 12.5rem;
}

@media (max-width: 575.98px) {
  .page-header-ui .page-header-ui-content .page-header-ui-title {
    font-size: 1.8rem;
  }
  .page-header-ui .page-header-ui-content .page-header-ui-text {
    font-size: 1.2rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .page-header-ui .page-header-ui-content .page-header-ui-title {
    font-size: 2.0rem;
  }
  .page-header-ui .page-header-ui-content .page-header-ui-text {
    font-size: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-header-ui .page-header-ui-content .page-header-ui-title {
    font-size: 2.2rem;
  }
  .page-header-ui .page-header-ui-content .page-header-ui-text {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-header-ui .page-header-ui-content .page-header-ui-title {
    font-size: 2.3rem;
  }
  .page-header-ui .page-header-ui-content .page-header-ui-text {
    font-size: 1.3rem;
  }
  .divider-right {
    border-right: 0.0625rem solid #e0e5ec;
  }

}
*/

/* --- autocomplete mail --- */
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /* position the autocomplete items to be the same width as the container:
  top: 100%;
  left: 10px;
  right: 10px;
  */
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fffef6;
  border-bottom: 1px solid #d4d4d4;
}
/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #fffbeb;
}
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: #fef3cd !important;
  color: #000000;
}
/* --- start slider after & before pictures - delete if there are none --- */
.before-txt {
  writing-mode: vertical-lr;
  text-orientation: upright;
  position: absolute;
  left: 0px;
}
.after-txt {
  writing-mode: vertical-lr;
  text-orientation: upright;
  position: absolute;
  right: 0;
  top: 0;
}
.ba-slider {
  position: relative;
  overflow: hidden;
}
.ba-slider img {
  width: 100%;
  display: block;
}
.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.handle {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.handle:after {
  position: absolute;
  top: 25%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -19px;
  content: "\21d4";
  color: white;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466;
}

.draggable:after {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -8px;
  line-height: 20px;
  font-size: 15px;
}

/* --- media-queries & animations --- */
/*
.animate5out {
    transition: all 0.5s ease-out;
}
.animate8out {
    transition: all 0.8s ease-out;
}
.animate11out {
    transition: all 1.1s ease-out;
}
.animate14out {
    transition: all 1.4s ease-out;
}
.animate20out {
    transition: all 2s ease-out;
}
.animate40out {
    transition: all 4s ease-out;
}
*/

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}

.bd-callout h4 {
  margin-bottom: 0.25rem;
}

.bd-callout p:last-child {
  margin-bottom: 0;
}

.bd-callout code {
  border-radius: 0.25rem;
}

.bd-callout + .bd-callout {
  margin-top: -0.25rem;
}

.bd-callout-info {
  border-left-color: #5bc0de;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}

.bd-callout-danger {
  border-left-color: #d9534f;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}

.bg-secondary {
  background-color: var(--bs-secondary) !important;
}

.shape {
  position: absolute;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}

.shape svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}

.shape.bg-light,
.shape.bg-body,
.shape.bg-primary,
.shape.bg-secondary,
.shape.bg-dark,
.shape.bg-darker {
  background-color: transparent !important;
}

.shape.bg-light {
  color: #fff !important;
}

.shape.bg-body {
  color: #fff !important;
}

.shape.bg-primary {
  color: #766df4 !important;
}

.shape.bg-secondary {
  color: #f7f7fc !important;
}

.shape.bg-dark {
  color: #37384e !important;
}

.shape.bg-darker {
  color: #2c2d3f !important;
}

.shape-top,
.shape-bottom {
  width: 100%;
  left: 0;
}

.shape-right,
.shape-left {
  height: 100%;
  left: 0;
  top: 0;
}

.shape-right svg,
.shape-left svg {
  top: -2px;
  width: auto;
  height: 102%;
  height: calc(100% + 5px);
}

.shape-top {
  top: 0;
  margin-top: -1px;
}

.shape-bottom {
  bottom: 0;
  margin-bottom: -1px;
}

.shape-right svg {
  left: auto;
  right: 0;
  margin-right: -1px;
}

.shape-left svg {
  left: 0;
  right: auto;
  margin-left: -1px;
}
.shape-right,
.shape-left {
  display: none;
}

.shape-slant {
  padding-bottom: 8.7%;
}

.shape-curve-side {
  padding-bottom: 8.4%;
}

.shape-curve {
  padding-bottom: 6.2%;
}

@media (min-width: 768px) {
  @supports (--css: variables) {
    [data-toggle="animation"] {
      -webkit-animation-duration: 0.4s;
      animation-duration: 0.4s;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
    }
    [data-animation="fadeIn"] {
      opacity: 0;
    }
    [data-animation="fadeIn"].animate {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn;
    }
    @-webkit-keyframes fadeIn {
      to {
        opacity: 1;
      }
    }
    @keyframes fadeIn {
      to {
        opacity: 1;
      }
    }
    [data-animation="fadeUp"] {
      -webkit-transform: translateY(1rem);
      transform: translateY(1rem);
      opacity: 0;
    }
    [data-animation="fadeUp"].animate {
      -webkit-animation-name: fadeUp;
      animation-name: fadeUp;
    }
    @-webkit-keyframes fadeUp {
      to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }
    }
    @keyframes fadeUp {
      to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }
    }
    [data-animation="fadeDown"] {
      -webkit-transform: translateY(-1rem);
      transform: translateY(-1rem);
      opacity: 0;
    }
    [data-animation="fadeDown"].animate {
      -webkit-animation-name: fadeDown;
      animation-name: fadeDown;
    }
    @-webkit-keyframes fadeDown {
      to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }
    }
    @keyframes fadeDown {
      to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
      }
    }
    [data-animation-order="0"] {
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
    }
    [data-animation-order="1"] {
      -webkit-animation-delay: 0.15s;
      animation-delay: 0.15s;
    }
    [data-animation-order="2"] {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s;
    }
    [data-animation-order="3"] {
      -webkit-animation-delay: 0.45s;
      animation-delay: 0.45s;
    }
    [data-animation-order="4"] {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s;
    }
    [data-animation-order="5"] {
      -webkit-animation-delay: 0.75s;
      animation-delay: 0.75s;
    }
    [data-animation-order="6"] {
      -webkit-animation-delay: 0.9s;
      animation-delay: 0.9s;
    }
    [data-animation-order="7"] {
      -webkit-animation-delay: 1.05s;
      animation-delay: 1.05s;
    }
    [data-animation-order="8"] {
      -webkit-animation-delay: 1.2s;
      animation-delay: 1.2s;
    }
    [data-animation-order="9"] {
      -webkit-animation-delay: 1.35s;
      animation-delay: 1.35s;
    }
    [data-animation-order="10"] {
      -webkit-animation-delay: 1.5s;
      animation-delay: 1.5s;
    }
  }
}

.dot {
  height: 30px;
  width: 30px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
}

.accordion-button {
  color: var(--bs-primary) !important;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-primary) !important;
  background-color: var(--bs-light) !important;
}

/* end base */
.btn-light {
  color: var(--bs-primary) !important;
}
.btn-light:hover {
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  opacity: 0.75;
}
.btn-outline-primary {
  color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  opacity: 0.75;
}
.btn-secondary {
  color: #fff;
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  opacity: 0.75;
}

.btn-outline-secondary {
  color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
}

.row3img {
  position: absolute;
  height: 100%;
  border-bottom-left-radius: 350% 160px;
  border-bottom-right-radius: 0;
  left: 0%;
}

@media screen and (max-width: 767px) {
  .page-header-ui {
    padding: 1rem 0;
  }
}

@media screen and (min-width: 768px) {
  .row2-half {
    background: url("https://dental.imgix.net/ds-cosmetic-dentistry.jpg?auto=format&fit=max&dpr=1")
      no-repeat top right / cover;
    position: absolute;
    width: 50%;
    height: 100%;
  }
}

/* About Us Flip Cards */
.card {
  perspective: 30rem;
}
.flip-card {
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.img-front {
  position: relative;
  z-index: 2;
}
.img-back {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  backface-visibility: hidden;
  transform: rotateY(180deg);
}
.card:hover .flip-card {
  transform: rotateY(180deg);
}
/* About Us Flip Cards END */

/*pev*/
iframe {
  overflow: hidden;
}

.btn-sm {
  padding: 0.3rem 1rem 0.2rem 1rem;
}

.carousel.carousel-fade .carousel-item {
  display: block;
  opacity: 0;
  transition: opacity ease-out 0.7s;
}
.carousel.carousel-fade .carousel-item.active {
  opacity: 1 !important;
}

.tag-svg {
  width: 16px;
  fill: var(--bs-primary);
}

/* ----------------------------------- Meet Our Dentists START  -------------------------- */

@media screen and (min-width: 768px) {
  .meet-our-dentists img {
    transition: all 0.5s ease;
    z-index: 2;
    position: relative;
    filter: grayscale(1);
  }
  .meet-our-dentists .card:hover img {
    transform: scale(1.2);
    filter: grayscale(0);
  }
  .meet-our-dentists .card:hover a {
    color: var(--bs-secondary);
  }
}

/* ----------------------------------- Meet Our Dentists END  -------------------------- */

/* START Preloader

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--bs-body-bg);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--bs-primary);
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/

@media screen and (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
}

/* ----------------------------------- layout-inside-ortho START  -------------------------- */
.sticky-sidebar {
  position: sticky;
  top: 100px;
}
/*circular-progress START*/
.circular-progress span {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@property --p {
  syntax: "<percentage>";
  initial-value: 0%;
  inherits: true;
}
.circular-progress {
  position: relative;
  border: solid 3px var(--bs-primary);
  width: 75px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 1;
  border-radius: 50%;
  --mask: linear-gradient(red, red) padding-box,
    conic-gradient(red var(--p), transparent 0%) border-box;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
.perc-1 {
  animation: perc1 2s linear 3s forwards;
}
@keyframes perc1 {
  to {
    --p: 20%;
  }
}
.perc-2 {
  animation: perc2 2s linear 3s forwards;
}
@keyframes perc2 {
  to {
    --p: 40%;
  }
}
.perc-3 {
  animation: perc3 2s linear 3s forwards;
}
@keyframes perc3 {
  to {
    --p: 60%;
  }
}
.perc-4 {
  animation: perc4 2s linear 3s forwards;
}
@keyframes perc4 {
  to {
    --p: 80%;
  }
}
.perc-5 {
  animation: perc5 2s linear 3s forwards;
}
@keyframes perc5 {
  to {
    --p: 100%;
  }
}
/*circular-progress END*/
.layout-inside-ortho {
  .h1,
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    line-height: 1.3;
  }
  .ortho-half {
    background-color: var(--bs-primary);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /*smile assessment form START*/
  [type="radio"] {
    opacity: 0;
    width: 0;
    height: 0;
  }
  [type="radio"] + img {
    cursor: pointer;
  }
  [type="radio"]:hover + img {
    outline: 2px solid rgb(var(--bs-warning-rgb));
  }
  [type="radio"]:checked + img {
    outline: 2px solid rgb(var(--bs-success-rgb));
  }
  /*smile assessment form END*/
}
/* ----------------------------------- layout-inside-ortho END  -------------------------- */

/* ----------------------------------- PE_VIDEO_YT (youtube) -------------------------- */
.hytPlayerWrap {
  display: inline-block;
  position: relative;
  width: 100%;
}

.hytPlayerWrap.ended::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

.hytPlayerWrap.paused::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0px;
  right: 0;
  cursor: pointer;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}
/* ----------------------------------- end PE_VIDEO_YT (youtube) -------------------------- */

.banner-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
}

.banner-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.banner-text-box {
  position: absolute;
  bottom: -40px;
  right: -40px;
  padding: 50px;
  max-width: 45%;
  height: 60%;
  z-index: 2; /* Asigură-te că textul este deasupra pseudo-elementului */
}

.banner-text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  border-top-left-radius: 80px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  z-index: -1; /* Pune fundalul sub text */
  transform: perspective(1000px) rotateZ(-11deg) rotateX(0deg) rotateY(0deg)
    translate(0, 0) scaleX(1) scaleY(1) skewX(0deg) skewY(0deg);
  transform-origin: center center;
}

.banner-text-box h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #222;
}

.banner-text-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

@media (max-width: 900px) {
  .banner-text-box {
    max-width: 80%; /* Mărește lățimea pe dispozitive mai mici */
    bottom: -30px; /* Micșorează marginea de jos */
    right: -30px; /* Micșorează marginea dreapta */
    height: auto; /* Permite ajustarea automată a înălțimii */
    padding: 30px; /* Reduci padding-ul pe dispozitive mici */
    border-radius: 0; /* Elimină colțurile rotunjite pe dispozitive mici */
  }

  .banner-text-box h2 {
    font-size: 24px; /* Diminuezi fontul pe dispozitive mai mici */
  }

  .banner-text-box p {
    font-size: 14px; /* Reduci dimensiunea fontului pe dispozitive mici */
  }
}

@media (max-width: 600px) {
  .banner-text-box {
    max-width: 100%; /* Acoperă întreaga lățime pe dispozitive foarte mici */
    padding: 30px; /* Reduci padding-ul pentru ecrane foarte mici */
    bottom: -20px; /* Ajustezi marginea de jos */
    right: -40px; /* Ajustezi marginea dreaptă */
    max-width: 65%;
  }

  .banner-text-box h2 {
    font-size: 18px; /* Diminuezi și mai mult fontul pe dispozitive foarte mici */
  }

  .banner-text-box p {
    font-size: 14px; /* Mărimea fontului pentru text pe mobile mici */
  }
}

/* ----------------------------------- Dark Mode START  -------------------------- */
[data-bs-theme="dark"] {
  /*--bs-primary: #fff /*https://hex.negraru.com/ to find a lighter color of the same primary color*/
  --bs-light: #2a2c31;
  --bs-dark: #0f0f10;
  --bs-dark-rgb: 15, 15, 16;

  --bs-gray-100: #0b1324;
  --bs-gray-200: #0f172a;
  --bs-gray-300: #1e293b;
  --bs-gray-400: #334155;
  --bs-gray-500: #475569;
  --bs-gray-600: #64748b;
  --bs-gray-700: #94a3b8;
  --bs-gray-800: #cbd5e1;
  --bs-gray-900: #e2e8f0;
  --bs-gray-1000: #f1f5f9;
  /*
    --bs-gray-100: rgba(var(--bs-dark-rgb), 0.05) !important;
    --bs-gray-200: rgba(var(--bs-dark-rgb), 0.1) !important;
    --bs-gray-300: rgba(var(--bs-dark-rgb), 0.15) !important;
    --bs-gray-400: rgba(var(--bs-dark-rgb), 0.2) !important;
    --bs-gray-500: rgba(var(--bs-dark-rgb), 0.25) !important;
    --bs-gray-600: rgba(var(--bs-dark-rgb), 0.3) !important;
    --bs-gray-700: rgba(var(--bs-dark-rgb), 0.35) !important;
    --bs-gray-800: rgba(var(--bs-dark-rgb), 0.4) !important;
    --bs-gray-900: rgba(var(--bs-dark-rgb), 0.45) !important;
*/
  --bs-body-bg: #222529;
  --bs-body-bg-rgb: #222529;
  --bs-body-color: #a1a1a8;
  --bs-border-color: rgba(255, 255, 255, 0.07);
  --bs-mode: #1b1e21;
  --bs-breadcrumb-divider-color: var(--bs-danger);
}
[data-bs-theme="dark"] .bg-white {
  background-color: var(--bs-dark) !important;
}

[data-bs-theme="dark"] .card {
  --bs-card-cap-bg: var(--bs-mode);
  --bs-card-bg: var(--bs-mode);
}
[data-bs-theme="dark"] .btn-white.active,
[data-bs-theme="dark"] .btn-white:active,
[data-bs-theme="dark"] .btn-white:focus,
[data-bs-theme="dark"] .btn-white:hover {
  background: var(--bs-gray-800);
}
[data-bs-theme="dark"] .alert-light {
  --bs-alert-bg: var(--bs-gray-600);
  --bs-alert-border-color: var(--bs-gray-600);
}
[data-bs-theme="dark"] .btn-dark {
  --bs-btn-bg: var(--bs-dark) !important;
  --bs-btn-border-color: var(--bs-dark) !important;
}
[data-bs-theme="dark"] hr {
  color: var(--bs-gray-300);
}
[data-bs-theme="dark"] .modal {
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-footer-border-color: var(--bs-border-color);
}
[data-bs-theme="dark"] .table-light {
  --bs-table-bg: var(--bs-light);
  --bs-table-color: var(--bs-gray-900);
}
[data-bs-theme="dark"] .offcanvas,
[data-bs-theme="dark"] .offcanvas-xxl,
[data-bs-theme="dark"] .offcanvas-xl,
[data-bs-theme="dark"] .offcanvas-lg,
[data-bs-theme="dark"] .offcanvas-md,
[data-bs-theme="dark"] .offcanvas-sm {
  --bs-offcanvas-bg: var(--bs-body-bg);
}
[data-bs-theme="dark"] .fill-primary {
  fill: var(--bs-primary) !important;
}

[data-bs-theme="dark"] h3,
.h3 {
  color: var(--bs-white);
}
[data-bs-theme="dark"] .fill-secondary {
  fill: var(--bs-white) !important;
}
[data-bs-theme="dark"] .text-secondary {
  color: var(--bs-white) !important;
}
[data-bs-theme="dark"] .btn-outline-secondary {
  color: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
}

[data-bs-theme="dark"] .text-gradient {
  background: linear-gradient(
    95.07deg,
    var(--bs-primary) -9.16%,
    var(--bs-white) 60.12%,
    rgba(var(--bs-primary-rgb), 0.9) 100.48%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-bs-theme="dark"] .fill-dark {
  fill: var(--bs-dark) !important;
}
[data-bs-theme="dark"] .text-dark {
  color: var(--bs-dark) !important;
}
[data-bs-theme="dark"] .bg-light {
  background-color: var(--bs-light) !important;
}
[data-bs-theme="dark"] .border-light {
  border-color: var(--bs-light) !important;
}
[data-bs-theme="dark"] .bg-body {
  background-color: var(--bs-body-bg) !important;
}
[data-bs-theme="dark"] .shadow,
[data-bs-theme="dark"] .shadow-lg,
[data-bs-theme="dark"] .shadow-sm {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

[data-bs-theme="dark"] .btn-close {
  -webkit-filter: invert(1) grayscale(100%) brightness(300%);
  filter: invert(1) grayscale(100%) brightness(300%);
}

[data-bs-theme="dark"] .accordion.accordion-shadow .accordion-button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--bs-gray-200);
}
[data-bs-theme="dark"] .choices .choices__list--dropdown {
  background: var(--bs-dark);
}
[data-bs-theme="dark"] .choices[data-type*="select-one"] .choices__input {
  background: var(--bs-dark);
}
.dark-mode-switch .btn.active {
  background-color: var(--bs-body-bg) !important;
  border-color: var(--bs-body-bg) !important;
  color: var(--bs-gray);
  -webkit-box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
  box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
}
.dark-mode-item {
  display: none !important;
}
[data-bs-theme="dark"] .dark-mode-item {
  display: inline-block !important;
}
[data-bs-theme="dark"] .light-mode-item {
  display: none !important;
}
[data-bs-theme="dark"] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 0.15) !important;
}

/* ----------------------------------- Dark Mode END  -------------------------- */
