@charset "UTF-8";
/*
Theme Name: Dr Smart Reports
Description: A custom theme for Dr Smart
Version: 1.0.0
Author: Naresh Devineni
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drsmart

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*-------------------------------------------------------------------------------
  1.Normalize
-------------------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  margin-top:0 !important;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

/*-------------------------------------------------------------------------------
  2.Javascript Libraries
-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
  3.General
-------------------------------------------------------------------------------*/
:root {
  --brand-color-purple: #7928ca;
  --brand-color-black: #000;
  --brand-color-yellow: #fcd884;
  --brand-color-green: #00bf72;
  --brand-color-orange: #ee8700;
  --brand-color-white: #fff;
  --brand-color-blue: #007CF0;
  --brand-color-pink: #FF0080;
  --primary-color: #07895a;
  --body-text-color: #3B454E;
  --primary-color-dark-mode: #90D1F0;
  --body-text-color-dark-mode: #eaf2f7;
  --secondary-text-color: #8899A8;
  --secondary-text-color-dark-mode: #a2a9b9;
  --nav-parent-item-text-color: #5c6975;
  --light-background-color: #F3F7FB;
  --border-light-mode: #E3E8ED;
  --border-dark-mode: #2B2E39;
  --brand-color-border-purple: #ecd8ff;
  --brand-color-border-orange: #ffecd2;
  --brand-color-border-green: #d6ffee;
  --brand-color-text-yellow: #f7e4bc;
  --brand-color-text-grey: #afafaf;
  --brand-color-background-green: #d9f5ea;
  --brand-color-background-purple: #f8f2ff;
  --brand-color-background-yellow: #fffeeb;
  --brand-color-background-dark-purple: #5e366f;
  --brand-color-background-blue: #f2f7ff;
  --brand-color-background-red: #fff5f5;
  --brand-color-background-grey: #f5f5f5;
  --brand-color-background-desaturated-yellow: #fcfbf3; }

.has-purple-background-color {
  background-color: var(--brand-color-purple); }

.has-white-background-color {
  background-color: var(--brand-color-white); }

.has-black-background-color {
  background-color: var(--brand-color-black); }

.has-yellow-background-color {
  background-color: var(--brand-color-yellow); }

.has-green-background-color {
  background-color: var(--brand-color-green); }

.has-orange-background-color {
  background-color: var(--brand-color-orange); }

.has-border-purple-background-color {
  background-color: var(--brand-color-border-purple); }

.has-text-yellow-background-color {
  background-color: var(--brand-color-text-yellow); }

.has-text-grey-background-color {
  background-color: var(--brand-color-text-grey); }

.has-light-green-background-color {
  background-color: var(--brand-color-background-green); }

.has-light-purple-background-color {
  background-color: var(--brand-color-background-purple); }

.has-light-yellow-background-color {
  background-color: var(--brand-color-background-yellow); }

.has-dark-purple-background-color {
  background-color: var(--brand-color-background-dark-purple); }

.has-light-blue-background-color {
  background-color: var(--brand-color-background-blue); }

.has-light-red-background-color {
  background-color: var(--brand-color-background-red); }

.has-light-grey-background-color {
  background-color: var(--brand-color-background-grey); }

.has-desaturated-yellow-background-color {
  background-color: var(--brand-color-background-desaturated-yellow); }

.has-text-grey-color {
  color: var(--brand-color-text-grey); }

.has-text-yellow-color {
  color: var(--brand-color-text-yellow); }

.has-purple-color {
  color: var(--brand-color-purple); }

.has-black-color {
  color: var(--brand-color-black); }

.has-yellow-color {
  color: var(--brand-color-yellow); }

.has-green-color {
  color: var(--brand-color-green); }

.has-orange-color {
  color: var(--brand-color-orange); }

body {
  color: var(--body-text-color); }
  body a {
    color: var(--primary-color); }
  body .logo-container a, body .main-header .menu a {
    color: var(--body-text-color); }
    body .logo-container a:hover, body .logo-container a:focus, body .main-header .menu a:hover, body .main-header .menu a:focus {
      color: var(--primary-color); }
  body .desktop-header, body .site-links, body .mobile-toc-toolbar {
    border-bottom: 1px solid var(--border-light-mode); }
  body #mobile-menu-toggle {
    color: #5c6975; }
    body #mobile-menu-toggle:hover, body #mobile-menu-toggle:focus {
      background-color: #f5f7f9; }
  body .main-header .menu li ul a:hover, body .main-header .menu li ul a:focus {
    background-color: #e9f1f7; }
  body .ld-is-current-lesson a, body .section-button.active {
    background-color: #e9f1f7; }
  body .main-header .menu .current-menu-item > a,
  body .main-header .menu .current_page_ancestor > a,
  body .ld-is-current-lesson a,
  body .section-button.active {
    color: var(--primary-color); }
  body .main-header .form-field-wrapper {
    background-color: #EBECED; }
    body .main-header .form-field-wrapper button, body .main-header .form-field-wrapper input[type="search"] {
      color: var(--body-text-color); }
  body .main-header ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--body-text-color); }
  body .main-header ::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--body-text-color); }
  body .main-header :-ms-input-placeholder {
    /* IE 10+ */
    color: var(--body-text-color); }
  body .main-header :-moz-placeholder {
    /* Firefox 18- */
    color: var(--body-text-color); }
  body .logo-container img {
    background-color: var(--primary-color); }
  body .light-paragraph {
    color: var(--secondary-text-color); }
  body a.primary-button, body .learndash-wrapper .ld-button {
    transition: all 0.3s ease-in; }
    body a.primary-button:hover, body a.primary-button:focus, body .learndash-wrapper .ld-button:hover, body .learndash-wrapper .ld-button:focus {
      background-color: var(--body-text-color) !important; }
  body .custom-grid .card {
    border: 1px solid var(--border-light-mode); }
    body .custom-grid .card h2 {
      color: var(--primary-color); }
  body #site-footer {
    background-color: #F5F7F9; }
  body #site-footer li {
    border-right: 2px solid var(--border-light-mode); }
  body #site-footer p {
    color: var(--secondary-text-color); }
  body .sidebar-with-lessons {
    border-right: 1px solid var(--border-light-mode); }
  body .section-button, body .mobile-toc-toolbar button {
    color: var(--nav-parent-item-text-color); }
  body .ld-lesson-item-preview-heading {
    color: var(--secondary-text-color); }
  body .section-button:hover, body .section-button:focus, body .ld-lesson-item-preview-heading:hover, body .ld-lesson-item-preview-heading:focus {
    background-color: #eceff1; }
  body .lessons-container {
    border-left: 1px solid var(--border-light-mode); }
  body .toc, body video, body .person-asking-question, body .kg-bookmark-card, body .has-border img, body .kg-embed-card, body .wistia_responsive_wrapper {
    border: 1px solid var(--border-light-mode); }
  body .person-asking-question {
    background-color: #fffcf3; }
  body .main-header .desktop-header {
    background-color: white; }
  body p code:not([class*="language"]), body .kg-callout-text code:not([class*="language"]), body li code:not([class*="language"]) {
    background: #f7f8f9;
    border: 1px solid #ebeef0;
    color: #2b3136; }
  body .kg-bookmark-card a.kg-bookmark-container, body .kg-bookmark-card a.kg-bookmark-container:hover {
    border: 1px solid rgba(124, 139, 154, 0.25) !important; }
  body .kg-file-card-icon svg {
    color: var(--primary-color); }
  body .kg-file-card a.kg-file-card-container {
    border: 1px solid rgba(124, 139, 154, 0.25); }
  body .kg-file-card a.kg-file-card-container:hover {
    border: 1px solid rgba(124, 139, 154, 0.35); }
  body #mobile-search-form {
    background-color: white;
    border-bottom: 1px solid var(--border-light-mode); }
  body .accordion {
    background-color: white;
    border: 1px solid var(--border-light-mode); }
    body .accordion button {
      color: var(--body-text-color); }
  body .accordion.is-open {
    background-color: var(--light-background-color); }
  body .kg-video-card figcaption {
    color: var(--secondary-text-color); }
  body .course-introduction .custom-course-status {
    background-color: var(--light-background-color);
    color: var(--secondary-text-color); }
  body .course-introduction .course-price {
    color: var(--body-text-color); }
  body #toc-trigger {
    background-color: transparent;
    color: var(--secondary-text-color); }
    body #toc-trigger svg {
      fill: currentColor; }
  body .course-progress-bar {
    background-color: #D9D9D9; }
    body .course-progress-bar .course-progress {
      background-color: var(--brand-color-green); }
  body .completed-percent {
    color: var(--brand-color-green); }
  body .skill-box {
    border: 1px solid var(--border-light-mode); }
    body .skill-box h3 {
      color: var(--primary-color); }
  body .get-instant-access {
    border: 1px solid var(--border-light-mode); }
  body #sb-site .ld-content-actions a:hover, body #sb-site .ld-content-actions a:focus, body #sb-site .ld-content-actions input[type="submit"]:hover, body #sb-site .ld-content-actions input[type="submit"]:focus, body #sb-site .learndash-button-free:hover, body #sb-site .learndash-button-free:focus {
    background-color: var(--body-text-color) !important; }
  body .nav-links a:hover, body .nav-links a:focus {
    background-color: var(--light-background-color); }
  body span.page-numbers.dots + a {
    border: 1px solid var(--border-light-mode); }
  body .nav-links a {
    color: var(--primary-color);
    background-color: transparent; }
  body .nav-links .current:first-child, body .nav-links a:first-child {
    border-left: 1px solid var(--border-light-mode); }
  body .nav-links span {
    color: var(--body-text-color); }
  body .nav-links .current, body .nav-links a {
    border: 1px solid var(--border-light-mode);
    border-left: 0; }

