.article-navigation {
    margin-top: 20px;
    text-align: center;
}

.nav-titles {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
}

.nav-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.nav-buttons a {
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #007bff;
    border-radius: 4px;
}

.nav-buttons a:hover {
    background-color: #007bff;
    color: #fff;
} 
p.pre-category {
    color: red;
    margin-bottom: 0px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
}
a.pre-next-link {
    color: black;
    margin-bottom: 15px;
    display: inline-block;
}
.next-button a {
    background-color: #eb0505;
    color: #ffffff;
}

.next-button a:hover {
    background-color: #ed840f;
    color: #fff;
}

.prev-button a {
    border-color: #eb0505;
     color: red;
}
.prev-button a:hover {
     background-color: #ed840f;
}

/*.........Password Icon hide/show........*/
    #show_hide_password {
    position: relative;
}

#show_hide_password .input-group-addon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    z-index: 2;
}

#show_hide_password input {
    padding-right: 40px; /* Prevent text from overlapping the icon */
}

    #show_hide_cpassword {
    position: relative;
}

#show_hide_cpassword .input-group-addon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
    z-index: 2;
}

#show_hide_cpassword input {
    padding-right: 40px; /* Prevent text from overlapping the icon */
}


.closed-color-ticket{
    color: #46b97c;
}
.counter.counter-danger .counter-icon.closed-color-ticket{
    background-color: #46b97c;
}

.bg-closed-color-ticket{
    background-color: #46b97c;
}



/*....start user feedback...*/
 .star-rating .bi {
      font-size: 2.2rem;
      cursor: pointer;
      transition: color 0.2s;
      margin-right: 0.2rem;
    }
    .star-rating .bi-star-fill { color: #ffc107; }
    .star-rating .bi-star { color: #dee2e6; }
    .form-section { margin-bottom: 2rem; }
   
  
    .range-value {
      font-weight: 600;
      color: #0d6efd;
      margin-left: 1rem;
      font-size: 1.2rem;
    }
