.progress-outer {
    background: #f2f2f2; /* Light grey background */
    border-radius: 13px; /* Rounded corners */
    height: 12px; /* Match height with star size if needed */
    width: 132px; /* Adjusted width to match 5 stars */
    border: 1px solid #ccc; /* Slight border */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); /* Inner shadow for depth */
    display: inline-block; /* Align with inline elements like stars */
    vertical-align: middle; /* Align middle if stars and progress bar are on the same line */
}

.progress-inner {
    background: rgb(51, 153, 204); /* Blue progress color */
    height: 100%;
    border-radius: 9px; /* Slightly less than container for a nice effect */
    transition: width 0.4s ease-in-out; /* Smooth transition for changes */
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); /* Shadow for a 3D effect */
}


.cl{ color: rgb(51, 153, 204);
     overflow:hidden; display: inline-block; }

img.book {
    height: 150px;
    padding: 15px 15px 15px 0px;
    max-width: 100px;
}
img.book_p {
    height: 250px;
    padding: 15px 15px 15px 0px;
    max-width: 250px;
}
.rating{
    width: 150px;
}
.rating2{
    width: 200px;
}
h2.entry-title{
    color: black;
    text-decoration: none;
    font-family: "Rokkitt", serif;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
}
nav#pagination span.next a, nav#pagination span.prev a {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    border: 3px solid;
}
nav a, nav a:visited {
    color: #080808;
    text-decoration: none;
    outline: 0;
}
nav#pagination span.next {
    display: block;
    float: right;
}
nav#pagination span.prev {
    display: block;
    float: left;
}

.disclaimer{
   border-radius: 25px;
   border: 2px solid rgb(51, 153, 204);
   padding: 20px;
   text-align: left;
   word-wrap: break-word;
   width: 100%;
 }

 .alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
  }

 .alert.success {background-color: #4CAF50;}

 td{
    line-height: 1.4;
    color: #667;
    letter-spacing: 0.015em;
    hyphens: none;
}

select {
    font-size: 1rem;
    margin-left: 10px;
    line-height: 1.5;
    color: #495057;
    font-size: 20px !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cl {
    white-space: nowrap !important;
}

.dataTables_filter {
    float: right !important;
}
/* Hide the DataTables search label */
.dataTables_filter label {
    display: none !important;
}

/* begin - books progress*/
.tbd {width: 0%; }  /* TBD */
.hidden {
    display: none;
  }
/* end -  book progress*/