:root {
  --brand-font-inter: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  --default-spacing: 24px;
  --large-spacing: 40px;
  --medium-spacing: 16px;
  --small-spacing:8px;
  --xs-spacing: 4px;
  --default-radius: 6px; }

html {
  scroll-behavior: smooth; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--brand-font-inter);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-y: auto; }

.top-bar ul,
.top-bar li,
.main-header ul,
.main-header li,
#site-footer ul,
#site-footer li {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

img, video {
  max-width: 100%;
  height: auto; }

.main-content h1 {
  line-height: 1.2; }
.main-content h2, .main-content h3, .main-content h4 {
  padding-top: var(--default-spacing);
  padding-bottom: var(--small-spacing);
  line-height: 1.3;
  margin: 0; }
.main-content p {
  padding-top: var(--small-spacing);
  padding-bottom: var(--small-spacing); }
.main-content img {
  max-width: 100%;
  height: auto; }

a.primary-button, .learndash-wrapper .ld-button, #sb-site .learndash-button-free {
  background-color: var(--primary-color) !important;
  font-size: 16px !important;
  color: white;
  padding: 12px 24px !important;
  max-width: 310px;
  font-weight: bold !important;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  gap: 8px;
  justify-content: center !important;
  align-items: center !important;
  border-radius: var(--default-radius) !important; }
  a.primary-button .ld-icon, .learndash-wrapper .ld-button .ld-icon, #sb-site .learndash-button-free .ld-icon {
    display: none; }

