.schedule-content {
    display: flex;
    flex-direction: column;
}

.schedule-content .static-banner {
    top: 140px;
}

.sheduleTableWrapper {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 50px;
}

.schedule-wrapper {
    width: 100%;
}

.shedule-header h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.container.schedule {
    min-height: inherit;
    max-width: 1700px;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}

.header200.headerTable {
    min-height: 128px;
    height: auto;
    background: #008a5e;
}

.header200.headerTable .container {
    padding-top: 8px;
    padding-bottom: 16px;
    background: inherit;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.headerTable .shedule-header h2,
.headerTable .scheduleTime h2,
.sheduleTableHeader {
    color: #fff;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: nowrap;
    margin: 0;
}

.schedule-content .header200.headerTable .headnav .name a {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
}

.sheduleTableHeader {
    color: #008a5e;
}

.sheduleTableWrapper .tabs {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.sheduleTableWrapper .tabs .tab.activeTab {
    color: #008a5e;
    position: relative;
}

.sheduleTableWrapper .tabs .tab.activeTab::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 8px;
    content: " ";
    height: 1px;
    width: 81px;
    background: #008a5e;
}

.sheduleTable {
    width: 100%;
    text-align: center;
    border-spacing: 0;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    table-layout: fixed;
}

.sheduleTableWrapper > .tab {
    display: none;
}

.sheduleTableWrapper > .tab.activeTab {
    display: block;
}

.sheduleTable .day {
    width: 82px;
}

.sheduleTableWrapper .tablehere {
    max-width: 1300px;
    border-radius: 40px;
    box-shadow: 0px 10px 20px 0px hsla(0, 0%, 0%, 0.3);
    overflow-y: hidden;
    margin: 0 auto;
}

.sheduleTable th {
    color: #fff;
    height: 58px;
    background: #008a5e;
    border-left: 1px solid #333;
}

.sheduleTable .time,
.sheduleTable .frame,
.sheduleTable .classroom {
    border-left: 1px solid #333;
    width: 100px;
}

.sheduleTable td.time {
    background-color: #f8f8f8;
}

.sheduleTable .teacher {
    width: 230px;
}

.sheduleTable th:first-child {
    border-left: none;
}

.sheduleTable th:last-child {
    border-right: none;
}

.sheduleTable tr {
    height: 34px;
    border-top: 1px solid #333;
}

.sheduleTable tr td {
    border-right: 1px solid #333;
    border-top: 1px solid #333;
}

.sheduleTable tr td:last-child {
    border-right: none;
}

.sheduleTable tr:first-child {
    border-top: none;
}

.sheduleTable tr td.newDay {
    border: none;
    border-top: 1px solid #333;
    background-color: #f8f8f8;
}

.sheduleTableWrapper .tabs span {
    color: rgba(91, 91, 91, 0.5);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 120px;
    margin-right: 16px;
    margin-bottom: 34px;
}

.shedule-header {
    max-height: 80px;
}

.container .headnav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.schedule-content .schedule .headnav .name a {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: var(--green500);
    margin: 0;
}

.scheduleLeft {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin-bottom: 40px;
}

.schedule-logo {
    min-width: 268px;
    min-height: 268px;
    max-height: 268px;
    border-radius: 50%;
    background-color: #ebebeb;
    margin-right: 40px;
}

content .container.schedule {
    padding-top: 37px;
}

.schedule-main h2 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #333;
    margin: 0;
    padding-bottom: 7px;
}

.schedule-form fieldset {
    display: flex;
    flex-direction: row;
    border: none;
}

