.sticky-button,.sticky-button .icons{display:flex;align-items:center;justify-content:space-between}.sticky-button{position:fixed;bottom:1px;right:20px;background-color:#ccc;color:#333;padding:10px;border-radius:5px;cursor:pointer;width:300px}.sticky-button .icons{gap:10px}.sticky-button p{margin:0}.badge,.sticky-button i.fa.fa-bell{flex-grow:0;flex-shrink:0;color:#d70a1e}.badge{background-color:#fff;border-radius:50px;padding:2px 5px;font-size:10px;color:#505050}.course-list{position:fixed;bottom:50px;right:20px;border-radius:5px;width:300px;background-color:#f2f2f2}.course-list ul{max-height:200px;overflow-y:scroll}.course-list li{padding:10px;list-style-type:none;border-radius:5px;margin:5px;background-color:#fff}.course-list li a{font-family:"Gilroy",Arial,Helvetica,sans-serif;font-weight:300;color:#505050}.course-list.hidden{display:none}