
.sidenav {
    height: 250px;
    width: 0px;
    position: relative;
    bottom: 15px;
    z-index: 4;
    background-color: #007bff;
    overflow-x: hidden;
    transition: 2s;
    right: 5px;
}

.sidenav a {
    padding: 6px;
    font-size: 16px;
    color: red;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover,
.offcanvas a:focus {
    color: white;
    left: 20px;
    position: relative;
}

.closebtn {
    position: relative;
    top: 2px;
    left: 125px;
    color: blue;
    margin-left: 150px;
    font-weight: 900;
    border-radius: 5px;
}

/*Navigation Buttons*/
.yusuf {
    padding: 10px;
    margin-bottom: 10px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}


/*General Search Form */

.search-form {
        margin: 10px;
        
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        background-color: #f9f9f9;
    }
    
    /*General lables for the forms  Form */
    .search-form label {
        display: inline-block;
        width:100px;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 10px;
        text-transform:uppercase;
        color:#124;
        
    }
    
    /*General Search Form */
    .search-form input[type="text"],
    .search-form input[type="submit"] {
        display: inline-block;
        width: calc(40% - 90px);
        padding: 5px;
        margin-bottom: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
      
    }
    
    /* Search Button */
    .search-form input[type="submit"] {
        width: 10%;
        background-color: #007bff;
        color: #fff;
        border: none;
        cursor: pointer;
        float:right;
    }
    .search-form input[type="submit"]:hover {
        background-color: #0056b3;
    }
