

@font-face {
  font-family: 'ITC Garamond';
  src: url('https://stones-website.s3.ap-southeast-2.amazonaws.com/fonts/stones/ITC_Garamond.otf') format('otf'),
       url('https://stones-website.s3.ap-southeast-2.amazonaws.com/fonts/stones/ITC_Garamond.ttf') format('ttf'),
       url('https://stones-website.s3.ap-southeast-2.amazonaws.com/fonts/stones/ITC_Garamond.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Galano Regular';
  src: url('https://stones-website.s3.ap-southeast-2.amazonaws.com/fonts/stones/Galano_Grotesque.otf') format('otf'),
       url('https://stones-website.s3.ap-southeast-2.amazonaws.com/fonts/stones/Galano_Grotesque.ttf') format('ttf'),
       url('https://stones-website.s3.ap-southeast-2.amazonaws.com/fonts/stones/Galano_Grotesque.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Galano Medium';
  src: url('https://stones-website.s3.ap-southeast-2.amazonaws.com/fonts/stones/Galano_Grotesque_Medium.otf') format('otf'),
       url('https://stones-website.s3.ap-southeast-2.amazonaws.com/fonts/stones/Galano_Grotesque_Medium.ttf') format('ttf'),
       url('https://stones-website.s3.ap-southeast-2.amazonaws.com/fonts/stones/Galano_Grotesque_Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


body {
  font-family: 'Galano Regular', sans-serif;
  font-size: 13px;
  background-color: #21272C;
}


/*
h1 {
  font-family: 'Galano Regular', sans-serif!important;
  font-size: 50px;
  line-height: 55px;
}

h2 {
  font-family: 'Galano Regular', sans-serif!important;
  font-size: 30px;
  line-height: 35px;
}

h3 {
  font-family: 'Galano Regular', sans-serif!important;
  font-size: 27px;
  line-height: 32px;
}

h4 {
  font-family: 'Galano Regular', sans-serif!important;
  font-size: 22px;
  line-height: 27px;
}

.p1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
}

.p2 {
  font-family: 'Galano Regular', sans-serif;
  font-size: 15px;
  line-height: 21px;
}
*/


h1 {
  font-family: 'Galano Regular', sans-serif!important;
  font-size: 45px;
  line-height: 50px;
}

h2 {
  font-family: 'Galano Regular', sans-serif;
  font-size: 25px;
  line-height: 35px;
}

h3 {
  font-family: 'Galano Regular', sans-serif;
  font-size: 25px;
  line-height: 30px;
}

h4 {
  font-family: 'Galano Medium', sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.p1 {
  font-family: 'Galano Regular', sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.p2 {
  font-family: 'Galano Regular', sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  font-family: 'Galano Regular', sans-serif;
  font-size: 14px;
  line-height: 20px;
}


header{
  border-bottom:1px solid #666;
}

footer{
  border-top:1px solid #666;
}

a {
    color: #212529;
    text-decoration: underline;
    cursor: pointer;
}

.no-line a,
.no-line * a {
    text-decoration: none!important;
}

.nohover:hover{
    color: #FFF;
    cursor: pointer;

}

a.text-brand {
    color: #212529;
    cursor: pointer;
}

.light-background {
    background-color: #F3F0E7;
}

.nav-link {
    color: #212529!important;
}


/* Colors */

.light{
  color: #FFF;
  text-decoration: none;
}

.light a:hover {
    color: #ccc;
}

.light a {
    text-decoration: underline;
}



/* Forms */

.form-control {
  border: none;
  border-radius: 2px;
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #212529;
  background-color: #FFF;
  height: 45px;
}

.form-control:focus{
    color: #212529;
    background-color: #FFF;
    box-shadow: none;
    border:none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ccc;
    opacity: 1;
}

.input-group input, input{
  background-color: #FFF;
  border-radius: 2px;
  border: none;
  color: #21272C;
  height: 45px;
}

.input-group input.valid, .input-group select.valid, .input-group input.error, .input-group select.error  {
    border-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group input:-webkit-autofill, .input-group input:-webkit-autofill:focus, input:-webkit-autofill, input:-webkit-autofill:focus {
  color: #212529;
  box-shadow: 0 0 0 1000px #FFF inset;
  -webkit-text-fill-color: #212529 !important;
}

/* For autofill input fields on hover (when the user interacts with it) */
.input-group input:-webkit-autofill:hover, input:-webkit-autofill:hover {
  background-color: #FFF;
}


.input-group-text {
  display: flex;
  align-items: center;
  color: #F1EEE4;
  text-align: center;
  white-space: nowrap;
  background:none;
  border: none;
  border-radius: 3px;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}





/* Horizontal Scrollbar */

.overflow-x-auto {
    overflow-x: hidden; 
}

::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 0px;
}
::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background-color: rgba(0,0,0,0);
    box-shadow: 0 0 1px rgba(255,255,255,0);
}



/* Dark form */

.dark .input-group input{
  border: 1px solid #F3F0E7;
  color: #F3F0E7;
}

.dark .form-control:focus{
    color: #F3F0E7;
    background-color: #212529;
}

.dark input.valid, .dark select.valid, .dark input.error, .dark select.error  {
    border-color: #F3F0E7;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dark input:-webkit-autofill, .dark input:-webkit-autofill:focus {
  color: #F3F0E7;
  box-shadow: 0 0 0 1000px #212529 inset;
  -webkit-text-fill-color: #F3F0E7 !important;
}

/* For autofill input fields on hover (when the user interacts with it) */
.dark input:-webkit-autofill:hover {
  background-color: #212529;
}


/* Alerts */

.alert {
    padding: 0.5rem 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}

.alert button {
    border:none;
    background: none;
    font-size: 1.5em;
}

.alert-success{
    color: #434b53;
    background-color: #CFD9F2;
    border: 1px solid #434b53;
}

.alert-danger {
    color: #434b53;
    background-color: #CFD9F2;
    border: 1px solid #434b53;
}

.alert-warning{
    color: #434b53;
    background-color: #CFD9F2;
    border: 1px solid #434b53;
}

.alert-info{
    color: #434b53;
    background-color: #CFD9F2;
    border: 1px solid #434b53;
}




/* Buttons */

.btn{
    border-radius: 0.1rem;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    padding:10px 18px 10px 18px;
}

.btn-primary {
    color: #FFF;
    background-color: #52AE32;
    border-color: #52AE32;
}

.btn-primary:hover {
    color: #FFF;
    background-color: #6db753;
    border-color: #6db753;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6db753;
    opacity:0.8;
    border-color: #6db753;
}

.btn-secondary {
    color: #21272C;
    background-color: #B7C6EC;
    border-color: #B7C6EC;
}

.btn-success {}
.btn-danger {}

.btn-warning {
    color: #FFF;
    background-color: #21272C;
    border-color: #21272C; 
}

.btn-warning:hover {
    color: #FFF;
    background-color: #21272C;
    border-color: #21272C;
}

.btn-primary {}
.btn-info{}

.btn-light {
    color: #21272C;
    background-color: #F3F0E7;
    border-color: #F3F0E7;
}

.btn-dark{}




/* Stones Buttons */

.btn-stones {
    position: relative;
    background-color: transparent;
    padding: 10px 0;
    border:none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

.btn-stones::before,
.btn-stones::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.btn-stones .inner {
    height:45px;
    display: inline-block;
    border-radius: 0 0 0 0;
    margin: -10px 45px 0 45px;
    padding: 14px 0 10px 0;
    font-size: 13px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 900;
    cursor: pointer;
}

.btn-stones::before{
    left: 0;
}

.btn-stones::after{
    right: 0;
}


/* Green */
.green-btn .inner {
    color: #FFF;
    background-color: #52AE32;
}

.green-btn::before {
    background-image: url('https://stones-website.s3.ap-southeast-2.amazonaws.com/buttons/button_green_left.png');
}

.green-btn::after {
    background-image: url('https://stones-website.s3.ap-southeast-2.amazonaws.com/buttons/button_green_right.png')
}


/* White */
.white-btn .inner {
    color: #21272C;
    background-color: #FFF;
}

.white-btn::before {
    background-image: url('https://stones-website.s3.ap-southeast-2.amazonaws.com/buttons/button_white_left.png');
}

.white-btn::after {
    background-image: url('https://stones-website.s3.ap-southeast-2.amazonaws.com/buttons/button_white_right.png')
}


/* Charcoal */
.charcoal-btn .inner {
    color: #FFF;
    background-color: #21272C;
}

.charcoal-btn::before {
    background-image: url('https://stones-website.s3.ap-southeast-2.amazonaws.com/buttons/button_charcoal_left.png');
}

.charcoal-btn::after {
    background-image: url('https://stones-website.s3.ap-southeast-2.amazonaws.com/buttons/button_charcoal_right.png')
}









/* Navbar */

header .navbar-nav {

}

/* Add some spacing between the links */
header .navbar-nav .nav-link {
  margin: 0 ;
  margin-right: 2rem;
}

header .navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border: none;
}

header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(243, 240, 231)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header .navbar-toggler:focus{
  box-shadow: none;
}


header .custom-navbar {
  background-color: #21272C;
}

header .navbar-brand img{
  height:20px;
}

@media all and (min-width: 992px) {

  header .custom-navbar {
    height: 135px; /* Set the desired height only on desktop*/
  }

  header .navbar-brand img{
    height:35px;
  }

}

.dropdown-menu-custom {
    min-width: 220px; /* Adjust the width as needed */
    background-color: #F3F0E7;
}

.dropdown-menu-custom li {
 border-bottom: 1px solid #e5e4e4;
 padding: 5px;
 margin: 0 5px;
}

.dropdown-menu-custom li a:hover {
 background: none;
}

.dropdown-menu-custom li:last-child {
    border-bottom: none;
}

.dropdown-menu-custom li a svg {
  margin-right: 10px;
  stroke: 1;
  height: 18px;
}


header .nav-button{
  background-color: #52AE32;
  border-color: #52AE32;
  color: #FFF;
}

header .nav-button:hover{
  color: #FFF;
}

header .nav-link{
  font-size: 1.3em;
  margin-left:20px;
  color: #FFF!important;
}

header .navbar .megamenu{ 
  padding: 1rem; 
  background-color: #21272C;
  margin-top: -20px;
  box-shadow: 0px 1px 8px rgb(237 234 234 / 33%);
}

.megamenu a:hover {
    color:#FFF;
}

.search-result a{
  text-decoration: none;
}

.search-result a:hover {
    color:#000;
}

.search-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-result {
    border: 1px solid #ccc; /* Add a border around the item */
    background-color: #F1EEE4;
    border-radius: 3px;
    margin-top: 5px;
}

.search-container {
  position: relative;
  display: inline-block;
  width:100%;
}

.search-container i {
  position: absolute;
  left: 20px; /* Adjust the value to position the icon properly */
  top: 50%;
  transform: translateY(-50%);
  color: #999; /* Adjust the color of the icon */
}

.search-container input[type="text"] {
  padding-left: 50px;
  border-radius: 20px;
  background-color: #5c5f62;
  border:none;
  color:#F3F0E7;
}

.megamenu .bottom {
    background-color: #F3F0E7;
}


/* Footer */

.custom-footer{
   background-color: #21272C;
   color: #FFF!important;
}

.custom-footer a{
   color: #FFF!important;
}


#vimeoPlayer {
  position: relative;
  width: 100%;
}

#vimeoPlayer::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url('path/to/play-button.png') no-repeat center;
  cursor: pointer;
}

/* Optional: Add additional styles for responsiveness */
@media (max-width: 768px) {
  #vimeoPlayer {
    /* padding-top: 75%; Adjust the aspect ratio for smaller screens if needed */
  }

  .card-header {
      border-bottom: 0px solid rgba(0,0,0,0);
  }

}




/* Toasts */

.toast-success {
    background-color: #52AE32;
}

.toast-error {

}

.toast-warning {

}

#toast-container > .toast-success, #toast-container > .toast-error, #toast-container > .toast-warning  {
    background-image: none !important;
    padding: 20px
}

#toast-container>div{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; 
    opacity:1;
}

