html {
  scroll-behavior: smooth;
}

html * {
  scroll-behavior: smooth;
  font-family: 'Noto Sans', serif;
}

:root {
  --bs-blue: #005C72;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #989aa2;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #005C72;
  --bs-secondary: #00BAE5;
  --bs-success: #10dc60;
  --bs-info: #0dcaf0;
  --bs-warning: #FF7A3A;
  --bs-danger: #f04141;
  --bs-light: #f4f5f8;
  --bs-dark: #222428;
  --bs-primary-rgb: 0, 92, 114;
  --bs-secondary-rgb: 0, 186, 229;
  --bs-success-rgb: 16, 220, 96;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 122, 58;
  --bs-danger-rgb: 245, 61, 61;
  --bs-light-rgb: 244, 244, 244;
  --bs-dark-rgb: 34, 34, 34;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: 'Noto Sans', serif;
  --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-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.flickeringElementFix {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
}

.footer-item {
  color: white !important;
  float: left;
  text-align: left;
}

.footer-item ul {
  margin-top: 8px;
}

.footer-item li {
  padding-top: 14px;
}

.footer-item a {
  color: white;
}

.header-item {
  /* padding-top: 0px !important; */
}

.header-item a {
  color: white;
}

.image_resized img {
  max-width: 100% !important;
  width: 100% !important;
}

.image_resized {
  width: 100% !important;
}

.image img {
  max-width: 100% !important;
  width: 100% !important;
}

.image {
  width: 100% !important;
}

.col img {
  max-width: 100% !important;
  width: 100% !important;
}

.article {
  font-size: 16px !important;
  color: black !important;
}

.article p {
  font-size: 16px !important;
  color: #343a40 !important;
}

.article span {
  color: #343a40 !important;
}

.article a span {
  color: #0d6efd !important;
}

.article h1, h2, h3, h4 {
  margin-bottom: 16px;
  margin-top: 32px;
  color: #343a40 !important;
}

.article ul > li {
  color: #343a40 !important;
  margin-bottom: 8px;
}

.shareon a {
  margin: 5px;
}

.line-clamp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.content-preview-short {
  display: inline;
  color: #343a40 !important;
}

.badge {
  --bs-badge-font-weight: 500;
  --bs-badge-font-size: 0.67em;
}

.bg-badge-primary {
  --bs-badge-font-weight: 500;
  background-color: rgb(0, 92, 114, 0.1);
  color: rgb(0, 92, 114);
}

.bg-badge-secondary {
  --bs-badge-font-weight: 500;
  background-color: rgb(0, 186, 229, 0.1);
  color: rgb(0, 186, 229);
}

.bg-badge-tertiary {
  --bs-badge-font-weight: 500;
  background-color: rgb(112, 68, 255, 0.1);
  color: rgb(112, 68, 255);
}

.bg-badge-success {
  --bs-badge-font-weight: 500;
  background-color: rgb(16, 220, 96, 0.1);
  color: rgb(16, 220, 96);
}

.bg-badge-warning {
  --bs-badge-font-weight: 500;
  background-color: rgb(255, 122, 58, 0.1);
  color: rgb(255, 122, 58);
}

.bg-badge-danger {
  --bs-badge-font-weight: 500;
  background-color: rgb(245, 61, 61, 0.1);
  color: rgb(245, 61, 61);
}

.bg-badge-dark {
  --bs-badge-font-weight: 500;
  background-color: rgb(34, 34, 34, 0.1);
  color: rgb(34, 34, 34);
}

.bg-badge-medium {
  --bs-badge-font-weight: 500;
  background-color: rgb(152, 154, 162, 0.1);
  color: rgb(152, 154, 162);
}

.bg-badge-light {
  --bs-badge-font-weight: 500;
  background-color: rgb(244, 244, 244, 0.1);
  color: rgb(244, 244, 244);
}

.bg-badge-editor {
  --bs-badge-font-weight: 500;
  background-color: rgb(54, 65, 82, 0.1);
  color: rgb(54, 65, 82);
}

.bg-badge-design {
  --bs-badge-font-weight: 500;
  background-color: rgb(254, 208, 53, 0.1);
  color: rgb(254, 208, 53);
}

.bg-badge-faq {
  --bs-badge-font-weight: 500;
  background-color: rgb(170, 139, 86, 0.1);
  color: rgb(170, 139, 86);
}

.ls-btn-outline-secondary {
  --bs-btn-color: red !important;
  --bs-btn-border-color: red !important;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.pricing {}

.pricing td {
  padding: 12px 0px 12px 8px;
  color: #6c757d;
}

.pricing th {
  padding: 14px 0px 12px 8px;
  font-weight: normal;
}

.pricing ul {
  /* padding: 0px; */
}

.pricing li {
  padding: 0px 0px 10px 0px;
}

.paymentMethod {
  background-color: #EEEEEE;
  border-radius: 8px;
  color: #222428;
  margin-right: 18px !important;
}

.paymentMethod p {
  margin: 0px;
}

.paymentMethod svg {
  color: white;
}