.kg-video-card {
  margin: 20px 0; }

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

.default-border-radius {
  border-radius: var(--default-radius) !important; }

.wp-block-button__link {
  font-size: clamp(1.125rem, 0.8vw + 0.8rem, 1.5rem);
  padding-left: 40px;
  padding-right: 40px; }
  .wp-block-button__link:hover, .wp-block-button__link:focus {
    background-color: black; }

.big-button .wp-block-button__link {
  width: 80%;
  max-width: 450px; }
  @media only screen and (max-width: 600px) {
    .big-button .wp-block-button__link {
      width: 95%; } }

.alignwide {
  margin-left: -80px;
  margin-right: -80px; }

.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  width: 100vw; }

.wp-block .accordion-content {
  visibility: visible !important;
  position: static !important; }

/*-------------------------------------------------------------------------------
  4.Header
-------------------------------------------------------------------------------*/
.main-header .desktop-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  box-sizing: border-box;
  padding-left: var(--default-spacing);
  padding-right: var(--default-spacing);
  /* position: fixed; */
  width: 100%;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .main-header .desktop-header {
      padding-left: var(--small-spacing);
      padding-right: var(--small-spacing);
      height: 60px; } }

.logo-container {
  display: flex;
  justify-content: flex-start;
  max-width: 450px; }
  .logo-container a {
    display: flex;
    align-items: center;
    padding-left: var(--small-spacing);
    justify-content: flex-start;
    gap: var(--small-spacing);
    font-weight: bold;
    font-size: 20px; }
    @media only screen and (max-width: 767px) {
      .logo-container a {
        font-size: 16px; } }
    .logo-container a img {
      max-width: 40px;
      border-radius: 100%; }