#toast-container>div:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/* Modal style */

.modal-body {
  background-color: #21272C;
}





/* Signin/Signup */


.auth{
  background-color: #21272C;
}

.signup {
  background-color: #F3F0E7;
}

.login-container {
    display: flex;
    align-items: center;    
    margin-top: 10vh; 
    margin-bottom: 10vh; 
}

.split-container {
  background-color: #F3F0E7;
}

.top-content,
.bottom-content {
  padding: 20px;
}

.bottom-content {
  background-color: #FFF;
  padding-bottom: 10vh;
}

.icon-box{
  background-color: #F3F0E7;;
}

.signup .icon-box {
    border: 1px solid #21272C;
}

.icon-box {
cursor: pointer;
padding:20px;
border: 2px solid #21272C;
}
.selected {
background-color: #21272C;
color: #F3F0E7;
}

.price {
font-size: 1.25rem;
}

#subscribe .icon-box{
  background-color: #21272C;
  border: 1px solid #F3F0E7;
  min-height: 135px;
  border-radius: 5px;
}

#subscribe .selected {
background-color: #F3F0E7;
color: #21272C;
}

#subscribe span.badge{
    font-size: 1rem;
    margin-top:5px;
}



.signup-progress {
position: relative;    
&:nth-child(2) { left: 30px; }
&:nth-child(3) { left: 60px; }
&:nth-child(4) { left: 90px; }
}

