@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/*---------------------------------------------------- My Workspace --------------------------------------------------*/


/*---------- My Workbook ----------*/


/**Reset Old Styles**/
/*--------------------------------------------------------------------------------------------------------------------*/
#workBook           { max-width: 1368px; width:100%; margin: 0 auto;}
#workBook p         { margin: 0; color: #2a2a2a; }
#workBook a         { color: #2062B3; text-decoration: underline; }
#workBook a:hover   { color: #2062B3;; text-decoration: none; }
#workBook h3        { color: #000000; font-family: "Open Sans",sans-serif; font-size: 24px; font-weight: 700;
                      line-height:1.5; margin: 0; padding: 0; }
#workBook h2        { font-family: "Open Sans", sans-serif; font-size: 19px; color: #2062b3; font-weight: normal;
                      display: inline-block; line-height: 56px; margin: 0 36px 0 0; }
#workBook select    { font-family: tahoma,sans-serif; font-size: 16px; height: 48px; }
/*--------------------------------------------------------------------------------------------------------------------*/

#workBook .post-info {
    padding: 0;
}
#workBook.workBookIframe {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
#workBook.workBookIframe select {
    font-family: inherit; 
    font-size: inherit; 
    height: inherit;
}

#workBook .estimate *{
    box-sizing: border-box;
}
#workBook .estimate {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 24px;
    padding-top: 15px;
    margin-bottom: 12px;
}
#workBook .estimateInner{
    display: flex;
    align-items:center;
    justify-content: space-between;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#workBook .estimate h2{
    font-weight: 700;
    font-size: 24px;
    color: #000;
}
#workBook .estimate div.tumbler div.checker{
    margin-top: -2px;
}
#workBook .estimate h2 .help {
    font-weight: 700;
    font-size: 12px;
    margin-left: 40px;
    position: relative;
    top:2px;
}
#workBook .estimate p {
    border-right: 1px solid #DADAD9;
    display: inline-block;
    font-family: "open sans",sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
    /* margin-top: 10px; */
    padding: 14px 20px 6px 15px;
    text-transform: uppercase;
}
#workBook .estimate p:nth-child(3) {
    border: none;
}
#workBook .estimate p span {
    bottom: 1px;
    color: #F98827;
    font-weight: 500;
    font-size: 18px;
    margin-left: 9px;
    margin-right: 17px;
    position: relative;
}
#workBook .estimate .overall {
    border: medium none;
    font-weight: 500;
    font-size: 16px;
    margin-left: 18px;
    margin-right: 5px;
    padding: 12px 0 6px;
    text-transform: uppercase;
}
#workBook .estimate .overall span {
    bottom: 3px;
    font-size: 26px;
    margin-left: 3px;
    position: relative;
}
#workBook .estimate .nextEstimation {
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 10px;
    line-height: 10px;
    margin-top: 18px;
    text-align: left;
}
#workBook .estimate .nextEstimation > span {
    color: #2062b3;
}
#workBook .estimate .estimateIcon {
    background: url("../images/profile/workbook/sprite.png") no-repeat scroll -2px -41px transparent;
    display: inline-block;
    height: 25px;
    width: 23px;
    margin: 13px 15px 0 0;
    padding: 0;
    float: left;
}
#workBook .estimate .noScore{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F2F2F2;
    border-radius: 3px;
    padding: 20px;
    float: none;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
#workBook .estimate .startNowBtn,
#workBook .estimate .startNowBtn:hover {
    background: #FF8C2A;
    border-radius: 6px;
    color: #FFFFFF;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    height: 42px;
    text-align: center;
    text-decoration: none;
    text-indent: 15px;
    width: 180px;
    font-weight: 500;
    font-size: 16px;
    margin:0px;
}
#workBook .statistic *{
    box-sizing: border-box;
}
#workBook .statistic {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 20px;
}
#workBook .statistic .setUp {
    border-top: 1px solid #E6E6E6;
    margin-top: 10px;
    padding: 14px 0 34px 0;
    display: flex;
    align-items: center;
    gap:24px;
}
#workBook .statistic .setUp .selectName{
    color: #215A85;
    font-weight: 600;
    font-size: 16px;
}
#workBook .statistic .setUp span {
    display: inline-block;
    color: #2a2a2a;
    margin-top: 11px;
}
#workBook .statistic .setUp .daysSelect,
#workBook .statistic .setUp .testsSelect,
#workBook .statistic .setUp .difficultySelect {
    display: inline-block;
    position: relative;
    margin-top: 5px;
}
#workBook .statistic .setUp svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
}
/* #workBook .statistic .setUp select{
    appearance: none;
    padding-left: 16px;
    padding-right: 12px;
    width: 100%;
    height: 48px;
    background: #F8F8F8;
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    margin: 0;
    font-size: 16px;
} */
#workBook .statistic .contentMin {
    height: 100px;
    overflow: hidden;
}
#workBook .statistic #graphics {
    padding-top: 7px;
    display: flex;
    align-items: stretch;
    gap:24px;
}

#bubblesCharts {
    position: relative;
    padding-top: 10px;
    height: 461px;
    width: 100%;
    max-width: 866px;
    margin: 0;
    display: inline-block;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    overflow: hidden;
}
#bubblesCharts .highcharts-button {
    transform: translate(60%,7px) !important;
  }
#workBook .statistic .rightPart{
    padding: 26px;
    padding-top: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
 }
.answerWrap
{
    margin: 0;
    display: flex;
    align-items: center;
}
.answerWrap #answers
{
    height: 250px;
    width: 250px;
}
#answers .highcharts-button {
    transform: translate(70%,7px) !important;
  }
.answerWrap .pieLegend
{
    margin-top: 10px;
    z-index: 999;
    position: relative;
}
.answerWrap .pieLegend > span
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    text-align: left;
    margin: 0 auto;
    font: 16px open-sans, sans-serif;
}
.answerWrap .pieLegend > span.correct
{
    color: #79BF28;
    margin-bottom: 15px;
}
.answerWrap .pieLegend > span.incorrect
{
    color: #FA353E;
}
.answerWrap .pieLegend > span >div
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
 }
 .answerWrap .pieLegend > span >div>div{
     display: flex;
     align-items: center;
     gap: 10px;
     width: 90px;
  }
 .answerWrap .pieLegend  span a{
   font-weight: 700;
}
.answerWrap .pieLegend  span span.percentage
{
    color:inherit;
    font-size: 14px;
    text-decoration: none;
}
#answers,#noAnswers {
    height: 300px;
    width: 250px;
    margin: 0;
    display: inline-block;
}
#noAnswers h4 {
    margin: 11px 0 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    color: #274b75;
    font-size: 16px;
    text-align: center;
}
#noAnswers .circle {
    background: url("../images/profile/workbook/pie_gray_circle.png");
    width: 155px;
    height: 155px;
    margin: 0 auto;
}
#noAnswers .circle p {
    color: #FFFFFF;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    padding-top: 55px;
    text-align: center;
    width: 60px;
}

#noAnswers .pieLegend {
    color: #274B75;
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    text-align: center;
    margin-top: 35px;
}
#noAnswers .pieLegend span {
    display: inline-block;
}
#noAnswers .pieLegend .correct:before {
    background: url('../images/profile/workbook/sprite.png') no-repeat -62px -2px;
    width: 16px;
    height: 12px;
    content: " ";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