.page-template-default .logo-container a {
  padding-left: 0; }
  @media only screen and (max-width: 767px) {
    .page-template-default .logo-container a {
      padding-left: var(--small-spacing); } }

#mobile-menu-toggle, #search-form-trigger {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--xs-spacing);
  cursor: pointer; }

#search-form-trigger {
  padding: 0 !important; }

@media only screen and (min-width: 768px) {
  #mobile-menu-toggle, #search-form-trigger, .site-links {
    display: none; } }

#mobile-menu-toggle {
  padding-left: 0; }
  #mobile-menu-toggle ~ .logo > a {
    padding-left: 0; }

.header-right-side, .header-right-side .menu {
  gap: var(--default-spacing);
  display: flex;
  align-items: center; }
@media only screen and (max-width: 767px) {
  .header-right-side {
    display: none; } }

.main-header .menu a {
  font-weight: bold;
  line-height: 40px; }

.site-links .menu {
  margin-top: var(--small-spacing); }

.main-header button, .main-header input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0; }
.main-header button {
  display: flex;
  align-items: center; }
.main-header svg {
  width: 16px;
  height: 16px; }
@media only screen and (max-width: 767px) {
  .main-header input[type="search"] {
    min-width: 230px; } }

.main-header .form-field-wrapper {
  display: flex;
  align-items: center;
  height: 40px;
  border-radius: var(--default-radius);
  padding-left: var(--small-spacing);
  padding-right: var(--small-spacing); }
  .main-header .form-field-wrapper input[type="search"] {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    outline: 0; }

.top-level-container.site-links {
  padding-bottom: var(--default-spacing);
  padding-left: var(--medium-spacing);
  padding-right: var(--medium-spacing);
  padding-top: calc(var(--default-spacing)); }
  .top-level-container.site-links .form-field-wrapper {
    margin-top: var(--medium-spacing); }

#site-links-dropdown.hide {
  display: none; }

#site-links-trigger svg.rotate-down {
  transform: rotate(90deg); }

#mobile-search-form {
  padding: var(--medium-spacing);
  width: calc(100% - 32px);
  display:none;
  z-index: 1; }

#mobile-search-form.show {
  display:block }

#mobile-search-form .form-field-wrapper button {
  height: 40px; }

