section.accreditation-logo {
    background-color: #f2f4ec;
}
section.cohort-list {
    padding: 80px 0;
    background-color: #f2f4ec;
}
.cohort-header h3 {
    margin-bottom: 50px;
    font-weight: normal;
    text-align: center;
}
.cohort-listing {
    width: 100%;
}

.cohort-list-filter {
    width: 100%;
    position: relative;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.cohort-list-filter-each {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cohort-list-filter label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}
.cohort-list-filter h6 {
    font-family: "Roboto";
    font-size: 16px;
}
.cohort-list-filter fieldset {
    display: flex;
    margin-top: 5px;
}
.cohort-list-filter fieldset input#cohort-status {
    margin: 0;
}
.cohort-list-filter fieldset label {
    margin: 0;
    line-height: 24px;
    margin-left: 5px;
}

.cohort-list-outer {
    width: 100%;
    position: relative;
    padding-bottom: 40px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.load-button-outer a {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: normal;
    width: 130px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    border: 1px solid #1e1e1e;
    background-color: #1e1e1e;
}
.load-button-outer a:hover {
    color: #97bf13;
}
.load-button-outer .loadCohortLoading {
    font-size: 12px;
    padding: 5px;
}
.cohort-list-each {
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    background-color: #fafafa;
    width: calc(50% - 10px);
    transition: all 0.3s ease;
}
.cohort-list-each:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
}
span.cohort-list-each-fixed {
    position: absolute;
    left: 20px;
    bottom: -11px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 22px;
    color: #8cc63f;
    border-radius: 10px;
    background-color: #1e1e1e;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.cohort-head {
    margin-bottom: 20px;
}
.cohort-head-date,
.cohort-head-time {
    display: flex;
    gap: 10px;
}
.cohort-head-date p,
.cohort-head-time p {
    font-size: 14px;
    line-height: 14px;
    background-color: #e3e3e3;
    padding: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.cohort-head-time p {
    background: none;
}
.cohort-list-each a.book-button {
    display: inline-block;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: normal;
    width: 130px;
    text-align: center;
    background-color: #8574b0;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}
.cohort-list-each a.book-button:hover {
    background-color: #1e1e1e;
}
.cohort-list-each a.book-button.expired-p {
    text-shadow: none;
    background-color: #8574b0 !important;
    color: #b9a6ec !important;
}
.cohort-content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.cohort-content-title h6 {
    font-family: "Roboto";
    font-size: 22px;
}
.cohort-content-title p {
    font-size: 18px;
}
.cohort-footer {
    display: flex;
    justify-content: flex-start;
    gap: 50px;
}
.cohort-footer label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}
.cohort-footer p {
    font-size: 15px;
}
.no-cohort-items {
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
    border-radius: 20px;
    padding: 80px 20px;
    position: relative;
    text-align: center;
}
h3.swError {
    font-size: 14px;
    text-align: center;
    color: #909090;
    font-family: "Roboto";
    font-weight: normal;
}
.cohort-list-outer .cohort-list-each:last-child {
    background-color: #f8ffe3;
}
span.cohort-list-each-note {
    display: block;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
.cohort-content-title {
    max-width: calc(100% - 200px);
}

/* .cohort-list-each:nth-child(1),
.cohort-list-each:nth-child(2),
.cohort-list-each:nth-child(3),
.cohort-list-each:nth-child(4),
.cohort-list-each:nth-child(5),
.cohort-list-each:nth-child(6) {
    background-color: #e7e7e7;
} */
@media only screen and (max-width: 960px) {
    .cohort-listing {
        display: block;
    }
    .cohort-list-outer {
        width: 100%;
    }
    section.cohort-list {
        padding: 60px 0;
    }
    .cohort-list-each {
        width: 100%;
    }
    .cohort-list-filter {
        border: 1px solid #e7e7e7;
        border-radius: 20px;
        padding: 20px;
        position: relative;
        background-color: #fafafa;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px;
    }
    .cohort-list-filter-each {
        width: 100%;
    }
    .cohort-content-title {
        max-width: 100%;
    }
}

@media only screen and (max-width: 560px) {
    .cohort-head {
        display: block;
    }
    .cohort-content {
        display: block;
    }
    .cohort-list-each a.book-button {
        margin-top: 10px;
    }
}