#noAnswers .pieLegend .incorrect:before {
    background: url('../images/profile/workbook/sprite.png') no-repeat -62px -16px;
    width: 16px;
    height: 12px;
    content: " ";
    display: inline-block;
    margin-right: 5px;
    margin-left: 8px;
    position: relative;
    top: 1px;
}
#averageTime {
    margin: 0 auto;
}
#averageTime .averageTimeInner{
    display: flex;
    align-items: center;
    background: #D9D9D9;
    gap: 1px;
}
#averageTime h4 {
    text-align: center;
    margin: 0 auto 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
}
#averageTime .averageTimeInner div  {
    background:white;
    padding:0 30px
}
#averageTime div p {
    font-size: 16px;
    font-weight: 600;
    margin: 9px 0 0;
}
#averageTime div p span {
    font-weight: bold;
}
#averageTime .correct {
    border-bottom: none;
}
#averageTime .correct p  {
    color: #79BF28;
}
#averageTime .incorrect p  {
    color: #FA353E;
}
#averageTime p.time {
    font-weight: 600;
    font-size: 36px;
    font-family: "open sans", sans-serif;
    color: #2062B3;
    vertical-align: middle;
}
#averageTime .time:before {
    background: url("../images/profile/workbook/sprite.png") no-repeat scroll -31px -35px transparent;
    content: " ";
    display: inline-block;
    height: 31px;
    left: 1px;
    margin-right: 9px;
    position: relative;
    top: 1px;
    width: 23px;
}
#workBook .weeklyAdvice {
    margin-bottom: 20px;
}
#workBook .weeklyAdvice .content {
    background: #eae9d8;
    padding: 13px 18px 0 0;
}
#workBook .weeklyAdvice .content .unit {
    float: left;
    height: 121px;
    width: 310px;
    margin-left: 17px;
    margin-bottom: 15px;
}
#workBook .weeklyAdvice .content .unit:hover {
    background: #f5f5eb;
}
#workBook .weeklyAdvice .content .unit .frameLogo {
    float: left;
    width: 100px;
    height: 100px;
    border: 1px solid #bdbabd;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background-color: #ffffff;
    margin: 10px;
    text-align: center;
    overflow: hidden;
}
#workBook .weeklyAdvice .content .unit .description {
    float: right;
    width: 173px;
    margin-right: 10px;
}
#workBook .weeklyAdvice .content .unit .description .title {
    margin-top: 10px;
    height: 75px;
    border-bottom: 1px solid #ffffff;

}
#workBook .weeklyAdvice .content .unit:hover .title {
    border-bottom: 1px solid #eae9d8;
}
#workBook .weeklyAdvice .content .unit .description .title table tr td {
    height: 45px;
    vertical-align: bottom;
}
#workBook .weeklyAdvice .content .unit .description .title a {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}
#workBook .weeklyAdvice .content .unit .description .expertReply {
    margin-top: 7px;
}
#workBook .weeklyAdvice .content .unit .description .expertReply .erIcon {
    background: url("../images/profile/workbook/sprite.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 13px;
    left: 1px;
    margin-right: 4px;
    position: relative;
    top: 2px;
    width: 10px;
}
#workBook .weeklyAdvice .content .unit .description .expertReply .userName {
    color: #767676;
}
#dailyQuestions *{
    box-sizing: border-box;
}
#dailyQuestions {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 20px;
}
#dailyQuestions > .title {
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}

#dailyQuestions .content {

}
#dailyQuestions .content .mainTable {
    width: 100%;
    border-collapse: separate;
}
#dailyQuestions .content .mainTable thead tr td {

}
#dailyQuestions .content .mainTable td:first-child {
    border-right: 12px solid #fff;
}
#dailyQuestions .content .mainTable td:last-child {
    border-left: 12px solid #fff;
}
#dailyQuestions .content .mainTable thead td p {
    height: 37px;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 5px;
    font-weight: 700;
    font-size: 24px;
    margin-left: 17px;
}
#dailyQuestions .content .mainTable thead td p.first{
    margin-right: 17px;
    margin-left: 0px;
}
#dailyQuestions .content .mainTable thead td p a{
    color: #2062B3;
    font-weight: 700;
    font-size: 24px;
}
#dailyQuestions .content .mainTable .questionsDone {
    color: #767676;
    text-decoration: none;
    display: block;
}
#dailyQuestions .content .mainTable .questionsDone:before {
    background: url('../images/profile/workbook/sprite.png') no-repeat -63px -52px;
    width: 9px;
    height: 8px;
    display: inline-block;
    content: " ";
    margin-right: 5px;
}
#dailyQuestions .content .mainTable .questionsWill {
    display: block;
}
#dailyQuestions .content .mainTable .questionsWill:before {
    background-color: #2062B3;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    display: inline-block;
    content: " ";
    margin-right: 10px;
    margin-bottom: 2px;
}
#dailyQuestions .content .mainTable .randomRecommendation {
    background: #F2F2F2;
    border-radius: 3px;
    padding: 20px;
    vertical-align: top;
}
#dailyQuestions .content .mainTable .randomRecommendation .alertIcon {
    background: url('../images/profile/workbook/sprite.png') no-repeat -82px -3px;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 13px 3px 0 0;
}
#dailyQuestions .content .mainTable .randomRecommendation p {
    font-size: 14px;
    display: inline-block;
    line-height:20px;
}
#dailyQuestions .content .mainTable .randomRecommendation .title {
    margin-bottom: 10px;
}
#dailyQuestions .content .mainTable .randomRecommendation .flex{
    display: flex;
    justify-content: space-between;
}
#dailyQuestions .content .mainTable .randomRecommendation .startNowBtn,
#dailyQuestions .content .mainTable .randomRecommendation .startNowBtn:hover{
    background: #FF8C2A;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 500;
    height: 42px;
    padding: 0 16px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    text-indent: 15px;
    width: 180px;
    border-radius: 6px;
    margin-left: auto;
}
#dailyQuestions .content .mainTable .realRecommendation {
    background: url("../images/profile/workbook/questions_bg1.png") repeat-x;
    height: 88px;
    padding: 0 0 0 25px;
    vertical-align: top;
}
#dailyQuestions .content .mainTable .realRecommendation p {
    font-size: 13px;
    display: inline-block;
    margin-top: 13px;
}
#dailyQuestions .content .mainTable .realRecommendation p b {
    text-transform: uppercase;
}
#dailyQuestions .content .mainTable .realRecommendation .infoIcon {
    background: url('../images/profile/workbook/sprite.png') no-repeat -82px -29px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 16px 3px 0 0;
}
#dailyQuestions .content .mainTable .realRecommendation .morePracticeBtn,
#dailyQuestions .content .mainTable .realRecommendation .morePracticeBtn:hover {
    background: url("../images/profile/workbook/sprite.png") no-repeat scroll -2px -139px transparent;
    color: #FFFFFF;
    display: block;
    height: 22px;
    line-height: 22px;
    margin: 10px 0 0 32px;
    text-decoration: none;
    text-indent: 22px;
    text-transform: uppercase;
    width: 268px;
    font-size: 12px;
}
#dailyQuestions .content .mainTable .realRecommendation1 {
    background: url("../images/profile/workbook/questions_bg1.png") repeat-x;
    height: 88px;
    padding: 0 25px;
    vertical-align: top;
}
#dailyQuestions .content .mainTable .realRecommendation1 .infoIcon {
    background: url('../images/profile/workbook/sprite.png') no-repeat -108px -3px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin: 16px 3px 0 0;
}
#dailyQuestions .content .mainTable .realRecommendation1 p {
    font-size: 11px;
    margin-left: 32px;
}
#dailyQuestions .content .mainTable .realRecommendation1 .title {
    font-size: 11px;
    display: inline-block;
    margin: 14px 0 5px;
}
#dailyQuestions .content .mainTable .left {
    padding-right:17px;
    width: 100%;
    border-collapse: separate;
}