.schedule-form fieldset > label {
    color: #333;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.course-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.schedule-form .group,
.schedule-form .course {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.schedule-form .course label {
    display: flex;
    flex-direction: row;
    width: 124px;
    height: 46px;
    background-color: var(--green500);
    justify-content: center;
    align-items: center;
    margin-left: 25px;
    border-radius: 10px;
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    opacity: 0.4;
    cursor: pointer;
}

.schedule-form .course label:hover {
    opacity: 1;
}

.group-field select::-ms-expand {
    display: none;
}

.group-field .visible {
    display: flex;
}

.schedule-form .course label.active,
.group-field .active {
    display: flex;
    opacity: 1;
}

.group-field select {
    display: none;
    text-align: center;
    width: 280px;
    background: var(--green500);
    border-radius: 10px;
    opacity: 0.4;
    margin-left: 25px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    outline: none;
    cursor: pointer;
}

.group-field select option {
    text-align: center;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    align-items: center;
}

.group-field select option:hover {
    color: #fff;
    background-color: var(--green500);
    opacity: 0.4;
    cursor: pointer;
}

.group-field select option:checked {
    background: linear-gradient(var(--green500), var(--green500));
}

.show-btns {
    width: 100%;
    height: 210px;
    margin-top: auto;
    bottom: 0;
    overflow: hidden;
}

.show-btns-wrapper {
    height: 100%;
    position: relative;
}

.download-schedule,
.show-schedule {
    position: absolute;
    bottom: -500px;
    left: 0;
    width: 100%;
    height: 293px;
    justify-self: flex-end;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 1s;
    margin-top: auto;
    background: #008a5e;
}

.download-schedule.active,
.show-schedule.active {
    max-height: 100%;
    opacity: 1;
    bottom: 0;
}

.download-schedule button,
.show-schedule button {
    background: inherit;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    padding-top: 34px;
    margin: 0 auto;
}

.download-schedule button img,
.show-schedule button img {
    padding: 32px;
    background: #fff;
    border-radius: 27px;
    margin-right: 35px;
}

.download-schedule button span,
.show-schedule button span {
    color: #fff;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.changeSelection {
    display: block;
    width: 280px;
    height: 32px;
    color: rgba(91, 91, 91, 0.5);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 auto;
    margin-bottom: 135px;
    margin-top: 71px;
    text-decoration: none;
}

.download-field .download {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-field .dowload-btn {
    text-align: center;
    background: var(--green500);
    border-radius: 10px;
    padding: 0 10px;
    margin-left: 24px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    outline: none;
    cursor: pointer;
}

.schedule-content .sched-main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

@media screen and (max-width: 1344px) {
    .schedule-logo {
        min-width: 200px;
        min-height: 200px;
        max-height: 200px;
        margin-right: 20px;
    }

    .schedule-content .header200 {
        margin-top: 70px;
    }

    .schedule-wrapper .container {
        padding: 20px 20px 20px;
    }

    .headerTable .shedule-header h2,
    .headerTable .scheduleTime h2,
    .sheduleTableHeader,
    .download-schedule button span,
    .show-schedule button span,
    .shedule-header h2,
    .schedule-main h2 {
        font-size: 25px;
    }

    content .container.schedule {
        padding-top: 20px;
    }

    .schedule-content .schedule .headnav .name a,
    .schedule-form fieldset > label {
        font-size: 22px;
    }

    .schedule-form .course label {
        width: 100px;
        height: 36px;
        margin-left: 10px;
        font-size: 22px;
    }

    .schedule-content .static-banner {
        top: 100px;
    }

    .group-field select {
        font-size: 25px;
        width: 200px;
    }

    .show-btns {
        height: 150px;
    }

    .download-schedule button,
    .show-schedule button {
        padding-top: 10px;
    }

    .download-schedule button img,
    .show-schedule button img {
        padding: 20px;
        border-radius: 18px;
    }

    .header200.headerTable .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .sheduleTableWrapper {
        padding: 20px;
    }

    .changeSelection {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .download-field .dowload-btn {
        font-size: 25px;
    }
}

@media screen and (max-width: 1024px) {
    .schedule-form .course label {
        width: 78px;
    }

    .schedule-logo {
        min-width: 180px;
        min-height: 180px;
        max-height: 180px;
        margin-right: 20px;
    }

    .sheduleTable .matter,
    .sheduleTable .teacher {
        width: 240px;
    }

    .download-field .dowload-btn {
        font-size: 22px;
    }
}

@media screen and (max-width: 940px) {
    .sheduleTable {
        font-size: 16px;
    }

    .sheduleTable .day {
        width: 50px;
    }

    .sheduleTable .time,
    .sheduleTable .frame,
    .sheduleTable .classroom {
        width: 90px;
    }

    .sheduleTable .teacher {
        width: 150px;
    }
}

@media screen and (max-width: 768px) {
    .sheduleTable tr .newDay,
    .day {
        position: sticky;
        left: 0px;
    }

    .time {
        position: sticky;
        left: 52px;
        border-left: 1px solid #333;
    }

    .schedule-logo {
        min-width: 140px;
        min-height: 140px;
        max-height: 140px;
        margin-right: 20px;
    }

    .schedule-content .header200.headerTable .headnav .name a,
    .headerTable .shedule-header h2,
    .headerTable .scheduleTime h2,
    .sheduleTableHeader,
    .shedule-header h2,
    .schedule-main h2 {
        font-size: 19px;
    }

    .schedule-form .course-field > label {
        display: flex;
        align-items: center;
    }

    .schedule-content .schedule .headnav .name a,
    .schedule-form fieldset > label {
        font-size: 16px;
    }

    content .container.schedule {
        padding-bottom: 0;
        padding-top: 0;
    }

    .schedule-form .group,
    .schedule-form .course {
        align-items: center;
    }

    .schedule-form fieldset:first-child > label {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .schedule-wrapper {
        padding-top: 13px;
    }

    .schedule-form .course label {
        width: 50px;
        margin-bottom: 10px;
        margin-top: 10px;
        margin-left: 8px;
    }

    .group-field select {
        min-height: 25px;
    }

    .schedule-form {
        margin-top: 0px;
    }

    .schedule-form fieldset {
        padding: 0;
        padding-bottom: 10px;
    }

    .download-schedule button img,
    .show-schedule button img {
        padding: 11px;
        margin-right: 14px;
    }

    .download-schedule button,
    .show-schedule button {
        padding-top: 30px;
    }

    .group-field select,
    .download-schedule button span,
    .show-schedule button span,
    .download-field .dowload-btn {
        font-size: 18px;
    }

    .download-field .dowload-btn {
        margin-left: 20px;
    }
}

@media screen and (max-width: 540px) {
    .schedule-logo {
        display: none;
    }

    .schedule-form .course label {
        width: 39px;
    }

    .headerTable .scheduleTime h2 {
        white-space: initial;
    }
}

@media screen and (max-width: 370px) {
    .schedule-form .course label {
        width: 31px;
    }

    .download-field .dowload-btn {
        content: none;
    }

    .download-field label {
        max-width: 170px;
    }

    .download-field .dowload-btn {
        margin-left: 0px;
    }
}
