﻿/*!
    * Bootstrap v4.0.0 (https://getbootstrap.com)
    * Copyright 2011-2018 The Bootstrap Authors
    * Copyright 2011-2018 Twitter, Inc.
    * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
    */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.pAlert {
    margin-top: 0;
    margin-bottom: 1rem;
}

.aAlert {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    .aAlert:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .aAlert:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        .aAlert:not([href]):not([tabindex]):hover, .aAlert:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        .aAlert:not([href]):not([tabindex]):focus {
            outline: 0;
        }

svg:not(:root) {
    overflow: hidden;
}


.containerAlert {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


#alert {
    margin-top: 70px;
    background-color: #d4edda;
}

@media (min-width: 576px) {
    .containerAlert {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .containerAlert {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .containerAlert {
        max-width: 960px;
    }


}

@media (min-width: 1200px) {
    .containerAlert {
        max-width: 1140px;
    }
}


.rowAlert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-guttersAlert {
    margin-right: 0;
    margin-left: 0;
}

    .no-guttersAlert > .colAlert,
    .no-guttersAlert > [class*="colAlert-"] {
        padding-right: 0;
        padding-left: 0;
    }

.colAlert-1, .colAlert-2, .colAlert-3, .colAlert-4, .colAlert-5, .colAlert-6, .colAlert-7, .colAlert-8, .colAlert-9, .colAlert-10, .colAlert-11, .colAlert-12, .colAlert,
.colAlert-auto, .colAlert-smAlert-1, .colAlert-sm-2, .colAlert-sm-3, .colAlert-sm-4, .colAlert-sm-5, .colAlert-sm-6, .colAlert-sm-7, .colAlert-sm-8, .colAlert-sm-9, .colAlert-sm-10, .colAlert-sm-11, .colAlert-sm-12, .colAlert-sm,
.colAlert-sm-auto, .colAlert-md-1, .colAlert-md-2, .colAlert-md-3, .colAlert-md-4, .colAlert-md-5, .colAlert-md-6, .colAlert-md-7, .colAlert-md-8, .colAlert-md-9, .colAlert-md-10, .colAlert-md-11, .colAlert-md-12, .colAlert-md,
.colAlert-md-auto, .colAlert-lg-1, .colAlert-lg-2, .colAlert-lg-3, .colAlert-lg-4, .colAlert-lg-5, .colAlert-lg-6, .colAlert-lg-7, .colAlert-lg-8, .colAlert-lg-9, .colAlert-lg-10, .colAlert-lg-11, .colAlert-lg-12, .colAlert-lg,
.colAlert-lg-auto, .colAlert-xl-1, .colAlert-xl-2, .colAlert-xl-3, .colAlert-xl-4, .colAlert-xl-5, .colAlert-xl-6, .colAlert-xl-7, .colAlert-xl-8, .colAlert-xl-9, .colAlert-xl-10, .colAlert-xl-11, .colAlert-xl-12, .colAlert-xl,
.colAlert-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.colAlert {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.colAlert-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.colAlert-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.colAlert-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.colAlert-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.colAlert-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.colAlert-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.colAlert-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.colAlert-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.colAlert-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.colAlert-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.colAlert-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.colAlert-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.colAlert-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


@media (min-width: 576px) {
    .colAlert-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .colAlert-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .colAlert-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .colAlert-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .colAlert-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .colAlert-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .colAlert-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .colAlert-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .colAlert-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .colAlert-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .colAlert-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .colAlert-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .colAlert-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .colAlert-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .colAlert-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .colAlert-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .colAlert-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .colAlert-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .colAlert-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .colAlert-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .colAlert-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .colAlert-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .colAlert-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .colAlert-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .colAlert-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .colAlert-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .colAlert-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .colAlert-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .colAlert-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .colAlert-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .colAlert-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .colAlert-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .colAlert-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .colAlert-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .colAlert-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .colAlert-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .colAlert-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .colAlert-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .colAlert-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .colAlert-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .colAlert-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .colAlert-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .colAlert-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .colAlert-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .colAlert-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .colAlert-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .colAlert-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .colAlert-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .colAlert-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .colAlert-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .colAlert-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .colAlert-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .colAlert-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .colAlert-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .colAlert-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .colAlert-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.colAlert-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.colAlert-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.colAlert-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}


.alertAlert {
    position: relative;
    padding: 0.75rem 3.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}


.alertAlert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alertAlert-success hr {
        border-top-color: #b1dfbb;
    }

    .alertAlert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

.mAlert-0 {
    margin: 0 !important;
}

.mrAlert-0 {
    margin-right: 0 !important;
}

.mbAlert-0 {
    margin-bottom: 0 !important;
}

.mAlert-1 {
    margin: 0.25rem !important;
}

.mrAlert-1 {
    margin-right: 0.25rem !important;
}

.mbAlert-1 {
    margin-bottom: 0.25rem !important;
}

.mAlert-2 {
    margin: 0.5rem !important;
}

.mrAlert-2 {
    margin-right: 0.5rem !important;
}

.mbAlert-2 {
    margin-bottom: 0.5rem !important;
}

.mAlert-3 {
    margin: 1rem !important;
}

.mrAlert-3 {
    margin-right: 1rem !important;
}

.mbAlert-3 {
    margin-bottom: 1rem !important;
}

.mAlert-4 {
    margin: 1.5rem !important;
}

.mrAlert-4 {
    margin-right: 1.5rem !important;
}

.mbAlert-4 {
    margin-bottom: 1.5rem !important;
}

.mAlert-5 {
    margin: 3rem !important;
}

.mrAlert-5 {
    margin-right: 3rem !important;
}

.mbAlert-5 {
    margin-bottom: 3rem !important;
}

.mAlert-auto {
    margin: auto !important;
}

.my-autoAlert {
    margin-top: auto !important;
}

.mrAlert-auto {
    margin-right: auto !important;
}

.mbAlert-auto,
.my-autoAlert {
    margin-bottom: auto !important;
}

@media (min-width: 576px) {
    .mAlert-sm-0 {
        margin: 0 !important;
    }

    .mrAlert-sm-0 {
        margin-right: 0 !important;
    }

    .mbAlert-sm-0 {
        margin-bottom: 0 !important;
    }

    .mAlert-sm-1 {
        margin: 0.25rem !important;
    }

    .mrAlert-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mbAlert-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mAlert-sm-2 {
        margin: 0.5rem !important;
    }

    .mrAlert-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mbAlert-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mAlert-sm-3 {
        margin: 1rem !important;
    }

    .mrAlert-sm-3 {
        margin-right: 1rem !important;
    }

    .mbAlert-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mAlert-sm-4 {
        margin: 1.5rem !important;
    }

    .mrAlert-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mbAlert-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .mAlert-sm-5 {
        margin: 3rem !important;
    }

    .mrAlert-sm-5 {
        margin-right: 3rem !important;
    }

    .mbAlert-sm-5 {
        margin-bottom: 3rem !important;
    }

    .mAlert-sm-auto {
        margin: auto !important;
    }

    .mrAlert-sm-auto {
        margin-right: auto !important;
    }

    .mbAlert-sm-auto {
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px) {
    .mAlert-md-0 {
        margin: 0 !important;
    }

    .mrAlert-md-0 {
        margin-right: 0 !important;
    }

    .mbAlert-md-0 {
        margin-bottom: 0 !important;
    }

    .mAlert-md-1 {
        margin: 0.25rem !important;
    }

    .mrAlert-md-1 {
        margin-right: 0.25rem !important;
    }

    .mbAlert-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mAlert-md-2 {
        margin: 0.5rem !important;
    }

    .mrAlert-md-2 {
        margin-right: 0.5rem !important;
    }

    .mbAlert-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mAlert-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mrAlert-md-3 {
        margin-right: 1rem !important;
    }

    .mbAlert-md-3 {
        margin-bottom: 1rem !important;
    }

    .mAlert-md-4 {
        margin: 1.5rem !important;
    }

    .mrAlert-md-4 {
        margin-right: 1.5rem !important;
    }

    .mbAlert-md-4 {
        margin-bottom: 1.5rem !important;
    }


    .mAlert-md-5 {
        margin: 3rem !important;
    }

    .mrAlert-md-5 {
        margin-right: 3rem !important;
    }

    .mbAlert-md-5 {
        margin-bottom: 3rem !important;
    }

    .mAlert-md-auto {
        margin: auto !important;
    }

    .mrAlert-md-auto {
        margin-right: auto !important;
    }

    .mbAlert-md-auto {
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px) {
    .mAlert-lg-0 {
        margin: 0 !important;
    }

    .mrAlert-lg-0 {
        margin-right: 0 !important;
    }

    .mbAlert-lg-0 {
        margin-bottom: 0 !important;
    }

    .mAlert-lg-1 {
        margin: 0.25rem !important;
    }

    .mrAlert-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mbAlert-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mAlert-lg-2 {
        margin: 0.5rem !important;
    }

    .mrAlert-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mbAlert-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mAlert-lg-3 {
        margin: 1rem !important;
    }

    .mrAlert-lg-3 {
        margin-right: 1rem !important;
    }

    .mbAlert-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mAlert-lg-4 {
        margin: 1.5rem !important;
    }

    .mrAlert-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mbAlert-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }


    .mrAlert-lg-5 {
        margin-right: 3rem !important;
    }

    .mbAlert-lg-5 {
        margin-bottom: 3rem !important;
    }

    .mAlert-lg-auto {
        margin: auto !important;
    }

    .mrAlert-lg-auto {
        margin-right: auto !important;
    }

    .mbAlert-lg-auto {
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px) {
    .mAlert-xl-0 {
        margin: 0 !important;
    }

    .mrAlert-xl-0 {
        margin-right: 0 !important;
    }

    .mbAlert-xl-0 {
        margin-bottom: 0 !important;
    }

    .mAlert-xl-1 {
        margin: 0.25rem !important;
    }

    .mrAlert-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mbAlert-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mAlert-xl-2 {
        margin: 0.5rem !important;
    }

    .mrAlert-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mbAlert-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mAlert-xl-3 {
        margin: 1rem !important;
    }

    .mrAlert-xl-3 {
        margin-right: 1rem !important;
    }

    .mbAlert-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mAlert-xl-4 {
        margin: 1.5rem !important;
    }


    .mrAlert-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mbAlert-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mAlert-xl-5 {
        margin: 3rem !important;
    }

    .mrAlert-xl-5 {
        margin-right: 3rem !important;
    }

    .mbAlert-xl-5 {
        margin-bottom: 3rem !important;
    }

    .text-centerAlert {
        text-align: center !important;
    }
}