#dailyQuestions .content .mainTable .right {
    padding-left:17px;
    width: 100%;
    border-collapse: separate;
}
#dailyQuestions .content .mainTable .left tr td,
#dailyQuestions .content .mainTable .right tr td{
    border-top: 1px solid #E6E6E6;
    border-right: none;
    padding: 14px 12px;
}
#dailyQuestions .content .mainTable .left tr:first-child td,
#dailyQuestions .content .mainTable .right tr:first-child td {
    border-top: none;
}
#dailyQuestions .content .mainTable .left tr td:hover,
#dailyQuestions .content .mainTable .right tr td:hover {
    background: #F2F2F2;
}
#dailyQuestions .content .mainTable .left tr td a,
#dailyQuestions .content .mainTable .right tr td a{
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    line-height: 15px;
}
#dailyQuestions .content .bonus {
    height: 37px;
    border-top: 1px solid #e1e0d2;
    background: #eae9d8;
    padding: 8px 22px 9px;
}
#dailyQuestions .content .bonus a {
    padding: 0;
    margin: 0;
    color: #1057ae;
    line-height: 37px;
    float: left;
    font-size: 16px;
    display: block;
    text-decoration: none;
}
#dailyQuestions .content .bonus a:hover {
    text-decoration: underline;
}
#dailyQuestions .content .bonus .title {
    border-right: 1px solid #FFFFFF;
    font-size: 18px;
    margin-right: 17px;
    padding-right: 33px;
    text-transform: uppercase;
}
#dailyQuestions .content .bonus .freeLogo {
    background: url('../images/profile/workbook/sprite.png') no-repeat -61px -63px;
    width: 31px;
    height: 30px;
    float: left;
    position: relative;
    top: 3px;
    margin-right: 12px;
}
#dailyQuestions .content .bonus .done,
#dailyQuestions .content .bonus .done:hover {
    color: #767676;
    text-decoration: none;
}
#dailyQuestions .randomUsers {
    background: #F2F2F2;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    line-height: 58px;
    text-align: center;
    margin-bottom: 20px;
}
#workBook .clear {
    clear: both;
}
#problemSolving,
#dataSufficiently,
#criticalReasoning,
#sentenceCorrection {
    padding: 0 17px 17px 18px;
}
#informationBlock.deleteConfirm THEAD TR TH{
    background: white;
    color: #000;
    padding-top: 25px;
    font-size: 16px;
    font-weight: 500;
}
#informationBlock.deleteConfirm{
    border-radius: 10px;
    overflow: hidden;
}
#informationBlock.deleteConfirm TBODY TR TD {
    background: white;
    font-size: 16px;
    padding: 20px;
}
#informationBlock.deleteConfirm TBODY TR .buttonBox{
    padding-bottom: 25px;
}
#informationBlock.deleteConfirm TBODY TR .buttonBox .submitBtn .button_l {
    display: flex;
    align-items: center;
    background: none;
    justify-content: center;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #FF8C2A;
    font-weight: 500;
    color: #FF8C2A;
    text-transform: uppercase;
    background-color: transparent;
}
#informationBlock.deleteConfirm TBODY TR .buttonBox .submitBtn .button_l.filled{
   background: #FF8C2A;
}
#informationBlock.deleteConfirm TBODY TR .buttonBox .submitBtn .button {
    margin: 0;
    background: transparent;
    color: #FF8C2A;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
}
#informationBlock.deleteConfirm TBODY TR .buttonBox .submitBtn .button_l:hover .button {
    background: transparent ;
}
#informationBlock.deleteConfirm TBODY TR .buttonBox .submitBtn .button_l.filled .button {
    color: white;
}
#workBook .newErrorLog *{
    box-sizing: border-box;
    line-height: 1.5;
    font-family: "Open Sans",sans-serif;
}
#spinnerContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}
#workBook .top{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap:24px;
    margin-bottom: 24px;
}
#workBook .title{
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 18px;
}
#workBook .overallAccuracy,
#workBook .averageTime{
    display: flex;
    align-items: center;
    gap: 46px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    height: 121px;
    padding: 20px;
    padding-top: 14px;
    width: 100%;
    max-width: 379px;
    margin-bottom: 24px;
}
#workBook .block .data{
 display: flex;
 align-items: center;
 gap:11px;
 font-size: 14px;
}
#workBook .overallAccuracy .quantitive,
#workBook .averageTime .correct{
    margin-bottom: 9px;
}
#workBook .overallAccuracy .quantitive span,
#workBook .averageTime .correct span{
    color: #79BF28;
}
#workBook .overallAccuracy .verbal span,
#workBook .averageTime .incorrect span{
    color: #FA353E;
}
#workBook .overallAccuracy .bigPercentage{
    font-weight: 700;
    font-size: 50px;
    color: #79BF28;
}
#workBook .averageTime .bigTime{
    font-weight: 700;
    font-size: 30px;
    color: #FA353E;
}
#workBook .averageTime .bigTime span{
    font-size: 20px;
}
#workBook .myPerformance{
    border: 1px solid #F98827;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    background: #FFFFFF;
    color: #F98827;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 379px;
    height: 48px;
    font-weight: 600;
    margin: 0 auto;
    text-decoration: none;
}
#workBook .top .leftSide{
    width: 100%;
    max-width: 379px;
}
#workBook .top .rightSide{
    width: 100%;
}
#workBook #about,
#workBook #workbook_question{
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    padding: 10px 15px;
    height: 37px;
    overflow: hidden;
    margin-bottom: 10px;
    background:#FFFFFF;
}
#workBook #workbook_question{
    padding: 6px 15px;
    margin-bottom: 0px;
}
#workBook #about #expandRollupChevron,
#workBook #workbook_question #expandRollupChevron{
    cursor: pointer;
}
#workBook #about.expanded,
#workBook #workbook_question.expanded{
    height: auto;
    /* background:#FFFFFF url("../images/profile/workbook/AboutBg.png") no-repeat right; */
}
#workBook #about.expanded .top{
    justify-content: flex-end;
}
#workBook #about.expanded #expandRollupChevron,
#workBook #workbook_question.expanded  #expandRollupChevron{
    transform: rotate(180deg);
}
#workBook #about #expandRollupChevron {
    stroke:#2062B3
}
#workBook #workbook_question #expandRollupChevron {
    stroke: black;
}
#workBook #about.expanded .aboutTitle,
#workBook #workbook_question.expanded .aboutTitle{
    display: none;
}
#workBook #workbook_question .expendedAboutTitle{
    display: none;
}
#workBook #workbook_question.expanded .expendedAboutTitle{
    display: block;
}
#workBook #about .top,
#workBook #workbook_question .top{
    display: flex;
    align-items:center;
    justify-content: space-between;
}
#workBook #workbook_question .top{
    margin-bottom: 10px;
}
#workBook #workbook_question.expanded .top{
    margin-bottom: 16px;
}
#workBook #about .aboutTitle,
#workBook #workbook_question .aboutTitle{
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #2062B3;
}
#workBook #workbook_question .aboutTitle{
    font-weight: 400;
    font-size: 16px;
    color: black;
    text-transform: none;
}
#workBook #about .aboutContent{
    padding-left: 65px;
    padding-right: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}
#workBook #about .aboutTitleBig{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 10px;
    max-width: none!important;
}
#workBook #about .aboutDescr{
    font-size: 14px;
    color: #2A2A2A;
    margin-bottom: 28px;
    max-width: 525px;
}
#workBook #about .aboutButtons{
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 0px;
}
#workBook #about .aboutBtn{
    width: auto;
    padding: 0 17px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    color: #F98827;
    border: 1px solid #F98827;
    text-decoration: none;
}
#workBook #about .aboutBtn:hover{
    text-decoration: none;
}
#workBook #about .filled{
    color: white;
    background-color:#F98827 ;
}
#workBook .questionsBlock{
    font-size: 14px;
    display: flex;
    align-items: stretch;
    gap: 12px;
    min-height: 420px;
    width: 100%;
    max-width: 100%;
}

