.opening-schedule .location-group {
    border: 2px solid #0661FA;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 0 40px;
}

.opening-schedule .location-group .location-group-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.opening-schedule .location-group .location-group-header {
    padding: 25px 0;
    /* border-bottom: 1px solid #D9D9D9; */
}

.opening-schedule .location-group .location-group-header h3 {
    margin-bottom: 0;
    font-size: 24px;
}

.opening-schedule .location-group-content {
}

.opening-schedule-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 20px 15px 0 !important;
    border-top: 1px solid #D9D9D9;
}

.opening-schedule-item-title {

/* color: blue; */
}

.opening-schedule-item-title>h4 {
    color: #0661FA;
}

.opening-schedule-item-content {

}

.os-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.cta-icon {
    width: 25px;
    height: 24px;
}

.opening-schedule-item-content>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.opening-schedule-item-date {

}

.opening-schedule-item-time {

}

.opening-schedule-item-location {

}

.opening-schedule-item-detail {
    width: 30px;
    height: 30px;
    display: flex;
    align-self: center;
    cursor: pointer;
}

.opening-schedule-item-detail.expand-icon {
    background-image: url('../../assets/img/expand_icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.opening-schedule-item-detail.collapse-icon {
    background-image: url('../../assets/img/collapse_icon.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

.opening-schedule-cta-wrapper {margin-top: 15px;}

.opening-schedule-cta {
    text-transform: none !important;
    color: #0661FA !important;
    font-size: 13px !important;
    line-height: 21px !important;
    display: flex !important;
    align-items: center !important;
    width: fit-content;
}

.opening-schedule-cta-submit {
    color: #0661FA !important;
    background-color: #fff !important;
    margin-bottom: 0 !important;
}

.opening-schedule-cta-submit:hover {
    color: #fff !important;
    background-color: #0661FA !important;
}

.opening-schedule-cta:hover {
    color: #fff !important;
}

.opeing-schedule-cta span {

}

#register-class-form .header h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0661FA !important;
}

#register-class-form {
    margin-bottom: 10px;
}

#register-class-form .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.opening-schedule-table-all {
    border: 1px solid #000c17;
}

.opening-schedule-table-all th, .opening-schedule-table-all td {
    border: 1px solid #000c17;
    border-collapse: collapse;
    padding: 11px 15px !important;
    color: #000;
    /* display: flex; */
}

.opening-schedule-table-all td.text-center {
    text-align: center !important;
}

.opening-schedule-table-all td.action-col {
    /* display: flex; */
    justify-content: center;
    /* align-items: center; */
    /* height: 100%; */
    margin: auto !important;
    width: fit-content;
    white-space: nowrap;
    text-align: center;
    text-align: center;
}

.opening-schedule-table-all th {
    text-transform: none;
    color: #fff;
    padding: 10px 20px !important;
    background-color: #0b6ffa;
    text-align: center;
}

.opening-schedule-table-all .header-action-col {
    width: 5%;
    white-space: nowrap;
}

.opening-schedule-table-all .opening-schedule-cta {
    margin-bottom: 0;
    margin: auto;
}

.opening-schedule-cta:hover {
    background-color: #0b6ffa !important;
    border-color: #0b6ffa !important;
}

.opening-schedule-table-all thead tr {
}

.opening-schedule .location-group {
    background-color: #fff;
}

.course_title {
    color: #0b6ffa !important;
    font-size: 24px;
    font-weight: bold;
}

.program_title {
    color: #eb743a !important;
    font-size: 24px;
    font-weight: bold;
}

.opening-schedule-table-all .row-idx-0 {
    background-color: #fff9e8;
}

.opening-schedule-table-all .row-idx-2 {
    background-color: #f3f8ff;
}

.mobile .course_title, .mobile .program_title {
    font-size: 18px;
}

.table-title {
    background-color: #0b6ffa !important;
    color: #fff0f6 !important;
}

.button-wrapper {
    display: flex;
    justify-items: center;
    width: 100%;
    justify-content: center;
}