.circle {
position: absolute;
left: 0;
width: 17px;
height: 17px;  
border: 1px solid #21272C;
border-radius: 100%;
}

.fill {
background: #21272C;
}



/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:5%; right:5%; width:90%; margin-top:0; font-size:1em }

    .search-form {
        width: 60%;
    }

  .search-result {
      width: 59%;
  }

  .top-content{
    padding-top: 5vh;
  }

} 
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ 
@media(max-width: 991px){

  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }

  .nav-link {
    text-align: center;
  }

  .search-form {
      width: 100%;
  }

  .search-result {
      width: 95%;
  }

  .login-container {   
    margin-top: 5vh; 
    margin-bottom: 5vh; 
  }

  .top-content{
    padding-top: 5vh;
  }

}

*/


.search-result-item {

}

.search-result-item a {
    text-decoration: none; /* Remove underline from links */
    color: #333; /* Set the color of the links */

}

.search-result-item h6 {
    margin-top: 0; /* Remove default margin from h6 element */
}


 .search-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.desktopSearchInput {
    flex-grow: 1; /* Make the input take up the remaining space */
}

.desktopMegaMenu {
    position: absolute;
    top: 100%; /* Position the search results below the search box */
    left: 0;
    width: 100%;
    z-index: 9999; 
}


/* General Components */