#workBook .questionIframe{position: inherit; top:0px; width:100%; border:0;}
#workBook .questionsBlock .questionsBlockLeft{
    max-width: 856px;
    width: 100%;
    max-height: 405px;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding:  14px 20px;
    background: #FFFFFF;
}
#workBook .questionsBlock .category span{
    font-weight: 700;
}
#workBook .questionsBlock .category .status{
    margin-left: 127px;
    color: #79BF28;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width:173px;
    height:32px;
    background: #F8F8F8;
    border: 1px solid rgba(32, 98, 179, 0.3);
    border-radius: 6px;
}
#workBook .questionsBlock .taglist{
    display: none;
    background: #EDF3FB;
    border-radius: 5px;
    padding: 5px;
}
#workBook .questionsBlock #taglist.hide{
    background:white;
    height: 31px;
}
#workBook .questionsBlock #taglist.expanded{
    display: block;
}
#workBook .questionsBlock #taglistAll.expanded{
    display: block;
}
#workBook .questionsBlock .taglist a{
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
#workBook .questionsBlock .questionText{
    border-radius: 4px;
    padding: 20px;
    padding: 0;
    height: 290px;
    overflow-y: auto;
    margin-bottom: 5px;
    margin-top: 17px;
}
#workBook .questionsBlock .questionText .tabcontent_di_ms_left_sticky {
    position: static;
}
#workBook .questionsBlock .sourceAndDifficulty{
    display: flex;
    align-items: center;
    justify-content:space-between;
}
#workBook .questionsBlock .sourceAndDifficulty span{
    font-weight: 700;
}
#workBook .questionsBlock .questionsBlockRight{
    max-width: 500px;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding:  14px 16px;
    background: #FFFFFF;
}
#workBook .questionsBlock .questionsBlockRight .questionsBlockQuestion{
    font-weight: 700;
    margin-bottom:10px;
}
#workBook  .questionsBlock .header{
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin-bottom: 18px;
    font-size: 16px;
    width: 100%;
}
#workBook  .questionsBlock .addNotes{
    color: #2062B3;
    width: 136px;
    height: 40px;
    font-weight: 600;
    border: 1px solid #2062B3;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#workBook  .questionsBlock .answerStatisticsTitle,
#workBook  .questionsBlock .timeStatisticsTitle{
    font-weight: 700;
}
#workBook  .questionsBlock .myAnswer span{
    color: #79BF28;
}
#workBook  .questionsBlock .options{
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    margin-bottom: 6px;
}
#workBook  .questionsBlock .option{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #FCE5E5;
    border:1px solid #EDF3FB;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
#workBook  .questionsBlock  .optionContent{
    position: relative;
    z-index: 1;
}
#workBook  .questionsBlock .option .optionContent.percentage{
    color:#a7050d;
}
#workBook  .questionsBlock .option.correct .optionContent.percentage{
    color:#006600;
}
#workBook  .questionsBlock .option.correct{
    background: #E4F7D5;
}
#workBook  .questionsBlock .option .filling{
    position: absolute;
    background: #FA353E;
    bottom: 0;
    left: 0;
    width: 100%;
}
#workBook  .questionsBlock .option.correct .filling{
    background: #79BF28;
}
/* #workBook  .questionsBlock .option.incorrect .filling{
    background: #FA353E;
}
#workBook  .questionsBlock .option.incorrect{
    background: #FCE5E5;
} */
#workBook  .questionsBlockMain{
    padding-bottom: 15px;
    margin-bottom: 16px;
    border-bottom: 1px solid #3333331A;
}
/* #workBook  .questionsBlockMain .myTime{
    font-weight: 700;
    margin-bottom: 22px;
} */
#workBook  .questionsBlockMain .time{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 32px;
    margin-bottom: 17px;
}
#workBook  .questionsBlockMain #questionChart{
   width: 100%;
   height: 125px;
}
#workBook .questionChartContainer{
    position: relative;
    margin-right: 25px;
}
#workBook .questionChartXLine{
    position: absolute;
    bottom: 40px;
    left: 54px;
    display: flex;
    width: 85.8%;
    z-index: 0;
}
.highcharts-container{
    z-index: 1!important;
}
.highcharts-background{
    fill: none;
}
#workBook .questionChartXLine .start-dots{
    height: 3px;
    width: 62px;
    display: flex;
    justify-content: center;
    padding-right: 0px;
    position: relative;
    /* left: -3px; */
   }
#workBook .questionChartXLine .finish-dots{
   height: 3px;
   position: absolute;
   left: 103%;
}
#workBook .questionChartXLine .green{
    height: 3px;
    width: 67%;
    background-color: #79BF28;
}
#workBook .questionChartXLine .yellow{
    height: 3px;
   background-color:#ECB347;
    width: 33.33%;
}
#workBook .questionChartXLine .red{
    height: 3px;
    background-color: #F52727;
    width: 33.33%;
}
#workBook  .questionsBlockMain .correct,
#workBook  .questionsBlockMain .wrong{
    width: 119px;
    height: 22px;
    border-radius: 6px;
    background: #EDF3FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    gap: 3px;
    font-size: 10px;
}
#workBook  .questionsBlockMain .correct span{
    color: #2062B3;
}
#workBook  .questionsBlockMain .wrong span{
    color: #FA353E;
}
#workBook   #answerStatistics{
   height: 20px;
   overflow: hidden;
}
#workBook   #answerStatistics.expanded{
    height: auto;
    z-index: 9;
    position: relative;
    overflow: visible;
}
#workBook   .answerStatisticsHeader{
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
#workBook   .answerStatisticsHeader span{
    cursor: pointer;
    color: #2062B3;
}
#workBook .answerStatisticsItems,#workBook .timeStatisticsItems{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: 12px;
}
#workBook .answerStatisticsItems > div{
    max-width: 152px;
    font-size: 12px;
    height: 31px;
    background: #EDF3FB;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 8px;
}
#workBook .timeStatisticsItems > div{
    font-size: 12px;
    max-width: 152px;
    height: 31px;
    background: #EDF3FB;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 4px;
}
#workBook .timeStatisticsItems span{
    font-size:12px;
}
#workBook .timeStatisticsItems .myTime span{
    color:#2062B3;
}
#workBook .answerStatisticsItems .myAnswer span{
    color:#FA353E;
}
#workBook .answerStatisticsItems .myAnswer.correct span{
    color:#79BF28;
}
#workBook .timeStatisticsItems .averageCorrect span{
    color:#79BF28
}
#workBook .timeStatisticsItems .averageWrong span{
    color:#FA353E;
}
#workBook  .questionsBlockLeftHeader{
    font-size: 16px;
    margin-bottom: 14px;
    color: #2062B3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#workBook  .questionsBlockLeftHeader  .headerItem{
    cursor: pointer;
}
#workBook  .questionsBlockLeftHeader  .headerItem.questions{
    display: flex;
    gap: 15px;
}
#workBook  .questionsBlockLeftHeader  .headerItem .prev.disabled{
    filter: grayscale(0.9);
    cursor: not-allowed;
}
#workBook  .questionsBlockLeftHeader  .headerItem #selectedQuestionLink{
    display: flex;
    align-items: center;
    gap: 2px;
    position: relative;
}
#workBook  .questionsBlockLeftHeader  .headerItem .prev.disabled:hover,
#workBook  .questionsBlockLeftHeader  .headerItem #selectedQuestionLink{
   text-decoration: none;
}
#workBook  .questionsBlockLeftHeader  .headerItem .prev:hover,
#workBook  .questionsBlockLeftHeader  .headerItem .next:hover{
    text-decoration: underline;
}
#workBook .questionsBlockLeftHeader .headerItem #selectedQuestionLink::after {
    display: none;
    content: "";
    height: 1px;
    background-color: #2062B3;
    width: 100%;
    position: absolute;
    top:80%;
    left: 0;
}

