html {
    scroll-behavior: smooth;
}

/* User Management Start */
.active-link {
  font-weight: bold;
  color: #007bff; /* Bootstrap primary blue */
  text-decoration: underline;
}

.kokabooks-hero-section {
    background-color: #343a40;
    color: white;
    width: 100%;
    padding: 20px 0; 
}

.kokabooks-hero-content {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.kokabooks-hero-content h1 {
    margin: 0;
    font-size: 2em;
}

.breadcrumbs {
    margin-top: 10px;
    font-size: 0.9em;
    color: white;
}

.breadcrumbs a {
    color: #ff7f00;
    text-decoration: none;
    margin: 0 5px;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.accordion-body a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.accordion-body a:hover {
  color: #6d007b;
  border-left: 4px solid #6d007b;
  background-color: #f9f9f9;
}

.accordion-body a.active-link {
  color: #6d007b !important;
  border-left: 4px solid #6d007b;
  background-color: #fff !important;
  font-weight: 600;
}

.accordion-button {
  color: #000 !important;
  background-color: #f8f9fa;
  font-weight: 500;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body a {
  text-decoration: none;
  color: #007bff;
  display: block;
  padding: 5px 0;
}

.accordion-body a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.user-mng-content-right {
    background: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    padding: 20px;
    /* box-shadow: 0 2px 6px rgba(0,0,0,0.1); */
}

.user-mng-content-right h3 a {
    text-decoration: none;
    color: #007bff;
    font-size: 1.8em;
    font-weight: 700;
    transition: color 0.2s;
    line-height: 1.2;
}

.user-mng-content-right h1{
    font-size: 45px;
    font-weight: 700;
}

.user-mng-content-right h3 a:hover {
    color: #0056b3;
}

.user-mng-content-right ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

.user-mng-content-right ul h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #343a40;
}

.user-mng-content-right ul li {
    margin-bottom: 8px;
}

.user-mng-content-right ul li a {
    text-decoration: none;
    color: #495057;
    transition: color 0.2s;
}

.user-mng-content-right ul li a:hover {
    color: #007bff;
}

.user-mng-content-right .d-flex.justify-content-end {
    font-size: 0.9em;
    color: #6c757d;
    margin-top: 20px;
}

.user-mng-content-right .d-flex.justify-content-between.align-items-center h4 {
    font-size: 1em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-mng-content-right .d-flex.justify-content-between.align-items-center h4 a {
    text-decoration: none;
    color: #007bff;
}

.user-mng-content-right .d-flex.justify-content-between.align-items-center h4 a:hover {
    text-decoration: underline;
}

.user-mng-content-right img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.custom-dots {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.custom-dots li {
    position: relative;
    padding-left: 20px; 
    margin-bottom: 8px;
}

.custom-dots li::before {
    content: "•"; 
    position: absolute;
    left: 0;
    top: 0;
    color: #7d007b; 
    font-size: 1.2em; 
    line-height: 1;
}

.content-breadcrumbs {
    font-size: 0.9rem;
    color: #6c757d; 
    margin-bottom: 15px;
}

.content-breadcrumbs a {
    color: #007bff; 
    text-decoration: none;
    margin: 0 4px;
}

.content-breadcrumbs a:hover {
    text-decoration: underline;
}

.content-breadcrumbs span {
    color: #495057; 
    font-weight: 500;
}
/* User Management End */


/* Registering your Business in KOKAPOS Start */
.docs-subpage-img-set img{
    width: 100%;
    height: auto;
}

.link-docs{
    color:#6d007b !important;
}

#toc-list {
    list-style: none;        /* remove bullets */
    padding: 0;
    margin: 0;
    border: 1px solid #6d007b;
    border-radius: 5px;
    overflow: hidden;
}

#toc-list li {
    border-bottom: 1px solid #ddd;
}

#toc-list li:last-child {
    border-bottom: none; /* remove border for last item */
}

#toc-list a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #6d007b;
    font-weight: 500;
    transition: all 0.3s ease;
}

#toc-list a:hover {
    background-color: #f0f0f0;
    color: blue;
}

/* .business-mng-img{
    cursor: pointer;
    width: 100% !important;
    height: 400px;
} */

.accordion-item a {
    /*font-size: 15px !important;*/
    padding: 16px 20px;
    border-radius: 5px;
    line-height: 1.5;
    /*background: #F8F9FA;*/
    font-weight: 600;
}

.accordion-body a.active-link {
    color: #fff;             
    background-color: #007bff;
    text-decoration: underline; 
    padding: 2px 21px;
    border-radius: 4px;
}

.accordian-text{ 
    color:#000 !important; 
    font-size: 20px !important; 
    font-weight: 700 !important;
}

.accordian-text.active-link {
    color: #007bff;          
    font-weight: 800;
    text-decoration: underline;
}

ul.custom-list {
    list-style-type: disc;      
    list-style-position: outside; 
    color: #6d007b;              
}

ul.custom-list li {
    color: #000;               
}

ul.custom-list li::marker {
    color: #6d007b;             
}

.hover-cl li a:hover{
    color: #6d007b !important;
}

.stng-hover a:hover{
    color: #6d007b !important;
}


/* Developing Modules code show css */
.code-block {
    position: relative;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    margin: 20px 0;
}
.code-block pre {
    margin: 0;
    overflow-x: auto;
}
.copy-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #6d007b;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    transition: background 0.3s;
}
.copy-btn:hover {
    background: blue;
}

.uninprwhsubaform-css{
    background-color: #f5f5f5;
    color: #5c6770;
    border: 1px solid black;
    width: 70%;
    padding: 10px 20px;
}

.price-instruction {
  background-color: white;
  border-left: 4px solid #6d007b; 
  padding: 10px 15px;
  border-radius: 5px; 
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); 
  margin-left: 25px;
}

/* Product Management css vedio demo */
.video-container {
  position: relative;
  width: 100%;
  max-width: 800px; 
  margin: 20px auto; 
  background-color: #000;
  border-left: 4px solid #6d007b; 
  border-radius: 8px;
  overflow: hidden;
}

.video-container iframe {
  width: 100%;
  height: 450px;
  display: block;
}

@media (max-width: 600px) {
  .video-container iframe {
    height: 220px;
  }
}
/* End */

.button-not-used{
    
}



/* Registering your Business in KOKAPOS End */