.courses-grid .card-img-overlay {
  margin-bottom: -25px;
}

.card-title {
    margin-bottom: 0;
}

.card-img {
 -webkit-filter: grayscale(100%);
}

.card a, #scroll-group a {
    text-decoration: none;
}



.page-link {
    position: relative;
    display: block;
    color: #F3F0E7;
    text-decoration: none;
    background: none;
    border: none;
    margin:5px;
    line-height: 20px; 
    font-weight: 800;
    transition: none;
}

.page-link:hover {
    background:none;
}

.page-item.active .page-link {
    display: inline-flex; /* Use flexbox to align content vertically */
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    width: 35px; /* Adjust the width and height to create the circle */
    height: 35px;
    line-height: 1; /* Reset line-height */
    border-radius: 50%; /* Creates a circular shape */
    border: 1px solid #F3F0E7;
    background: none;
    color: #fff; /* Text color for the active link */
    text-align: center;
}

.page-item.disabled .page-link {
    z-index: 3;
    color: #fff;
    background: none;
    border-color: #0d6efd;
}

.modal-body .close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: #F3F0E7;
    z-index: 1000; /* Make sure the icon is above the modal content */
}

/* Catgories */

#categories .card-img-overlay {
}

/* Home page */

section#hero-title{
    margin-top:100px;
}

#page-title{
  font-family: 'ITC Garamond', serif;
  font-size: 100px;
  line-height: 110px;
  color: #F3F0E7;
}

