.choose-period {
    background: hsl(199, 50%, 85%);
    width: 100%;
    border: 1px solid #58a;
    box-shadow: /*底部灰色阴影*/ 2px 4px 2px 5px rgba(0,0,0,0.2), /*下面深蓝色立体阴影*/ 2px 4px 1px 1px hsl(208, 50%, 55%), /*内部暗色阴影*/ 0 -15px 2px 2px rgba(0,0,0,0.10) inset;
    color: hsl(208, 50%, 40%);
    text-shadow: rgb(255 255 255 / 50%) 0 1px 0;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 0 10px;
    cursor: pointer;
}
.choose-period.active {
    color: red;
    box-shadow: unset;
    position: relative;
}
.datePeriods .delPeriod {
    display: none;
    position: absolute;
}
.freeow .gray .freeowcontent {
    margin: 5px 5px 5px 69px;
}

.color-red{
    color: red;
}

.color-browm{
    color: brown;
}

/* 課程管理相關頁面 */
.btn-disable{
    background-color: #e6e6e6!important;
    cursor: default;
}
.bk_style .btn-breadcrumb .btn-disable.btn.btn-default:not(:last-child):after {
    border-left: 10px solid #e6e6e6!important;
}

.header .top-header .top-menu .other-links li:nth-child(2) {
    border-right: 1px solid #ddd;
    margin-right: 20px;
    padding-right: 20px;
}

.header .top-header .top-menu .other-links li:nth-child(2) a {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 25px;
    color: #c59c60;
}
.header .top-header .top-menu .other-links li:nth-child(2) a:hover {
    color: #fff;
    background: #c59c60;
    border: 1px solid #c59c60;
}

.container-login {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.container-login p{
    font-size: 18px;
}

.radio_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #cecece;
    width: 280px;
    height: 50px;
    border-radius: 9999px;
    box-shadow: inset 0.5px 0.5px 2px 0 rgba(0, 0, 0, 0.15);
}

.radio_container input[type="radio"] {
    appearance: none;
    display: none;
}

.label-login {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: inherit;
    width: 80px;
    height: 40px;
    text-align: center;
    border-radius: 9999px;
    overflow: hidden;
    transition: linear 0.3s;
    color: #6e6e6edd;
    margin-bottom: initial;
}

.label-login:hover{
    cursor: pointer;
}

input[type="radio"]:checked + .label-login {
    background-color: #183e63;
    color: #f1f3f5;
    font-weight: 900;
    transition: 0.1s;
    flex: .5;
}

.account-info{
    display: block;
}

.toggle-btn h5{
    display: inline;
    margin-right: 5px;
}

/* datepicker start */
.day.active-cart.disabled{
    background: gainsboro;
}

.datepicker-inline .datepicker-switch:hover {
    background: #d06776;
    color: #fff;
    cursor: pointer;
}

.datepicker table tr td {
    position: relative;
    z-index: 1;
}

.datepicker-inline .datepicker-months .month.focused, 
.datepicker-inline .datepicker-months .month:hover {
    background: #d06776;
    color: #fff;
}

.datepicker.datepicker-inline td:after {
    content: '';
    background: #a7d4f5;
    opacity: 1;
}

.datepicker .datepicker-months table tr td:after, 
.datepicker .datepicker-years table tr td:after, 
.datepicker .datepicker-decades table tr td:after,
.datepicker .datepicker-centuries table tr td:after {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 8px;
    right: 8px;
    z-index: -1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}
/* datepicker end */

@media (max-width: 991px){
    .activity-section04 .teacher-wrap .teacher-item {
        height: inherit!important;
    }
}

.fx-btn-area {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 70px;
    opacity: 0.8;
    z-index: 999;
}
.fx-btn-area .fx-btn {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 85px;
    margin-bottom: 15px;
    opacity: 0.9;
}
.fx-btn-area .fx-btn-phone {
    background-color: #333;
}
.fx-btn-area .fx-btn-line {
    background-color: #6ac73f;
}
.fx-btn-area .fx-btn-fb {
    background-color: #667cad;
}
.fx-btn-area .fx-btn-youtube {
    background-color: #CD201F;
}
.fx-btn-area .fx-btn-ai{
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
}
.fx-btn-area .fx-btn-ai img{
    width: 70px;
    height: 90px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fx-2x {
    font-size: 2.5rem !important;
}
.fx-btn-area .cd-top {
    position: initial;
    background-color: #f44336;
}
@media (max-width: 991px) {
    .fx-btn-area{
        width: 40px;
    }
    .fx-btn-area .fx-btn {
        width: 40px;
        height: 40px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .fx-btn-area .fx-btn-ai{
        padding-bottom: 40px;
    }
    .fx-2x {
        font-size: 1.3rem !important;
    }
}