﻿.btn-fw-1 {
    width: 5rem !important;
}

.btn-fw-2 {
    width: 10rem !important;
}

.btn-fw-3 {
    width: 15rem !important;
}

.btn-fw-4 {
    width: 20rem !important;
}

.btn-fw-5 {
    width: 25rem !important;
}

.btn-fw-6 {
    width: 30rem !important;
}

@media (min-width: 576px) {
    .btn-fw-sm-1 {
        width: 5rem !important;
    }

    .btn-fw-sm-2 {
        width: 10rem !important;
    }

    .btn-fw-sm-3 {
        width: 15rem !important;
    }

    .btn-fw-sm-4 {
        width: 20rem !important;
    }

    .btn-fw-sm-5 {
        width: 25rem !important;
    }

    .btn-fw-sm-6 {
        width: 30rem !important;
    }
}

@media (min-width: 768px) {
    .btn-fw-md-1 {
        width: 5rem !important;
    }

    .btn-fw-md-2 {
        width: 10rem !important;
    }

    .btn-fw-md-3 {
        width: 15rem !important;
    }

    .btn-fw-md-4 {
        width: 20rem !important;
    }

    .btn-fw-md-5 {
        width: 25rem !important;
    }

    .btn-fw-md-6 {
        width: 30rem !important;
    }
}

@media (min-width: 992px) {
    .btn-fw-lg-1 {
        width: 5rem !important;
    }

    .btn-fw-lg-2 {
        width: 10rem !important;
    }

    .btn-fw-lg-3 {
        width: 15rem !important;
    }

    .btn-fw-lg-4 {
        width: 20rem !important;
    }

    .btn-fw-lg-5 {
        width: 25rem !important;
    }

    .btn-fw-lg-6 {
        width: 30rem !important;
    }
}

@media (min-width: 1200px) {
    .btn-fw-xl-1 {
        width: 5rem !important;
    }

    .btn-fw-xl-2 {
        width: 10rem !important;
    }

    .btn-fw-xl-3 {
        width: 15rem !important;
    }

    .btn-fw-xl-4 {
        width: 20rem !important;
    }

    .btn-fw-xl-5 {
        width: 25rem !important;
    }

    .btn-fw-xl-6 {
        width: 30rem !important;
    }
}

@media (min-width: 1400px) {
    .btn-fw-xxl-1 {
        width: 5rem !important;
    }

    .btn-fw-xxl-2 {
        width: 10rem !important;
    }

    .btn-fw-xxl-3 {
        width: 15rem !important;
    }

    .btn-fw-xxl-4 {
        width: 20rem !important;
    }

    .btn-fw-xxl-5 {
        width: 25rem !important;
    }

    .btn-fw-xxl-6 {
        width: 30rem !important;
    }
}