.custom-btn {
    border: none;
    display: inline-block;
    color: #ffffff;
    border-radius: 4px;
    /* padding: 0 1.75rem; */
    font-size: 14px;
    background-color: #0811F9;
    height: 35px;
    /* line-height: 49px; */
    font-weight: 600;
    text-transform: capitalize;
}

.custom-btn:hover, .custom-btn:focus {
    background-color: transparent;
    color: #0811fb;
    -webkit-box-shadow: 0 3px 42px 2px rgb(12 82 255 / 18%);
    box-shadow: 0 3px 42px 2px rgb(12 82 255 / 18%);
    height: 35px;
    /*line-height: 49px;*/
}

.scrollable-menu {
        height: auto;
        max-height: 400px;
        overflow-x: hidden;
      }