#workBook .questionsBlockLeftHeader .headerItem #selectedQuestionLink:hover::after {
    display: block;
}
#workBook .questionsBlockLeftHeader .headerItem #showOrHideTags{
    width: 100px;
    display: inline-block
}
#workBook  .questionsBlockLeftHeader  .headerItem .prev svg{
    transform: rotate(180deg);
}
#workBook  .questionsBlockLeftHeader  .headerItem:last-child{
    display: flex;
    align-items: center;
    gap: 36px;
}
#workBook  .questionsBlockLeftHeader  .headerItem:last-child span{
    text-decoration: none;
}
#workBook  .questionsBlockLeftHeader  .headerItem > button{
    display: flex;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    gap: 3px;
    color: #2062B3;
    font-size: 16px;
}
#workBook  .questionsBlockLeftHeader  .headerItem > div{
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 3px;
}
#workBook .generalStatistic{
    display: flex;
    gap:24px;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}
#workBook .accuracy,
#workBook .overallResults,
#workBook .avaragePractice{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    height: 200px;
    padding: 20px;
    padding-top: 14px;
    width: 100%;
    max-width: 440px;
}
#workBook .blockTitle{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}
#workBook  .accuracyData{
    display: flex;
    gap:30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    margin-top: 18px;
}
#workBook .accuracyPercentage{
    position: absolute;
    font-weight: 700;
    font-size: 28px;
    color: #2062B3;
    top: 10px;
    right: 16px;
}
#workBook  #accuracyChart{
    width: 99px;
    height: 99px;
    border-radius: 100%;
    background-color:#79BF28 ;
}
#workBook .accuracyData .accuracyNumbersRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
 }
 #workBook .accuracyData .accuracyNumbersRow div{
    display: flex;
    align-items: center;
    gap: 10px;
 }
#workBook .accuracyData .accuracyNumbersRow:first-child{
    margin-bottom: 15px;
 }
#workBook .accuracyData .correct{
   color: #79BF28;
   font-weight: 700;
   font-size: 16px;
}
#workBook .accuracyData .incorrect{
    color: #FA353E;
    font-weight: 700;
    font-size: 16px;
}
#workBook  .black{
    color: black;
}
#workBook .accuracyData .percentage{
    font-weight: 400;
    font-size: 14px;
}
#workBook .compared{
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
#workBook .compared> div{
    margin-right: 4px;
    display:flex;
    align-items: first baseline;
    justify-content: center;
    gap: 4px;
}
#workBook .increaseOrDecrease{
    font-weight: 700;
}
#workBook .compared .increase{
    color: #79BF28;
    font-weight: 700;
}
#workBook  .avarageTime{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 14px;
}
#workBook  .avarageTime .time{
    color: #2062B3;;
    font-weight: 600;
}
#workBook .score{
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: 700;
    color: #2062B3;
    font-size: 50px;
}
#workBook .blockButton{
    border: 1px solid #F98827;
    border-radius: 6px;
    color: #F98827;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 210px;
    height: 32px;
    font-weight: 600;
    margin: 0 auto;
    text-decoration: none;
}
#workBook .blockButton:hover{
    color: #F98827;
}
#workBook .scoreBar{
    margin-top: 20px;
    margin-bottom: 15px;
}
#workBook .progressBar{
    height: 20px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #3598FA 0%, #79BF28 63.54%);
    border: 2px solid #FFFFFF;
    border-radius: 10px;
}
#workBook .progressBarInner{
    position: relative;
    width: calc(100% - 18px)
}
#workBook .progressBarInner .progressIndicator{
    position: absolute;
    height: 100%;
    left: 18px;
    top: -1px;
}
#workBook .progressBarInner .progressIndicator::before{
    position: absolute;
    display: block;
    content: " ";
    right: 0;
    top: 0;
    height: 10px;
    width: 10px;
    border: 4px solid white;
    z-index: 10;
    border-radius: 100%;
}
#workBook  .totalProgress {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}
#workBook  .totalProgress li:nth-child(even) {
   font-weight: 700;
}
#workBook  .avaragePracticeText{
    font-size: 14px;
    color: #2A2A2A;
    text-align: center;
}
#workBook  .questionBlock{
  position: absolute;
  top:6px;
  color: #2062B3;
  display: flex;
  align-items: center;
  max-width: 80px;
  gap:8px;
  right: 36px;
}
#workBook  .questionNumber{
    font-weight: 700;
    font-size: 40px;
}
#workBook .questionPerDay{
    font-size: 12px;
    text-transform: uppercase;
}
#workBook .avaragePracticeText{
    margin: 0 auto;
    margin-top: 30px;
    max-width: 254px;
    margin-bottom: 40px;
}
#workBook .errorFilters{
    padding: 20px 15px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    margin-bottom: 24px;
}
#workBook .errorFilters .errorFiltersContainer{
    display: flex;
    gap: 20px;
    width: 100%;
    margin-bottom: -15px;
}
#workBook .errorFilters .right{
    display: flex;
    gap: 12px;
}
#workBook .errorFilters .left{
    width: 100%;
}
#workBook .errorFilters .flex{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}
#workBook .errorFilters #additionalFilters{
   margin-top: 23px;
}
#workBook .errorFilters .selectWrapper{
    position: relative;
    max-width: 300px;
    width: 100%;
}
.custom-dropdown {
    font-size: 16px;
    position: relative;
    z-index: 1001;
    max-width: 300px;
    width: 100%;
    border: 1px solid #BFBFBF;
    display: flex;
    border-radius: 6px;
    height: 37px;
  }
.custom-dropdown:hover {
    border: 1px solid #0B57D0;
}
  .custom-dropdown.extraSmall{
    max-width: 200px;
  }
  .custom-dropdown.small{
    max-width: 230px;
  }
  .custom-dropdown > svg {
    position: absolute;
    right: 8px;
    top: 6px;
    pointer-events: none;
  }
.selected-option {
    padding: 4px 10px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #2a2a2a;
}
  .custom-dropdown  .options {
    max-width: 300px;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    height: auto;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    background-color: #FFFFFF;
  }
  .custom-dropdown.visible .options {
    overflow-y: visible;
    height: 685px;
    max-height: 685px;
  }
  .options li {
    background-color: #fff;
    padding: 5px 5px;
    cursor: pointer;
    display: flex;
    align-items: center;

    border-radius: 6px;
    position: relative;
  }
  .options li svg {
    transform: rotate(-90deg);
  }
.options li:hover,  .sub-content div:hover{
    background-color: #f6f6f6;
    border-color: #E9E7F7;
}
  .options li .sub-content{
    border: 1px solid #BFBFBF;
    position: absolute;
    border-radius: 6px;
    background-color: white;
    max-width: 230px;
    width: 100%;
    left: 100%;
    top: 0;
    max-height: 250px;
    overflow-y: auto;
    display: none;
  }
  .options li:hover .sub-content{
    display: block;
  }
  .sub-content div{
    padding: 5px;
    cursor: pointer;
  }
  .custom-dropdown .container{
    padding-left: 25px;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .custom-dropdown .checkmark{
    top: 1px;
  }
#workBook .errorFilters .selectWrapper svg{
    position: absolute;
    top: 8px;
    /* transform: translateY(-50%); */
    right: 5px;
    pointer-events: none;
    max-width: 300px;
}
#workBook .errorFilters select{
    appearance: none;
    padding-left: 10px;
    padding-right: 12px;
    width: 100%;
    height: 37px;
    background: white;
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    margin: 0;
    font-size: 16px;
}
#workBook .errorFilters select:hover{
    cursor:pointer;
}

