/*
 *
 *
 *
 * Bootstrap 4 Component - Spinners
 * Version: 1.0.2
 * Copyright (c) 2017-19 Martin Haubek
 *
 *
 *
 */
.spinner-border {
    width: 1.375rem;
    height: 1.375rem;
    border-width: 3px;
    vertical-align: bottom; }

.spinner-border-lg {
    width: 1.75rem;
    height: 1.75rem;
    border-width: 4px;
    vertical-align: bottom; }

.spinner-border-sm {
    width: 1.125rem;
    height: 1.125rem;
    border-width: 3px;
    vertical-align: bottom; }

.spinner-border-xs {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 2px;
    vertical-align: bottom; }

.spinner-grow {
    width: 1.375rem;
    height: 1.375rem;
    vertical-align: bottom; }

.spinner-grow-lg {
    width: 1.75rem;
    height: 1.75rem;
    vertical-align: bottom; }

.spinner-grow-sm {
    width: 1.125rem;
    height: 1.125rem;
    vertical-align: bottom; }

.spinner-grow-xs {
    width: 0.875rem;
    height: 0.875rem;
    vertical-align: bottom; }