.tagline {
    width: 50%;
    margin: 0 auto; /* Center the paragraph horizontally */
    text-align: left; /* Center the text content within the paragraph */
}

section#featured-modules{
    margin-top:150px;
}

section#featured-modules .card-body, .courses-grid .card-body{
    background-color: #363B3E;
    color: #F3F0E7;
    border-bottom-right-radius: calc(0.5rem - 1px);
    border-bottom-left-radius: calc(0.5rem - 1px);
}


section#featured-modules .card-img, .courses-grid .card-img{
    border-top-right-radius: calc(0.5rem - 1px);
    border-top-left-radius: calc(0.5rem - 1px);
}

.courses-grid card svg{
    top:20% !important;
}


#featured-modules .card, .courses-grid .card, #partners .card, #categories .card{
    border:none;
    border-radius: 0;
    background:none;
}

#categories .card{
  border: 1px solid #575656;
}

#featured-modules .card .icon-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.courses-grid .card .icon-overlay {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-30%, -50%);
}

.view-all{
    text-decoration: none;
}

.view-all:hover{
    color: inherit;
}

a.instructors:hover, a.featured:hover{
    color: #F3F0E7;
}

section#categories{
    margin-top:100px;
    background-color: #F3F0E7;
    width: 100vw;
    margin-left: -.75rem;
    padding-top: 50px;
    padding-bottom: 15px;
}

section#categories .rounded-pill{
    border-radius: 50rem!important;
    padding: 10px 20px 10px 20px;
    font-size: 1em;
    margin:10px;
}

section#categories .rounded-pill a{
    text-decoration: none;
}

section#categories .rounded-pill a:hover{
    color: inherit;
}

section#featured-partners{
    background-color: #21272C;
    width: 100vw;
    margin-left: -.75rem;
    margin-top: -25px;
    z-index: 0; /* Change this to 0 */
    position: relative;
}

#featured-partners .card {
    border:none;
    border-radius: 0;
    background:none;
}

#featured-partners .card-body {
    padding: 1.5rem 0;
}

#featured-partners .card .card-img, #featured-partners .card .card-img-top{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.partner-image{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    border-radius: 5px;
}


section#what-is-stones  {
    position: relative;
    min-height: 600px;
    background-color: #F3F0E7;
    padding-top: 50px;
    width: 100vw;
    margin-left: -.75rem;
    margin-top: -25px;
}

.stacked-stones{
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 1;
    width: 35%; /* Adjust this value based on your needs */
    max-width: calc(50% + 100px); /* Adjust this value based on your image size */
    overflow: hidden;
}

.stacked-stones img {
    width: 200%; /* Double the width to account for overflow */
    transform: translateX(50%);
}


/* All Modules */

#all-modules, #category, #categories{
  padding-bottom:100px;
}



/* Module - Overview */

#module, #lesson{
  background-color: #21272C;
}

#module-sidebar  .card, #menuColumn .card{
    border: none;
    color:#FFF;
}

#module-sidebar .card a, #menuColumn .card a{
    border: none;
    color:#F3F0E7;
    text-decoration: none;
}

#module-sidebar  .card-header, #menuColumn  .card-header {
    background-color: #21272C;
    padding-left: 0;
    border: none;
}

#module-preview{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.minimize{
  top:0;
  right:0;
  margin:20px;
}


.video-preview {
    height: 275px;
    background-color: #999;
    display: flex; /* Use flexbox */
    align-items: center; /* Vertically center content */
    justify-content: center; 
    cursor: pointer;
}

.video-play {
    color:#eee;
    stroke-width: 1;
}

#module-sidebar{
  padding: 0;
}

#module-sidebar .card-body, #menuColumn .card-body{
  background-color: #21272C;
  padding-left:0;
  padding-right:0;
}


.equal-padding {
    margin-bottom: 0;
    padding-left:;
    padding: 17px 0 17px 17px;
}

#menuColumn .card-body p.completed {
 opacity: 0.5;
}

#menuColumn .card-body p.active {
 background-color: #52AE32;
  opacity: 1;
  border-top: none;
    border-bottom: none;
}