#workBook .errorFilters select:hover{
    border: 1px solid #0B57D0;
}
#workBook .container input:checked ~ .checkmark {
    background: #0B57D0;
    border: 1.5px solid #0B57D0;
}
#workBook .errorFilters .selectWrapper.small{
    max-width: 170px;
}
#workBook .errorFilters .selectWrapper.extraSmall{
    max-width: 150px;
}
#workBook .errorFilters .filterButtonWrapper{
    position: relative;
    width: 120px;
    height: 48px;
    color: #F98827;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}
.errorFilters .inputWrapper {
    white-space: nowrap;
    box-sizing: border-box;
    background-color: transparent;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    width: fit-content;
    max-width: 166px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    order: 255;
}
.errorFilters .inputWrapper.filter .filter-popup,
.errorFilters .inputWrapper.filter .filter-popup-active {
    display: none;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #e8e5e5;
    left: -40px;
    bottom: 115%;
    width: 155px;
    text-wrap: wrap;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    padding: 3px 10px;
    z-index: 1;
    text-transform: math-auto;
}

#workBook .errorFilters .filterButton,
#workBook .errorFilters .resetButton{
    border: 1px solid #0B57D0;
    border-radius: 6px;
    background-color: white;
    color: #0B57D0;
    display: flex;
    cursor: pointer;
    align-items: center;
    padding:0 10px;
    justify-content: center;
    max-width: 166px;
    height: 37px;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
#workBook .errorFilters .inputWrapper.reset:hover .reset-popup,
#workBook .errorFilters .inputWrapper.filter:hover .filter-popup-active
{
    display: block;
}

/* #workBook .errorFilters .filterButton{
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
} */
#workBook .errorFilters .resetButton{
    padding:0 6px;
}
#workBook .errorFilters .rollup{
    margin-top: 26px;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
#workBook .errorFilters .date-pickers{
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1000;
    margin: 20px 0 10px;
}
#workBook .errorFilters .date-pickers.show{
    display: flex;
}
#workBook .errorFilters .input-date-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 15px;
}
#workBook .errorFilters .input-date-wrapper label {
    font-weight: 600;
    font-size: 14px;
    color: #828282;
    margin: 0;
}
#workBook .errorFilters .input-date-wrapper input {
    text-align: center;
    border: 1px solid #E5E5E5;
    outline: none;
    border-radius: 4px;
    height: 24px;
    width: 110px;
}
#workBook .errorFilters .apply-custom-period {
    background: #FF8C2A;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    min-width: 60px;
    font-family: 'Montserrat';
}
#workBook #ucp_workbook_list{
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
    border: 1px solid #E6E6E6;
    border-radius:0px 0px  10px 10px;
    border-top: none;
    overflow: visible;
    margin-bottom: 14px;
    z-index: 9;
    position: relative;
}
#workBook .ucp_workbook_list_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E6E6E6;
    border-radius: 10px 10px 0px 0px;
    padding-bottom: 10px;
    background-color: white;
    border-bottom: none;
    padding-left: 28px;
    padding-right: 12px;
    height: 57px;
}
#workBook .ucp_workbook_list_container .ucp_workbook_list_controls{
   display: flex;
   gap: 35px;
   align-items: center;
   font-weight: 600;
   font-size: 16px;
}
#workBook  .ucp_workbook_list_container .control{
    display: flex;
    color: #BDBDBD;
    gap: 8px;
    align-items: center;
    pointer-events: none;
 }
 #workBook  .ucp_workbook_list_container .control.download{
   width: 134px;
 }
 #workBook .ucp_workbook_list_container .control.active{
    cursor: pointer;
    pointer-events:all;
 }
 #workBook .ucp_workbook_list_container .control a{
    color: #BDBDBD;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
 }
 #workBook .ucp_workbook_list_container .control.active a{
    color: #2062B3;
 }
 #workBook .ucp_workbook_list_container .control svg{
    min-width:24px;
    stroke: #BDBDBD;
 }
 #workBook .ucp_workbook_list_container .control.buildQuiz svg{
    fill:#BDBDBD;
    stroke: none;
 }

 #workBook .ucp_workbook_list_container .control.active{
    color: #2062B3;
 }
 #workBook .ucp_workbook_list_container .control.active svg{
    stroke: #2062B3;
 }
 #workBook .ucp_workbook_list_container .control.buildQuiz.active svg{
    fill:#2062B3;
    stroke: none;
 }
 #workBook .ucp_workbook_list_containert .control.buildQuiz{
  min-width: 110px;
 }
 #workBook  .ucp_workbook_list_container .selected{
    min-width: 110px;
 }
#workBook .switchContainer{
    height: 47px;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    gap: 12px;
    width: 100%;
    font-weight: 600;
    font-size: 13px;
}
/* The switch - the box around the slider */
#workBook .switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
    margin-bottom: 0px;
  }
  /* Hide default HTML checkbox */
#workBook  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
#workBook .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

#workBook .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

#workBook input:checked + .slider {
    background-color: #F98827;
  }

#workBook input:focus + .slider {
    box-shadow: 0 0 1px #F98827;
  }

#workBook input:checked + .slider:before {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
  }

  /* Rounded sliders */
#workBook .slider.round {
    border-radius: 34px;
  }

#workBook .slider.round:before {
    border-radius: 50%;
  }
/* #workBook .messageList .answerLine:nth-child(odd){
   background-color: #F5F9FF;
} */
#passedQuestions .messageList .statistic p {
    font-size: 10px;
    font-weight: bold;
    color: #549100;
    line-height: 10px;
}
#passedQuestions .messageList .statistic .falseAnswer {
    color: #bb0017;
}
#passedQuestions .navigation {
    height: 80px;
    padding: 2px 18px 0;
    background: #eae9d8;
    position: relative;
}
#passedQuestions .navigation p {
    display: inline-block;
    font-size: 12px;
    line-height: 41px;
}

#passedQuestions .navigation span {
    display: inline-block;
    line-height: 39px;
    margin-right: 5px;
    position: relative;
}
#passedQuestions .navigation .calendarIcon {
    background: url("../images/profile/workbook/sprite.png") no-repeat scroll 0 -17px transparent;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    margin: 8px 0 0 7px;
    width: 27px;

}
#passedQuestions .navigation img {
    display: inline-block;
    margin: 17px 6px 0;
}
#passedQuestions .navigation .dateInput {
    border: 1px solid #a7b1bd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    width: 91px;
    color: #a7b1bd;
    padding: 3px 2px;
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #333333;
}
#passedQuestions .showAnswers {
    float: right !important;
    display: inline-block;
    position: absolute;
    bottom: -32px;
    right: 14px;
}
#passedQuestions .showAnswers span {
    font-size: 10px;
    text-transform: uppercase;
    color: #1057ae;
}
#passedQuestions .showAnswers a {
    background: url("../images/profile/workbook/answer_sprite.png") no-repeat;
    width: 22px;
    height: 22px;
    display: none;
    position: relative;
    top: 9px;
}
#passedQuestions .showAnswers .trueAnswer {
    background-position: -24px 0;
}
#passedQuestions .showAnswers .falseAnswer {
    background-position: 0 0;
}
#passedQuestions .showAnswers .all {
    background-position: -72px 0;
}
#passedQuestions .showAnswers .unanswered {
    background-position: -48px 0;
}
#passedQuestions .showAnswers .current {
    display: inline-block;
}
#passedQuestions .showAnswers .hide {
    display: none;
}
#passedQuestions .showAnswers:hover a {
    display: inline-block;
}


