
.ftcc-button {
    font-size: 20px;
    cursor: pointer;
    background-color: #ffffff;
    color: black;
    border: none;
    padding: 10px 15px;
    position: relative;
    box-shadow: 2px 2px 2px 2px #a1a1a1;
}
.ftcc-button:hover {     
    background-color: #f1b825 !important;    
}
.ftcc-button-container {
    position: relative;
    top: 10px;
    right:10px;
}
a {
    color: #000000 !important;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    color: #f1b825 !important;
}
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #ffffff;
    color: black;
    border: none;
    padding: 10px 15px;
    position: relative; /* Added to position the button */
    float: right;
    box-shadow: 2px 2px 2px 2px #a1a1a1;
    z-index: 1;
    top: 15px;
    right: 15px;
}

    .openbtn:hover {
        background: #000000;
        color: #ffffff;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0; /* Changed from left to right */
    background-color: #f1f1f1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.right-menu, .menu-item {
    display: block;
}

a .menu-item {
    width: 100%;
    padding: 20px;
    margin: 0px;
    display: block;
    z-index: -5;
    text-align: right;
}

.menu-close-btn {
    display: none;
    float: right;
    font-size: 20px;
    border: none;
    background-color: white;
}

.menu-display-btn {
    float: right;
    font-size: 20px;
    border: none;
    background-color: white;
}

.sidenav a {
    padding: 18px 8px 8px 32px;
    text-decoration: none;
    text-align: left;
    font-size: 18px;
    color: #000;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid black;
}

    .sidenav a:hover {
        background-color: #ddd;
        color: #000;
    }

.sidenav .closebtn {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0px; /* Changed from right to left */
    font-size: 20px;
    margin-left: 0px;
    background-color: #ffffff;
    color: #000;
    text-align: left;
}

    .sidenav .closebtn:hover {
        background: #000000;
        color: #ffffff;
        text-decoration:none;
    }
/* Move blocks further left and shrink more on extra small screens */
@media (min-width: 768px) and (max-width: 1024px) {
}
/* Move blocks further left and shrink more on extra small screens */
/* Move blocks to the left and shrink on smaller screens */
@media (min-width: 600px) and (max-width: 767px) {
}
/* Move blocks further left and shrink more on extra small screens */
@media (max-width: 600px) {
    .sidenav .closebtn {
    }
} 
     
