.ops-border {
    border: 1px solid #dee2e6 !important;
}

.ops-border-top {
    border-top: 1px solid #dee2e6 !important;
}

.ops-border-right {
    border-right: 1px solid #dee2e6 !important;
}

.ops-border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.ops-border-left {
    border-left: 1px solid #dee2e6 !important;
}

.ops-border-0 {
    border: 0 !important;
}

.ops-border-top-0 {
    border-top: 0 !important;
}

.ops-border-right-0 {
    border-right: 0 !important;
}

.ops-border-bottom-0 {
    border-bottom: 0 !important;
}

.ops-border-left-0 {
    border-left: 0 !important;
}

.ops-border-primary {
    border-color: #007bff !important;
}

.ops-border-secondary {
    border-color: #6c757d !important;
}

.ops-border-success {
    border-color: #28a745 !important;
}

.ops-border-info {
    border-color: #17a2b8 !important;
}

.ops-border-warning {
    border-color: #ffc107 !important;
}

.ops-border-danger {
    border-color: #dc3545 !important;
}

.ops-border-light {
    border-color: #f8f9fa !important;
}

.ops-border-dark {
    border-color: #343a40 !important;
}

.ops-border-white {
    border-color: #fff !important;
}

.ops-rounded-sm {
    border-radius: 0.2rem !important;
}

.ops-rounded {
    border-radius: 0.25rem !important;
}

.ops-rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.ops-rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.ops-rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.ops-rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.ops-rounded-lg {
    border-radius: 0.3rem !important;
}

.ops-rounded-circle {
    border-radius: 50% !important;
}

.ops-rounded-pill {
    border-radius: 50rem !important;
}

.ops-rounded-0 {
    border-radius: 0 !important;
}
