img{
    height: auto;
}
body{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.cop-all{
    flex: 1;
    z-index: 1;
}
* {

-webkit-print-color-adjust: exact;
}
@media print {
.nav-menu {
  display: none;
}
.header {
  position: absolute;
}
}
:focus {
outline: none;
}
.correct-answer {
  background-color: #d4edda !important;
  border: 2px solid #28a745 !important;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.wrong-answer {
  background-color: #f8d7da !important;
  border: 2px solid #dc3545 !important;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.exercise-explanation {
  margin-top: 10px;
  padding: 10px;
  background-color: #fff;
  border-left: 4px solid #28a745;
  border-radius: 3px;
}

.exercise-explanation-label {
  font-weight: bold;
  color: #28a745;
  margin-bottom: 5px;
}
.report-overview-stat-item{
  flex: 1;
}
.w-inline-block {
vertical-align: top;
}
.cop-menu-link:hover .cop-menu-item-icon-hover,
.cop-menu-link.w--current .cop-menu-item-icon-hover,
.cop-menu-link.w--open .cop-menu-item-icon-hover {
opacity: 1;
}
.cop-menu-link.w--open,
.cop-menu-link.w--current {
color: #ffdb80;
}
.cop-menu-item:last-child {
border-width: 0px;
}
a:hover .btn-common-hover {
opacity: 1;
}
.textfield,
.textarea,
.form-select {
-webkit-appearance: none;
font-size: inherit;
text-align: inherit;
letter-spacing: inherit;
}
.btn-back:hover .btn-back-arrow-b {
transform: translateX(-3px);
}
.home-event-img-b {
-webkit-mask-image: -webkit-radial-gradient(white, black);
}
input[type="checkbox"]:checked~.filter-checkbox-content .checkbox-tick {
opacity: 1;
transform: scale(1, 1);
}
input[type="checkbox"]:checked~.filter-checkbox-content {
background-color: #ED7750;
color: white;
}
input[type="checkbox"]:checked~.checkbox-content .checkbox-tick {
opacity: 1;
transform: scale(1, 1);
}
ul {
padding-left: 0;
list-style: none;
}
.editor ul li , .mce-content-body ul li {
background-image: url(https://uploads-ssl.webflow.com/6694962bcda53bab1c3335e8/66978710b7f3723e29d00a3e_list-bullet%402x.png);
background-size: 8px auto;
background-repeat: no-repeat;
background-position: left top 6px;
padding-left: 20px;
}
ol {
counter-reset: item
}
ol li {
display: block;
padding-left: 40px;
position: relative;
line-height: 180%;
}
ol li:before {
content: counter(item) ") ";
counter-increment: item;
width: 30px;
position: absolute;
left: 0;
color: #ED7750;
font-weight: 800;
line-height: 180%;
}
@media(max-width: 767px) {
ul li {
  background-size: 6px auto;
  background-repeat: no-repeat;
  background-position: left top 6px;
  padding-left: 15px;
}
ol li {
  padding-left: 30px;
}
}
a:hover .icon-play {
transform: translate(-50%, -50%) scale(0.9);
}
a:hover .vid-thumb {
transform: scale(1.1);
}
.cop-menu-dropdown-link:last-child,
.header-account-dropdown-link:last-child,
.notification-item-option-dropdown-link:last-child {
border-width: 0px;
}
.home-event-subject-tag:last-child {
border-width: 0px;
margin-right: 0px;
padding-right: 0px;
}
.home-event-link:hover .home-event-img {
transform: scale(1.1);
}
.btn-small:hover .btn-small-arrow-b,
a:hover .item-arrow,
a:hover .btn-back-arrow,
a:hover .paging-btn-arrow,
a.item-arrow:hover {
background-color: #ff973c;
}
a.v-assignment:hover .item-arrow {
background-color: #FFDB80;
}
.common-edit-row:first-child {
padding-top: 0px;
}
.listing-group-b:last-child {
margin-bottom: 0px;
}
.v-pending .discussion-item-rely-b,
.v-pending .discussion-item-main-b {
border-color: #E09B40;
}
.v-hidden .discussion-item-rely-b,
.v-hidden .discussion-item-main-b {
border-color: #D2CBC4;
}
input[type="radio"]:checked~.radio-content .radio-circle {
background-color: #ED7750;
}
.textarea {
resize: vertical;
}
.home-course-progress-b .svg-circle-progress circle {
  fill: none;
  stroke: #ED7750;
  stroke-width: 6px;
  stroke-dasharray: 295.16;
  /* 47 x 3 x 3.14 */
  stroke-dashoffset: 295.16;
  transition: stroke-dashoffset 1200ms ease;
  transition-delay: 500ms;
}
.home-course-progress-b svg.svg-circle-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotate(-90deg);
}
.course-item-progress-b .svg-circle-progress circle {
  fill: none;
  stroke: #ED7750;
  stroke-width: 4px;
  stroke-dasharray: 175.84;
  /* 28 x 2 x 3.14 */
  stroke-dashoffset: 175.84;
  transition: stroke-dashoffset 1200ms ease;
  transition-delay: 500ms;
}
.course-item-progress-b svg.svg-circle-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: rotate(-90deg);
}
div[loading], a[loading], span[loading]{
  opacity: 0.5;
  cursor: wait;
}
.video-watched-tick{
  opacity: 1;
  display: block;
}
.btn-common[completed]{
  cursor: default;
  color: var(--white);
  box-shadow: 0 3px #0000001a;
}
.btn-common[completed] .btn-common-hover{
  opacity: 1;
}
[v-cloak]{
  display: none!important;
}
input.error, textarea.error, select.error{
  border-color: red!important;
}
textarea.error + .tox-tinymce{
  border: 2px solid red!important;
}
input[type="radio"].error + div, input[type="checkbox"].error + div{
  color: red;
}

