/* @media screen and (min-width: 1000px) {

    * {box-sizing: border-box;} */
   
       body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Default styles for larger screens */
        body {
            max-width: 100%;
            margin: 0 auto; /* Center the body */ 
        }

        /* Adjust styles for smaller screens */
        @media only screen and (max-width: 600px) {
            body {
                max-width: 100%;
                margin: 0 auto; /* Center the body */
            }
        }

        /* Adjust styles specifically for iPhone SE */
        @media only screen and (max-width: 320px) and (max-height: 568px) {
            body {
                max-width: 100%;
                margin: 0 auto; /* Center the body */
            }
        }

       

  
            .search-container {
                text-align: center;
                margin: 50px;    
            }

            .nosubmit {
                padding: 10px;
                width: 300px;
                border: none;
                border-radius: 5px;
                background-color: white; /* Set the background color of the search bar */
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
                font-size: 16px;
                outline: none;
            }
            .containernav {
            display: flex;
            justify-content: center;
            background-color: white;
            }

            ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
          
            }

            li {
            display: inline-block;
            margin-right: 20px; /* Add space between list items */
            position: relative; /* Position relative for dropdown positioning */
            }

            li:last-child {
            margin-right: 0; /* Remove margin from the last list item */
            }

            li a {
            display: block;
            color: black;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            }

            .dropbtn {
                background-color: white;
                color: white;
                padding: 16px;
                font-size: 14px;
                border: none;
                }

                .dropdown {
                position: relative;
                display: inline-block;
                }

                .dropdown-content {
                    display: none;
                 position: absolute;
                background-color: #f1f1f1;
                min-width: 160px;
                 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
                /* z-index: 1;  */
                }

                .dropdown-content a {
                color: black;
                padding: 12px 16px;
                text-decoration: none;
                display: block;
                }

                .dropdown-content a:hover {background-color: #ddd;}

                .dropdown:hover .dropdown-content {display: block;}

                .dropdown:hover .dropbtn {background-color: white;}


                /*for store*/

                .card {
                    background-color: #F2F2F2;
                    padding: 20px;
                    margin: 10px;
                    border-radius: 8px;
                    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                    max-width: auto;
                   
                }

                /* .cardt {
                    background-color: #F2F2F2;
                    padding: 20px;
                    margin: 10px;
                    border-radius: 8px;
                    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                    max-width: 30%;
                   
                } */


                .center-block {
                    margin-left: auto;
                    margin-right: auto;
                    display: block;
                }


                .image-container {
                    position: relative;
                    display: inline-block;
                }
        
                .eye-icon {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    opacity: 0;
                    transition: opacity 0.3s ease;
                }
        
                .image-container:hover .eye-icon {
                    opacity: 1;
                }
                

                .image-container:hover img {
                    opacity: 0.2; /* Adjust the opacity value (0 to 1) for desired fade effect */
                }

                .image-container img {
                    display: block;
                    width: 100%;
                    height: auto;
                }


                /* style for modal */

                .modal {
                    display: none;
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.5);
                    justify-content: center;
                    align-items: center;
                }
        
                .modal-content {
                    background: #fff;
                    /* padding: 20px; */
                    border-radius: 5px;
                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
                }

              
                /* warisha */
                    /* Add this to your CSS stylesheet or in a <style> tag in your HTML */
                    .modal-body {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        padding: auto;
                       
                    }

                    .columns-container {
                        display: flex;
                        flex: 1; /* This makes both columns take equal width */
                    }

                    .imagee,
                    .data-side-by-side {
                        padding: 10px; /* Add padding for spacing */
                    }

                    .imagee {
                        /* Adjust as needed */
                        width: 100px;
                        height: 100px;
                    }

                    .data-side-by-side {
                        flex: 1; /* This makes the data column take remaining width */
                        margin-left: 60px; /* Adjust the spacing between image and data */
                    }



                    /* tabs */

                    .tab-container {
                        display: flex;
                    }
            
                    .tab {
                        flex: 1;
                        text-align: center;
                        padding: 10px;
                      /*  background-color: #f1f1f1;*/
                        cursor: pointer;
                        /*border: 1px solid #ccc;*/
                    }
            
                    .tab:hover {
                        background-color: #ddd;
                    }
            
                    .tab-content {
                        display: none;
                        padding: 20px;
                    }
            
                    .tab-content.active {
                        display: block;
                    }
                    /* tabs */


                /* warisha */
                /*for all books*/


                .center-container {
                    text-align: left;
                    /* display: flex;
                    flex-wrap: wrap;
                    justify-content: space-evenly; */
                }

                 .small-box {
                    /* width: 130px;
                    height: 50px;
                    border: 2px solid #333;
                    padding: 10px; 
                    display: inline-flex;
                    text-align: center;
                    border-radius: 10px 5px 10px 5px; 
                    font-size: 12px; */

                    width: 90px;
                    height: 50px;
                    border: 2px solid #333;
                    /*padding: 10px; */
                    display: inline-flex;
                    align-items: center;  /*Vertically centers the content */
                    justify-content: center;  /*Horizontally centers the content */
                    text-align: center;
                    border-radius: 10px 5px 10px 5px; 
                    font-size: 9px;
                    margin:3px;
                    background-color: #ddd; /* Slightly darker background on hover */
                    
                } 

                .small-boxsub {
                    width: 90px;
                    height: 50px;
                    border: 2px solid #333;
                   /* padding: 10px; */
                    display: inline-flex;
                    align-items: center;  /*Vertically centers the content */
                    justify-content: center;  /*Horizontally centers the content */
                    text-align: center;
                    border-radius: 10px 5px 10px 5px; 
                    font-size: 9px;
                    margin:3px;
                    background-color: #cce5ff; /* Slightly darker background on hover */
                    
                } 
                
                /* .small-box {
                    width: 130px;
                    height: 50px;
                    border: 2px solid #333;
                    border-radius: 10px 5px 10px 5px;
                    display: inline-flex;
                    align-items: center;
                    justify-content: center; 
                    font-size: 10px;
                    
                }
                .small-box input{
margin: auto;

                    
                } */
                



                @media screen and (max-width: 768px) {
                    .center-container {
                        flex-direction: column;
                        align-items: center;
                    }
                }

                .container1 {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }

                .column1 {
                        display: flex;
                        justify-content: center;
                        align-items: top;
                        padding: 10px;
                        box-sizing: border-box;
                        flex-wrap: wrap;
                    }

                    .card1 {
                        background-color: #F2F2F2;
                        width: 100%;
                        max-width: 400px; /* Adjust the maximum width as needed */
                        height: auto;
                        padding: 50px;
                        margin: 5px;
                        border-radius: 8px;
                        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
                        text-align: left;
                    }

                    .checkbox-item {
                        margin-bottom: 15px;
                    }

                    @media (max-width: 768px) {
                        .column1 {
                            flex-direction: column;
                            align-items: stretch;
                        }

                        .card1 {
                            width: 100%;
                        }
                    }

                
                    .column2 {
                        width: 100%; 
                        border: 0px ;
                        padding: 10px;
                        box-sizing: border-box;
                        flex-wrap: wrap;
                        margin-left: 10%;
                       
                    }

                    
                   

                    .cardg {
                        background-color: #F2F2F2;
                        width:60%;
                        padding: 10px;
                        margin-left: 15%;
                        border-radius: 20px;
                        box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.3);
                        display: flex;
                        flex-wrap: wrap;
                    }

                    .columng {
                        flex: 1;
                        max-width: 150px; /* Adjust the maximum width as needed */
                        border: 0px;
                        padding: 5px;
                    }

                    .columng2 {
                        flex: 1;
                        max-width: 100%; /* Adjust the maximum width as needed */
                        margin-left: 1%; 
                        padding: 10px;
                        flex-wrap: wrap;
                    }

                    @media (max-width: 768px) {
                        .columng, .columng2 {
                            flex: 100%;
                            max-width: 100%;
                        }
                    }
                    .card-img-top {
                        width: 100%;
                        height: auto;
                    }

                    .cardt-img-top {
                        width: 100%;
                        height: auto;
                    }
    
                footer {
                    color:white;
                    background-color: #4596FF;
                    padding: 20px;
                    text-align: center;
                }

                /* Style for the columns within the footer */

                .column {
                    display: inline-block;
                    margin: 20px 100px; 
                    vertical-align: top;
                }


             

                    label {
                        display: block;
                        margin-bottom: 5px;
                        margin-left:-85px;
                    }

                    input[type="text"] {
                        width: 200px;
                        padding: 8px;
                        box-sizing: border-box;
                        margin-right: -3px; 
                    }

                    button {
                        padding: 8px 16px;
                        background-color: #3A86FF;
                        color: white;
                        border: none;
                        cursor: pointer;
                    }
                    .containernav ul {
                        display: flex;
                        align-items: center;
                        list-style: none;
                        padding: 0;
                    }
                    
                    .containernav ul li {
                        margin-right: 20px; /* Adjust spacing between list items */
                    }
                    
                    .social-container {
                        display: flex;
                        gap: 10px; /* Space between icons */
                    }
                    
                    .social-container a {
                        text-decoration: none;
                        color: inherit;
                    }
                    .navigation {
                        list-style: none;
                        padding: 0;
                        margin: 0;
                        display: flex;
                    }
                    
                    .navigation li {
                        margin: 0; /* Remove any default margins */
                        padding: 0; /* Remove any default padding */
                    }
                    
                    .navigation li a {
                        text-decoration: none;
                        display: inline-block; /* Ensure the anchor is inline */
                        margin: 0; /* Remove any margin around the anchor */
                        padding: 0; /* Remove any padding around the anchor */
                    }
                    
                    .navigation li:not(:last-child) {
                        margin-right: 8px; /* Optional: Add a small space between icons */
                    }
                    

                    .social-icons {
                        font-size: 20px;
                        margin-left: -15px; 
                        
                    }

                    .social-icons a {
                        margin: 0 10px;
                        color: white; 
                        text-decoration: none;
                    }
                    .custom-background {
                        background-color: #4596FF;
                    }

                    #status-bar {
                        background-color:white;
                        border: 1px solid black;
                        border-radius: 10px;
                        padding: 5px;
                        margin: 0;
                    }

                    .searchbarhead{
                        background:#4596FF;
                        display: flex; 
                        justify-content: space-between;
                        align-items: center;
                        padding: 5px; 
                    }

                   /* warisha */

                   .book-card {
                    max-width: 900px; 
                    margin: 20px auto;
                    display: flex;
                    align-items: center;
                    border: none;
                }
                .book-card img {
                    width: 150px; 
                    height: auto;
                    margin-right: 20px;
                }
                .card-body {
                    padding: 0;
                    flex: 1; 
                }
               
                .progress-bar-custom {
                    background-color: #007bff;
                }
                .card-title {
                    font-weight: bold;
                    font-size: 1.5rem;
                    margin-bottom: 0;
                }
                .info-line {
                    display: flex;
                    align-items: center;
                    margin-top: 5px;
                }
                .card-author, .card-reviews {
                    font-weight: bold;
                }
                .card-reviews {
                    margin-left: 10px;
                }
                .card-text, .progress, .social-icons {
                    margin-top: 10px;
                }

                .form-control {
                    height: 40px;
                    border: 1px solid #dee2e6;
                    box-shadow: none;
                }
                .skyblue-input {
                    background-color: #d3e2ff !important;
                }


                


                    /* warisha */

