:root {
    --custom-dark-red: #690606;
}

.course-custom-red-color {
    color: #b80101;
}

.course-custom-dark-grey-color {
    color: #7A7A7A;
}

.course-custom-red-main-title {
    color: var(--custom-dark-red);
    font-family: "Open Sans", Sans-serif;
    font-size: 63px;
    font-weight: bold;
    line-height: 1;
}

.course-custom-red-main-subtitle {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
}

.course-custom-red-main-second-title {
    color: var(--custom-dark-red);
    font-family: "Open Sans", Sans-serif;
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
}

.count-down-string-red {
    color: var(--custom-dark-red);
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    line-height: 1;
}

.count-down-number-red-box {
    background-color: var(--custom-dark-red);
    border-radius: 8px;
    display: inline-block;
    min-width: 71px;
}

.count-down-number-red {
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    opacity: 1;
    padding: 10px;
}

.grey-red-button {
    font-family: "Open Sans", Sans-serif;
    font-weight: bold;
    background-color: #54595F;
    font-size: 16px;
    padding: 8px 30px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    border: none;
    text-decoration: none;
    transition: all 0.5s;
}

.grey-red-button:hover {
    background-color: var(--custom-dark-red);
    color: #fff;
    text-decoration: none;
}

.white-grey-red-button {
    font-family: "Open Sans", Sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    padding: 15px 30px;
    color: var(--custom-dark-red);
    text-align: center;
    border: none;
    text-decoration: none;
    transition: all 0.5s;
}

.white-grey-red-button:hover {
    background-color: #54595F;
    color: #fff;
    text-decoration: none;
}

.course-custom-red-white-very-bold {
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 51px;
    font-weight: 700;
    line-height: 50px;
}

.course-custom-red-white-bold {
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.course-custom-red-bold {
    color: var(--custom-dark-red);
    font-family: "Open Sans", Sans-serif;
    font-size: 34px;
    font-weight: 800;
    text-align: center;
}

.course-custom-red-white-slim {
    color: #FFFFFF;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
}

.course-people-card-red img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
}

.course-people-card-red h4 {
    color: #54595F;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-people-card-red p {
    margin-bottom: 0px;
    color: #7A7A7A;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lSSlideOuter .lSPager.lSpg > li a {
    height: 10px !important;
    width: 10px !important;
}

.lSPager.lSpg > li.active a {
    background-color: #9D4F4D !important;
}

.custom-red-table {
    border-collapse: collapse;
}

.custom-red-table img {
    max-width: 100px;
}


.custom-red-table th {
    padding: 10px;
    border-right: 1px solid #FFFFFF;
    background-color: #6A0606;
    color: #FFFFFF;
    white-space: nowrap;
}

.custom-red-table td {
    padding: 10px;
    border-right: 1px solid #cecece;
}

.custom-red-table-first-td {
    padding: 10px;
    background-color: #d8cbcb;
    border-bottom: 1px solid #FFFFFF;
}

.custom-red-table-other-td {
    border-bottom: 1px solid #cecece;
}

.course-custom-red-white-button {
    background-color: white;
    color: #6A0606;
    border: none !important;
    font-size: 14px;
    font-weight: bolder;
    border-radius: 5px;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    line-height: 1.3;
}

@media (min-width: 992px) {
    .course-custom-red-white-button {
        padding: 10px 200px;
        width: inherit;
    }
}

.course-custom-red-white-button:hover {
    color: #6A0606;
    text-decoration: none;
}

.course-custom-red-italic-white {
    color: white;
    font-size: 14px;
    font-style: italic;
}

.pdf-container-red {
    background-color: #6A0606;
}