#module-sidebar .cb-video, #menuColumn .cb-video{
  border-top:1px solid #ccc;
}

#module aside {
  height: 100vh;  /* Make the sidebar occupy the full viewport height */
  position: sticky;
  top: 0;
  background-color: #21272C; /* Example background color for the sidebar */
}

@media (max-width: 767px) {
    #module aside {
        height: 100%;
    }

    .button-container {
        margin-top:30px;
    }
}

#module main {
  padding: 15px; /* Add padding for better spacing */
  background-color: #F3F0E7;
}

.sidebar-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  overflow-y: auto; 
}


.button-container .btn {
    width:100%;
}





/* Module - Lesson */

 #lesson{
    display: flex;
    flex-direction: row-reverse;
    padding-left:0;
    padding-right:0;
    height: 100%;
  }


  #menuColumn {
    flex-basis: 33%; /* Adjust the width of the menu */
    transition: flex-basis 0.5s;
    overflow: hidden;
    height: calc(100vh - 60px);  /* Make the sidebar occupy the full viewport height */
    position: sticky;
    top: 0;
  }

  #menuColumn.collapsed {
    flex-basis: 0;
  }

  #menuContent{
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto; 
  }

  #menuContent h3{
    padding: 15px 10px 15px 10px;  
  }

  #menuContent h5 a{
    text-decoration: underline;
  }


  .cb-video {
    display: flex;
  
    align-items: center;
  }

  .icon-container {
    display: flex;
    align-items: center;
  }

  .custom-icon {
    width: 24px; /* Set your desired icon width */
    height: 24px; 
    margin-right: 5px; /* Adjust the margin as needed */
    stroke-width: 1; /* Adjust this value to change the line width */
  }

  .cb-video > svg, .icon-container svg {
    flex-shrink: 0; /* Prevent the icons from shrinking */
}

  /* Add styles to control the position of the check-circle icon */
  .cb-video .custom-icon:last-child {
    margin-left: auto;
  }

  textarea#lessonNotes{
    font-size: 1em;
    padding:15px;
  }

  #menuContent .accordion-button {
    background-color: #FFFFFF;
    padding: 15px 10px 15px 10px;
  }

  #menuContent .accordion-button:not(.collapsed) {
      color: #21272C;
      background-color: #CFD9F2;
  }


  #faqAccordion  .accordion-button, #moduleAccordion .accordion-button{
    padding: 15px 10px 15px 10px;
    font-size: 1em;
  }

  #moduleAccordion .accordion-body{
    padding: 0;
  }

  #moduleAccordion .accordion-body .list-group{
    padding-top:0;
    padding-bottom: 0;
  }

  #moduleAccordion .accordion-body .list-group .list-group-item{
    background-color: #F3F0E7;
    padding-top: 15px;
  }


  .accordion-button {
    background-color: #F3F0E7;
  }

  #faqAccordion > .collapsed{
    background-color: #F3F0E7;
  }

  .accordion-item {
    background-color: #F3F0E7!important;
    border: none;
   }

  #faqAccordion > .accordion-item {
    background-color: #F3F0E7;
    border:none;
  }

  #menuContent .accordion-body{
    padding: 0;
  }

  .accordion-button:not(.collapsed) {
    color: #FFF!important;
    background-color: #52AE32;
  }

  .accordion-body .list-group {
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .accordion-body .list-group .list-group-item{
    border:none;
    padding: 10px;
    font-size: 0.9em;
    color: #21272C;
  }

  .accordion-body .list-group .list-group-item a{
    color: #21272C;
  }

 
    @supports (position: sticky) {
      .is-sticky {
        position: sticky;
        bottom: 0; // Threshold is required
      }
    }

 

  #mainContentColumn {
    flex-grow: 1;
    position: relative;
    background-color: #F3F0E7;
  }

  #vimeoPlayer{
    background-color: #21272C;
  }

  .white-square {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px; /* Adjust the size of the square */
    height: 50px;
    background-color: #21272C;
    color: #FFF;
    opacity: 1;
    transition: opacity 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
  }


    .white-square > span.list-icon{
      height:30px;
      width:30px;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(243, 240, 231)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; 
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #495057;
        background-color: #F3F0E7;
        border-color: #dee2e6 #dee2e6 #fff;
        border-bottom: none;
    }

  .white-square.hidden {
    opacity: 0;
    display: none; /* Hide the white square */
  }

  @media (max-width: 767px) { /* Small devices */
    #menuColumn {
      flex-basis: 0; 
    }

    .white-square.hidden {
     /*opacity: 1; /* Show the white square */
      /*display: flex; /* Show the white square with the icon */
    }

    .unit-course-content .accordion-button:not(.collapsed) {
        background-color: #CFD9F2;
    }

    .course-content-left-accordion .accordion-button {
        font-family: 'EB Garamond', sans-serif;;
    }
    
  }

 /* Journey */

