@import "../../variables";
.order {
    table {
        thead {
            td {
                color: $primary-coral !important;
            }
        }
    }
}

.tab-pane {
    display: none !important;
}
