.content {
    min-height: calc(100vh - 117px);
    /* min-height: calc(100vh - 125px); */
    /* margin-top: 65px; */
}

.container {
    margin-bottom: 0px;
}

.breadcrumb-row {
    margin-top: 65px;
}

#iframe-container {
    /* height: 100%; */
    min-height: calc(100vh - 50px);
    display: flex;
    flex-direction: column;
}

iframe {
    flex-grow: 1;
    /* border: none; */
}

.footer {
    border-top: 1px solid black;
    height: 60px;
    background-color: #d8e4f1;
    font-size: 0.9rem;
}

.my-primary {
    background-color: #f0f5fc;
}

.navbar {
    border-bottom:1px solid #5385c1;
}