.traits{
    position: relative;
    margin-top: 85px;
}

.timeline {
    position: relative;
    width: 95%;
    margin-top: 40px;
    overflow: visible;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0%;
    width: 100%;
    height: 1px;
    background-color: #ccc; /* Adjust the color as needed */
}

.node {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #3498db;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.node-goal {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #649A52;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.node-label {
    position: absolute;
    top: -30px; /* Adjust the distance of the label above the node */
    left: 50%;
    transform: translateX(-50%); /* Center the label horizontally */
    transform: rotate(-45deg);
    white-space: nowrap;
    font-size: 12px; /* Adjust the font size as needed */
    color: #fff; /* Adjust the text color as needed */
    text-align: center; /* Center the label's text */
    padding-left:10px;
    cursor: pointer;
}

.traits tspan {
    font-size: 0.9em;
}

*[data-hints], *[data-bottom-hints], *[data-left-hints], *[data-right-hints]{
     position:relative;
}
[data-hints]::after {
  content: attr(data-hints);
  text-indent: 0;
  font-weight: 400;
  font-style: normal;
  font-size: .75rem;
  background: #000;
  color: #fff;
  border-radius: .25rem;
  padding: .25rem .5rem .5rem;
  line-height: 1.2;
  width: 120px;
  content-visibility: hidden;
  border-width: 0;
    white-space: pre-line; /* Allow line breaks */
    word-break: break-word; /* Allow breaking words */
    margin-bottom: 10px;
    display: flex; /* Use Flexbox */
    flex-direction: column; /* Di */
    left: calc(50% - 50px); 
    bottom: 30%;
}

[data-hints]::after, 
[data-hints]::before {
  opacity: 0;
  z-index: 10;
  position: absolute;
  pointer-events: none;
}
[data-hints]::before {

}

[data-hints]:hover::before,
[data-hints]:hover::after,
[data-hints]:focus::before,
[data-hints]:focus::after{
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    content-visibility: visible;
    opacity:1;
    transform: rotate(45deg);
}


/* Error pages */

body.errors {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; /* 100% of the viewport height */
    background-color: #F3F0E7;
}

.errors .border-r {
    border-right: 2px solid currentColor;
    padding-right: 0.5em; /* Adjust padding as needed */
}




/* Billing */


.light-menu{
    list-style: none;
    padding-left:0;
    display: block;
    min-width: 100%;
}

.light-menu li{
    padding: 15px 0 15px;
    border-bottom: 1px solid #ccc;
    display: block;
}

#payment-methods tbody tr td {
    text-align: left;
    vertical-align: middle;
    padding:20px 0 20px 10px;
}

#invoices tbody, td, tfoot, th, thead, tr {
    border-color: transparent!important; 
    border-style: none!important;
    border-width: 0;
}

table#invoices thead, table#payment-methods thead {
    border-bottom: 1px solid #CCC!important;
}


table#invoices tbody tr {
    display: table-row;
    width: 100%;
}

table#invoices thead tr th,
table#invoices tbody tr td {
    padding: 15px !important;
}



/* Scrolling cards */

.scrolling .card {
    background-color: transparent!important;
}

.scrolling .flex-nowrap {
    /*max-height: 460px;*/
    overflow-x: auto;
}

.scrolling .disabled{
    opacity: 0.5;
}



