@charset "utf-8";
.container-fluid .container .navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light {
	background-image: -webkit-linear-gradient(270deg,rgba(36,130,245,1.00) 0%,rgba(243,249,249,1.00) 44.98%,rgba(36,130,245,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(36,130,245,1.00) 0%,rgba(243,249,249,1.00) 44.98%,rgba(36,130,245,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(36,130,245,1.00) 0%,rgba(243,249,249,1.00) 44.98%,rgba(36,130,245,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(36,130,245,1.00) 0%,rgba(243,249,249,1.00) 44.98%,rgba(36,130,245,1.00) 100.00%);
}
.container footer center {


}

.navbar-nav.mr-auto .nav-item.active .nav-link {
	text-shadow: 0 0px;
}
   .card-body {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 300px; /* Set the desired height */
    }
    .iframe-container {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .iframe-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.card-body {
  overflow: auto;  /* Ensure the card body expands to fit its content */
}