/*-------------------------------------------------------------------------------
  5.Navigation
-------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  .primary-navigation-left ul,
  .primary-navigation-right ul {
    display: none; } }

.menu li {
  position: relative; }
  .menu li:hover > ul, .menu li.sfHover > ul {
    display: block; }
.menu li ul {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 1000;
  width: 250px;
  border: 1px solid #d3dce4;
  border-radius: var(--default-radius);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  padding: var(--small-spacing);
  left: -100%;
  background-color: #fff; }
  .menu li ul a {
    border-radius: var(--default-radius);
    display: block;
    text-transform: capitalize;
    line-height: 1.4 !important;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.875em;
    padding-left: var(--medium-spacing);
    padding-right: var(--medium-spacing); }
  .menu li ul ul {
    left: 100%; }
  .menu li ul li {
    text-align: left; }
    .menu li ul li:last-child a {
      border-bottom: 0; }
.menu a {
  display: block; }

/*-------------------------------------------------------------------------------
  6.Layout
-------------------------------------------------------------------------------*/
.top-level-container {
  padding-left: var(--default-spacing);
  padding-right: var(--default-spacing); }
  @media only screen and (max-width: 767px) {
    .top-level-container {
      padding-left: var(--small-spacing);
      padding-right: var(--small-spacing); } }

.custom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 992px) {
    .custom-grid {
      grid-template-columns: repeat(2, 1fr);
      max-width: 700px; } }
  @media only screen and (max-width: 600px) {
    .custom-grid {
      grid-template-columns: repeat(1, 1fr); } }
  .custom-grid .card {
    max-width: 320px;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease-in; }
    .custom-grid .card:hover {
      box-shadow: 0px 12px 13px rgba(0, 0, 0, 0.02);
      transform: translateY(-2px); }
    .custom-grid .card h2 {
      font-size: 16px;
      padding-top: 0;
      padding-bottom: 0;
      font-weight: normal; }
    .custom-grid .card p {
      padding-top: 0;
      margin-bottom: 0; }
    .custom-grid .card .course-details {
      padding: var(--medium-spacing); }
    .custom-grid .card span.user-is-enrolled {
      font-weight: 600;
      background-color: #ea6045;
      color: white;
      font-size: 12px;
      padding: 2px 8px;
      border-radius: 30px;
      position: absolute;
      right: 16px;
      top: 16px; }

.container-640 {
  max-width: 640px;
  margin: 0 auto; }

.container-680 {
  max-width: 680px;
  margin: 0 auto; }

.container-720 {
  max-width: 720px;
  margin: 0 auto; }

.container-740 {
  max-width: 740px;
  margin: 0 auto; }

.inner-content-660 > div {
  padding: 40px 0;
  max-width: 660px;
  margin: 0 auto; }

.inner-content-660 {
  padding: 0 15px !important; }

/*-------------------------------------------------------------------------------
  7.Page, Post
-------------------------------------------------------------------------------*/
.main-content {
  padding: var(--large-spacing) var(--default-spacing); }

#page-introduction {
  max-width: 600px;
  margin: 0 auto; }
  #page-introduction img {
    padding: 0; }
  #page-introduction .wp-block-image {
    margin: 0;
    padding: 0; }
  #page-introduction h1 {
    margin-top: var(--medium-spacing);
    margin-bottom: var(--small-spacing); }
  #page-introduction p {
    padding-top: 0; }


.two-column-screen {
  display: flex; }

.section-button{
  background-color: transparent;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  appearance: none;
  min-height: 24px;
  display: block;
  font-size: 14px;
  padding: 6px var(--small-spacing);
  text-align: left;
  border-radius: 4px;
  display: block;
  line-height: 1.5;
  margin-bottom: var(--xs-spacing); }

.section-button {
  display: flex;
  justify-content: space-between;
  cursor: pointer; }
  .section-button span {
    display: block;
    width: calc(100% - 25px); }
  .section-button svg {
    position: relative;
    top: 2px; }

.section-button.active {
  font-weight: bold; }

.search-results .main-content {
  max-width: 720px;
  margin: 0 auto; }
.search-results h1 {
  text-align: center;
  margin-top: 0;
  font-size: 40px; }

.search-result {
  padding: var(--default-spacing);
  border: 1px solid var(--border-light-mode);
  border-radius: var(--default-radius);
  margin-bottom: var(--default-spacing); }
  .search-result h2 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px; }
  .search-result p {
    margin-bottom: 0;
    margin-top: 10px; }