/* Custom styles for the modal */
.custom-modal {
    border-radius: 15px;
    overflow: hidden;
}

.modal-header.custom-header {
    background-color: #007bff; /* Adjust the color as needed */
    color: white;
    display: flex;
    justify-content: space-between;
    border-bottom-right-radius: 15px;
    align-items: center;




    /* align-items: center; */
    /* border-bottom: none; */
    /* border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
    /* padding: 1rem 1.5rem; */
}

.modal-header .modal-title {
    margin-left: -250px;
    font-size: 30px;
    text-align: left;
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}

.modal-header .close.custom-close {
    color: white;
    font-size: 4rem;
    border: none;
    background: none;
    margin-right: -250px;
}

.list-group-item.active {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}
.list-group-item {
    width: 400px; 
    box-sizing: border-box;
    background-color: #e4e3e8;
    border-bottom: 2px solid black;
    
}

.menu-icon::before {
    content: "\2630"; /* Unicode for menu icon */
    font-size: 1.5rem;
    color: black;
   
    
}

.close {
    border: none;
    background: none;
    font-size: 1.5rem;
    padding: 0;
    text-align: right;
    margin: 0;
    line-height: 1;
}

    .chapter-name {
        max-width: 200px;
        
        
    }
  
  .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    

  }

  /*.floating-buttons {
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1000;
    }

    .btn-floating {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin: 5px 0;
    }*/

.highlight {
    background-color: yellow;
}


.tiledBackground {
  background-image: url(https://www.mozilla.org/media/img/logos/firefox/logo-quantum.9c5e96634f92.png);
  background-size: 150px;
  width: 300px;
  height: 300px;
  border: 2px solid;
  color: pink;
}

                    
                    /* .filled {
                        color: gold; 
                    }
                    
                    
                    .empty {
                        color: #ccc; 
                    } */
    
    /* } */
    

    
    
    
     