#passedQuestions .showNotes {

   float: right !important;

   display: inline-block;

   position: absolute;

   bottom: -32px;

   right: 123px;

}

#passedQuestions .showNotes span {

    font-size: 10px;

    text-transform: uppercase;

    color: #1057ae;

}

#passedQuestions .showNotes a {

    background: url("../images/profile/workbook/answer_sprite.png") no-repeat;    width: 22px;

    height: 22px;

    display: none;

    position: relative;

    top: 9px;

}

#passedQuestions .showNotes .trueAnswer {

    background-position: -24px 0;

}

#passedQuestions .showNotes .falseAnswer {

     background-position: -48px 0;

}

#passedQuestions .showNotes .all {

    background-position: -72px 0;

}

#passedQuestions .showNotes .unanswered {

    background-position: 0 0;

}

#passedQuestions .showNotes .current {

    display: inline-block;

}

#passedQuestions .showNotes .hide {

    display: none;

}

#passedQuestions .showNotes:hover a {

    display: inline-block;

}




#passedQuestions .navigation form {
    width: 750px;
    display: inline;
}
#passedQuestions .navigation form .dateSubmit {
    display: inline-block;
    background: url('../images/profile/workbook/sprite.png') no-repeat -2px -67px;
    width: 55px;
    height: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0 0 10px;
    color: #fff;
}
#passedQuestions .navigation form .dateSubmit input {
    bottom: 22px;
    cursor: pointer;
    height: 22px;
    opacity: 0;
    position: relative;
    width: 55px;
    filter: alpha(opacity = 0);
}
#passedQuestions .navigation form .resetBtn {
    display: inline-block;
    background: rgb(143,143,143);
    background: -moz-linear-gradient(top, rgba(143,143,143,1) 0%, rgba(95,95,95,1) 100%);
    background: -webkit-linear-gradient(top, rgba(143,143,143,1) 0%,rgba(95,95,95,1) 100%);
    background: linear-gradient(to bottom, rgba(143,143,143,1) 0%,rgba(95,95,95,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f8f8f', endColorstr='#5f5f5f',GradientType=0 );
    width: 50px;
    height: 22px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0 0 6px;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
}
#passedQuestions .navigation form .resetBtn:hover {
    background: rgb(255,140,42);
    background: -moz-linear-gradient(top,  rgba(255,140,42,1) 0%, rgba(225,105,0,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,140,42,1) 0%,rgba(225,105,0,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,140,42,1) 0%,rgba(225,105,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c2a', endColorstr='#e16900',GradientType=0 );
    text-decoration: none;
}
#passedQuestions .navigation .leftSelect {
    width: 351px;
    display: inline-block;
}
#passedQuestions .navigation .rightSelect {
    display: inline-block;
    margin-top: 22px;
    margin-left: 12px;
}

#passedQuestions .navigation .leftSelect #forumChoice {
    width: 295px;
    margin: 10px  0 0 12px;
}
#passedQuestions .navigation .leftSelect #difficultyChoice{
    width: 90px;
}

#passedQuestions .navigation .leftSelect #sourcesChoice {
    width: 140px;
    margin: 8px 0 0 4px;
}
#passedQuestions .navigation .leftSelect #sourcesChoice,
#passedQuestions .navigation .leftSelect #difficultyChoice,
#passedQuestions .navigation .leftSelect #forumChoice {
    border-radius: 3px;
    border: solid 1px #a7b1bd;
}

#passedQuestions .navigation .rightSelect p .calendarIcon  {
    background: url(../images/profile/workbook/sprite.png) no-repeat scroll 0 -11px transparent;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 12px 0 0 7px;
    width: 18px;
    background-size: 173px;
}
#passedQuestions .navigation .rightSelect span {
    font-size: 12px;
    margin-right: 2px;
}
#passedQuestions .navigation .rightSelect #downloadExcel {
    display: inline-block;
    border-left: 1px solid #d1d0c8;
    height: 50px;
    margin-left: 25px;
}
#passedQuestions .navigation .rightSelect #downloadExcel a {
    position: relative;
    margin: 10px 0 0 60px;
    width: 38px;
    display: block;
    color: #2062b3;
    font-size: 10px;
}
#passedQuestions .navigation .rightSelect #downloadExcel a:before {
    background: url('/tests-beta/templates/users/assets/images/statistics/icons-sprite.png') no-repeat -24px -18px;
    width: 21px;
    height: 26px;
    content: " ";
    position: absolute;
    left: -27px;
    top: 4px;
}
#passedQuestions .messageList tr td.answer .incorrectColor {
    color: #bb0017;
    font-weight: 700;

}
#passedQuestions .messageList tr td.answer .correctColor{
    color: #549100;
    font-weight: 700;

}
#passedQuestions .messageList tr td.answer .unclosedColor{
    color: #9e9e9e;
    font-weight: 700;
}

/* Christmas MOD */
#passedQuestions .temporaryWrapper { /*remove after holidays*/
    display: flex;
    justify-content: space-between;
    background-color: #f3f2e2;
    height: 40px;
}

#workBook .top .christmas_game {
    cursor: pointer;
    right: 46px;
    position: relative;
    background-repeat: no-repeat;
    z-index: 5;
}
#workBook .top .christmas_game.christmas {
    width: 101px;
    height: 60px;
    background-image: url(https://gmatclub.com/forum/styles/gmatclub_light/imageset/christmas_glass_ball.png);
}
#workBook .top .christmas_game.easter {
    width: 65px;
    height: 80px;
    background-image: url(https://gmatclub.com/forum/styles/gmatclub_light/imageset/Easter/06-icEaster.png);
}

@media  all and (max-width: 1023px) and (min-width: 316px) {
    #workBook .top .christmas_game {
        display:none;
    }
}

/* Christmas MOD */


    /*----- Message list -----*/
/*--------------------------------------------------------------------------------------------------------------------*/
#passedQuestions .messageList tr th                    { font-size: 10px; background-color: #b8b8b8; background-image: none;
                                                         height: 20px; color: #2A2A2A; font-weight: normal !important;
                                                         border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff;
                                                         padding: 0; }
#passedQuestions .messageList tr td                    { border-bottom: 1px solid #dbdbdb; background-color: transparent;
                                                         height: 45px; padding: 0; font-family: 'Open Sans', sans-serif;}
#passedQuestions .messageList tr th a                  { font-size: 10px; font-weight: normal; }
#passedQuestions .messageList tr td.mark               { padding-left: 15px; width: 30px; }
#passedQuestions .messageList tr td.message            { text-indent: 14px; padding-right: 14px; width: 314px;}
#passedQuestions .messageList tr td.message a          { font-size: 12px; font-weight: 400; text-decoration: none; width: 255px; text-overflow: ellipsis;
                                                        white-space: nowrap;  overflow: hidden; display: inline-block;}
#passedQuestions .messageList tr td.topic              { text-indent: 14px; padding-right: 12px; font-size: 10px; box-shadow: none; width: 104px;}
#passedQuestions .messageList tr td.topic a            { text-decoration: none; font-weight: 400; width: 84px; text-overflow: ellipsis;
    white-space: nowrap;  overflow: hidden; display: block;}
#passedQuestions .messageList tr td.postsDate          { font-size: 10px; font-weight: 900; text-align: center; width: 140px; }
#passedQuestions .messageList tr td.time               { color: #1057AE; font-size: 14px; font-weight: 700; text-align: center;
    width: 80px; padding: 0; }
