
.btn-line {
    background-image: url(https://xdark-protocol.com/public/assets/img/vendor/line/btn_base.png);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    color: #fff;
    background-color: #06C755;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(158 158 158 / 40%);
}

.btn-line:hover {
    background-image: url(https://xdark-protocol.com/public/assets/img/vendor/line/btn_hover.png);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    color: #fff;
    background-color: rgb(5, 179, 76);
    box-shadow: 0 0.125rem 0.25rem 0 rgb(158 158 158 / 50%);
}

.btn-line:active {
    background-image: url(https://xdark-protocol.com/public/assets/img/vendor/line/btn_press.png);
    background-repeat: no-repeat, repeat;
    background-size: contain;
    color: #fff;
    background-color: rgb(4, 139, 59);
    box-shadow: 0 0.125rem 0.25rem 0 rgb(158 158 158 / 20%);
}