﻿
.rounded {
    border-radius: var(--falcon-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--falcon-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--falcon-border-radius) !important
}

.rounded-3 {
    border-radius: var(--falcon-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--falcon-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--falcon-border-radius-2xl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--falcon-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--falcon-border-radius) !important;
    border-top-right-radius: var(--falcon-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--falcon-border-radius-sm) !important;
    border-top-right-radius: var(--falcon-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--falcon-border-radius) !important;
    border-top-right-radius: var(--falcon-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--falcon-border-radius-lg) !important;
    border-top-right-radius: var(--falcon-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--falcon-border-radius-xl) !important;
    border-top-right-radius: var(--falcon-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--falcon-border-radius-2xl) !important;
    border-top-right-radius: var(--falcon-border-radius-2xl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--falcon-border-radius-pill) !important;
    border-top-right-radius: var(--falcon-border-radius-pill) !important
}

.rounded-end {
    border-top-right-radius: var(--falcon-border-radius) !important;
    border-bottom-right-radius: var(--falcon-border-radius) !important
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
    border-top-right-radius: var(--falcon-border-radius-sm) !important;
    border-bottom-right-radius: var(--falcon-border-radius-sm) !important
}

.rounded-end-2 {
    border-top-right-radius: var(--falcon-border-radius) !important;
    border-bottom-right-radius: var(--falcon-border-radius) !important
}

.rounded-end-3 {
    border-top-right-radius: var(--falcon-border-radius-lg) !important;
    border-bottom-right-radius: var(--falcon-border-radius-lg) !important
}

.rounded-end-4 {
    border-top-right-radius: var(--falcon-border-radius-xl) !important;
    border-bottom-right-radius: var(--falcon-border-radius-xl) !important
}

.rounded-end-5 {
    border-top-right-radius: var(--falcon-border-radius-2xl) !important;
    border-bottom-right-radius: var(--falcon-border-radius-2xl) !important
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
    border-top-right-radius: var(--falcon-border-radius-pill) !important;
    border-bottom-right-radius: var(--falcon-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--falcon-border-radius) !important;
    border-bottom-left-radius: var(--falcon-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--falcon-border-radius-sm) !important;
    border-bottom-left-radius: var(--falcon-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--falcon-border-radius) !important;
    border-bottom-left-radius: var(--falcon-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--falcon-border-radius-lg) !important;
    border-bottom-left-radius: var(--falcon-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--falcon-border-radius-xl) !important;
    border-bottom-left-radius: var(--falcon-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--falcon-border-radius-2xl) !important;
    border-bottom-left-radius: var(--falcon-border-radius-2xl) !important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--falcon-border-radius-pill) !important;
    border-bottom-left-radius: var(--falcon-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--falcon-border-radius) !important;
    border-top-left-radius: var(--falcon-border-radius) !important
}

.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--falcon-border-radius-sm) !important;
    border-top-left-radius: var(--falcon-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--falcon-border-radius) !important;
    border-top-left-radius: var(--falcon-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--falcon-border-radius-lg) !important;
    border-top-left-radius: var(--falcon-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--falcon-border-radius-xl) !important;
    border-top-left-radius: var(--falcon-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--falcon-border-radius-2xl) !important;
    border-top-left-radius: var(--falcon-border-radius-2xl) !important
}

.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--falcon-border-radius-pill) !important;
    border-top-left-radius: var(--falcon-border-radius-pill) !important
}

/***/
.rounded-6 {
    border-radius: 1rem !important;
}

.rounded-7 {
    border-radius: 1.25rem !important;
}

.rounded-8 {
    border-radius: 1.5rem !important;
}

