    *{
        font-family:'Poppins';
    }
    .alert {
        position: relative;
        padding: .9375rem 1.25rem;
        margin-bottom: 1.25rem;
        border: 1px solid transparent;
        border-radius: .1875rem
    }

    .alert-danger {
        color: #7f231c;
        background-color: #fde1df;
        border-color: #f55246
    }

    .btn-light {
        color: #333;
        background-color: #fafafa
    }
    
    .btn-light:hover {
        color: #333;
        background-color: #fafafa
    }

    .w-25 {
        width: 25% !important
    }

    .w-50 {
        width: 50% !important
    }

    .w-75 {
        width: 75% !important
    }

    .w-100 {
        width: 100% !important
    }

    .w-auto {
        width: auto !important
    }

    .h-25 {
        height: 25% !important
    }

    .h-50 {
        height: 50% !important
    }

    .h-75 {
        height: 75% !important
    }

    .h-100 {
        height: 100% !important
    }

    .h-auto {
        height: auto !important
    }

    .mw-100 {
        max-width: 100% !important
    }

    .mh-100 {
        max-height: 100% !important
    }

    .m-0 {
        margin: 0 !important
    }

    .mt-0,
    .my-0 {
        margin-top: 0 !important
    }

    .mr-0,
    .mx-0 {
        margin-right: 0 !important
    }

    .mb-0,
    .my-0 {
        margin-bottom: 0 !important
    }

    .ml-0,
    .mx-0 {
        margin-left: 0 !important
    }

    .m-1 {
        margin: .3125rem !important
    }

    .mt-1,
    .my-1 {
        margin-top: .3125rem !important
    }

    .mr-1,
    .mx-1 {
        margin-right: .3125rem !important
    }

    .mb-1,
    .my-1 {
        margin-bottom: .3125rem !important
    }

    .ml-1,
    .mx-1 {
        margin-left: .3125rem !important
    }

    .m-2 {
        margin: .625rem !important
    }

    .mt-2,
    .my-2 {
        margin-top: .625rem !important
    }

    .mr-2,
    .mx-2 {
        margin-right: .625rem !important
    }

    .mb-2,
    .my-2 {
        margin-bottom: .625rem !important
    }

    .ml-2,
    .mx-2 {
        margin-left: .625rem !important
    }

    .m-3 {
        margin: 1.25rem !important
    }

    .mt-3,
    .my-3 {
        margin-top: 1.25rem !important
    }

    .mr-3,
    .mx-3 {
        margin-right: 1.25rem !important
    }

    .mb-3,
    .my-3 {
        margin-bottom: 1.25rem !important
    }

    .ml-3,
    .mx-3 {
        margin-left: 1.25rem !important
    }

    .m-4 {
        margin: 1.875rem !important
    }

    .mt-4,
    .my-4 {
        margin-top: 1.875rem !important
    }

    .mr-4,
    .mx-4 {
        margin-right: 1.875rem !important
    }

    .mb-4,
    .my-4 {
        margin-bottom: 1.875rem !important
    }

    .ml-4,
    .mx-4 {
        margin-left: 1.875rem !important
    }

    .m-5 {
        margin: 3.75rem !important
    }

    .mt-5,
    .my-5 {
        margin-top: 3.75rem !important
    }

    .mr-5,
    .mx-5 {
        margin-right: 3.75rem !important
    }

    .mb-5,
    .my-5 {
        margin-bottom: 3.75rem !important
    }

    .ml-5,
    .mx-5 {
        margin-left: 3.75rem !important
    }

    .p-0 {
        padding: 0 !important
    }

    .pt-0,
    .py-0 {
        padding-top: 0 !important
    }

    .pr-0,
    .px-0 {
        padding-right: 0 !important
    }

    .pb-0,
    .py-0 {
        padding-bottom: 0 !important
    }

    .pl-0,
    .px-0 {
        padding-left: 0 !important
    }

    .p-1 {
        padding: .3125rem !important
    }

    .pt-1,
    .py-1 {
        padding-top: .3125rem !important
    }

    .pr-1,
    .px-1 {
        padding-right: .3125rem !important
    }

    .pb-1,
    .py-1 {
        padding-bottom: .3125rem !important
    }

    .pl-1,
    .px-1 {
        padding-left: .3125rem !important
    }

    .p-2 {
        padding: .625rem !important
    }

    .pt-2,
    .py-2 {
        padding-top: .625rem !important
    }

    .pr-2,
    .px-2 {
        padding-right: .625rem !important
    }

    .pb-2,
    .py-2 {
        padding-bottom: .625rem !important
    }

    .pl-2,
    .px-2 {
        padding-left: .625rem !important
    }

    .p-3 {
        padding: 1.25rem !important
    }

    .pt-3,
    .py-3 {
        padding-top: 1.25rem !important
    }

    .pr-3,
    .px-3 {
        padding-right: 1.25rem !important
    }

    .pb-3,
    .py-3 {
        padding-bottom: 1.25rem !important
    }

    .pl-3,
    .px-3 {
        padding-left: 1.25rem !important
    }

    .p-4 {
        padding: 1.875rem !important
    }

    .pt-4,
    .py-4 {
        padding-top: 1.875rem !important
    }

    .pr-4,
    .px-4 {
        padding-right: 1.875rem !important
    }

    .pb-4,
    .py-4 {
        padding-bottom: 1.875rem !important
    }

    .pl-4,
    .px-4 {
        padding-left: 1.875rem !important
    }

    .p-5 {
        padding: 3.75rem !important
    }

    .pt-5,
    .py-5 {
        padding-top: 3.75rem !important
    }

    .pr-5,
    .px-5 {
        padding-right: 3.75rem !important
    }

    .pb-5,
    .py-5 {
        padding-bottom: 3.75rem !important
    }

    .pl-5,
    .px-5 {
        padding-left: 3.75rem !important
    }

    .m-auto {
        margin: auto !important
    }

    .mt-auto,
    .my-auto {
        margin-top: auto !important
    }

    .mr-auto,
    .mx-auto {
        margin-right: auto !important
    }

    .mb-auto,
    .my-auto {
        margin-bottom: auto !important
    }

    .ml-auto,
    .mx-auto {
        margin-left: auto !important
    }

    .d-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .justify-content-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }

    .fixed-bottom {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1030
    }


    .material-effect {
        box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
    }

    .material-box {
        background-color: #FFFFFF;
        box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        padding: 20px;
    }

    .material-news {
        padding: 20px 0px 0px 0px;
    }

    .material-box-full {
        background-color: #FFFFFF;
        box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        padding: 30px 0px 15px 0px;
    }

    .half-material-box-left {
        width: 47%;
        float: left;
        background-color: #FFFFFF;
        box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        padding: 30px 15px 15px 15px;
        box-sizing: border-box;
    }

    .half-material-box-right {
        width: 47%;
        margin-left: 6%;
        float: left;
        background-color: #FFFFFF;
        box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px;
        padding: 30px 20px 15px 20px;
        box-sizing: border-box;
    }

    .under-material {
        background-color: #FFFFFF;
        margin-bottom: 30px;
        padding: 0px 20px;
        margin-top: -50px;
        box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.1);
        border-top: solid 1px rgba(0, 0, 0, 0.07);
    }

    .under-material-link {
        float: right;
        font-weight: 700;
        text-transform: uppercase;
        height: 50px;
        line-height: 50px;
        padding-left: 15px;
    }

    .under-material-icon {
        width: 43px;
        height: 50px;
        line-height: 50px;
        float: right;
        font-size: 13px;
    }

    .under-material-icon[type="facebook"],
    .under-material-icon[type="twitter"],
    .under-material-icon[type="gplus"] {
        background-image: none;
        background-color: transparent;
    }

    .under-material-icon[type="facebook"]:before {
        content: "\f09a";
        color: #3b5998;
    }

    .under-material-icon[type="twitter"]:before {
        content: "\f099";
        color: #4099FF;
    }

    .under-material-icon[type="gplus"]:before {
        content: "\f0d5";
        color: #D34836;
    }

    .under-material-icon[type="facebook"]:before,
    .under-material-icon[type="twitter"]:before,
    .under-material-icon[type="gplus"]:before {
        text-align: center;
        line-height: 43px;
        width: 43px;
        display: inline-block;
        font-family: 'FontAwesome';
    }

    .contentDashboard {
        padding: 0px 20px 0px 20px;
        margin-bottom: 30px;
        display: block;
    }

    .page-content-dashboard {
        z-index: 98;
        margin-left: 15px;
        margin-right: 15px;
        background-color: #FFF transition:transform .3s ease;
        box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .11);

    }

    .header-clear-dashboard {
        padding-top: 100px;
    }

    .uppercase {
        text-transform: uppercase;
    }

    .bold {
        font-weight: 700;
    }

    .ultrabold {
        font-weight: 900;
    }

    .quarter-bottom {
        margin-bottom: 10px
    }

    .full-bottom {
        margin-bottom: 25px
    }

    .huge-icon {
        font-size: 32px;
    }

    .shadow-sm {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
    }

    .shadow {
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
    }

    .shadow-lg {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
    }

    .shadow-none {
        box-shadow: none !important
    }

    .center-text {
        text-align: center;
        display: block;
        color: #blue;
    }

    .color-blue-light {
        color: #3498db;
    }

    .color-blue-dark {
        color: #2980b9;
    }

    .bg-magenta-light {
        background-color: #9b59b6;
        color: #FFFFFF
    }

    .bg-magenta-dark {
        background-color: #8e44ad;
        color: #FFFFFF
    }

    .border-magenta-light {
        border: solid 1px #9b59b6;
    }

    .border-magenta-dark {
        border: solid 1px #8e44ad;
    }

    .color-magenta-light {
        color: #9b59b6;
    }

    .color-magenta-dark {
        color: #8e44ad;
    }

    .bg-night-light {
        background-color: #34495e;
        color: #FFFFFF
    }

    .bg-night-dark {
        background-color: #2c3e50;
        color: #FFFFFF
    }

    .border-night-light {
        border: solid 1px #34495e;
    }

    .border-night-dark {
        border: solid 1px #2c3e50;
    }

    .color-night-light {
        color: #34495e;
    }

    .color-night-dark {
        color: #2c3e50;
    }

    .bg-yellow-light {
        background-color: #E67E22;
        color: #FFFFFF
    }

    .bg-yellow-dark {
        background-color: #e86f2a;
        color: #FFFFFF
    }

    .border-yellow-light {
        border: solid 1px #E67E22;
    }

    .border-yellow-dark {
        border: solid 1px #F27935;
    }

    .color-yellow-light {
        color: #f1c40f;
    }

    .color-yellow-dark {
        color: #f39c12;
    }

    .bg-orange-light {
        background-color: #F9690E;
        color: #FFFFFF
    }

    .bg-orange-dark {
        background-color: #D35400;
        color: #FFFFFF
    }

    .border-orange-light {
        border: solid 1px #F9690E;
    }

    .border-orange-dark {
        border: solid 1px #D35400;
    }

    .color-orange-light {
        color: #e67e22;
    }

    .color-orange-dark {
        color: #d35400;
    }

    .bg-red-light {
        background-color: #e74c3c;
        color: #FFFFFF
    }

    .bg-red-dark {
        background-color: #c0392b;
        color: #FFFFFF
    }

    .border-red-light {
        border: solid 1px #e74c3c;
    }

    .border-red-dark {
        border: solid 1px #c0392b;
    }

    .color-red-light {
        color: #e74c3c;
    }

    .color-red-dark {
        color: #c0392b;
    }

    .bg-pink-light {
        background-color: #fa6a8e;
        color: #FFFFFF
    }

    .bg-pink-dark {
        background-color: #FB3365;
        color: #FFFFFF
    }

    .border-pink-light {
        border: solid 1px #fa6a8e;
    }

    .border-pink-dark {
        border: solid 1px #FB3365;
    }

    .color-pink-light {
        color: #fa6a8e;
    }

    .color-pink-dark {
        color: #FB3365;
    }

    .bg-gray-light {
        background-color: #bdc3c7;
        color: #FFFFFF
    }

    .bg-gray-dark {
        background-color: #95a5a6;
        color: #FFFFFF
    }

    .border-gray-light {
        border: solid 1px #bdc3c7;
    }

    .border-gray-dark {
        border: solid 1px #95a5a6;
    }

    .color-gray-light {
        color: #bdc3c7;
    }

    .color-gray-dark {
        color: #95a5a6;
    }

    .bg-white {
        background-color: #FFFFFF;
    }

    .color-white {
        color: #FFFFFF;
    }

    .border-white {
        border: solid 1px #FFFFFF;
    }

    .bg-black {
        background-color: #000000;
    }

    .color-black {
        color: #000000;
    }

    .border-black {
        border: solid 1px #000000;
    }

    .color-heading {
        color: #676767;
    }

    /*Social Icons*/
    .facebook-bg {
        background-color: #3b5998;
        color: #FFFFFF;
    }

    .linkedin-bg {
        background-color: #0077B5;
        color: #FFFFFF;
    }

    .twitter-bg {
        background-color: #4099ff;
        color: #FFFFFF;
    }

    .google-bg {
        background-color: #d34836;
        color: #FFFFFF;
    }

    .whatsapp-bg {
        background-color: #34AF23;
        color: #FFFFFF;
    }

    .pinterest-bg {
        background-color: #C92228;
        color: #FFFFFF;
    }

    .sms-bg {
        background-color: #27ae60;
        color: #FFFFFF;
    }

    .mail-bg {
        background-color: #3498db;
        color: #FFFFFF;
    }

    .dribbble-bg {
        background-color: #EA4C89;
        color: #FFFFFF;
    }

    .tumblr-bg {
        background-color: #2C3D52;
        color: #FFFFFF;
    }

    .reddit-bg {
        background-color: #336699;
        color: #FFFFFF;
    }

    .color-green-light {
        color: #2ecc71;
    }

    .color-green-dark {
        color: #2abb67;
    }


    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #eee !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #ddd
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #ddd
    }

    @media (max-width:575.98px) {
        .table-responsive-sm {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
        }

        .table-responsive-sm>.table-bordered {
            border: 0
        }
    }

    @media (max-width:767.98px) {
        .table-responsive-md {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
        }

        .table-responsive-md>.table-bordered {
            border: 0
        }
    }

    @media (max-width:991.98px) {
        .table-responsive-lg {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
        }

        .table-responsive-lg>.table-bordered {
            border: 0
        }
    }

    @media (max-width:1199.98px) {
        .table-responsive-xl {
            display: block;
            width: 100%;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            -ms-overflow-style: -ms-autohiding-scrollbar
        }

        .table-responsive-xl>.table-bordered {
            border: 0
        }
    }

    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .form-control {
        display: block;
        width: 100%;
        padding: .4375rem .875rem;
        font-size: .8125rem;
        line-height: 1.5385;
        color: #333;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ddd;
        border-radius: .1875rem;
        box-shadow: 0 0 0 0 transparent;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .form-control {
            transition: none
        }
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:focus {
        outline: 0;
        box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent
    }

    .form-control:not(.border-1):not(.border-2):not(.border-3):focus {
        border-color: #ccc
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control::-ms-input-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control::placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: #fafafa;
        opacity: 1
    }

    select.form-control:not([size]):not([multiple]) {
        height: 2.25003rem
    }

    select.form-control:focus::-ms-value {
        color: #333;
        background-color: #fff
    }

    .form-control-file,
    .form-control-range {
        display: block;
        width: 100%
    }

    .col-form-label {
        padding-top: calc(.4375rem + 1px);
        padding-bottom: calc(.4375rem + 1px);
        margin-bottom: 0;
        font-size: inherit;
        line-height: 1.5385
    }

    .col-form-label-lg {
        padding-top: calc(.5625rem + 1px);
        padding-bottom: calc(.5625rem + 1px);
        font-size: .875rem;
        line-height: 1.4286
    }

    .col-form-label-sm {
        padding-top: calc(.3125rem + 1px);
        padding-bottom: calc(.3125rem + 1px);
        font-size: .75rem;
        line-height: 1.6667
    }

    .form-control-plaintext {
        display: block;
        width: 100%;
        padding-top: .4375rem;
        padding-bottom: .4375rem;
        margin-bottom: 0;
        line-height: 1.5385;
        color: #333;
        background-color: transparent;
        border: solid transparent;
        border-width: 1px 0
    }

    .table tbody+tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #f5f5f5
    }

    .table-sm td,
    .table-sm th {
        padding: .625rem 1.25rem
    }

    .table-bordered {
        border: 1px solid #ddd
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd
    }

    .table-bordered thead td,
    .table-bordered thead th {
        border-bottom-width: 2px
    }

    .table-borderless tbody+tbody,
    .table-borderless td,
    .table-borderless th,
    .table-borderless thead th {
        border: 0
    }

    .table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, .02)
    }

    .table-hover tbody tr:hover {
        background-color: rgba(0, 0, 0, .03)
    }

    .table-primary,
    .table-primary>td,
    .table-primary>th {
        background-color: #c1e2fc
    }

    .table-hover .table-primary:hover {
        background-color: #a9d7fb
    }

    .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .1875rem
    }

    .card>hr {
        margin-right: 0;
        margin-left: 0
    }

    .card>.list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .1875rem;
        border-top-right-radius: .1875rem
    }

    .card>.list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .1875rem;
        border-bottom-left-radius: .1875rem
    }

    .card-body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 1.25rem
    }

    .card-title {
        margin-bottom: .9375rem
    }

    .card-subtitle {
        margin-top: -.46875rem;
        margin-bottom: 0
    }

    .card-text:last-child {
        margin-bottom: 0
    }

    .card-link:hover {
        text-decoration: none
    }

    .card-link+.card-link {
        margin-left: 1.25rem
    }

    .card-header {
        padding: .9375rem 1.25rem;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, .02);
        border-bottom: 1px solid rgba(0, 0, 0, .125)
    }

    .card-header:first-child {
        border-radius: .125rem .125rem 0 0
    }

    .card-header+.list-group .list-group-item:first-child {
        border-top: 0
    }

    .card-footer {
        padding: .9375rem 1.25rem;
        background-color: rgba(0, 0, 0, .02);
        border-top: 1px solid rgba(0, 0, 0, .125)
    }

    .card-footer:last-child {
        border-radius: 0 0 .125rem .125rem
    }

    .card-header-tabs {
        margin-right: -.625rem;
        margin-bottom: -.9375rem;
        margin-left: -.625rem;
        border-bottom: 0
    }

    .card-header-pills {
        margin-right: -.625rem;
        margin-left: -.625rem
    }

    .card-img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 1.25rem
    }

    .card-img {
        width: 100%;
        border-radius: .125rem
    }

    .card-img-top {
        width: 100%;
        border-top-left-radius: .125rem;
        border-top-right-radius: .125rem
    }

    .card-img-bottom {
        width: 100%;
        border-bottom-right-radius: .125rem;
        border-bottom-left-radius: .125rem
    }

    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-deck .card {
        margin-bottom: 1.25rem
    }

    @media (min-width:576px) {
        .card-deck {
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            margin-right: -1.25rem;
            margin-left: -1.25rem
        }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 1.25rem;
            margin-bottom: 0;
            margin-left: 1.25rem
        }
    }

    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .card-group>.card {
        margin-bottom: 1.25rem
    }

    @media (min-width:576px) {
        .card-group {
            -ms-flex-flow: row wrap;
            flex-flow: row wrap
        }

        .card-group>.card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

        .card-group>.card+.card {
            margin-left: 0;
            border-left: 0
        }

        .card-group>.card:first-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .card-group>.card:first-child .card-header,
        .card-group>.card:first-child .card-img-top {
            border-top-right-radius: 0
        }

        .card-group>.card:first-child .card-footer,
        .card-group>.card:first-child .card-img-bottom {
            border-bottom-right-radius: 0
        }

        .card-group>.card:last-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        }

        .card-group>.card:last-child .card-header,
        .card-group>.card:last-child .card-img-top {
            border-top-left-radius: 0
        }

        .card-group>.card:last-child .card-footer,
        .card-group>.card:last-child .card-img-bottom {
            border-bottom-left-radius: 0
        }

        .card-group>.card:only-child {
            border-radius: .1875rem
        }

        .card-group>.card:only-child .card-header,
        .card-group>.card:only-child .card-img-top {
            border-top-left-radius: .1875rem;
            border-top-right-radius: .1875rem
        }

        .card-group>.card:only-child .card-footer,
        .card-group>.card:only-child .card-img-bottom {
            border-bottom-right-radius: .1875rem;
            border-bottom-left-radius: .1875rem
        }

        .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
            border-radius: 0
        }

        .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
        .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
        .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
        .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
            border-radius: 0
        }
    }

    .card-columns .card {
        margin-bottom: 1.25rem
    }

    @media (min-width:576px) {
        .card-columns {
            -webkit-column-count: 3;
            -moz-column-count: 3;
            column-count: 3;
            -webkit-column-gap: 1.25rem;
            -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
            orphans: 1;
            widows: 1
        }

        .card-columns .card {
            display: inline-block;
            width: 100%
        }
    }


    .text-white {
        color: #fff !important
    }

    .bg-primary {
        background-color: #2196f3 !important
    }

    .bg-indigo {
        background-color: #3d3986 !important;
        color: white
    }
    .text-indigo {
       
        color: #3d3986;
    }

    .bg-secondary {
        background-color: #777 !important
    }

    .bg-success {
        background-color: #4caf50 !important
    }

    .text-capitalize {
        text-transform: capitalize !important
    }

    .font-weight-light {
        font-weight: 300 !important
    }

    .font-weight-normal {
        font-weight: 400 !important
    }

    .font-weight-bold {
        font-weight: 700 !important
    }

    .font-italic {
        font-style: italic !important
    }

    .text-center {
        text-align: center !important
    }

    .container {
        width: 100%;
        padding-right: .625rem;
        padding-left: .625rem;
        margin-right: auto;
        margin-left: auto
    }

    @media (min-width:576px) {
        .container {
            max-width: 540px
        }
    }

    @media (min-width:768px) {
        .container {
            max-width: 720px
        }
    }

    @media (min-width:992px) {
        .container {
            max-width: 960px
        }
    }

    @media (min-width:1200px) {
        .container {
            max-width: 1140px
        }
    }

    .container-fluid {
        width: 100%;
        padding-right: .625rem;
        padding-left: .625rem;
        margin-right: auto;
        margin-left: auto
    }

    td {
        white-space: nowrap;
        text-align: left;
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    th {

        text-align: left;
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -.625rem;
        margin-left: -.625rem
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: .625rem;
        padding-left: .625rem
    }

    .col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-1 {
        margin-left: 8.33333%
    }

    .offset-2 {
        margin-left: 16.66667%
    }

    .offset-3 {
        margin-left: 25%
    }

    .offset-4 {
        margin-left: 33.33333%
    }

    .offset-5 {
        margin-left: 41.66667%
    }

    .offset-6 {
        margin-left: 50%
    }

    .offset-7 {
        margin-left: 58.33333%
    }

    .offset-8 {
        margin-left: 66.66667%
    }

    .offset-9 {
        margin-left: 75%
    }

    .offset-10 {
        margin-left: 83.33333%
    }

    .offset-11 {
        margin-left: 91.66667%
    }

    @media (min-width:576px) {
        .col-sm {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%
        }

        .col-sm-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none
        }

        .col-sm-1 {
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
            max-width: 8.33333%
        }

        .col-sm-2 {
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

        .col-sm-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

        .col-sm-4 {
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

        .col-sm-5 {
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
            max-width: 41.66667%
        }

        .col-sm-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .col-sm-7 {
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
            max-width: 58.33333%
        }

        .col-sm-8 {
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
            max-width: 66.66667%
        }

        .col-sm-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
        }

        .col-sm-10 {
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
            max-width: 83.33333%
        }

        .col-sm-11 {
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
            max-width: 91.66667%
        }

        .col-sm-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

        .order-sm-first {
            -ms-flex-order: -1;
            order: -1
        }

        .order-sm-last {
            -ms-flex-order: 13;
            order: 13
        }

        .order-sm-0 {
            -ms-flex-order: 0;
            order: 0
        }

        .order-sm-1 {
            -ms-flex-order: 1;
            order: 1
        }

        .order-sm-2 {
            -ms-flex-order: 2;
            order: 2
        }

        .order-sm-3 {
            -ms-flex-order: 3;
            order: 3
        }

        .order-sm-4 {
            -ms-flex-order: 4;
            order: 4
        }

        .order-sm-5 {
            -ms-flex-order: 5;
            order: 5
        }

        .order-sm-6 {
            -ms-flex-order: 6;
            order: 6
        }

        .order-sm-7 {
            -ms-flex-order: 7;
            order: 7
        }

        .order-sm-8 {
            -ms-flex-order: 8;
            order: 8
        }

        .order-sm-9 {
            -ms-flex-order: 9;
            order: 9
        }

        .order-sm-10 {
            -ms-flex-order: 10;
            order: 10
        }

        .order-sm-11 {
            -ms-flex-order: 11;
            order: 11
        }

        .order-sm-12 {
            -ms-flex-order: 12;
            order: 12
        }

        .offset-sm-0 {
            margin-left: 0
        }

        .offset-sm-1 {
            margin-left: 8.33333%
        }

        .offset-sm-2 {
            margin-left: 16.66667%
        }

        .offset-sm-3 {
            margin-left: 25%
        }

        .offset-sm-4 {
            margin-left: 33.33333%
        }

        .offset-sm-5 {
            margin-left: 41.66667%
        }

        .offset-sm-6 {
            margin-left: 50%
        }

        .offset-sm-7 {
            margin-left: 58.33333%
        }

        .offset-sm-8 {
            margin-left: 66.66667%
        }

        .offset-sm-9 {
            margin-left: 75%
        }

        .offset-sm-10 {
            margin-left: 83.33333%
        }

        .offset-sm-11 {
            margin-left: 91.66667%
        }
    }

    @media (min-width:768px) {
        .col-md {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%
        }

        .col-md-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none
        }

        .col-md-1 {
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
            max-width: 8.33333%
        }

        .col-md-2 {
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

        .col-md-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

        .col-md-4 {
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

        .col-md-5 {
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
            max-width: 41.66667%
        }

        .col-md-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .col-md-7 {
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
            max-width: 58.33333%
        }

        .col-md-8 {
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
            max-width: 66.66667%
        }

        .col-md-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
        }

        .col-md-10 {
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
            max-width: 83.33333%
        }

        .col-md-11 {
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
            max-width: 91.66667%
        }

        .col-md-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

        .order-md-first {
            -ms-flex-order: -1;
            order: -1
        }

        .order-md-last {
            -ms-flex-order: 13;
            order: 13
        }

        .order-md-0 {
            -ms-flex-order: 0;
            order: 0
        }

        .order-md-1 {
            -ms-flex-order: 1;
            order: 1
        }

        .order-md-2 {
            -ms-flex-order: 2;
            order: 2
        }

        .order-md-3 {
            -ms-flex-order: 3;
            order: 3
        }

        .order-md-4 {
            -ms-flex-order: 4;
            order: 4
        }

        .order-md-5 {
            -ms-flex-order: 5;
            order: 5
        }

        .order-md-6 {
            -ms-flex-order: 6;
            order: 6
        }

        .order-md-7 {
            -ms-flex-order: 7;
            order: 7
        }

        .order-md-8 {
            -ms-flex-order: 8;
            order: 8
        }

        .order-md-9 {
            -ms-flex-order: 9;
            order: 9
        }

        .order-md-10 {
            -ms-flex-order: 10;
            order: 10
        }

        .order-md-11 {
            -ms-flex-order: 11;
            order: 11
        }

        .order-md-12 {
            -ms-flex-order: 12;
            order: 12
        }

        .offset-md-0 {
            margin-left: 0
        }

        .offset-md-1 {
            margin-left: 8.33333%
        }

        .offset-md-2 {
            margin-left: 16.66667%
        }

        .offset-md-3 {
            margin-left: 25%
        }

        .offset-md-4 {
            margin-left: 33.33333%
        }

        .offset-md-5 {
            margin-left: 41.66667%
        }

        .offset-md-6 {
            margin-left: 50%
        }

        .offset-md-7 {
            margin-left: 58.33333%
        }

        .offset-md-8 {
            margin-left: 66.66667%
        }

        .offset-md-9 {
            margin-left: 75%
        }

        .offset-md-10 {
            margin-left: 83.33333%
        }

        .offset-md-11 {
            margin-left: 91.66667%
        }
    }

    @media (min-width:992px) {
        .col-lg {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%
        }

        .col-lg-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none
        }

        .col-lg-1 {
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
            max-width: 8.33333%
        }

        .col-lg-2 {
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

        .col-lg-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

        .col-lg-4 {
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

        .col-lg-5 {
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
            max-width: 41.66667%
        }

        .col-lg-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .col-lg-7 {
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
            max-width: 58.33333%
        }

        .col-lg-8 {
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
            max-width: 66.66667%
        }

        .col-lg-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
        }

        .col-lg-10 {
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
            max-width: 83.33333%
        }

        .col-lg-11 {
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
            max-width: 91.66667%
        }

        .col-lg-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

        .order-lg-first {
            -ms-flex-order: -1;
            order: -1
        }

        .order-lg-last {
            -ms-flex-order: 13;
            order: 13
        }

        .order-lg-0 {
            -ms-flex-order: 0;
            order: 0
        }

        .order-lg-1 {
            -ms-flex-order: 1;
            order: 1
        }

        .order-lg-2 {
            -ms-flex-order: 2;
            order: 2
        }

        .order-lg-3 {
            -ms-flex-order: 3;
            order: 3
        }

        .order-lg-4 {
            -ms-flex-order: 4;
            order: 4
        }

        .order-lg-5 {
            -ms-flex-order: 5;
            order: 5
        }

        .order-lg-6 {
            -ms-flex-order: 6;
            order: 6
        }

        .order-lg-7 {
            -ms-flex-order: 7;
            order: 7
        }

        .order-lg-8 {
            -ms-flex-order: 8;
            order: 8
        }

        .order-lg-9 {
            -ms-flex-order: 9;
            order: 9
        }

        .order-lg-10 {
            -ms-flex-order: 10;
            order: 10
        }

        .order-lg-11 {
            -ms-flex-order: 11;
            order: 11
        }

        .order-lg-12 {
            -ms-flex-order: 12;
            order: 12
        }

        .offset-lg-0 {
            margin-left: 0
        }

        .offset-lg-1 {
            margin-left: 8.33333%
        }

        .offset-lg-2 {
            margin-left: 16.66667%
        }

        .offset-lg-3 {
            margin-left: 25%
        }

        .offset-lg-4 {
            margin-left: 33.33333%
        }

        .offset-lg-5 {
            margin-left: 41.66667%
        }

        .offset-lg-6 {
            margin-left: 50%
        }

        .offset-lg-7 {
            margin-left: 58.33333%
        }

        .offset-lg-8 {
            margin-left: 66.66667%
        }

        .offset-lg-9 {
            margin-left: 75%
        }

        .offset-lg-10 {
            margin-left: 83.33333%
        }

        .offset-lg-11 {
            margin-left: 91.66667%
        }
    }

    @media (min-width:1200px) {
        .col-xl {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%
        }

        .col-xl-auto {
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none
        }

        .col-xl-1 {
            -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
            max-width: 8.33333%
        }

        .col-xl-2 {
            -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
            max-width: 16.66667%
        }

        .col-xl-3 {
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%
        }

        .col-xl-4 {
            -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
            max-width: 33.33333%
        }

        .col-xl-5 {
            -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
            max-width: 41.66667%
        }

        .col-xl-6 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .col-xl-7 {
            -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
            max-width: 58.33333%
        }

        .col-xl-8 {
            -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
            max-width: 66.66667%
        }

        .col-xl-9 {
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%
        }

        .col-xl-10 {
            -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
            max-width: 83.33333%
        }

        .col-xl-11 {
            -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
            max-width: 91.66667%
        }

        .col-xl-12 {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }

        .order-xl-first {
            -ms-flex-order: -1;
            order: -1
        }

        .order-xl-last {
            -ms-flex-order: 13;
            order: 13
        }

        .order-xl-0 {
            -ms-flex-order: 0;
            order: 0
        }

        .order-xl-1 {
            -ms-flex-order: 1;
            order: 1
        }

        .order-xl-2 {
            -ms-flex-order: 2;
            order: 2
        }

        .order-xl-3 {
            -ms-flex-order: 3;
            order: 3
        }

        .order-xl-4 {
            -ms-flex-order: 4;
            order: 4
        }

        .order-xl-5 {
            -ms-flex-order: 5;
            order: 5
        }

        .order-xl-6 {
            -ms-flex-order: 6;
            order: 6
        }

        .order-xl-7 {
            -ms-flex-order: 7;
            order: 7
        }

        .order-xl-8 {
            -ms-flex-order: 8;
            order: 8
        }

        .order-xl-9 {
            -ms-flex-order: 9;
            order: 9
        }

        .order-xl-10 {
            -ms-flex-order: 10;
            order: 10
        }

        .order-xl-11 {
            -ms-flex-order: 11;
            order: 11
        }

        .order-xl-12 {
            -ms-flex-order: 12;
            order: 12
        }

        .offset-xl-0 {
            margin-left: 0
        }

        .offset-xl-1 {
            margin-left: 8.33333%
        }

        .offset-xl-2 {
            margin-left: 16.66667%
        }

        .offset-xl-3 {
            margin-left: 25%
        }

        .offset-xl-4 {
            margin-left: 33.33333%
        }

        .offset-xl-5 {
            margin-left: 41.66667%
        }

        .offset-xl-6 {
            margin-left: 50%
        }

        .offset-xl-7 {
            margin-left: 58.33333%
        }

        .offset-xl-8 {
            margin-left: 66.66667%
        }

        .offset-xl-9 {
            margin-left: 75%
        }

        .offset-xl-10 {
            margin-left: 83.33333%
        }

        .offset-xl-11 {
            margin-left: 91.66667%
        }
    }

    p{
        margin-top: 0;
    margin-bottom: 1rem;
    }
   
     progress {
        vertical-align: baseline
    }
    
    @-webkit-keyframes progress-bar-stripes {
        from {
            background-position: 1.125rem 0
        }
        to {
            background-position: 0 0
        }
    }
    
    @keyframes progress-bar-stripes {
        from {
            background-position: 1.125rem 0
        }
        to {
            background-position: 0 0
        }
    }
    
    .progress {
        display: -ms-flexbox;
        display: flex;
        height: 1.125rem;
        overflow: hidden;
        font-size: .60938rem;
        background-color: #eee;
        border-radius: .1875rem;
        box-shadow: inset 0 .0625rem .0625rem rgba(0, 0, 0, .1)
    }
    
    .progress-bar {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        background-color: #2196f3;
        transition: width .6s ease
    }
    
    @media screen and (prefers-reduced-motion:reduce) {
        .progress-bar {
            transition: none
        }
    }
    
    .progress-bar-striped {
        background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
        background-size: 1.125rem 1.125rem
    }
    
    .progress-bar-animated {
        -webkit-animation: progress-bar-stripes 1s linear infinite;
        animation: progress-bar-stripes 1s linear infinite
    }
    
    
   