.exercise-content-container {
    width: 35rem;
    height: 25rem;
    background: #FCF6EC;
    position: fixed;
    top: 5rem;
    left: 5rem;
    cursor: grab;
    border: 2px solid #ff6d00;
    z-index: 9999;
    overflow: hidden;
    display: none;
    font-size: 1.6rem;
    padding: 0.8rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    touch-action: none;
    user-select: none;
}

.exercise-content-container h2 {
    font-size: 1.8rem !important;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #05271C;
}

.exercise-content-container .exercise-content-container-close {
    position: absolute;
    top: 0.5rem;
    right: 1.6rem;
    cursor: pointer;
    color: #ff6d00;
    font-size: 1.75rem;
    z-index: 1;
}

.exercise-content-container-main {
    height: 70%;
    overflow: auto;
    padding: 0 2rem;
}


.exercise-content-container2 {
    width: 35rem;
    height: 25rem;
    background: #FCF6EC;
    position: fixed;
    top: 50%;
    left: 36%;
    cursor: grab;
    border: 2px solid #ff6d00;
    z-index: 9999;
    overflow: hidden;
    display: none;
    font-size: 1.6rem;
    padding: 0.8rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    touch-action: none;
    user-select: none;
    padding-bottom: 3rem;
}

.exercise-content-container2 h2 {
    font-size: 1.8rem !important;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    color: #05271C;
}

.exercise-content-container2 .exercise-content-container-close2 {
    position: absolute;
    top: 0.5rem;
    right: 1.6rem;
    cursor: pointer;
    color: #ff6d00;
    font-size: 1.75rem;
    z-index: 1;
}

.exercise-content-container2-main {
    height: 70%;
    overflow: auto;
    padding: 0 2rem;
}


.input-exercise-language-block {
    width: 55rem;
    height: 30rem;
    background: #FCF6EC;
    position: fixed;
    top: 50%;
    left: 50%;
    cursor: grab;
    border: 2px solid #ff6d00;
    z-index: 9999;
    overflow: auto;
    display: none;
    font-size: 1.6rem;
    padding: 3rem 4rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    touch-action: none;
    user-select: none;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.input-exercise-language-block h3 {
    font-size: 2.2rem !important;
    text-align: center;
    width: 100%;
    margin: 0 auto 3rem;
    color: #05271C;
}

.input-exercise-language-block #inputExLangBlockClose {
    position: absolute;
    top: 0.5rem;
    right: 1.6rem;
    cursor: pointer;
    color: #ff6d00;
    font-size: 3rem;
    z-index: 1;
}

.input-exercise-language-block .button-container {
    margin-top: 1rem;
    padding-top: 0;
}

.input-exercise-language-block input {
    width: 100%;
    width: 100%;
    display: block;
    text-align: left;
    border: 2px solid #ff6d00;
    padding-left: 1.2rem;
    font-size: 1.75rem;
    padding: 2rem 4rem;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
}

.exercise-content-btns {
    position: absolute;
    left: 1.5%;
    bottom: 1.5%;
}

.exercise-content-btns button {
    height: 2.5rem;
    width: 2.5rem;
    margin: 0;
    background: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
    display: block;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
}

.exercise-content-btns button svg {
    width: 100%;
    height: 100%;
    fill: #05271c;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.exercise-content-btns button svg:hover,
.exercise-content-btns button svg:focus,
.exercise-content-btns button svg:active {
    fill: #3874CC;
}


/* .weekly-highlight-content {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .2);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    z-index: 99999;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}

#weeklyHighlightContentClose {
    position: absolute;
    top: 6%;
    right: 2%;
    cursor: pointer;
    color: #ffffff;
    font-size: 3rem;
    z-index: 1;
    padding: 0.5rem 1.5rem;
    background: #ff6d00;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
} */

.weekly-highlight-content {
    width: 45rem;
    height: 35rem;
    background: #FCF6EC;
    position: fixed;
    top: 5rem;
    left: 5rem;
    cursor: grab;
    border: 2px solid #ff6d00;
    z-index: 9999;
    overflow: auto;
    display: none;
    flex-direction: column;
    font-size: 1.6rem;
    padding: 0.8rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    touch-action: none;
    user-select: none;
}

#weeklyHighlightContentClose {
    position: absolute;
    top: 0.5rem;
    right: 1.6rem;
    cursor: pointer;
    color: #ff6d00;
    font-size: 2rem;
    z-index: 1;
}

#resizeHandle {
    width: 10px;
    height: 10px;
    background: gray;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: se-resize;
}

.weekly-highlight-content-container {
    /* width: 50%; */
    width: 100%;
    height: 80%;
}

#weeklyHighlightContentContainer {
    width: 100%;
    height: 100%;
    min-height: 25rem;
    padding: 1rem;
    padding-right: 2rem;
    /* background-color: white;
    border: 1px solid #ff6d00; */
    background-color: transparent;
    border: none;
    overflow: hidden;
    overflow-y: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

#weeklyHighlightContentContainer h3 {
    text-align: center;
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
    color: #05271c;
}

#weekLeftArr {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    display: inline-block;
}

#weekLeftArr,
#weekRightArr {
    cursor: pointer;
}

.weekly-highlight-content-content {
    width: 100%;
    height: 77.5%;
    font-size: 1.4rem;
    padding: 1rem;
    padding-right: 2rem;
    background-color: white;
    /* border: 1px solid #ff6d00; */
    overflow: auto;
    overflow-y: auto;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.weekly-highlight-content-heading {
    width: 100%;
    padding: 0 0 0.5rem;
    margin-bottom: 1rem;
    font-size: 2.2rem;
    text-align: center;
    width: 100%;
    position: relative;
    /* background-color: white;
    border: 1px solid #ff6d00; */
    background-color: transparent;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.weekly-highlight-content-heading h3::after {
    content: "";
    height: 2px;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 100%;
    background: #05271C;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.weekly-highlight-content-para {
    font-size: 1.7rem;
    font-weight: 500;
    color: #05271c;
    margin-bottom: 1rem;
}

.weekly-content-block {
    font-size: 1.5rem;
    color: #000000;
    margin-bottom: 0.6rem;
    cursor: pointer;
}