﻿@media screen and (max-width: 767px) {
    .cloud-receipt-stepflow .tabSet._step .tabItems {
        display: block !important;
        background: transparent;
        border-radius: 0;
        overflow: visible;
    }

    .cloud-receipt-stepflow .tabSet._step .tabBtn {
        display: none !important;
    }

        .cloud-receipt-stepflow .tabSet._step .tabBtn.active {
            display: block !important;
            width: 100% !important;
            flex: none !important;
            margin: 0 !important;
        }

            .cloud-receipt-stepflow .tabSet._step .tabBtn.active::after {
                display: none !important;
            }
}