.rounded-9 {
    border-radius: 2rem !important;
}
@media (min-width:425px) {
    .rounded-xs-1 {
        border-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-xs-2 {
        border-radius: var(--falcon-border-radius) !important
    }

    .rounded-xs-3 {
        border-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-xs-4 {
        border-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-xs-5 {
        border-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-xs-circle {
        border-radius: 50% !important
    }

    .rounded-xs-pill {
        border-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-xs-top {
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important
    }

    .rounded-xs-top-lg {
        border-top-left-radius: .375rem !important;
        border-top-right-radius: .375rem !important
    }

    .rounded-xs-top-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-xs-end {
        border-top-right-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important
    }

    .rounded-xs-end-lg {
        border-top-right-radius: .375rem !important;
        border-bottom-right-radius: .375rem !important
    }

    .rounded-xs-end-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .rounded-xs-bottom {
        border-bottom-right-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important
    }

    .rounded-xs-bottom-lg {
        border-bottom-right-radius: .375rem !important;
        border-bottom-left-radius: .375rem !important
    }

    .rounded-xs-bottom-0 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .rounded-xs-start {
        border-bottom-left-radius: .25rem !important;
        border-top-left-radius: .25rem !important
    }

    .rounded-xs-start-lg {
        border-bottom-left-radius: .375rem !important;
        border-top-left-radius: .375rem !important
    }

    .rounded-xs-start-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }
    /***/
    .rounded-xs-6 {
        border-radius: 1rem !important;
    }
    .rounded-xs-7 {
        border-radius: 1.25rem !important;
    }
    .rounded-xs-8 {
        border-radius: 1.5rem !important;
    }
    .rounded-xs-9 {
        border-radius: 2rem !important;
    }
}

@media (min-width:576px) {
    .rounded-sm {
        border-radius: var(--falcon-border-radius) !important
    }

    .rounded-sm-0 {
        border-radius: 0 !important
    }

    .rounded-sm-1 {
        border-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-sm-2 {
        border-radius: var(--falcon-border-radius) !important
    }

    .rounded-sm-3 {
        border-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-sm-4 {
        border-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-sm-5 {
        border-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-sm-circle {
        border-radius: 50% !important
    }

    .rounded-sm-pill {
        border-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-top-sm {
        border-top-left-radius: var(--falcon-border-radius) !important;
        border-top-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-top-sm-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-top-sm-1 {
        border-top-left-radius: var(--falcon-border-radius-sm) !important;
        border-top-right-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-top-sm-2 {
        border-top-left-radius: var(--falcon-border-radius) !important;
        border-top-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-top-sm-3 {
        border-top-left-radius: var(--falcon-border-radius-lg) !important;
        border-top-right-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-top-sm-4 {
        border-top-left-radius: var(--falcon-border-radius-xl) !important;
        border-top-right-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-top-sm-5 {
        border-top-left-radius: var(--falcon-border-radius-2xl) !important;
        border-top-right-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-top-sm-circle {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-top-sm-pill {
        border-top-left-radius: var(--falcon-border-radius-pill) !important;
        border-top-right-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-end-sm {
        border-top-right-radius: var(--falcon-border-radius) !important;
        border-bottom-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-end-sm-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .rounded-end-sm-1 {
        border-top-right-radius: var(--falcon-border-radius-sm) !important;
        border-bottom-right-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-end-sm-2 {
        border-top-right-radius: var(--falcon-border-radius) !important;
        border-bottom-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-end-sm-3 {
        border-top-right-radius: var(--falcon-border-radius-lg) !important;
        border-bottom-right-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-end-sm-4 {
        border-top-right-radius: var(--falcon-border-radius-xl) !important;
        border-bottom-right-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-end-sm-5 {
        border-top-right-radius: var(--falcon-border-radius-2xl) !important;
        border-bottom-right-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-end-sm-circle {
        border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .rounded-end-sm-pill {
        border-top-right-radius: var(--falcon-border-radius-pill) !important;
        border-bottom-right-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-bottom-sm {
        border-bottom-right-radius: var(--falcon-border-radius) !important;
        border-bottom-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-bottom-sm-0 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .rounded-bottom-sm-1 {
        border-bottom-right-radius: var(--falcon-border-radius-sm) !important;
        border-bottom-left-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-bottom-sm-2 {
        border-bottom-right-radius: var(--falcon-border-radius) !important;
        border-bottom-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-bottom-sm-3 {
        border-bottom-right-radius: var(--falcon-border-radius-lg) !important;
        border-bottom-left-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-bottom-sm-4 {
        border-bottom-right-radius: var(--falcon-border-radius-xl) !important;
        border-bottom-left-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-bottom-sm-5 {
        border-bottom-right-radius: var(--falcon-border-radius-2xl) !important;
        border-bottom-left-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-bottom-sm-circle {
        border-bottom-right-radius: 50% !important;
        border-bottom-left-radius: 50% !important
    }

    .rounded-bottom-sm-pill {
        border-bottom-right-radius: var(--falcon-border-radius-pill) !important;
        border-bottom-left-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-start-sm {
        border-bottom-left-radius: var(--falcon-border-radius) !important;
        border-top-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-start-sm-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .rounded-start-sm-1 {
        border-bottom-left-radius: var(--falcon-border-radius-sm) !important;
        border-top-left-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-start-sm-2 {
        border-bottom-left-radius: var(--falcon-border-radius) !important;
        border-top-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-start-sm-3 {
        border-bottom-left-radius: var(--falcon-border-radius-lg) !important;
        border-top-left-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-start-sm-4 {
        border-bottom-left-radius: var(--falcon-border-radius-xl) !important;
        border-top-left-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-start-sm-5 {
        border-bottom-left-radius: var(--falcon-border-radius-2xl) !important;
        border-top-left-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-start-sm-circle {
        border-bottom-left-radius: 50% !important;
        border-top-left-radius: 50% !important
    }

    .rounded-start-sm-pill {
        border-bottom-left-radius: var(--falcon-border-radius-pill) !important;
        border-top-left-radius: var(--falcon-border-radius-pill) !important
    }
    /***/
    .rounded-sm-6 {
        border-radius: 1rem !important;
    }
    .rounded-sm-7 {
        border-radius: 1.25rem !important;
    }

    .rounded-sm-8 {
        border-radius: 1.5rem !important;
    }

    .rounded-sm-9 {
        border-radius: 2rem !important;
    }
}

@media (min-width:768px) {
    .rounded-md {
        border-radius: var(--falcon-border-radius) !important
    }

    .rounded-md-0 {
        border-radius: 0 !important
    }

    .rounded-md-1 {
        border-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-md-2 {
        border-radius: var(--falcon-border-radius) !important
    }

    .rounded-md-3 {
        border-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-md-4 {
        border-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-md-5 {
        border-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-md-circle {
        border-radius: 50% !important
    }

    .rounded-md-pill {
        border-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-top-md {
        border-top-left-radius: var(--falcon-border-radius) !important;
        border-top-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-top-md-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-top-md-1 {
        border-top-left-radius: var(--falcon-border-radius-sm) !important;
        border-top-right-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-top-md-2 {
        border-top-left-radius: var(--falcon-border-radius) !important;
        border-top-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-top-md-3 {
        border-top-left-radius: var(--falcon-border-radius-lg) !important;
        border-top-right-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-top-md-4 {
        border-top-left-radius: var(--falcon-border-radius-xl) !important;
        border-top-right-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-top-md-5 {
        border-top-left-radius: var(--falcon-border-radius-2xl) !important;
        border-top-right-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-top-md-circle {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-top-md-pill {
        border-top-left-radius: var(--falcon-border-radius-pill) !important;
        border-top-right-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-end-md {
        border-top-right-radius: var(--falcon-border-radius) !important;
        border-bottom-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-end-md-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .rounded-end-md-1 {
        border-top-right-radius: var(--falcon-border-radius-sm) !important;
        border-bottom-right-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-end-md-2 {
        border-top-right-radius: var(--falcon-border-radius) !important;
        border-bottom-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-end-md-3 {
        border-top-right-radius: var(--falcon-border-radius-lg) !important;
        border-bottom-right-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-end-md-4 {
        border-top-right-radius: var(--falcon-border-radius-xl) !important;
        border-bottom-right-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-end-md-5 {
        border-top-right-radius: var(--falcon-border-radius-2xl) !important;
        border-bottom-right-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-end-md-circle {
        border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .rounded-end-md-pill {
        border-top-right-radius: var(--falcon-border-radius-pill) !important;
        border-bottom-right-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-bottom-md {
        border-bottom-right-radius: var(--falcon-border-radius) !important;
        border-bottom-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-bottom-md-0 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .rounded-bottom-md-1 {
        border-bottom-right-radius: var(--falcon-border-radius-sm) !important;
        border-bottom-left-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-bottom-md-2 {
        border-bottom-right-radius: var(--falcon-border-radius) !important;
        border-bottom-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-bottom-md-3 {
        border-bottom-right-radius: var(--falcon-border-radius-lg) !important;
        border-bottom-left-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-bottom-md-4 {
        border-bottom-right-radius: var(--falcon-border-radius-xl) !important;
        border-bottom-left-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-bottom-md-5 {
        border-bottom-right-radius: var(--falcon-border-radius-2xl) !important;
        border-bottom-left-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-bottom-md-circle {
        border-bottom-right-radius: 50% !important;
        border-bottom-left-radius: 50% !important
    }

    .rounded-bottom-md-pill {
        border-bottom-right-radius: var(--falcon-border-radius-pill) !important;
        border-bottom-left-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-start-md {
        border-bottom-left-radius: var(--falcon-border-radius) !important;
        border-top-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-start-md-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .rounded-start-md-1 {
        border-bottom-left-radius: var(--falcon-border-radius-sm) !important;
        border-top-left-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-start-md-2 {
        border-bottom-left-radius: var(--falcon-border-radius) !important;
        border-top-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-start-md-3 {
        border-bottom-left-radius: var(--falcon-border-radius-lg) !important;
        border-top-left-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-start-md-4 {
        border-bottom-left-radius: var(--falcon-border-radius-xl) !important;
        border-top-left-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-start-md-5 {
        border-bottom-left-radius: var(--falcon-border-radius-2xl) !important;
        border-top-left-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-start-md-circle {
        border-bottom-left-radius: 50% !important;
        border-top-left-radius: 50% !important
    }

    .rounded-start-md-pill {
        border-bottom-left-radius: var(--falcon-border-radius-pill) !important;
        border-top-left-radius: var(--falcon-border-radius-pill) !important
    }
    /***/
    .rounded-md-6 {
        border-radius: 1rem !important;
    }
    .rounded-md-7 {
        border-radius: 1.25rem !important;
    }
    .rounded-md-8 {
        border-radius: 1.5rem !important;
    }

    .rounded-md-9 {
        border-radius: 2rem !important;
    }
}

@media (min-width:992px) {
    .rounded-lg {
        border-radius: var(--falcon-border-radius) !important
    }

    .rounded-lg-0 {
        border-radius: 0 !important
    }

    .rounded-lg-1 {
        border-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-lg-2 {
        border-radius: var(--falcon-border-radius) !important
    }

    .rounded-lg-3 {
        border-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-lg-4 {
        border-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-lg-5 {
        border-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-lg-circle {
        border-radius: 50% !important
    }

    .rounded-lg-pill {
        border-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-top-lg {
        border-top-left-radius: var(--falcon-border-radius) !important;
        border-top-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-top-lg-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-top-lg-1 {
        border-top-left-radius: var(--falcon-border-radius-sm) !important;
        border-top-right-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-top-lg-2 {
        border-top-left-radius: var(--falcon-border-radius) !important;
        border-top-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-top-lg-3 {
        border-top-left-radius: var(--falcon-border-radius-lg) !important;
        border-top-right-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-top-lg-4 {
        border-top-left-radius: var(--falcon-border-radius-xl) !important;
        border-top-right-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-top-lg-5 {
        border-top-left-radius: var(--falcon-border-radius-2xl) !important;
        border-top-right-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-top-lg-circle {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-top-lg-pill {
        border-top-left-radius: var(--falcon-border-radius-pill) !important;
        border-top-right-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-end-lg {
        border-top-right-radius: var(--falcon-border-radius) !important;
        border-bottom-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-end-lg-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .rounded-end-lg-1 {
        border-top-right-radius: var(--falcon-border-radius-sm) !important;
        border-bottom-right-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-end-lg-2 {
        border-top-right-radius: var(--falcon-border-radius) !important;
        border-bottom-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-end-lg-3 {
        border-top-right-radius: var(--falcon-border-radius-lg) !important;
        border-bottom-right-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-end-lg-4 {
        border-top-right-radius: var(--falcon-border-radius-xl) !important;
        border-bottom-right-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-end-lg-5 {
        border-top-right-radius: var(--falcon-border-radius-2xl) !important;
        border-bottom-right-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-end-lg-circle {
        border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .rounded-end-lg-pill {
        border-top-right-radius: var(--falcon-border-radius-pill) !important;
        border-bottom-right-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-bottom-lg {
        border-bottom-right-radius: var(--falcon-border-radius) !important;
        border-bottom-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-bottom-lg-0 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .rounded-bottom-lg-1 {
        border-bottom-right-radius: var(--falcon-border-radius-sm) !important;
        border-bottom-left-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-bottom-lg-2 {
        border-bottom-right-radius: var(--falcon-border-radius) !important;
        border-bottom-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-bottom-lg-3 {
        border-bottom-right-radius: var(--falcon-border-radius-lg) !important;
        border-bottom-left-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-bottom-lg-4 {
        border-bottom-right-radius: var(--falcon-border-radius-xl) !important;
        border-bottom-left-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-bottom-lg-5 {
        border-bottom-right-radius: var(--falcon-border-radius-2xl) !important;
        border-bottom-left-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-bottom-lg-circle {
        border-bottom-right-radius: 50% !important;
        border-bottom-left-radius: 50% !important
    }

    .rounded-bottom-lg-pill {
        border-bottom-right-radius: var(--falcon-border-radius-pill) !important;
        border-bottom-left-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-start-lg {
        border-bottom-left-radius: var(--falcon-border-radius) !important;
        border-top-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-start-lg-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .rounded-start-lg-1 {
        border-bottom-left-radius: var(--falcon-border-radius-sm) !important;
        border-top-left-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-start-lg-2 {
        border-bottom-left-radius: var(--falcon-border-radius) !important;
        border-top-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-start-lg-3 {
        border-bottom-left-radius: var(--falcon-border-radius-lg) !important;
        border-top-left-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-start-lg-4 {
        border-bottom-left-radius: var(--falcon-border-radius-xl) !important;
        border-top-left-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-start-lg-5 {
        border-bottom-left-radius: var(--falcon-border-radius-2xl) !important;
        border-top-left-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-start-lg-circle {
        border-bottom-left-radius: 50% !important;
        border-top-left-radius: 50% !important
    }

    .rounded-start-lg-pill {
        border-bottom-left-radius: var(--falcon-border-radius-pill) !important;
        border-top-left-radius: var(--falcon-border-radius-pill) !important
    }
    /**/
    .rounded-lg-6 {
        border-radius: 1rem !important;
    }
    .rounded-lg-7 {
        border-radius: 1.25rem !important;
    }

    .rounded-lg-8 {
        border-radius: 1.5rem !important;
    }

    .rounded-lg-9 {
        border-radius: 2rem !important;
    }
}

@media (min-width:1200px) {
    .rounded-xl {
        border-radius: var(--falcon-border-radius) !important
    }

    .rounded-xl-0 {
        border-radius: 0 !important
    }

    .rounded-xl-1 {
        border-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-xl-2 {
        border-radius: var(--falcon-border-radius) !important
    }

    .rounded-xl-3 {
        border-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-xl-4 {
        border-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-xl-5 {
        border-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-xl-circle {
        border-radius: 50% !important
    }

    .rounded-xl-pill {
        border-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-top-xl {
        border-top-left-radius: var(--falcon-border-radius) !important;
        border-top-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-top-xl-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-top-xl-1 {
        border-top-left-radius: var(--falcon-border-radius-sm) !important;
        border-top-right-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-top-xl-2 {
        border-top-left-radius: var(--falcon-border-radius) !important;
        border-top-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-top-xl-3 {
        border-top-left-radius: var(--falcon-border-radius-lg) !important;
        border-top-right-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-top-xl-4 {
        border-top-left-radius: var(--falcon-border-radius-xl) !important;
        border-top-right-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-top-xl-5 {
        border-top-left-radius: var(--falcon-border-radius-2xl) !important;
        border-top-right-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-top-xl-circle {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-top-xl-pill {
        border-top-left-radius: var(--falcon-border-radius-pill) !important;
        border-top-right-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-end-xl {
        border-top-right-radius: var(--falcon-border-radius) !important;
        border-bottom-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-end-xl-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .rounded-end-xl-1 {
        border-top-right-radius: var(--falcon-border-radius-sm) !important;
        border-bottom-right-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-end-xl-2 {
        border-top-right-radius: var(--falcon-border-radius) !important;
        border-bottom-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-end-xl-3 {
        border-top-right-radius: var(--falcon-border-radius-lg) !important;
        border-bottom-right-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-end-xl-4 {
        border-top-right-radius: var(--falcon-border-radius-xl) !important;
        border-bottom-right-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-end-xl-5 {
        border-top-right-radius: var(--falcon-border-radius-2xl) !important;
        border-bottom-right-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-end-xl-circle {
        border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .rounded-end-xl-pill {
        border-top-right-radius: var(--falcon-border-radius-pill) !important;
        border-bottom-right-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-bottom-xl {
        border-bottom-right-radius: var(--falcon-border-radius) !important;
        border-bottom-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-bottom-xl-0 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .rounded-bottom-xl-1 {
        border-bottom-right-radius: var(--falcon-border-radius-sm) !important;
        border-bottom-left-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-bottom-xl-2 {
        border-bottom-right-radius: var(--falcon-border-radius) !important;
        border-bottom-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-bottom-xl-3 {
        border-bottom-right-radius: var(--falcon-border-radius-lg) !important;
        border-bottom-left-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-bottom-xl-4 {
        border-bottom-right-radius: var(--falcon-border-radius-xl) !important;
        border-bottom-left-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-bottom-xl-5 {
        border-bottom-right-radius: var(--falcon-border-radius-2xl) !important;
        border-bottom-left-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-bottom-xl-circle {
        border-bottom-right-radius: 50% !important;
        border-bottom-left-radius: 50% !important
    }

    .rounded-bottom-xl-pill {
        border-bottom-right-radius: var(--falcon-border-radius-pill) !important;
        border-bottom-left-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-start-xl {
        border-bottom-left-radius: var(--falcon-border-radius) !important;
        border-top-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-start-xl-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .rounded-start-xl-1 {
        border-bottom-left-radius: var(--falcon-border-radius-sm) !important;
        border-top-left-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-start-xl-2 {
        border-bottom-left-radius: var(--falcon-border-radius) !important;
        border-top-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-start-xl-3 {
        border-bottom-left-radius: var(--falcon-border-radius-lg) !important;
        border-top-left-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-start-xl-4 {
        border-bottom-left-radius: var(--falcon-border-radius-xl) !important;
        border-top-left-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-start-xl-5 {
        border-bottom-left-radius: var(--falcon-border-radius-2xl) !important;
        border-top-left-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-start-xl-circle {
        border-bottom-left-radius: 50% !important;
        border-top-left-radius: 50% !important
    }

    .rounded-start-xl-pill {
        border-bottom-left-radius: var(--falcon-border-radius-pill) !important;
        border-top-left-radius: var(--falcon-border-radius-pill) !important
    }
    /**/
    .rounded-xl-6 {
        border-radius: 1rem !important;
    }
    .rounded-xl-7 {
        border-radius: 1.25rem !important;
    }

    .rounded-xl-8 {
        border-radius: 1.5rem !important;
    }

    .rounded-xl-9 {
        border-radius: 2rem !important;
    }
}

@media (min-width:1540px) {
    .rounded-xxl {
        border-radius: var(--falcon-border-radius) !important
    }

    .rounded-xxl-0 {
        border-radius: 0 !important
    }

    .rounded-xxl-1 {
        border-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-xxl-2 {
        border-radius: var(--falcon-border-radius) !important
    }

    .rounded-xxl-3 {
        border-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-xxl-4 {
        border-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-xxl-5 {
        border-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-xxl-circle {
        border-radius: 50% !important
    }

    .rounded-xxl-pill {
        border-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-top-xxl {
        border-top-left-radius: var(--falcon-border-radius) !important;
        border-top-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-top-xxl-0 {
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
    }

    .rounded-top-xxl-1 {
        border-top-left-radius: var(--falcon-border-radius-sm) !important;
        border-top-right-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-top-xxl-2 {
        border-top-left-radius: var(--falcon-border-radius) !important;
        border-top-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-top-xxl-3 {
        border-top-left-radius: var(--falcon-border-radius-lg) !important;
        border-top-right-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-top-xxl-4 {
        border-top-left-radius: var(--falcon-border-radius-xl) !important;
        border-top-right-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-top-xxl-5 {
        border-top-left-radius: var(--falcon-border-radius-2xl) !important;
        border-top-right-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-top-xxl-circle {
        border-top-left-radius: 50% !important;
        border-top-right-radius: 50% !important
    }

    .rounded-top-xxl-pill {
        border-top-left-radius: var(--falcon-border-radius-pill) !important;
        border-top-right-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-end-xxl {
        border-top-right-radius: var(--falcon-border-radius) !important;
        border-bottom-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-end-xxl-0 {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important
    }

    .rounded-end-xxl-1 {
        border-top-right-radius: var(--falcon-border-radius-sm) !important;
        border-bottom-right-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-end-xxl-2 {
        border-top-right-radius: var(--falcon-border-radius) !important;
        border-bottom-right-radius: var(--falcon-border-radius) !important
    }

    .rounded-end-xxl-3 {
        border-top-right-radius: var(--falcon-border-radius-lg) !important;
        border-bottom-right-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-end-xxl-4 {
        border-top-right-radius: var(--falcon-border-radius-xl) !important;
        border-bottom-right-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-end-xxl-5 {
        border-top-right-radius: var(--falcon-border-radius-2xl) !important;
        border-bottom-right-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-end-xxl-circle {
        border-top-right-radius: 50% !important;
        border-bottom-right-radius: 50% !important
    }

    .rounded-end-xxl-pill {
        border-top-right-radius: var(--falcon-border-radius-pill) !important;
        border-bottom-right-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-bottom-xxl {
        border-bottom-right-radius: var(--falcon-border-radius) !important;
        border-bottom-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-bottom-xxl-0 {
        border-bottom-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important
    }

    .rounded-bottom-xxl-1 {
        border-bottom-right-radius: var(--falcon-border-radius-sm) !important;
        border-bottom-left-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-bottom-xxl-2 {
        border-bottom-right-radius: var(--falcon-border-radius) !important;
        border-bottom-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-bottom-xxl-3 {
        border-bottom-right-radius: var(--falcon-border-radius-lg) !important;
        border-bottom-left-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-bottom-xxl-4 {
        border-bottom-right-radius: var(--falcon-border-radius-xl) !important;
        border-bottom-left-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-bottom-xxl-5 {
        border-bottom-right-radius: var(--falcon-border-radius-2xl) !important;
        border-bottom-left-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-bottom-xxl-circle {
        border-bottom-right-radius: 50% !important;
        border-bottom-left-radius: 50% !important
    }

    .rounded-bottom-xxl-pill {
        border-bottom-right-radius: var(--falcon-border-radius-pill) !important;
        border-bottom-left-radius: var(--falcon-border-radius-pill) !important
    }

    .rounded-start-xxl {
        border-bottom-left-radius: var(--falcon-border-radius) !important;
        border-top-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-start-xxl-0 {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important
    }

    .rounded-start-xxl-1 {
        border-bottom-left-radius: var(--falcon-border-radius-sm) !important;
        border-top-left-radius: var(--falcon-border-radius-sm) !important
    }

    .rounded-start-xxl-2 {
        border-bottom-left-radius: var(--falcon-border-radius) !important;
        border-top-left-radius: var(--falcon-border-radius) !important
    }

    .rounded-start-xxl-3 {
        border-bottom-left-radius: var(--falcon-border-radius-lg) !important;
        border-top-left-radius: var(--falcon-border-radius-lg) !important
    }

    .rounded-start-xxl-4 {
        border-bottom-left-radius: var(--falcon-border-radius-xl) !important;
        border-top-left-radius: var(--falcon-border-radius-xl) !important
    }

    .rounded-start-xxl-5 {
        border-bottom-left-radius: var(--falcon-border-radius-2xl) !important;
        border-top-left-radius: var(--falcon-border-radius-2xl) !important
    }

    .rounded-start-xxl-circle {
        border-bottom-left-radius: 50% !important;
        border-top-left-radius: 50% !important
    }

    .rounded-start-xxl-pill {
        border-bottom-left-radius: var(--falcon-border-radius-pill) !important;
        border-top-left-radius: var(--falcon-border-radius-pill) !important
    }
    /**/
    .rounded-xxl-6 {
        border-radius: 1rem !important;
    }
    .rounded-xxl-7 {
        border-radius: 1.25rem !important;
    }

    .rounded-xxl-8 {
        border-radius: 1.5rem !important;
    }

    .rounded-xxl-9 {
        border-radius: 2rem !important;
    }
}