.search-select input[type="hidden"].error + .dropdown{
  border-color: red;
}
input[readonly], .w-input[readonly]{
  background-color: white;
  cursor: auto;
}

.mx-calendar-content .cell, .mx-table-date .today{
  color: #4A5660!important;
}
.mx-time-option.active, .mx-btn:hover, .mx-time-column .mx-time-item.active{
  color: var(--brand-1)!important;
}
.mx-calendar-content .cell.active{
  background-color: var(--brand-1)!important;
  color: white!important;
  border-radius: 50%;
}
.textfield.datepicker.with-time{
  width: 220px;
}
.mx-datepicker{
  width: auto!important;
}
.mx-icon-calendar{
  display: none;
}
.vue-dropzone{
  margin-bottom: 10px;
}
.dropzone{
  width: 100%!important;
}
.exercise-questions .common-edit-row:first-child{
  padding-top: 20px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-50{
  margin-bottom: 50px;
}

input[type="radio"]:checked~.exercise-answer-radio-content .exercise-answer-radio-circle {
  background-color: #ED7750;
  border-color: #ED7750;
}

input[type="radio"]:checked~.exercise-answer-radio-content {
  background-color: #F7E3C2;
}

input[type="radio"]~.exercise-answer-radio-content:hover {
  background-color: #F7E3C2;
}

input[type="checkbox"]:checked~.exercise-answer-checkbox-content .exercise-checkbox-tick {
  opacity: 1;
  transform: scale(1);
}

input[type="checkbox"]:checked~.exercise-answer-checkbox-content {
  background-color: #F7E3C2;
}

input[type="checkbox"]~.exercise-answer-checkbox-content:hover {
  background-color: #F7E3C2;
}
.editor-media-upload-b{
  padding-top: 20px;
}
.sub-heading{
    font-weight: bold;
    margin-bottom: 10px;
}
.pre{
    white-space: pre-wrap;
}
.search-select-inner .ui.search.dropdown>input.search{
    color: #333!important;
    vertical-align: middle!important;
    background-color: #fff!important;
    border: 1px solid #ccc!important;
    width: 100%!important;
    height: 38px!important;
    margin-bottom: 10px!important;
    padding: 8px 12px!important;
    font-size: 14px!important;
    line-height: 1.42857!important;
    display: block!important;
  border: 2px solid var(--form-field-border)!important;
  background-color: var(--white)!important;
  border-radius: 20px!important;
  height: auto!important;
  margin-bottom: 0!important;
  padding: 18px 20px!important;
  transition: border-color .8s!important;
}
.ui.selection.dropdown{
  padding: 20px 20px!important;
  font-size: 18px;
  border: none!important;
  box-shadow: none!important;

}
.ui.selection.dropdown.multiple{
  padding: 0!important;
  margin: 0!important;
}
.ui.multiple.search.dropdown>input.search{
  margin: 0!important;
}
.ui.multiple.search.dropdown>.text{
  margin: 0!important;
  padding: 20px 22px!important;
  top: auto!important;
  bottom: 0;
}
.search-select[hide-selected] .ui.multiple.dropdown>.label {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.search-select .ui.multiple.search.dropdown>.label~.text{
    display: block;
}
.ui.dropdown .menu .selected.item, .ui.dropdown.selected, .ui.dropdown .menu>.item:hover {
  background: #F7E3C2!important;
}
.search-select-inner .ui.selection.dropdown .menu{
  border-radius: 20px!important;
  box-shadow: none!important;
  border: 2px solid var(--form-field-border)!important;
}
.ui.label{
  background-color: var(--brand-1)!important;
  color: white!important;
  text-decoration: none;
}
.ui.multiple.dropdown>.label i.icon.delete:after, .ui.multiple.dropdown>.label i.icon.delete:before{
  background-color: white!important;
}
.ui.dropdown .menu>.item{
  font-size: 18px!important;
}
.ui.selection.dropdown .menu>.item{
  border-top: none!important;
}
.ui.default.dropdown:not(.button)>.text, .ui.dropdown:not(.button)>.default.text{
  color: #a9a9a9!important;
}
.ui.selection.dropdown>.delete.icon, .ui.selection.dropdown>.dropdown.icon, .ui.selection.dropdown>.search.icon{
  padding: 20px 17px!important;
}
.ui.dropdown>.dropdown.icon:before{
  content: ''!important;
  
}
.ui.fluid.dropdown>.dropdown.icon{
  background-image: url(../images/color-picker-arrow.svg);
  height: 100%!important;
  background-repeat: no-repeat;
  background-position: center bottom 25px;
}
.search-select .search-select-inner input[type="hidden"].error +.ui.search.dropdown>input.search {
  border-color: red!important;
}
.account-profile-b{
  align-items: flex-start;
}
.account-profile-upload-b{
  flex: 1;
}
.report-table-row:nth-child(2n), .am-table-row:nth-child(2n) {
    background-color: transparent;
}
.group-create-people-item:last-child{
  border-bottom: none;
}
.headeer-account-img{
  background-image: none;
  background-color: var(--bg);
}
.form-data-b{
  padding: 15px 0;
}
.vue-dropzone{
  border: 2px solid var(--form-field-border)!important;
  border-radius: 20px;
}
.v-locked {
    opacity: .4;
    pointer-events: auto;
}
input[type="checkbox"]:checked~.calendar-filter-checkbox-content .calendar-filter-checkbox-tick {
  opacity: 1;
  transform: scale(1, 1);
}
.calendar-row:last-child,
.calendar-col:last-child {
  border-width: 0px;
}
.pop-event-img-upload-list:first-child {
  margin-top: 0px;
}
.pop-event-list-row:first-child {
  margin-top: 0xp;
}
.pop-event-list-row:last-child {
  border-width: 0px;
}
.calendar-col:nth-child(7n) {
  border-width: 0px;
}
.v-week .calendar-event-link-title {
  flex: auto;
}
.v-week .calendar-col-content {
  height: 100%;
}
.pop-event-tab-menu-link.w--current .pop-event-tab-link-dot {
  opacity: 1;
}
.w-embed-youtubevideo{
  padding-top: 56.17021276595745%;
}
p{
  margin-bottom: 10px;
}
p:last-child{
  padding-bottom: 0;
}
.w-tab-link[active]{
  background-color: var(--brand-1);
  color: var(--white);
}
.video-outer-container{
  max-width: 800px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.w-embed-youtubevideo iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}
.mx-datepicker-popup{
  z-index: 4000!important;
}
.textarea{
  min-height: 0;
}
label[readonly]{
  pointer-events: none;
}
label[disabled]{
  pointer-events: none;
  opacity: 0.5;
}
.popup-event-bg-close{
  transition: all .5s;
}
.popup-event-b[opened]{
  display: flex;
  opacity: 1;
}
.popup-event-b .popup-event-box{
  transform-style: preserve-3d;
  transition: all, transform 500ms;
}
.popup-event-b[opened] .popup-event-box[animated]{
  transform: translate(0);
}
.calendar-col-content[passed]{
  opacity: .5;
}
.session-joined{
  margin-left: 20px;
  color: var(--brand-1);
}
.event-participant-limit{
  display: flex;
  align-items: center;
  gap: 5px;
}
.event-edit-time-item{
  margin-right: 10px;
}
.txt-participant-limit{
  
}
.w100{
  width: 100px;
}
.ec-arrow-b{
  transform-style: preserve-3d;
  transition: all, transform 800ms;
}

.task-time{
  margin-right: 10px;
}
.collapse-expand-content{
  display: none;
}
.collapse-expand-group.active .ec-arrow-b, .post-showhide-history.active .ec-arrow-b, .post-reply-showhide-history-box.active .ec-arrow-b{
  transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg);
}
.pure-table{
  width: 100%;
}
.pure-table thead{
  border-bottom: 2px solid var(--pdf-color);
}
.pure-table th, .pure-table td{
  padding: 5px;
  text-align: left;
}
.pure-table tbody tr{
  background-color: var(--brand-3);
}
.pure-table tbody tr:nth-child(2n){
  background-color: transparent;
}
.btn-common[loading]{
  opacity: 0.5;
  cursor: wait;
}
.h5p-attempt-cell{
  margin-bottom: 40px;
}
.title{
  margin-bottom: 20px;
  font-weight: bold;
  color: #233448;
  font-size: 24px;
}
.max-width-500{
  max-width: 500px;
}
.group-people-img{
  background-color: white;
}
.group-item-link:hover, .discussion-item-link:hover {
    transform: none;
}
.group-people-name[size="big"] .group-people-img-area{
  width: 56px;
  height: 56px;
  font-size: 27px;
}
.post-detail-info-b .group-people-name{
  flex: 0 0 auto;
  margin-right: 20px;
}
.v-pending .post-detail-reply-info, .v-pending .editor, .v-hidden .post-detail-reply-info, .v-hidden .editor, .v-hidden .editor-tobeupload-list {
    opacity: 0.5;
}
.v-hidden .post-reply-showhide-history-box {
    background-color: #E8E5E1;
}

input[type="color"] {
  -webkit-appearance: none;
  border: none;
  padding: 15px 34px 15px 15px;
  border-radius: 20px;
  background-color: transparent;
  border: 2px solid #F8E1B4;
  background-image: url(https://uploads-ssl.webflow.com/66a1c072bffa3064ecbc8da3/66c6f6b45c3d323dd68bc6d4_color-picker-arrow.svg);
  background-size: 36px auto;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  width: auto;
  height: auto;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
  border-radius: 50%;
  display: block;
}
input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 50%;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #F7E3C2;
}
.d-flex{
  display: flex;
}
.d-flex.end{
  justify-content: flex-end;
}
.post-action-row{
  margin-top: 15px;
}
.btn-common-content.small{
    padding: 8px 20px;
    font-size: 15px;
}
.btn-common + .btn-common{
  margin-left: 2px;
}
.report-tab-link{
  transition: none;
}
.report-ec-content{
  height: 0;
}
.ec-arrow-link{
  display: flex;
  gap: 5px;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
}
.ec-arrow-link .ec-arrow-b{
  width: 25px;
  height: 25px;
}
.post-showhide-history-container{
  display: none;
}
.post-reply-showhide-history-box .post-showhide-history-container{
  display: block;
}
.slide-enter-active, .slide-leave-active {
  transition: all 0.8s ease;
  overflow: hidden;
}
.slide-enter {
  max-height: 0;
/*  opacity: 0;*/
}
.slide-enter-to {
  max-height: 200px; /* 你可以調整這個高度 */
/*  opacity: 1;*/
}
.slide-leave {
  max-height: 200px; /* 與 enter-to 的 max-height 保持一致 */
/*  opacity: 1;*/
}
.slide-leave-to {
  max-height: 0;
/*  opacity: 0;*/
}
.report-table-col.table-trainee-video.col-student, .report-table-col.table-trainee-video.col-role {
    width: 150px;
}
.notification-item-option-dropdown-list {
    background-color: var(--white);
    border-radius: 10px;
    margin-bottom: -10px;
    transform: translate(0, 100%);
    box-shadow: 0 2px 5px #0000001a;
    position: absolute;
    min-width: 100%;
}
.editor-tobeupload-list{
  flex-direction: column;
}
.pop-event-tab-menu-link{
  margin-bottom: 10px;
}
.ui.search.dropdown .menu{
  max-height: 10rem!important;
}
.calendar-top-month-txt{
  min-width: 140px;
}
.notification-item-option-dropdown{
  z-index: 2;
}
.calendar-event-link-title{
  flex: 1;
/*  white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
}
.notification-settings{
      display: flex;
    flex-direction: column;
}
.form-short-row{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.notification-label {
  margin-right: 10px;
  min-width: 250px;
}
.report-remark{
  font-size: 15px;
  margin-bottom: 15px;
  padding-left: 5px;
}
.report-remark.bottom{
  margin-top: 15px;
  margin-bottom: 0;
}
.post-detail-reply-create{
  border-bottom: 2px solid var(--brand-3);
}
.post-detail-reply-row:first-child {
  margin-top: 0;
}
.post-detail-reply-row:last-child {
  margin-bottom: 0;
}
.post-toggle-nested-replies{
}
.mce-content-body{
  padding: 10px;
}
.post-detail-reply-toggle-b{
  margin-left: 10px;
}
.post-detail-reply-time{
  font-size: 14px;
  margin-left: auto;
}
.reply-toggle-link {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: var(--brand-1);
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s;
}

.reply-toggle-link:hover {
  text-decoration: none;
}

.reply-toggle-arrow {
  fill: var(--brand-1);
  transition: transform 0.3s ease;
}

.post-toggle-nested-replies.active .reply-toggle-arrow {
  transform: rotate(180deg);
}
.post-detail-reply-description{
  padding-left: 1px;
  padding-top: 10px;
  font-size: 16px;
}
.post-detail-reply-info{
  margin-right: 20px;;
}
.post-reply-to-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 8px 12px;
  background-color: #faf1e3;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  display: none;
}
.post-reply-arrow {
  margin-right: 8px;
  font-size: 16px;
  color: #999;
}
.post-reply-to-text {
  color: #666;
}
.post-reply-to-text span {
  font-weight: 600;
  color: #333;
}
.post-replying-to-notice,
.post-editing-notice {
  padding: 10px 15px;
  background-color: var(--brand-3);
  border-left: 4px solid var(--brand-1);
  border-radius: 4px;
}
.post-replying-to-notice strong {
  font-weight: 600;
  color: var(--brand-1);
}
.post-action-row {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: center;
}
/* Main reply row */
.post-detail-reply-row{
  position: relative;
  padding-bottom: 10px;
  border-bottom-width: 0px;
}
.post-detail-reply-list > .post-detail-reply-row{
  border-bottom-width: 2px;
}
/* Nested replies - add left spacing */
.post-detail-reply-row .post-detail-reply-row {
  margin-left: 44px;
}

/* Vertical line from parent avatar to nested replies */
.post-detail-reply-row > .post-detail-reply-row::before {
  content: '';
  position: absolute;
  left: -32px; /* Align with parent avatar center (52px / 2 - 20px adjust) */
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: var(--brand-3);
}

/* Last nested reply - use rounded corner instead of straight line */
.post-detail-reply-row > .post-detail-reply-row:last-child::before {
  bottom: auto;
  height: 32px; /* Height to avatar center */
  border-left: 2px solid var(--brand-3);
  border-bottom: 2px solid var(--brand-3);
  border-bottom-left-radius: 12px;
  background-color: transparent;
  width: 32px;
  left: -32px;
}

/* Horizontal connector for non-last items */
.post-detail-reply-row > .post-detail-reply-row:not(:last-child)::after {
  content: '';
  position: absolute;
  left: -32px;
  top: 32px; /* Align with avatar center */
  width: 32px;
  height: 2px;
  background-color: var(--brand-3);
}

/* Smooth transition for highlight effect */
.post-detail-reply-row {
  transition: background-color 0.5s ease;
}
.post-detail-reply-top-right {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
}

.post-action-link {
  font-size: 14px;
  color: #666;
  text-decoration: none;
  transition: color 0.2s;
}

.post-action-link:hover {
  color: var(--brand-1);
}

.post-action-link.v-delete:hover {
  color: #e91e63;
}

.post-reply-link {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  margin-right: 10px;
  margin-left: 10px;
}

.post-reply-link:hover {
  color: var(--brand-1);
}

.post-inline-reply-box {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #f9f9f9;
}

.post-inline-reply-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 10px;
}

.post-inline-reply-box .tox .tox-toolbar{
display: none;
}
.post-inline-reply-box .tox .tox-edit-area{
border-radius: 10px;
margin: 0;
border-color: var(--form-field-border);
border-width: 2px;
}
@media(max-width: 767px) {
  input[type="color"] {
    padding: 10px 29px 10px 10px;
  }
}
@media(min-width: 768px) {
  /*.btn-common-content{
    min-width: 120px;
  }*/
}
@media(max-width: 767px) {
  .v-week .calendar-event-link {
    flex-flow: wrap;
  }
}
.calendar-top-b {
  position: sticky;
  top: var(--hh);
}
.calendar-top-week-title {
  position: sticky;
  top: var(--th);
}
.calendar-row.v-week {
  min-height: var(--wh);
}
.v-week .calendar-day-b {
  position: sticky;
  top: var(--wdh);
}

@media screen and (max-width: 991px) {
  .cop-all{
    display: flex;
  }
  .section-content{
    flex: 1;
    display: flex;
    width: 100%;
    }

    .cop-page {
        display: flex;
      flex-direction: column;
      width: 100%;
    }
    .cop-content{
      flex: 1;
      width: 100%;
    }
    .cop-menu{
      order: 0;
    }
}