#content {
    background: linear-gradient(107.31deg, #011744 20.25%, #0a3282 83.16%);
}

.text-faded {
    color: rgba(255, 255, 255, 0.5);
}

ul,
hr {
    margin: 2% 0;
}

.btn-explore {
    box-shadow: 4.08px -7.35px 11.27px 0px #051b52e5 inset;
    box-shadow: 0px 3.27px 8.99px 0px #0d2e4640 inset;
    box-shadow: 0px 13.07px 10.7px 0px #00a3ff4d inset;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 9999px;
    width: 265px;
}

.btn-explore:hover {
    background-color: #143650;
    color: #fff;
    border: 2px solid #cccbcb;
}

.hero {
    border-radius: 40px;
}

.card .card-body-title {
    font-size: 100%;
}

.card {
    border-radius: 20px;
    width: 100%;
}

.card-header {
    padding: 1rem 1rem 4.5rem 1rem;
    font-size: 1.3rem;
}

.card-body {
    margin-top: -3rem;
    background-color: #fff;
    border-radius: 0 0 40px 40px;
}

.card-body .category {
    color: #FFA800;
}

.card-content-subtitle {
    border-left: 4px solid #f8c212;
    padding-left: 0.3rem;
    padding: 0.3rem 0.4rem;
    font-size: 14px;
}

.card-content .card-body-title {
    border-radius: 20px;
    border: 2px solid #000;
    padding: 0.7rem;
}

.card-content .syllabus {
    border-radius: 20px;
    border: 2px solid #000;
    padding: 1rem;
    margin-right: 0.5rem;
}

.card-content .syllabus li {
    font-size: 12px;
}

.card-image {
    border-radius: 20px;
    border: 3px solid #000;
}

.card-image .image-description {
    font-size: 12px;
}

.card .card-img-top {
    object-fit: contain;
    border-radius: 20px;
}

.card-image .image-subtitle {
    padding: 10% 0.2rem;
    border-top: 3px solid #000;
    padding-top: 2em;
    background-color: #f8c212;
    border-radius: 0 0 20px 20px;
}

.card-list {
    border: 1px solid #000;
}

.card-list .card-header img {
    height: 1.2rem;
}

.card-list .card-body-title {
    font-size: 40%;
    border: 1px solid #000;
}

.card-list .card-image {
    border: 1px solid #000;
}

.card-list .card-image img {
    border-bottom: 1px solid #000;
}

.card-list h5,
.card-list .card-content-subtitle,
.card-list .image-subtitle h6,
.card-list .footer p {
    font-size: 50%;
}


.card-list .footer p img {
    width: 40%;
}

.card-list .image-subtitle p {
    font-size: 5px;
}

.card-content .syllabus {
    border: 1px solid #000;
    padding: 1rem;
    margin-right: 0.5rem;
}

.card-list .syllabus li {
    font-size: 6px;
}

.benefits {
    margin-left: 0.2rem;
}

.benefits .col-4 {
    padding: 0 0.1rem;
    display: flex;
}

#list {
    min-height: 100vh;
}

.accordion-filter .accordion-button,
.accordion-filter {
    border-radius: 25px 25px 0 0 !important;
}

.accordion-filter .accordion-button {
    background-color: #D3E2FF;
    padding: .5rem 1rem;
    font-weight: 600;
}

.accordion-filter .collapsed,
.accordion-filter:not(.collapsed) {
    border-radius: 25px !important;
}

.detail-banner {
    height: 85vh;
}

@media (max-width: 960px) {
    .detail-banner {
        height: 40vh;
    }

    .job-tab .nav-tabs > li a {
        min-width: 200px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .accordion {
        width: 90% !important;
    }
}

.detail-banner img {
    object-fit: contain;
    width: 100%;
}

.breadcrumb .active {
    color: #363535 !important;
    font-weight: 600;
}

.badge-lumos {
    background-color: #00A3FF4D;
    color: #15294E;
    border-radius: 3px !important;
}