#passedQuestions .messageList tr td.time IMG           { vertical-align: baseline; margin-right: 4px; }
#passedQuestions .messageList tr td.statistic          { width: 90px; text-align: center; padding: 0; }
#passedQuestions .messageList tr td.answer             { width: 88px; text-align: center; font-size: 14px; font-weight: 600;}
#passedQuestions .messageList tr td.original-answer    { width: 74px;}
#passedQuestions .messageList tr td.difficulty         { overflow: hidden; width: 103px; max-width: 103px; text-align: center; color: #3f3f3f; font-size: 10px; font-weight: 400; text-transform: capitalize}
#passedQuestions .messageList tr td.note               { width: 212px; overflow: hidden; padding-left: 10px; box-sizing: border-box; cursor: pointer}
#passedQuestions .messageList tr:hover TD              { background-color: white; }
#passedQuestions .messageList tr td.message .correct   { color: #1057ae !important; }
#passedQuestions .messageList tr.answerLine.unclosed .time { color: #9e9e9e; }
#passedQuestions .messageList tr .time.correct          { color: #1057ae; }
#passedQuestions .messageList tr .time.incorrect        { color: #bb0017; }
#passedQuestions .messageList tr .time .icon-svg-timer_mark_right { margin-right: 7px; font-size: 13px;}
#passedQuestions .messageList tr.answerLine.unclosed .answer span  { color: #9e9e9e!important; }
#passedQuestions .messageList tr td.delete             { width: 55px; border: 1px solid #dbdbdb; border-right: none;
                                                         margin-top: -1px; }
#passedQuestions .messageList tr td.delete a           { display: none; text-decoration: none; text-transform: uppercase;
                                                         font-size: 8px; color: #2a2a2a; text-align: center; font-weight: 700;}
#passedQuestions .messageList tr td.delete a:hover     { color: #1057ae; }
#passedQuestions .messageList tr td.delete a:before    { background: url('../images/profile/workbook/sprite.png') no-repeat -65px -99px;
                                                         width: 10px; height: 13px; content: " "; display: block;
                                                         margin: 0 auto 2px; }
#passedQuestions .messageList tr td.delete
a:hover:before                                         { background-position: -78px -98px; }
#passedQuestions .messageList tr:hover td.delete a     { display: block; }
#passedQuestions .messageList tr span.has-note         { width: 178px; margin-left: 10px; font-size: 10px; color: #3f3f3f; font-weight: 400;
    float: left; text-align: left; overflow: hidden; transition: 0.3s ease; cursor: pointer}
#passedQuestions .messageList tr .note:hover span.has-note { color: #ff8c2a;}
#passedQuestions .messageList tr span.no-note          { width: 178px; height: 20px; font-size: 10px; color: #1057ae; font-weight: 400; margin-left: 10px; cursor: pointer}
#passedQuestions .messageList .answerLine.incorrect    { background-color: rgba(187, 0, 23, 0.06); }
#passedQuestions .messageList .answerLine.correct    { background-color: #f5f5eb; }
#passedQuestions .messageList .answerLine.unclosed    { background-color: rgba(63, 63, 63, 0.06); }
#passedQuestions .messageList tr th .expertReply {width: 80px; }
#mpMessages .messageList tr.header th.topic,
#mpMessages .messageList tr.header th.difficulty {width: 95px;}
#mpMessages .messageList tr.header th.expertReply,
#mpMessages .messageList tr.header th.answer {width: 80px;}
#mpMessages .messageList.myPosts TR TD.message {max-width: 460px;}
#mpMessages .messageList TR TH A {white-space: initial;}
#mpMessages .messageList tr.header th.topic,
#mpMessages .messageList tr.header th.difficulty,
#mpMessages .messageList tr.header th.postsDate,
#mpMessages .messageList tr.header th.expertReply,
#mpMessages .messageList tr.header th.answer,
#mpMessages .messageList td.topic,
#mpMessages .messageList td.difficulty,
#mpMessages .messageList td.time,
#mpMessages .messageList td.postsDate { text-align: center;}
#mpMessages .messageList TR TD.message A:link {max-width: 430px;}
/*--------------------------------------------------------------------------------------------------------------------*/

/*----- Slide Footer -----*/
/*--------------------------------------------------------------------------------------------------------------------*/
#workBook .footer,
#workBook .footerMin              { background: #dddccd; height: 17px; border-bottom-left-radius: 3px;
                                    border-bottom-right-radius: 3px; -moz-border-bottom-left-radius: 3px;
                                    -webkit-border-bottom-right-radius: 3px; -moz-border-bottom-left-radius: 3px;
                                    -webkit-border-bottom-right-radius: 3px; text-align: center; cursor: pointer; }
#workBook .footer span,
#workBook .footerMin span         { display: inline-block; font-size: 10px; line-height: 17px; text-transform: uppercase;
                                    color: #1057ae; bottom: 2px; }
#workBook .footer span:before,
#workBook .footer span:after      { background: url('../images/profile/workbook/sprite.png') no-repeat -13px -2px;
                                    width: 6px; height: 8px; content: " "; display: inline-block; margin: 0 10px; }
#workBook .footerMin span:before,
#workBook .footerMin span:after   { background: url('../images/profile/workbook/sprite.png') no-repeat -21px -3px;
                                    width: 6px; height: 8px; content: " "; display: inline-block; margin: 0 10px; }
#workBook .teeth                  { background: url("../images/profile/workbook/min_bg.png") repeat scroll 0 0 transparent;
                                    height: 2px; position: relative; width: 100%; float: left; bottom: 2px; }
/*--------------------------------------------------------------------------------------------------------------------*/

/*----- Custom Forms (selects) -----*/
/*--------------------------------------------------------------------------------------------------------------------*/
#workBook .statistic .setUp select  {margin: 0; }
#workBook .statistic .setUp #filterDaysPeriod { width: 134px; }
#workBook .statistic .setUp #filterTestsType,
#workBook .statistic .setUp #filterTestsDifficulty { width: 310px; }
#passedQuestions .navigation select { margin-top: 8px; margin-right: 5px; width: 195px; vertical-align: top; }

#workBook .statistic .setUp .daysSelect .styled-select {
    padding-left: 16px;
    padding-right: 12px;
    width: 100%;
    height: 48px;
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    margin: 0;
    font-size: 16px;
    line-height: 48px;
}
#workBook .statistic .setUp .testsSelect .styled-select,
#workBook .statistic .setUp .difficultySelect .styled-select {
    padding-left: 16px;
    padding-right: 12px;
    width: 100%;
    line-height: 48px;
    height: 48px;
    border: 1px solid #BFBFBF;
    border-radius: 6px;
    margin: 0;
    font-size: 16px;
}
#passedQuestions .navigation .styled-select {
    background: url("../images/profile/workbook/select_questions.png") no-repeat;
    line-height: 24px;
    margin-top: 8px;
    padding-left: 7px;
    width: 188px;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*
@media screen and (min-width: 500px) and (max-width: 1600px){
    #workBook .weeklyAdvice .content .unit {
        width: 310px;
    }
    #workBook .weeklyAdvice .content .unit .description {
        width: 168px;
    }
}
@media screen and (min-width: 1600px) and (max-width: 3000px){
    #workBook .weeklyAdvice .content .unit {
        width: 390px;
    }
    #workBook .weeklyAdvice .content .unit .description {
        width: 258px;
    }
}
*/


.messageList.myPosts tr td.delete
{
    width: 55px!important;
    height: 46px!important;
    float: left;
    margin-left: -54px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin-bottom: -1px;
    position: absolute;
}
.messageList.myPosts tr td.delete a
{
    margin-top: 8px;
}
.messageList.myPosts tr.answerLine:hover td.delete
{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
