:root {
    --jumbotron-padding-y: 3rem;
}

body {
    padding-bottom: 150px;
    padding-top: 70px;

}

.jumbotron {
    padding-top: var(--jumbotron-padding-y);
    padding-bottom: var(--jumbotron-padding-y);
    margin-bottom: 0;
    background-color: #fff;
}
@media (min-width: 768px) {
    .jumbotron {
        padding-top: calc(var(--jumbotron-padding-y) * 2);
        padding-bottom: calc(var(--jumbotron-padding-y) * 2);
    }
}

.jumbotron.inner {
    padding-bottom: 0 !important;
    padding-top: 15px !important;
}

.jumbotron p:last-child {
    margin-bottom: 0;
}

.jumbotron-heading {
    font-weight: 300;
}

.jumbotron .container {
    max-width: 40rem;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.box-shadow { 
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); 
}

.breadcrumb {
    background-color: transparent !important;
    margin-bottom: 0;
}

/*Card Tile*/
.card {
    border-width: 6px;
    border-style: solid;
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}

.card-fake-overlay {
    opacity: 0.25;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.card-body-detail {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .load-group-info,
    .bk .accordion-container {
        position: absolute;
        height: 70%;
        right: -90px;
        margin: auto 0;
        top: 0;
        bottom: 0;
    }
}

.bk-root > .bk {
    width: 100% !important;
}

@media (min-width: 768px) {
    .move.bk > .bk {
        left: -100px !important;
    }

    .load-group-info,
    .bk .accordion-container {
        width: 200px;
    }

    .bk {
        transition: all 0.3s ease;
    }
}

@media (min-width: 992px) {
    .move.bk > .bk {
        left: -150px !important;
        
    }

    .load-group-info,
    .bk .accordion-container {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .bk-root > .bk > .move {
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
    }
}

button.selected-group-info {
    float: none;
}

.bk .accordion-container .card-header {
    padding: 0;
}

.bk .accordion-container .card-header h2 button{
    color: black;
    font-size: 14pt;
}

.cord-container {
    transition: all 0.3s ease;
}

.cord-container.hide {
    height: 0px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    width: 0px !important;
}