body {
    font-family: Arial, sans-serif;
}

.hiddenModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modalContent456 {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    transition: 0.4s ease;
    padding: 20px;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.3);
}

.modalContent456 ul {
    list-style-type: none;
    padding: 0;
    margin-top: 30px;
}
.modalContent456 ul li {
    background-color: #f1f1f1; 
    padding: 10px 15px;     
    margin-bottom: 5px;       
    border-radius: 5px;      
    font-size: 16px;
    transition: background-color 0.3s;
    text-align: left;
}

.modalContent456 ul li a {
    text-decoration: none;
    color: #333;
    display: block;  
}

.modalContent456 ul li:hover {
    background-color: #e0e0e0; 
}

.closeButton789 {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 50px;
    cursor: pointer;
    margin-top: -10px;
}

.showModal .modalContent456 {
    left: 0;
}

.dropdown123 {
    position: relative;
}

.dropdown123-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    border: 1px solid #ddd;
    z-index: 1;
    top: 100%;
    left: 0;
}

.dropdown123-content li {
    padding: 10px;
    text-align: left;
}

.dropdown123-content li a {
    color: #333;
}

.dropdown123:hover .dropdown123-content {
    display: block;
}

.dropdown123-content li:hover {
    background-color: #ddd;
}

.dropdown123 span {
    float: right;
}


.button__search__book , .button__search__publisher{
display: block;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    cursor: pointer;
    text-align: center;
    font-family: Ford Antenna;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    border-radius: 8px;
        color: #1E00AE;
        border: 1px solid #1E00AE;
}

.menu-drop-down {
    width: 20px;
}

.button__search__book:hover , .button__search__publisher:hover{
    background-color: #1E00AE;
}