.nav-links {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%; }

.nav-links .current, .nav-links a {
  line-height: 36px;
  padding: 0 15px;
  border-left: 0; }

span.page-numbers.dots {
  margin: 0 10px; }

/*-------------------------------------------------------------------------------
  8.Page
-------------------------------------------------------------------------------*/
#site-footer .footer-bar {
  height: 100px;
  box-sizing: border-box;
  padding-top: var(--medium-spacing);
  padding-bottom: var(--medium-spacing);
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    #site-footer .footer-bar {
      font-size: 14px; } }
  #site-footer .footer-bar p {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    #site-footer .footer-bar {
      flex-wrap: wrap; } }
  #site-footer .footer-bar ul {
    display: flex; }
    #site-footer .footer-bar ul li {
      padding: 0 var(--small-spacing); }
    #site-footer .footer-bar ul li:last-child {
      border-right: 0; }
    @media only screen and (max-width: 767px) {
      #site-footer .footer-bar ul {
        width: 100%;
        justify-content: center; } }

#site-footer {
  padding-left: var(--medium-spacing);
  padding-right: var(--medium-spacing); }
  #site-footer p {
    text-align: center; }


/*# sourceMappingURL=style.css.map */

.archive-list .wp-block-column{
  border-radius: 4px;
  padding:24px;
  background-color:#fafafa;
}
.archive-list{
  margin-top:30px;
}
.archive-list h2{
  padding-top:0;
}
.archive .actual-content,
.page .actual-content{
  max-width:800px;
  margin:0 auto;
}
.archive div.page-title, .page div.page-title{
  border-bottom:1px solid var(--border-light-mode);
}
#report-container{
  max-width:900px;
  margin:0 auto;
}
.todays-date{
  font-size:24px;
}
#report-header{
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom:1px solid var(--border-light-mode);
  padding-bottom:20px;
}
#report-header img{
  max-width:180px;
}
#report-container h1{
  font-size:28px;
  margin-bottom:0;
}
#report-container h1 + p{
  margin-top:0;
  margin-bottom:15px;
  font-size:24px;
}
.title-and-month{
  border-bottom:1px solid var(--border-light-mode);
}
.report-section h2{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-size:18px;
}
.report-section .metric{
  border:1px solid var(--border-light-mode);
  border-radius: 4px;
  padding:16px;
  padding-bottom:0;
}
.report-section h3{
  padding-top:0;
  padding-bottom:0;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size:12px;
  min-height:50px;
  line-height: 1.3;
}
.report-section .metric-value{
  font-size:36px;
  font-style: italic;
  margin-bottom:30px;
  line-height: 1;
}
.section-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
  gap: 24px; /* Space between grid items */
}
.two-column .section-metrics{
  display: grid;
  grid-template-columns: repeat(2, 2fr); /* 4 equal columns */
  gap: 24px; /* Space between grid items */
}
.three-column .section-metrics{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px; /* Space between grid items */
}
.page-break{
  break-before: page; /* Forces a page break before the heading */
}
.keyword-metrics .metric-value{
  padding-top:20px;
}
.keyword-set-2{
  margin-top:20px;
}
button{
    padding:10px 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #000;
    background: #0dda8f;
    display:inline-block;
    border:0;
    border-radius: 4px;
    cursor: pointer;
}
button:hover, button:focus{
  background-color:black;
  color:white;
}
.analysis-content{
  margin-top:30px;
}
table{
  font-size:15px;
  margin-top:10px;
}
table th{
  background-color:#fafafa;
  text-align: left;
}
table th, table td{
  padding-left:15px;
  padding-right:15px;
}
table, table th, table td{
  border:0.5px solid #ccc;
}
@media print {
  .main-header, #site-footer {
      display: none !important;
  }
  .single .actual-content{
    padding:0;
  }
  .archive .blogpost-item{
    display:none;
  }
  .archive div.page-title{
    display:none;
  }
  .archive h3{
    padding-top:0;
  }
}