@import "../../variables";
.order {
    table {
        thead {
            td {
                color: $primary-coral !important;
            }
        }
    }
}
.tab-pane {
    display: none !important;
}

.learts-mb-n30 {
    margin-bottom: -30px;
}

.learts-mt-30 {
    margin-top: 30px;
}

.learts-mb-30 {
    margin-bottom: 30px;
}