body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font-family: "Roboto", sans-serif;
}

.section {
    padding: 30px;
}

.form-control {
    background: #f2f2f2;
    box-shadow: none !important;
    border: none;
}

.form-control:focus {
    background: #e2e2e2;
}

.form-control {
    border-radius: 3px;
}

.form {
    color: #3a3a3a;
    border-radius: 3px;
    margin-bottom: 15px;
}

.h2 {
    color: #333;
    font-weight: bold;
    margin-top: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-group:nth-child(1) {
    margin-right: 60px;
}

.form-group:nth-child(2) {
    margin-left: 60px;
}

.row div:first-child {
    padding-right: 10px;
}

.row div:last-child {
    padding-left: 10px;
}

#download-btn-modal {
    display: none;
}

.btn-modal-download {
    background-color: transparent !important;
}

.a {
    color: #fff;
    text-decoration: underline;
}

.a:hover {
    text-decoration: none;
}

.form a {
    color: #3598dc;
    text-decoration: none;
}

.form a:hover {
    text-decoration: underline;
}

.hint-text {
    padding-bottom: 15px;
    text-align: center;
}

.container {
    max-width: 90%;
    border-radius: 20px;
    padding: 30px;
    margin: 30px auto;
    background: white;
    box-shadow: #999999 0px 0px 10px;
}


#grantsDataTable_length, #grantsDataTable_filter {
    display: none;
}

#container-search {
    display: block;
}

#container-description {
    display: none;
}

#container-description

.grant-divider {
    margin-bottom: 20px;
    border-bottom: 1px solid #112E51;
}

.header, .footer {
    background-color: #1a2b44;
    color: white;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    font-weight: bold;
    font-size: 24px;
}
.logo span {
    color: #00aaff;
}
.nav {
    display: flex;
    gap: 20px;
}
.nav a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.container {
    padding: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th {
    background-color: #f2f2f2;
}

.footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer div {
    margin: 10px;
}

h2.title {
    margin-bottom: 20px;
    font-weight: 900;
    color: #112E51;
}

h3.subtitle {
    margin-bottom: 10px;
    font-weight: 900;
    color: #112E51;
}

#container-description table, #container-description td {
    border: none;
}

.main-section {
    background-color: #112E51CC;
    color: #ffffff;
    padding: 40px 20px;
    text-align: center;
}
.card {
    color: #112E51;
    background-color: white;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.card button {
    background-color: #02BFE7;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

.info-section {
    background-color: #F1F1F1;
    padding: 40px 20px;
    text-align: center;
}
.info-section img {
    max-width: 100%;
    height: auto;
}

.info-section {
    padding: 40px 20px;
    color: #112E51;
}

p.subtitle {
    margin-bottom: 30px;
}
.content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.text {
    max-width: 400px;
    text-align: left;
}

.opportunities-section {
    background-color: #112E51;
    display: flex;
    justify-content: space-around;
    width: 100%;
    color: #ffffff;
    padding: 40px 0 60px 0;
}

.item {
    text-align: center;
}
.icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.search-button {
    background-color: #00bcd4;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}

.search-button:hover, .search-button:active {
    text-decoration: none;
    background-color: #00bcd4;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 20px;
}
.search-options {
    display: flex;
    justify-content: space-around;
}
.option {
    background-color: #F1F1F1;
    padding: 15px;
    border-radius: 5px;
    width: 30%;
}
.option-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.main-section .title {
    font-size: 24px;
    font-weight: bold;
    color: #112E51;
}

.main-section .subtitle {
    color: #112E51;
    margin-bottom: 20px;
}