.sticky-footer-module{position: fixed;left: 0;right: 0; bottom: 0; background-color: #fff; z-index: 999; padding: 14px; box-shadow: 0px 0px 6px #00000029;}
.sticky-footer-module .sticky-content{display: flex;align-items: center; justify-content: center;}
.sticky-footer-module .sticky-content .sticky-title{font-weight: 500;color:#333456;}
.sticky-footer-module .sticky-content .sticky-desc{margin-left:5px; margin-right:30px;}
.sticky-footer-button .sticky-button-content.add-sticky {position: fixed; left: 0; right: 0; bottom: 0; z-index: 999; padding: 14px; text-align: center;}
.sticky-footer-button .sticky-button-content.add-sticky .orange-outlined {border-radius: 60px; border: 4px solid #FFF; background: #D74100; box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.20), 0px 0px 2px 0px rgba(0, 0, 0, 0.10); color: #fff !important;}
.sticky-footer-button .sticky-button-content.add-sticky .orange-outlined:focus {border: solid #d74100 3px; box-shadow: 0px 0px 0px 1.5px white inset, 0px 0px 16px 0px rgba(215, 65, 0, 0.25);}
.sticky-footer-button {margin-top: 35px; /*min-height: 56px;*/}

@media(max-width:991px){
    .sticky-footer-module .sticky-content{display: block; text-align: center;}
}