
                .wrap-download-all {
                    position: relative;
                    display: flex;
                    justify-content: right;
                }

                .wrap-download-all a{
                    background: #202231 !important;
                    color: #f4f6ff !important;
                    border: 0px solid #f4f6ff !important;
                    border-radius: 15px !important;
                    box-shadow: none !important;
                    text-shadow: none !important;
                    transition: all 0.2s ease 0s !important;
                    display: inline-block !important;
                    margin: 30px 30px 30px 30px !important;
                    padding: 6px 12px;
                    text-decoration: none !important;
                    position: relative;
                    font-size: 14px !important;
                    cursor: pointer;
                }
                
                .wrap-download-all a:hover{
                    background: #1c1e2a !important;
                    box-shadow: 1px 1px 12px #ccc !important;
                    color: #ffffff !important;
                }
                