﻿body {
}
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.containerSQ {
    min-height: 100%;
}

.headerSQ {
    margin: 1em 1em 1em 1em;
}

.mainSQ {
    overflow: auto;
    padding-bottom: 100px;
}

.footerSQ {
    position: relative;
    bottom: 0px;
    margin-top: -100px
}

.footerNew {
    position: relative;
    bottom: 0px;
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
    text-align: center;
}

    .footerNew a {
        color: rgb(255, 255, 255);
        padding: 10px 25px;
        text-decoration: none;
    }

.wrapper {
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.footer {
    position: absolute;
}

.rowfooter {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.SQcard {
    position: relative;
    display: flex;
    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: .25rem;
    margin: 0.5em

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

    .SQcard > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .SQcard > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

        .SQcard > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

    .SQcard > .card-header + .list-group, .card > .list-group + .card-footer {
        border-top: 0
    }
