.p-2rem {
    padding: 2rem;
}

.box-round-shadow {
    border-radius: 0.5rem;
    box-shadow: 0 0 8px -4px #000;
}

.input-search {
    border: 0.125rem solid #000;
    border-radius: 0.4rem;
    margin-bottom: 1rem;
    padding: 1rem;
}

@media (min-width: 992px) {
    .input-search {
        margin-bottom: 0;
        width: 80%;
    }
}

.mb-2rem {
    margin-bottom: 2rem;
}
.flex-column {
    flex-direction: column!important;
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row!important;
    }
}

button.btn-search {
    background: #ffd200;
    background: linear-gradient(180deg,#ffd200 50%,#fdbb30);
    border: none;
    border-radius: 0.4rem;
    display: block;
    padding: 1rem;
    text-align: center;
}
button.btn-search, button.btn-search:active, button.btn-search:focus, button.btn-search:hover {
    color: #000!important;
}

@media (min-width: 992px) {
    .btn-search {
        flex-grow: 1;
        margin-left: 2rem;
    }
}

.select-search {
    background-color: #00843d;
    border: none;
    border-radius: 0.4rem;
    color: #fff;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

@media (min-width: 992px) {
    .select-search {
        margin-bottom: 0;
        margin-right: 1rem;
    }
}

#program-output, #resource-output {
    margin-top: 2rem;
}
