.lightOrangeBg {
  background-color: #F7A31A;
}
.darkOrangeBg {
  background-color: #f0642f;
}
.lighBlueBg {
  background-color: #3AA4CC;
}
.blueBg {
  background-color: #009EDB;
}
.darkPurpleBg {
  background-color: #8E4C9B;
}
.purplebg {
  background-color: #b368A9;
}
.redPurpleBg {
  background-color: #eb0a6c;
}
.limeBg {
  background-color: #cfe833;
}
.darkLimeBg {
  background-color: #9CB53A;
}
.greenBg {
  background-color: #62C566;
}
.darkGrayBg {
  background-color: #2C3747 ;
}
.lightDarkGrayBg {
  background-color: #3A485D;
}
.grayBg {
  background-color: #31363d;
}
/*
    IXL colors;
*/
.ixl1BC {
  border-color: #FF8E91;
}
.ixl2Bc {
  border-color: #56A2F7;
}
.ixl3Bc {
  border-color: #f9aacf;
}
.ixl4Bc {
  border-color: #FFAD00;
}
.ixl5Bc {
  border-color: #BE94F5;
}
.ixl6Bc {
  border-color: #E1CB00;
}
.ixl7Bc {
  border-color: #92AAFF;
}
.ixl8Bc {
  border-color: #CFD900;
}
.ixl9Bc {
  border-color: #c390C1;
}
.ixl10Bc {
  border-color: #E7D47B;
}
.ixl11Bc {
  border-color: #F4A76F;
}
.ixl10Bc {
  border-color: #1BB6CF;
}
.primaryBg {
  background-color: #4B000F;
}
html {
    /**/ background-color: #2C3747;
    /* background: url(../Images/beautiful-background-30.jpg);*/
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    width: 100%;
}

body {
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: auto;
    padding: 0;
    width: 930px;
    min-height: 100%;
}

table.layoutTable {
    margin: 0;
    height: 100%;
}

    table.layoutTable > tbody > tr > td {
        padding: 0;
        margin: 0;
        border-width: 0;
    }

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

footer a,
footer a:link,
footer a:visited,
footer a:hover,
footer a:active  {
    color: #efefef;
    text-decoration: underline;
}

footer a:hover {
    background-color: transparent;
    color: #fff;
}

ol.optionsList {
    list-style-type: upper-alpha;
    font-weight: bold;
}

    ol.optionsList > li > * {
        font-weight: normal;
    }

    ol.optionsList > li > span {
        font-weight: normal;
    }

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

a.linkBlock {
    display: block;
    width: 260px;
    border: 3px solid #535050;
    padding-bottom: 10px;
    margin: 5px 10px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    a.linkBlock.bn0 {
        border-color: rgb(240, 100, 47);
    }

        a.linkBlock.bn0:hover {
            background-color: rgba(240, 100, 47, .3);
        }

    a.linkBlock.bn1 {
        border-color: rgb(0, 158, 219);
    }

        a.linkBlock.bn1:hover {
            background-color: rgba(0, 158, 219, .3);
        }

    a.linkBlock.bn2 {
        border-color: rgb(98, 197, 102);
    }

        a.linkBlock.bn2:hover {
            background-color: rgba(98, 197, 102, .3);
        }

    /*
    a.linkBlock.bn3 {
        border-color: rgb(58, 72, 93);
    }
        a.linkBlock.bn3:hover {
            background-color: rgba(58, 72, 93, .3);
        }*/

    a.linkBlock.bn3 {
        border-color: rgb(179, 104, 169);
    }

        a.linkBlock.bn3:hover {
            background-color: rgba(179, 104, 169, .3);
        }

    a.linkBlock.bn4 {
        border-color: rgb(235, 10, 108);
    }

        a.linkBlock.bn4:hover {
            background-color: rgba(235, 10, 108, .3);
        }

    a.linkBlock.bn5 {
        border-color: rgb(247, 163, 26);
    }

        a.linkBlock.bn5:hover {
            background-color: rgba(247, 163, 26, .3);
        }


/* Home / Group */
div.gradeSection {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 7px;
    box-shadow: 3px 3px 5px;
    width: 235px;
}

ul.gradesList {
    padding-left: 7px;
    width: 140px;
    border: 3px solid rgb(240, 100, 47);
    padding-top: 12px;
    margin: 0;
    border-radius: 4px;
}

li.grade {
    list-style: none;
    padding: 5px 5px 5px 10px;
    margin-left: 5px;
}

    li.grade:hover {
        background-color: rgba(240, 100, 47, .3);
    }

li.selectedGrade {
    list-style: none;
    margin-left: 5px;
    padding: 0;
    border-width: 4px 5px 5px 10px;
    border-color: rgb(240, 100, 47);
    border-style: solid;
    background-color: rgb(240, 100, 47);
    font-weight: bold;
    font-size: 1.24em;
    margin-right: 0;
}

    li.selectedGrade a {
        color: white;
    }

        li.selectedGrade a:hover, li.grade a:hover {
            background-color: rgba(255, 255, 255, 0);
        }

ul.subjectsList, ul.subjectList {
    padding-left: 0px;
    list-style: none;
}

li.subjectsList {
    padding-left: 40px;
}

ul.subjectList > li {
    border-bottom: solid 1px rgba(51, 51, 51, 0.33);
}

    ul.subjectList > li:first-child {
        border-top: solid 1px rgba(51, 51, 51, 0.33);
    }

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}

#body {
    background-color: #efeeef;
    padding-bottom: 35px;
}

.main-content {
    background: url("../images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
    background: url("../images/heroAccent.png") no-repeat;
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 37px;
}

/* Message box service */
.dialogDiv {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(239, 238, 239, 0.71);
}

    .dialogDiv > .popupBox {
        border-color: rgba(0, 0, 0, 0.93);
        border-style: solid;
        border-width: 1px;
        border-top-width: 0px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 5px 15px;
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -216px;
        width: 400px;
        background-color: snow;
    }

        .dialogDiv > .popupBox > .diagHead {
            font-weight: bold;
            font-size: large;
            text-align: center;
            padding-bottom: 5px;
            margin-bottom: 5px;
            border-bottom: solid 1px rgba(51, 51, 51, 0.33);
        }

        .dialogDiv > .popupBox > .msg {
            min-height: 50px;
        }

        .dialogDiv > .popupBox > .btnBox {
            border-top: solid 1px rgba(51, 51, 51, 0.33);
            padding-top: 5px;
            margin-top: 5px;
            text-align: right;
        }

            .dialogDiv > .popupBox > .btnBox > button {
                margin-left: 10px;
                padding: 5px 7px;
                border: solid 1px #0e6d90;
                color: #7ac0da;
                background: #efeeef;
            }

/* Problems Manager styles */
.tabbedSection > .top {
    border-bottom: solid 1px #000;
}

    .tabbedSection > .top > div {
        display: inline-block;
        border: solid 1px #000;
        border-bottom: none;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 2px;
        padding-bottom: 2px;
    }

.tabbedSection > .body > div {
    display: none;
    border: solid 1px #000;
    border-top: none;
    padding: 5px;
}

.tabbedSection.firstSelected > .body > div:first-child,
.tabbedSection.secondSelected > .body > div:nth-child(2),
.tabbedSection.thirdSelected > .body > div:nth-child(3) {
    display: block;
}

.tabbedSection.firstSelected > .top > div:first-child,
.tabbedSection.secondSelected > .top > div:nth-child(2),
.tabbedSection.thirdSelected > .top > div:nth-child(3) {
    border-bottom: none;
    border-bottom: solid 1px #efeeef;
    background-color: #7ac0da;
    margin-bottom: 0px;
}

/* Batch upload styles */
#editBox {
    border: solid 1px rgba(51, 51, 51, 0.33);
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Problem layout
----------------------------------------------------------*/

div#problem p {
    margin-top: 0px;
    margin-bottom: 5px;
}

/*
    Groups.cshtml
    */
ul.subjectSections {
}




/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #009EDB;
        /*
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%); */
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

    .featured hgroup.title h1, .featured hgroup.title h2 {
        color: #fff;
    }

    .featured p {
        font-size: 1.1em;
    }

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-left: solid 2px #c8c8c8;
    padding-left: 40px;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset .display-label {
        font-weight: bold;
    }

    fieldset .display-field {
        margin-left: 20px;
    }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 650px) {

    body {
        width: 100%;
    }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-left: none;
        padding-left: 0;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer .float-left,
        footer .float-right {
            float: none;
        }

        footer p {
            margin: 0;
        }
}

button.provider-btn-facebook,
button.provider-btn-google {
  text-shadow: none;
  color: #fff !important;
  background-repeat: repeat-x;
  width: 300px;
  text-align: left;
}

button.provider-btn-google {
    border: 1px solid #1faae0;
    background-color: #26a7da;
    background-image: -moz-linear-gradient(top,#2cafe2,#1c9cce);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2cafe2),to(#1c9cce));
    background-image: -webkit-linear-gradient(top,#2cafe2,#1c9cce);
    background-image: -o-linear-gradient(top,#2cafe2,#1c9cce);
    background-image: linear-gradient(to bottom,#2cafe2,#1c9cce);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2cafe2',endColorstr='#ff1c9cce',GradientType=0);
    border-color: #1c9cce #1c9cce #13698b;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    button.provider-btn-google:hover {
        border: 1px solid #035474;
    }

button.provider-btn-facebook {
  border: 1px solid #185895;
  background-color: #185996;
  background-image: -moz-linear-gradient(top,#1a60a2,#154e83);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#1a60a2),to(#154e83));
  background-image: -webkit-linear-gradient(top,#1a60a2,#154e83);
  background-image: -o-linear-gradient(top,#1a60a2,#154e83);
  background-image: linear-gradient(to bottom,#1a60a2,#154e83);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a60a2',endColorstr='#ff154e83',GradientType=0);
  border-color: #154e83 #154e83 #0a2741;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

  button.provider-btn-facebook:hover {
    border-bottom-color: #263961;
  }

.provider-icon-google,
.provider-icon-facebook {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  width: 24px;
  float: left;
  margin-top: 0px;
}

button.provider-signup .provider-separator,
.provider-separator {
    background-color: white;
    border-right: 1px solid #999;
    height: 38px;
    opacity: .4;
    filter: alpha(opacity=40);
    width: 1px;
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: -6px;
    margin-bottom: -6px;
}

.provider-signup-text {
    display: inline;
    font-size: 20px;
}

@font-face {
    font-family: 'icons';
    src: url('fonts/Icons.eot?-ohm54t');
    src: url('fonts/Icons.eot?#iefix-ohm54t') format('embedded-opentype'), url('fonts/Icons.woff?-ohm54t') format('woff'), url('fonts/Icons.ttf?-ohm54t') format('truetype'), url('fonts/Icons.svg?-ohm54t#Icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[data-icon16] {
    font-size: 16px;
}

[data-icon24] {
    font-size: 24px;
}

[data-icon32] {
    font-size: 32px;
}

[data-icon48] {
    font-size: 48px;
}

[data-icon] {
    line-height: 1;
}

  [data-icon]:before,
  .provider-icon-facebook,
  .provider-icon-google {
    font-family: 'icons';
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }

    [data-icon]:before {
        content: attr(data-icon);
    }

.provider-icon-facebook:before {
  content: '\e612';
}

.provider-icon-google:before {
    content: '\e611';
}

ul.topicGrid > li:nth-child(2n+1) {
    background-color: #dddddd;
    border-bottom: solid 1px black;
    border-top: solid 1px #888;
}
header,
footer,
hgroup,
nav,
section {
  display: block;
}
header.content-wrapper {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
/* site title
----------------------------------------------------------*/
.site-title {
  font-family: "Montserrat", Consolas, "Courier New", Courier, monospace;
  font-size: 32px;
  margin: 0;
  height: 40px;
  color: white;
}
.site-title a,
.site-title a:hover,
.site-title a:active {
  background: none;
  color: white;
  outline: none;
  text-decoration: none;
}
/* login
----------------------------------------------------------*/
#login {
  display: block;
  font-size: .85em;
  margin: 0 0 10px;
  text-align: right;
}
#login a {
  /*background-color: #d3dce0;*/
  color: white;
  margin-left: 10px;
  margin-right: 3px;
  padding: 2px 3px;
  text-decoration: none;
}
#login a.username {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#login ul {
  margin: 0;
}
#login li {
  display: inline;
  list-style: none;
}
/* menu
----------------------------------------------------------*/
ul#menu {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 5px;
  padding: 0;
  text-align: right;
}
ul#menu > li {
  display: inline;
  list-style: none;
  padding-left: 15px;
}
ul#menu > li a {
  background: none;
  color: white;
  text-decoration: none;
}
ul#menu > li a:hover {
  color: #999;
  text-decoration: none;
}
ul#menu > li > .vseperator {
  display: inline-block;
  border-right: solid;
  border-right-color: white;
  border-right-width: 1px;
  padding-left: 15px;
  height: 10px;
}
@media only screen and (max-width: 850px) {
  /* header
    ----------------------------------------------------------*/
  header .float-left,
  header .float-right {
    float: none;
  }
  /* logo */
  header .site-title {
    margin: 10px;
    text-align: center;
  }
  /* login */
  #login {
    font-size: .85em;
    margin: 0 0 12px;
    text-align: center;
  }
  #login ul {
    margin: 5px 0;
    padding: 0;
  }
  #login li {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #login a {
    background: none;
    color: #999;
    font-weight: 600;
    margin: 2px;
    padding: 0;
  }
  #login a:hover {
    color: #333;
  }
  /* menu */
  nav {
    margin-bottom: 5px;
  }
  ul#menu {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  ul#menu li {
    margin: 0;
    padding: 0;
  }
}
@media (hover: hover) {
  *::-webkit-scrollbar {
    width: 8px;
    height: 6px;
  }
  *::-webkit-scrollbar-track {
    background: transparent;
  }
  *::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 3px solid transparent;
  }
  @supports not selector(::-webkit-scrollbar) {
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
    scrollbar-width: thin;
  }
}
body {
  font-family: 'Montserrat', arial, sans-serif;
}
p {
  margin-top: 0;
  margin-bottom: 0;
}
button {
  color: black;
}
/*TYPOGRAPHY*/
.fs-200 {
  font-size: 200px;
}
.fs-headline-l {
  font-size: 32px;
  line-height: 40px;
}
.fs-headline-m {
  font-size: 28px;
  line-height: 36px;
}
.fs-headline-s {
  font-size: 24px;
  line-height: 32px;
}
.fs-title-l {
  font-size: 22px;
  line-height: 28px;
}
.fs-title-m {
  font-size: 20px;
  line-height: 26px;
}
.fs-title-s {
  font-size: 18px;
  line-height: 24px;
}
.fs-body-l {
  font-size: 16px;
  line-height: 24px;
}
.fs-body-m {
  font-size: 14px;
  line-height: 20px;
}
.fs-body-s {
  font-size: 12px;
  line-height: 16px;
}
.fs-body-xs {
  font-size: 10px;
  line-height: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-24 {
  font-size: 24px;
}
.lh-16 {
  line-height: 16px;
}
.lh-28 {
  line-height: 28px;
}
/*End*/
/*FontFamily*/
.ff-montserrat {
  font-family: 'Montserrat', arial, sans-serif;
}
.ff-sourceSans3 {
  font-family: 'Source Sans 3', sans-serif;
}
.ff-robotoSlab {
  font-family: 'Roboto Slab', serif;
}
.ff-sansserif {
  font-family: sans-serif;
}
/*End*/
/*Text colors*/
.text-purple-90 {
  color: #4a148c;
}
.text-purple-c35 {
  color: #9c84db;
}
.text-purple-c50 {
  color: #7F67BE;
}
.text-purple-c60 {
  color: #6750A4;
}
.text-purple-c80 {
  color: #4F378A;
}
.text-purplegrey-20 {
  color: #CAC5CD;
}
.text-purplegrey-60 {
  color: #79767A;
}
.text-deepPurple-15 {
  color: #d0bcff;
}
.text-deepPurple-40 {
  color: #7e57c2;
}
.text-deepPurple-90 {
  color: #311b92;
}
.text-deepPurple-c60 {
  color: #381E72;
}
.text-deepPurple-c70 {
  color: #21005D;
}
.text-deepPurpleGrey-30 {
  color: #9385a1;
}
.text-deepPurpleGrey-40 {
  color: #796B87;
}
.text-deepPurpleGrey-45 {
  color: #625B71;
}
.text-deepPurpleGrey-50 {
  color: #605D64;
}
.text-deepPurpleGrey-65 {
  color: #4A4458;
}
.text-deepPurpleGrey-70 {
  color: #49454F;
}
.text-deepPurpleGrey-80 {
  color: #211F26;
}
.text-deepPurpleGrey-87 {
  color: #1d192b;
}
.text-deepPurpleGrey-90 {
  color: #1C1B1F;
}
.text-indigo-50 {
  color: #3f51b5;
}
.text-indigo-70 {
  color: #303f9f;
}
.text-green-c2 {
  color: #4FC16F;
}
.text-green-b5 {
  color: #31a652;
}
.text-emerald-400 {
  color: #34d399;
}
.text-blueGrey-10 {
  color: #cfd8dc;
}
.text-blueGrey-30 {
  color: #90a4ae;
}
.text-blueGrey-39 {
  color: #79747E;
}
.text-blueGrey-50 {
  color: #607d8b;
}
.text-blueGrey-90 {
  color: #263238;
}
.text-blueGrey-a7 {
  color: #004248;
}
.text-blueGrey-c70 {
  color: #455a64;
}
.text-green-35 {
  color: #2EA557;
}
.text-yellow-80 {
  color: #f9a825;
}
.text-red-700 {
  color: #D32F2F;
}
.text-blue-80 {
  color: #3b50ce;
}
.text-blue-85 {
  color: #337ab7;
}
.text-grey-B4 {
  color: #808080;
}
.text-grey-90 {
  color: #212121;
}
.text-grey-80 {
  color: #424242;
}
.text-grey-77 {
  color: #4b5563;
}
.text-grey-70 {
  color: #616161;
}
.text-grey-60 {
  color: #757575;
}
.text-grey-55 {
  color: #888888;
}
.text-grey-50 {
  color: #9e9e9e;
}
.text-grey-40 {
  color: #bdbdbd;
}
.text-grey-30 {
  color: #e0e0e0;
}
.text-darkBlueGrey-50 {
  color: #7B748A;
}
.text-darkBlueGrey-60 {
  color: #605D66;
}
.text-darkBlueGrey-75 {
  color: #332D41;
}
.text-darkBlueGrey-87 {
  color: #1E192B;
}
.text-darkBlueGrey-90 {
  color: #141218;
}
.text-lightBlue-23 {
  color: #60a5fa;
}
.text-white {
  color: #FFFFFF;
}
.text-black {
  color: #000000;
}
.text-correct {
  color: #5ab75c;
}
/*End*/
/*text-decorations*/
.text-underline {
  text-decoration: underline;
}
.text-indent-8 {
  text-indent: 8px;
}
/*End*/
/*Background color*/
.bg-white {
  background-color: #FFFFFF;
}
.bg-purple-b35 {
  background-color: #f4edff;
}
.bg-purple-c00 {
  background-color: #F9F7FD;
}
.bg-purple-c01 {
  background-color: #F6EEFF;
}
.bg-purple-c05 {
  background-color: #f6edff;
}
.bg-purple-c15 {
  background-color: #e8def8;
}
.bg-purple-c35 {
  background-color: #9c84db;
}
.bg-purple-c60 {
  background-color: #6750A4;
}
.bg-purplegrey-05 {
  background-color: #ECE7EB;
}
.bg-indigo-5 {
  background-color: #e8eaf6;
}
.bg-indigo-30 {
  background-color: #7986cb;
}
.bg-indigo-40 {
  background-color: #5c6bc0;
}
.bg-indigo-50 {
  background-color: #3f51b5;
}
.bg-indigo-60 {
  background-color: #3949ab;
}
.bg-indigo-70 {
  background-color: #303f9f;
}
.bg-deepPurple-00 {
  background-color: #efefff;
}
.bg-deepPurple-20 {
  background-color: #b39ddb;
}
.bg-deepPurple-50 {
  background-color: #673ab7;
}
.bg-deepPurple-B5 {
  background-color: #6600cc;
}
.bg-orange-07 {
  background-color: #ffeeda;
}
.bg-orange-15 {
  background-color: #FFDEAE;
}
.bg-amber-20 {
  background-color: #ffe082;
}
.bg-amber-55 {
  background-color: #FFBA3F;
}
.bg-green-60 {
  background-color: #0a8f08;
}
.bg-green-c1 {
  background-color: #4ed373;
}
.bg-grey-30 {
  background-color: #e0e0e0;
}
.bg-grey-25 {
  background-color: #e5e7eb;
}
.bg-red-01 {
  background-color: #FFF0EE;
}
.bg-red-850 {
  background-color: #B3261E;
}
.bg-red-c01 {
  background-color: #ffecf1;
}
.bg-red-60 {
  background-color: #dd191d;
}
.bg-cyan-d05 {
  background-color: #dafbff;
}
.bg-green-b1 {
  background-color: #66883f;
}
/*End*/
/*Dimensions*/
.wd-320 {
  width: 320px;
}
.max-wd-280 {
  max-width: 280px;
}
.wd-240 {
  width: 240px;
}
.min-wd-200 {
  min-width: 200px;
}
.min-wd-144 {
  min-width: 144px;
}
.min-wd-128 {
  min-width: 128px;
}
.min-wd-120 {
  min-width: 120px;
}
.min-wd-100 {
  min-width: 100px;
}
.min-wd-40 {
  min-width: 40px;
}
.wd-256 {
  width: 256px;
}
.wd-200 {
  width: 200px;
}
.wd-156 {
  width: 156px;
}
.wd-140 {
  width: 140px;
}
.wd-132 {
  width: 132px;
}
.wd-120 {
  width: 120px;
}
.wd-100 {
  width: 100px;
}
.wd-96 {
  width: 96px;
}
.wd-80 {
  width: 80px;
}
.wd-72 {
  width: 72px;
}
.wd-68 {
  width: 68px;
}
.wd-64 {
  width: 64px;
}
.wd-56 {
  width: 56px;
}
.wd-48 {
  width: 48px;
}
.wd-40 {
  width: 40px;
}
.wd-32 {
  width: 32px;
}
.wd-28 {
  width: 28px;
}
.wd-20 {
  width: 20px;
}
.wd-16 {
  width: 16px;
}
.wd-12 {
  width: 12px;
}
.wd-8 {
  width: 8px;
}
.wd-fitcontent {
  width: fit-content;
}
.max-ht-388 {
  max-height: 388px;
}
.min-ht-100 {
  min-height: 100px;
}
.ht-452 {
  height: 452px;
}
.ht-364 {
  height: 364px;
}
.ht-352 {
  height: 352px;
}
.ht-348 {
  height: 348px;
}
.ht-200 {
  height: 200px;
}
.ht-188 {
  height: 188px;
}
.ht-172 {
  height: 172px;
}
.ht-120 {
  height: 120px;
}
.ht-100 {
  height: 100px;
}
.ht-80 {
  height: 80px;
}
.ht-72 {
  height: 72px;
}
.ht-64 {
  height: 64px;
}
.ht-60 {
  height: 60px;
}
.ht-56 {
  height: 56px;
}
.ht-52 {
  height: 52px;
}
.ht-48 {
  height: 48px;
}
.ht-40 {
  height: 40px;
}
.ht-36 {
  height: 36px;
}
.ht-32 {
  height: 32px;
}
.ht-28 {
  height: 28px;
}
.ht-24 {
  height: 24px;
}
.ht-20 {
  height: 20px;
}
.ht-16 {
  height: 16px;
}
.ht-12 {
  height: 12px;
}
.ht-8 {
  height: 8px;
}
.ht-6 {
  height: 6px;
}
.ht-4 {
  height: 4px;
}
.ht-1 {
  height: 1px;
}
.ht-auto {
  height: auto;
}
/*End*/
/*Paddings*/
.pd-t-40 {
  padding-top: 40px;
}
.pd-32 {
  padding: 32px;
}
.pd-24 {
  padding: 24px;
}
.pd-l-24 {
  padding-left: 24px;
}
.pd-r-24 {
  padding-right: 24px;
}
.pd-20 {
  padding: 20px;
}
.pd-b-20 {
  padding-bottom: 20px;
}
.pd-t-20 {
  padding-top: 20px;
}
.pd-l-20 {
  padding-left: 20px;
}
.pd-16 {
  padding: 16px;
}
.pd-t-16 {
  padding-top: 16px;
}
.pd-l-16 {
  padding-left: 16px;
}
.pd-r-16 {
  padding-right: 16px;
}
.pd-b-16 {
  padding-bottom: 16px;
}
.pd-12 {
  padding: 12px;
}
.pd-l-12 {
  padding-left: 12px;
}
.pd-r-12 {
  padding-right: 12px;
}
.pd-b-12 {
  padding-bottom: 12px;
}
.pd-10 {
  padding: 10px;
}
.pd-8 {
  padding: 8px;
}
.pd-t-8 {
  padding-top: 8px;
}
.pd-b-8 {
  padding-bottom: 8px;
}
.pd-r-8 {
  padding-right: 8px;
}
.pd-l-8 {
  padding-left: 8px;
}
.pd-6 {
  padding: 6px;
}
.pd-6.pd-12 {
  padding: 6px 12px;
}
.pd-t-4 {
  padding-top: 4px;
}
.pd-b-4 {
  padding-bottom: 4px;
}
.pd-4 {
  padding: 4px;
}
.pd-l-4 {
  padding-left: 4px;
}
.pd-r-4 {
  padding-right: 4px;
}
.pd-2 {
  padding: 2px;
}
.pd-t-0 {
  padding-top: 0;
}
.pd-0 {
  padding: 0px;
}
.pd-0.pd-12 {
  padding: 0px 12px;
}
.pd-b-0 {
  padding-bottom: 0px;
}
/*End*/
/*Margins*/
.mg-t-40 {
  margin-top: 40px;
}
.mg-t-24 {
  margin-top: 24px;
}
.mg-b-20 {
  margin-bottom: 20px;
}
.mg-b-16 {
  margin-bottom: 16px;
}
.mg-l-16 {
  margin-left: 16px;
}
.mg-r-16 {
  margin-right: 16px;
}
.mg-t-16 {
  margin-top: 16px;
}
.mg-t-12 {
  margin-top: 12px;
}
.mg-b-12 {
  margin-bottom: 12px;
}
.mg-t-8 {
  margin-top: 8px;
}
.mg-b-8 {
  margin-bottom: 8px;
}
.mg-r-8 {
  margin-right: 8px;
}
.mg-l-8 {
  margin-left: 8px;
}
.mg-4 {
  margin: 4px;
}
.mg-l-4 {
  margin-left: 4px;
}
.mg-t-4 {
  margin-top: 4px;
}
.mg-b-4 {
  margin-bottom: 4px;
}
.mg-b-24 {
  margin-bottom: 24px;
}
.mg-l-0 {
  margin-left: 0;
}
.mg-b-0 {
  margin-bottom: 0;
}
.mg-auto {
  margin: auto;
}
.mg-l-auto {
  margin-left: auto;
}
.mg-r-auto {
  margin-right: auto;
}
.mg-0 {
  margin: 0px;
}
.mg-0-imp {
  margin: 0px !important;
}
/*End*/
/*Borders*/
.border-purpleGrey-05 {
  border-color: #ECE7EB;
}
.border-purpleGrey-10 {
  border-color: #E7E0EC;
}
.border-deepPurple-c05 {
  border-color: #F5EEFA;
}
.border-grey-30 {
  border-color: #e0e0e0;
}
.border-grey-a3 {
  border-color: #dedede;
}
.border-solid {
  border-style: solid;
}
.border-wd-2 {
  border-width: 2px;
}
.border-wd-1 {
  border-width: 1px;
}
.border-wd-1-r {
  border-width: 0px;
  border-right-width: 1px;
}
.border-wd-1-t {
  border-width: 0px;
  border-top-width: 1px;
}
.border-wd-1-l {
  border-left-width: 1px;
}
.br-circle {
  border-radius: 100%;
}
.br-24 {
  border-radius: 24px;
}
.br-20 {
  border-radius: 20px;
}
.br-16 {
  border-radius: 16px;
}
.br-12 {
  border-radius: 12px;
}
.br-12.br-b-r-200 {
  border-bottom-right-radius: 200px;
}
.br-8 {
  border-radius: 8px;
}
.br-4 {
  border-radius: 4px;
}
.br-t-r-12 {
  border-top-right-radius: 12px;
}
.br-b-l-28 {
  border-bottom-left-radius: 28px;
}
.br-b-l-12 {
  border-bottom-left-radius: 12px;
}
.br-t-l-12 {
  border-top-left-radius: 12px;
}
.br-t-r-100 {
  border-top-right-radius: 100px;
}
.br-t-l-100 {
  border-top-left-radius: 100px;
}
/*End*/
/*Absolute positioning*/
.left-48 {
  left: 48px;
}
.left-26 {
  left: 26px;
}
.left-4 {
  left: 4px;
}
.left-0 {
  left: 0;
}
.left--8 {
  left: -8px;
}
.bottom-36 {
  bottom: 36px;
}
.bottom-4 {
  bottom: 4px;
}
.bottom-0 {
  bottom: 0;
}
.bottom--2 {
  bottom: -2px;
}
.right-20 {
  right: 20px;
}
.right-12 {
  right: 12px;
}
.right-6 {
  right: 6px;
}
.right-4 {
  right: 4px;
}
.right-0 {
  right: 0;
}
.right--2 {
  right: -2px;
}
.right--4 {
  right: -4px;
}
.top-36 {
  top: 36px;
}
.top-6 {
  top: 6px;
}
.top-4 {
  top: 4px;
}
.top-2 {
  top: 2px;
}
.top-0 {
  top: 0;
}
.top--2 {
  top: -2px;
}
.top--10 {
  top: -10px;
}
.top-50per {
  top: 50%;
}
/*End*/
/*Letter Spacing*/
.ls-01 {
  letter-spacing: 0.1px;
}
.ls-05 {
  letter-spacing: 0.5px;
}
/*End*/
/*Scroll*/
.scroll-none {
  overflow: hidden;
}
.scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.scroll-y {
  overflow-x: hidden;
  overflow-y: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.scroll-snap-type-x {
  scroll-snap-type: x mandatory;
}
.scroll-snap-align-center {
  scroll-snap-align: center;
}
/*End*/
/*hr*/
.hr-grey-35 {
  border-top: 1px solid #d0d0d0;
}
/*End*/
/*Filters*/
.filter-blur-2 {
  filter: blur(2px);
}
/*End*/
.highlightTag {
  color: white;
  padding: 4px 12px;
  border-radius: 8px;
  min-height: 20px;
  display: inline-block;
  text-align: center;
}
.highlightTag.highlightTag-blue {
  color: #0277bd;
  background-color: #e1f5fe;
}
.highlightTag.highlightTag-blue.outlined {
  border: 1px solid #0277bd;
  background-color: #FFFFFF;
}
.highlightTag.highlightTag-grey {
  color: #616161;
  background-color: #e5e7eb;
}
.highlightTag.highlightTag-green {
  color: #0d5302;
  background-color: #d0f8ce;
}
.highlightTag.highlightTag-orange {
  color: #e65100;
  background-color: #fff3e0;
}
.highlightTag.highlightTag-purple {
  color: #4a148c;
  background-color: #f3e5f5;
}
.highlightTag.highlightTag-red {
  color: #D32F2F;
  background-color: #FFCDD2;
}
.highlightTag.highlightTag-darkblue {
  background-color: #d0d9ff;
  color: #2a36b1;
}
.humangousFont {
  font-size: 36px;
  line-height: 40px;
}
.hugeFont {
  font-size: 24px;
  line-height: 32px;
}
.largeFont {
  font-size: 16px;
  line-height: 24px;
}
.largerFont {
  font-size: 18px;
  line-height: 24px;
}
.bigFont {
  font-size: 20px;
  line-height: 24px;
}
.normalFont {
  font-size: 14px;
  line-height: 20px;
}
.smallFont {
  font-size: 12px;
  line-height: 16px;
}
.tinyFont {
  font-size: 10px;
  line-height: 16px;
}
.vertAlignMiddle {
  vertical-align: middle;
}
.textAlignLeft {
  text-align: left;
}
.textAlignRight {
  text-align: right;
}
.textAlignCenter {
  text-align: center;
}
.inItalics {
  font-style: italic;
}
a:visited,
a:hover {
  text-decoration: none;
}
.subjectLinks {
  margin: 16px;
  width: calc(100% -  48px );
  min-height: 48px;
  z-index: 1;
}
.subjectLinks > contentDiv {
  padding: 8px;
}
.overflowAutoImp {
  overflow: auto !important;
}
.card {
  position: relative;
  border-radius: 2px;
}
.progressBar {
  height: 4px;
  background-color: rgba(10, 126, 7, 0.2);
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  background: #ddd;
  padding: 0 8px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px;
}
.slider:hover {
  opacity: 1;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #eee;
  cursor: pointer;
  border-radius: 100px;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.75);
  margin-top: -4px;
}
maincontent.fullWidth {
  margin: 112px 0 48px 0;
}
maincontent > graph,
maincontent > .sectionNav {
  float: left;
  position: relative;
  margin: 16px;
  padding: 4px;
  background-color: white;
  border-radius: 2px;
  width: calc(50% - 40px);
  height: 50%;
}
maincontent > .sectionNav {
  width: calc(33% - 40px);
  height: auto;
}
maincontent.middleCol {
  position: absolute;
  top: 112px;
  bottom: 48px;
  padding-bottom: 16px;
  left: 256px;
  right: 188px;
  margin: auto;
  background-color: white;
}
.sectionTitle {
  font-family: 'Roboto Slab', 'Times New Roman', Georgia, serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gradeGroup {
  min-height: 76px;
}
.removeSelectDropdownBorder {
  border-width: 0;
}
graph > canvas {
  width: 100%;
  /*height: ~"calc(100% - 20px)";*/
}
graph > .caption {
  text-align: center;
  margin-top: 4px;
}
.inlinB {
  display: inline-block;
}
.displayInline {
  display: inline;
}
.posRelative {
  position: relative;
}
.sep {
  margin: 4px 0;
  border-top: 1px solid #eeeeee;
}
.posAbsolute {
  position: absolute;
}
.posAbsolute.alignCenterAbs {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.posAbsolute.alignCenterHorizontalAbs {
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
.posAbsoluteImp {
  position: absolute !important;
}
.posFixed {
  position: fixed;
}
.ellipsisText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vsep {
  display: inline-block;
  margin: 0 4px;
  border-left: 1px solid #616161;
  height: 100%;
}
.vsep:before {
  content: "&nbsp;";
}
.problemAttemptContainer {
  padding: 0 8px;
}
.problemAttemptToken {
  height: 12px;
  width: 12px;
  display: inline-block;
}
.correctAttempt {
  background-color: #0d5302;
}
.wrongAttempt {
  background-color: #b0120a;
}
button {
  background: none;
  border: none;
}
button.optionBtn {
  display: block;
}
button[checked=true] > .chkOpt,
button > .unChkOpt {
  display: normal;
}
button[checked=true] > .unChkOpt,
button > .chkOpt {
  display: none;
}
ol {
  list-style-type: none;
}
div.ansOption {
  position: relative;
}
div.ansOption > button {
  padding: 8px;
}
.flex {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
}
.hflexbox > .noFlex,
.vflexbox > .noFlex,
.inlinevflexbox > .noFlex,
.hflexboxReverse > .noFlex {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.hflexbox.justifySpaceAround,
.vflexbox.justifySpaceAround,
.inlinevflexbox.justifySpaceAround,
.hflexboxReverse.justifySpaceAround {
  justify-content: space-around;
}
.hflexbox.justifySpaceBetween,
.vflexbox.justifySpaceBetween,
.inlinevflexbox.justifySpaceBetween,
.hflexboxReverse.justifySpaceBetween {
  justify-content: space-between;
}
.hflexbox.justifySpaceEvenly,
.vflexbox.justifySpaceEvenly,
.inlinevflexbox.justifySpaceEvenly,
.hflexboxReverse.justifySpaceEvenly {
  justify-content: space-evenly;
}
.hflexbox.justifyCenter,
.vflexbox.justifyCenter,
.inlinevflexbox.justifyCenter,
.hflexboxReverse.justifyCenter {
  justify-content: center;
}
.hflexbox.justifyFlexStart,
.vflexbox.justifyFlexStart,
.inlinevflexbox.justifyFlexStart,
.hflexboxReverse.justifyFlexStart {
  justify-content: flex-start;
}
.hflexbox.justifyFlexEnd,
.vflexbox.justifyFlexEnd,
.inlinevflexbox.justifyFlexEnd,
.hflexboxReverse.justifyFlexEnd {
  justify-content: flex-end;
}
.hflexbox.alignCenter,
.vflexbox.alignCenter,
.inlinevflexbox.alignCenter,
.hflexboxReverse.alignCenter {
  align-items: center;
}
.hflexbox.alignStretch,
.vflexbox.alignStretch,
.inlinevflexbox.alignStretch,
.hflexboxReverse.alignStretch {
  align-items: stretch;
}
.hflexbox.alignBaseline,
.vflexbox.alignBaseline,
.inlinevflexbox.alignBaseline,
.hflexboxReverse.alignBaseline {
  align-items: baseline;
}
.hflexbox.alignStart,
.vflexbox.alignStart,
.inlinevflexbox.alignStart,
.hflexboxReverse.alignStart {
  align-items: flex-start;
}
.hflexbox.alignEnd,
.vflexbox.alignEnd,
.inlinevflexbox.alignEnd,
.hflexboxReverse.alignEnd {
  align-items: flex-end;
}
.hflexbox.flexWrap,
.vflexbox.flexWrap,
.inlinevflexbox.flexWrap,
.hflexboxReverse.flexWrap {
  flex-wrap: wrap;
}
.hflexbox.flexWrapReverse,
.vflexbox.flexWrapReverse,
.inlinevflexbox.flexWrapReverse,
.hflexboxReverse.flexWrapReverse {
  flex-wrap: wrap-reverse;
}
.hflexbox > .flexGrowAll,
.vflexbox > .flexGrowAll,
.inlinevflexbox > .flexGrowAll,
.hflexboxReverse > .flexGrowAll {
  flex-grow: 100;
}
.planPopupContent {
  background-color: #fff;
  border-radius: 12px;
  max-width: 340px;
  text-align: center;
}
.planPopupContent .planOverHeader {
  color: #fff;
  height: 120px;
  background-image: linear-gradient(#9f00e8, #6600cc);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.planPopupContent .planOverHeader :first-child {
  padding-top: 36px;
}
.planPopupContent .planOverHeader :last-child {
  margin-top: 8px;
}
.planPopupContent .planOverText {
  color: #787878;
  padding: 20px 20px 8px 20px;
  height: 100px;
}
.planPopupContent button {
  color: #fff;
  border-radius: 20px;
  height: 40px;
  width: 240px;
  background-color: #6750A4;
  margin-bottom: 20px;
}
.hflexbox {
  display: flex;
  flex-flow: row nowrap;
}
.hflexboxReverse {
  display: flex;
  flex-flow: row-reverse nowrap;
}
.vflexbox {
  display: flex;
  flex-flow: column nowrap;
}
.inlinevflexbox {
  display: inline-flex;
  flex-flow: column nowrap;
}
.nowrap {
  white-space: nowrap;
}
.wrapText {
  white-space: normal;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shadowButton {
  margin: 8px;
  min-width: 144px;
  padding: 0;
  transition: box-shadow 0.25s;
}
.shadowButton > .content,
.shadowButton > .contentNoColor {
  padding: 8px 24px;
  text-align: center;
  min-width: 96px;
  font-size: 16px;
  line-height: 24px;
  display: block;
  cursor: pointer;
}
.shadowButton.iconOnly {
  min-width: 0;
}
.shadowButton.iconOnly > .content,
.shadowButton.iconOnly > .contentNoColor {
  padding: 12px;
  min-width: 40px;
  min-height: 40px;
  font-size: 20px;
}
.shadowButton.iconOnly > .content.themeBackgroundAccentDark,
.shadowButton.iconOnly > .contentNoColor.themeBackgroundAccentDark {
  background-color: #E8E8E8;
  color: #35291F;
}
.shadowButton > .content {
  color: white;
}
@media (max-width: 680px) {
  .shadowButton {
    min-width: 80px;
  }
  .shadowButton > .content,
  .shadowButton > .contentNoColor {
    font-size: 12px;
    line-height: 16px;
    padding: 6px 24px;
    min-width: 80px;
  }
  .shadowButton.iconOnly > .content,
  .shadowButton.iconOnly > .contentNoColor {
    min-width: 40px;
    padding-top: 12px;
    font-size: 20px;
  }
}
.shadowButton > .disabled {
  background-color: #5e525c !important;
}
div.dialogBox {
  left: calc(50% -  272px );
  width: 512px;
  background-color: white;
  top: 48px;
  position: absolute;
  padding: 16px;
  z-index: 1;
}
.correctColor {
  color: #0a7e07;
}
.inCorrectColor {
  color: #d01716;
}
.editable {
  border: 1px solid black;
  border-radius: 4px;
  padding: 8px;
}
.hidden {
  display: none;
}
.visibilityHidden {
  visibility: hidden !important;
}
.displayBlockImp {
  display: block !important;
}
.hiddenImp {
  display: none !important;
}
.colorGrey {
  color: grey;
}
.option-btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  background: rgba(224, 231, 255, 0.33);
  border: 1px solid #e0e7ff;
  min-height: 36px;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  text-align: left;
  position: relative;
}
.option-btn[pressed='true'] {
  border: 1px solid #2e5bff;
}
.option-btn > span {
  font-size: 24px;
  line-height: 32px;
  line-height: 1em;
}
.option-btn > span[data-icon="check"],
.option-btn[pressed='true'] > span[data-icon="check-empty"] {
  display: none;
}
.option-btn > span[data-icon="check-empty"],
.option-btn[pressed='true'] > span[data-icon="check"] {
  display: block;
}
.option-btn > div.optionCircle {
  border: 1px solid #e0e7ff;
  border-radius: 100px;
  font-size: 14px;
  line-height: 20px;
  line-height: 28px;
  height: 28px;
  width: 28px;
  color: #1F0310;
  background-color: #fff;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  font-family: 'Montserrat', arial, sans-serif;
  z-index: 2;
}
.option-btn[pressed='true'] > div.optionCircle {
  background-color: #2e5bff;
  color: #fff;
}
.option-btn .ans {
  margin-left: 8px;
  margin-right: 16px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  overflow-x: auto;
  padding: 4px 0;
  padding-right: 8px;
}
.option-btn .ans > :last-child {
  margin-bottom: 0 !important;
}
@media (max-width: 680px) {
  .option-btn.resize img {
    max-height: 80px;
    width: auto;
  }
}
.option-btn-small {
  padding: 4px;
  min-height: 32px;
}
a.nodecoration,
a.nodecoration:hover,
a.nodecoration:visited {
  text-decoration: inherit;
}
@media (max-width: 680px) {
  .desktopLongString {
    display: none;
  }
}
.padCard {
  padding: 16px 20px;
}
.separateSubCards {
  border-bottom: 8px solid #f9f9fb;
}
[imported-html] p {
  margin: initial;
}
.guestSampleCover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.guestSampleCover > .guestSampleLabel {
  background-color: rgba(250, 55, 53, 0.8);
  color: white;
  transform: translate(-25%, 0) rotateZ(-45deg);
  font-size: 16px;
  line-height: 24px;
  padding: 4px;
  text-align: center;
  width: 200%;
}
button[type='button'].switchButton {
  margin-top: 4.5px;
  border-radius: 100px;
  height: 14px;
  width: 36px;
  padding: 0;
  background-color: #bbb;
  transition: background-color ease-in-out 150ms;
}
button[type='button'].switchButton > .switchBtn {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 40px;
  background-color: #AFCA90;
  transition: transform ease-in-out 150ms, background-color linear 150ms;
  transform: translate3d(-2px, -3px, 0);
}
button[type='button'].switchButton[pressed='true'] {
  text-align: left;
  background-color: #AFCA90;
}
button[type='button'].switchButton[pressed='true'] > .switchBtn {
  background-color: #333C1A;
  transform: translate3d(18px, -3px, 0);
}
button[type='button'].switchButton[disabled='true'] {
  background-color: #bbb;
}
button[type='button'].switchButton[disabled='true'] > .switchBtn {
  background-color: #E8E8E8;
  transform: translate3d(-2px, -3px, 0);
}
.getAttention {
  font-size: 16px;
  line-height: 24px;
}
.pulser {
  animation: pulse2 1s linear infinite;
}
@keyframes pulse2 {
  0% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.mdUserImage1 > img {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.horizontal-list {
  display: inline-flex;
  margin: 0;
}
.horizontal-list li {
  margin-left: 4px;
}
.horizontal-list > :nth-child(1) {
  position: relative;
  left: 9%;
}
.horizontal-list > :nth-child(2) {
  position: relative;
  left: 6%;
}
.horizontal-list > :nth-child(3) {
  position: relative;
  left: 3%;
}
.horizontal-list > :nth-child(4) {
  position: relative;
}
.infoContainer {
  position: relative;
}
.infoContainer button {
  color: #212121;
  font-weight: unset;
  cursor: pointer;
}
.infoContainer button .infoIcon {
  font-size: 18px;
}
.infoContainer button:focus .infoIcon,
.infoContainer button:active .infoIcon,
.infoContainer button:hover .infoIcon {
  color: #337ab7;
}
.infoContainer .betaText {
  color: #337ab7;
  padding: 0 4px;
  transform: translate3d(0, 1px, 0);
}
.infoContainer .infoText {
  position: absolute;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 240px;
  display: none;
  font-size: 14px;
  line-height: 20px;
  background: #eeefff;
  z-index: 100;
  text-align: left;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.infoContainer .infoText.infoTooltip {
  padding: 4px;
  font-size: 12px;
  line-height: 16px;
  white-space: normal;
  width: 140px;
}
@media (max-width: 375px) {
  .infoContainer .infoText {
    width: 180px;
  }
}
.infoContainer .infoText.sizeSmall {
  width: 100px;
}
.infoContainer .infoText.rightZero {
  right: 0px;
}
.infoContainer .infoText.bottomZero {
  bottom: 0px;
}
.infoContainer .infoText.leftZero {
  left: 0px;
}
.infoContainer .infoText.topZero {
  top: 0px;
}
.infoContainer .infoText.bottomMarginTwenty {
  bottom: 20px;
}
.infoContainer button:focus + .infoText {
  display: block;
}
.infoContainer button:active + .infoText {
  display: block;
}
.infoContainer .infoContainer:hover {
  display: block;
}
.infoContainer .infoText:hover {
  display: block;
}
@media (hover: none) {
  .infoContainer button:hover + .infoText {
    display: block;
  }
}
.infoContainer.largeInfo .infoText {
  max-height: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 240px;
}
.infoContainer.largeInfo .infoText .largeInfoTitle {
  margin-bottom: 4px;
  border-bottom: 1px solid #ddd;
}
.infoContainer.largeInfo .infoText .largeInfoTitle > :last-child {
  color: #03a9f4;
}
@media (min-width: 400px) {
  .infoContainer.largeInfo .infoText {
    width: 348px;
  }
}
@media (min-width: 800px) {
  .infoContainer.largeInfo .infoText {
    width: 500px;
  }
}
.infoContainer.largeInfo .infoText.guidedRevInfo {
  max-height: 300px;
}
@media (min-width: 400px) {
  .infoContainer.largeInfo .infoText.guidedRevInfo {
    max-height: 248px;
  }
}
@media (min-width: 450px) {
  .infoContainer.largeInfo .infoText.guidedRevInfo {
    max-height: 212px;
  }
}
.fullHeight {
  height: 100%;
}
.fullHeightImp {
  height: 100% !important;
}
.minFullHeight {
  min-height: 100%;
}
.sharpCorners {
  border-radius: 0;
}
.toggleBtn {
  background-color: #999;
  cursor: pointer;
  border-radius: 100px;
  height: 14px;
  width: 28px;
  padding: 0;
  transition: background-color ease-in-out 150ms;
  align-items: center;
  color: rgba(33, 33, 33, 0.5);
  flex-shrink: 0;
}
.toggleBtn div {
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #fff;
  transition: transform ease-in-out 150ms, background-color linear 150ms;
  transform: translate3d(4px, 0, 0);
}
.toggleBtn[pressed='true'] {
  background-color: #33ac2e;
}
.toggleBtn[pressed='true'] div {
  transform: translate3d(16px, 0, 0);
}
.toggleBtn[disabled='true'] {
  background-color: #cfd8dc;
}
.toggleBtn[disabled='true'] div {
  background-color: #ccc;
}
.toggleBtn.largeToggleBtn {
  height: 20px;
  width: 42px;
}
.toggleBtn.largeToggleBtn div {
  height: 12px;
  width: 12px;
}
.toggleBtn.largeToggleBtn[pressed='true'] div {
  transform: translate3d(26px, 0, 0);
}
/*Flex Gap*/
.gap-64 {
  gap: 64px;
}
.gap-40 {
  gap: 40px;
}
.gap-32 {
  gap: 32px;
}
.gap-24 {
  gap: 24px;
}
.gap-20 {
  gap: 20px;
}
.gap-16 {
  gap: 16px;
}
.gap-12 {
  gap: 12px;
}
.gap-8 {
  gap: 8px;
}
.gap-6 {
  gap: 6px;
}
.gap-4 {
  gap: 4px;
}
/*End*/
/*Column gap*/
.col-gap-8 {
  column-gap: 8px;
}
/*End*/
.heavyMargin {
  margin: 16px;
}
.mediumMargin {
  margin: 12px;
}
.noPaddingImp {
  padding: 0px !important;
}
.whiteBg {
  background: #fff;
}
.cardHeader {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.cardText {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  color: rgba(33, 33, 33, 0.7);
  padding: 8px 0;
}
.upperCase {
  text-transform: uppercase;
}
.font100 {
  font-weight: 100;
  font-variation-settings: "wght" 100;
}
.font200 {
  font-weight: 200;
  font-variation-settings: "wght" 200;
}
.font300 {
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.font400 {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.font500 {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.font600 {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
.font700 {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.font800 {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}
.font900 {
  font-weight: 900;
  font-variation-settings: "wght" 900;
}
.designV2LoadingText {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
.designV2LoadingText.nextVideoLoading {
  color: #98969e;
}
.subjectCategoryGrid .categoryPageTitle {
  margin-bottom: 8px;
}
.subjectCategoryGrid .categoryList,
.subjectCategoryGrid .categoryListV2 {
  height: 36px;
  border-radius: 100px;
  margin-bottom: 16px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 350px) {
  .subjectCategoryGrid .categoryList,
  .subjectCategoryGrid .categoryListV2 {
    font-size: 12px;
  }
}
.subjectCategoryGrid .categoryList li,
.subjectCategoryGrid .categoryListV2 li {
  flex: 1 1 0px;
}
.subjectCategoryGrid .categoryList .categoryName,
.subjectCategoryGrid .categoryListV2 .categoryName {
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e5e5e5;
  color: #212121;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  padding: 0 12px;
  width: 100%;
  transition: background 0.2s ease-out;
}
.subjectCategoryGrid .categoryList li:first-child .categoryName,
.subjectCategoryGrid .categoryListV2 li:first-child .categoryName {
  border: 1px solid #e5e5e5;
  border-radius: 100px 0 0 100px;
}
.subjectCategoryGrid .categoryList li:last-child .categoryName,
.subjectCategoryGrid .categoryListV2 li:last-child .categoryName {
  border: 1px solid #e5e5e5;
  border-radius: 0 100px 100px 0;
}
.subjectCategoryGrid .categoryListV2 .categoryName.activeCategory {
  background: #6750A4;
  border: 1px solid #e5e5e5;
  color: #FFFFFF;
}
.subjectCategoryGrid .categorizedSubjectList li {
  width: calc(50% - 10px);
}
.subjectCategoryGrid .categorizedSubjectList > :nth-child(2n+1) {
  margin-right: 20px;
}
.subjectCategoryGrid .categorizedSubjectList .categorizedSubject {
  height: 110px;
  width: 100%;
  background: #fff;
  margin-bottom: 16px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 12px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.subjectCategoryGrid .categorizedSubjectList .categorizedSubject .categorizedSubjectIcon {
  font-family: 'appicons';
  font-size: 36px;
  line-height: 40px;
}
.subjectCategoryGrid .categorizedSubjectList .categorizedSubject :last-child {
  font-size: 12px;
  line-height: 16px;
  margin-top: 12px;
}
.subjectCategoryGrid .categorizedSubjectGrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, 152px);
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin: 2px;
  margin-bottom: 24px;
}
@media (max-width: 520px) {
  .subjectCategoryGrid .categorizedSubjectGrid {
    justify-content: space-around;
  }
}
.mdsSubjectIcon {
  height: 46px;
  background: no-repeat;
  background-position: center;
  margin-bottom: 12px;
  width: 100%;
  margin-top: 12px;
  background-size: contain;
}
.categorizedSubjectMds {
  height: 120px;
  width: 100%;
  background: #fff;
  padding: 4px;
  margin-bottom: 16px;
  align-items: center;
  border: 1px solid #eff2ff;
  border-radius: 4px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.categorizedSubjectMds .categorizedSubjectIcon {
  font-size: 36px;
  line-height: 40px;
}
.categorizedSubjectMds :last-child {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 12px;
}
.fullWidth {
  width: 100%;
}
.fullMaxWidth {
  max-width: 100%;
}
.hideMarkerFromDetail details > summary:first-of-type {
  list-style: none;
}
.hideMarkerFromDetail details > summary::-webkit-details-marker {
  display: none;
}
.hideMarkerFromDetail details > summary::marker {
  display: none;
}
.rotateZ90 {
  display: inline-block;
  transform: rotate3d(0, 0, 1, 90deg);
}
.globalFilter {
  position: fixed;
  bottom: 36px;
  right: 16px;
  background-color: #2e5bff;
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
}
@media (max-width: 720px) {
  .globalFilter {
    bottom: 8px;
  }
}
.globalFilter > :last-child {
  margin-left: 2px;
}
.rotate180 {
  transform: rotate3d(0, 0, 1, 180deg);
}
.ellipsisLoader {
  font-size: 16px;
  line-height: 16px;
  vertical-align: bottom;
  max-height: 16px;
  display: inline-block;
}
.ellipsisLoader::after {
  overflow: hidden;
  display: inline-block;
  animation: ellipsisLoading steps(4, end) 1000ms infinite;
  content: "...";
  width: 0px;
}
@keyframes ellipsisLoading {
  to {
    width: 20px;
  }
}
.sliderLoader {
  background-image: linear-gradient(to right, transparent 0%, rgba(200, 200, 200, 0.5) 40%, rgba(200, 200, 200, 0.5) 60%, transparent 100%);
  min-width: 150px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sliderLoading 1s linear infinite;
}
@keyframes sliderLoading {
  from {
    left: -160px;
  }
  to {
    left: calc(260%);
  }
}
.listItemPadded li {
  padding: 12px 0;
}
.listItemPadded > :first-child {
  padding-top: 0;
}
.listItemSeparated li {
  border-bottom: 1px solid #dddddd;
}
.listItemSeparated > :last-child {
  border-bottom: none;
}
.flyoutBtnContainer {
  width: 20px;
  min-height: 20px;
  display: inline-block;
}
.flyoutBtnContainer button {
  color: #212121;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.flyoutBtnContainer button span {
  padding: 0px;
}
.flyoutBtnContainer li button {
  padding: 6px 60px 6px 16px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  position: absolute;
  right: 0;
  top: 0;
}
.flyoutBtnContainer > :last-child {
  padding: 4px 8px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.readableContent {
  font-family: 'Times New Roman', Times, serif;
}
.examPatterns .filterTag {
  height: 24px;
  border-radius: 20px;
  line-height: 24px;
  padding: 0 8px;
  margin: 4px;
  display: flex;
  align-items: center;
  border: 1px solid #b08ef5;
  color: #b08ef5;
  cursor: pointer;
}
.examPatterns .filterTag.selectedExam {
  background: #f3f3ff;
  border: 2px solid #b08ef5;
  color: #b08ef5;
}
.tagFlexbox {
  display: flex;
  flex-flow: wrap;
}
select {
  padding: 2px;
}
.feedbackLink {
  padding: 16px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.feedbackLink > :first-child {
  color: rgba(33, 33, 33, 0.5);
}
.feedbackLink button {
  color: #2e5bff;
}
.insightHintText {
  color: grey;
}
.insightHintText details > summary:first-of-type {
  list-style: none;
}
.insightHintText details > summary::-webkit-details-marker {
  display: none;
}
.insightHintText details > summary::marker {
  display: none;
}
.insightHintText.handlePaddingForAccordion details summary > div {
  padding: 8px 0;
}
.emptyListText {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  width: 80%;
  margin: auto;
}
.emptyListText :first-child {
  font-size: 18px;
  line-height: 24px;
}
.emptyListText :last-child {
  font-size: 16px;
  line-height: 24px;
  padding-top: 16px;
}
.allowTextSelect {
  user-select: text;
  -webkit-user-select: text;
}
.allowTextSelectImp {
  user-select: text !important;
  -webkit-user-select: text !important;
}
.cursorPointer {
  cursor: pointer;
}
.flexOne {
  flex: 1;
}
.mat3Btn {
  height: 40px;
  padding: 0 24px;
  line-height: 20px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  border-radius: 20px;
}
.mat3Btn.filled {
  background-color: #6600cc;
  color: white;
  border: none;
}
.mat3Btn.outlined {
  border: 1px solid #6600cc;
  background: white;
  color: #6600cc;
}
/*Material Slider start*/
.matSlider {
  width: calc(100% -  200px );
  font-size: 16px;
  line-height: 1.5;
  min-width: 152px;
  position: relative;
}
.matSlider > input {
  -webkit-appearance: none;
  position: relative;
  display: block;
  height: 36px;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
}
.matSlider > input :last-child {
  position: static;
  margin: 0;
}
.matSlider > input::-webkit-slider-runnable-track {
  border-radius: 1px;
  width: 100%;
  height: 4px;
  background-color: rgba(156, 39, 176, 0.15);
}
.matSlider > input::-webkit-slider-thumb {
  margin-top: 1px;
  -webkit-appearance: none;
  border: none;
  border-radius: 50%;
  height: 2px;
  width: 2px;
  background-color: #9c27b0;
  transform: scale(10, 10);
  transition: box-shadow 0.2s;
}
.matSlider > input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 2px rgba(156, 39, 176, 0.12);
}
.matSlider > input:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 2px rgba(156, 39, 176, 0.24) !important;
}
.matSlider:hover > input::-webkit-slider-thumb {
  box-shadow: 0 0 0 2px rgba(156, 39, 176, 0.04);
}
.matSlider:hover > input:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 2px rgba(156, 39, 176, 0.16);
}
.matSlider .slider-fill {
  position: absolute;
  height: 6px;
  left: 0;
  top: 17px;
  background-color: #9c27b0;
  border-radius: 4px;
}
.sliderValue {
  background-color: #f1f1f1;
  border-radius: 8px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  padding: 4px 16px;
  width: 48px;
  text-align: center;
}
/*Material Slider end*/
/*Material List card*/
.matListCard {
  border-radius: 12px;
  border: 1px solid #cccccc;
  padding: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.matListCard .listHeadText {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #7b1fa2;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  text-align: left;
}
.matListCard .listPrimText {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.matListCard .listSecText {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.6;
  text-align: left;
}
.matListCard .listIcon {
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  margin-right: 16px;
  background-color: transparent;
}
.matListCard .listIcon.filled {
  background-color: #bdbdbd;
}
.matListCard .listActionIcon {
  font-size: 24px;
}
.matListCard.hasActionBtn {
  justify-content: space-between;
}
.matListCard.hasMatIcon > :first-child {
  display: flex;
  align-items: center;
}
.matListCard.sizeNarrow {
  padding: 8px 16px;
}
.matListCard.sizeNarrow .listIcon {
  height: 36px;
  min-width: 36px;
}
.matListCard.sizeNarrow .listActionIcon {
  font-size: 20px;
}
/*List nesting/tree indicator*/
.branchedList .branchIndicator {
  width: 20px;
  height: 76px;
  margin-right: 8px;
}
.branchedList .branchIndicator > div {
  width: 20px;
  border-left: 2px dashed #cccccc;
}
.branchedList .branchIndicator .branchUpper {
  height: 32px;
  border-bottom: 2px dashed #cccccc;
}
.branchedList .branchIndicator .branchLower {
  height: 44px;
}
.branchedList > :last-child .branchIndicator .branchLower {
  border: none;
}
.branchedList.branchedMedium .branchIndicator {
  height: 56px;
}
.branchedList.branchedMedium .branchUpper,
.branchedList.branchedMedium .branchLower {
  height: 28px;
}
/*Material dropdown items*/
.matDropDownItems {
  background-color: #fff;
}
.matDropDownItems li {
  line-height: 24px;
}
.matDropDownItems li > button {
  height: 32px;
  padding: 4px 16px;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  font-size: 14px;
  line-height: 20px;
  line-height: 24px;
  width: 100%;
}
.matDropDownItems li > button > span {
  color: #000;
  line-height: 24px;
}
/*Scrollable FAQs*/
.faqScrollElement .faqItem > .bodyQuestion {
  border-width: 0 0 1px 0;
  border-color: #E8E8E8;
  border-style: solid;
  padding: 8px 4px 8px 8px;
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.faqScrollElement .faqItem > .bodyQuestion:hover {
  background: rgba(143, 159, 172, 0.25);
}
.faqScrollElement .faqItem > .bodyAnswer {
  font-weight: 400;
  font-variation-settings: "wght" 400;
  padding: 8px;
}
.faqScrollElement .faqItem > .bodyAnswer > ul {
  list-style-type: disc;
  list-style-position: inside;
}
.faqScrollElement .faqItem > .bodyAnswer > ul > li {
  padding: 4px 0;
}
.fontBolder {
  font-weight: bolder;
}
.spinnerLoadingMsgsArea {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
.spinnerLoadingMsgsArea > .noFlex {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}
.spinnerLoadingMsgsArea.justifySpaceAround {
  justify-content: space-around;
}
.spinnerLoadingMsgsArea.justifySpaceBetween {
  justify-content: space-between;
}
.spinnerLoadingMsgsArea.justifySpaceEvenly {
  justify-content: space-evenly;
}
.spinnerLoadingMsgsArea.justifyCenter {
  justify-content: center;
}
.spinnerLoadingMsgsArea.justifyFlexStart {
  justify-content: flex-start;
}
.spinnerLoadingMsgsArea.justifyFlexEnd {
  justify-content: flex-end;
}
.spinnerLoadingMsgsArea.alignCenter {
  align-items: center;
}
.spinnerLoadingMsgsArea.alignStretch {
  align-items: stretch;
}
.spinnerLoadingMsgsArea.alignBaseline {
  align-items: baseline;
}
.spinnerLoadingMsgsArea.alignStart {
  align-items: flex-start;
}
.spinnerLoadingMsgsArea.alignEnd {
  align-items: flex-end;
}
.spinnerLoadingMsgsArea.flexWrap {
  flex-wrap: wrap;
}
.spinnerLoadingMsgsArea.flexWrapReverse {
  flex-wrap: wrap-reverse;
}
.spinnerLoadingMsgsArea > .flexGrowAll {
  flex-grow: 100;
}
.spinnerLoadingMsgsArea .spinner {
  margin: 8px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}
.spinnerLoadingMsgsArea .spinner > div {
  background-color: #333333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinnerLoadingMsgsArea .spinner .rect1 {
  animation-delay: -1.2s;
}
.spinnerLoadingMsgsArea .spinner .rect2 {
  animation-delay: -1.1s;
}
.spinnerLoadingMsgsArea .spinner .rect3 {
  animation-delay: -1s;
}
.spinnerLoadingMsgsArea .spinner .rect4 {
  animation-delay: -0.9s;
}
.spinnerLoadingMsgsArea .spinner .rect5 {
  animation-delay: -0.8s;
}
/*pulse dot*/
.pulse-container {
  position: relative;
  height: 24px;
  width: 24px;
}
.pulse-container .pulse-dot {
  width: 16px;
  height: 16px;
  background-color: #D32F2F;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  position: absolute;
}
.pulse-container .pulse-ring {
  border: 3px solid #D32F2F;
  -webkit-border-radius: 100%;
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  animation: pulsate 1s ease-out infinite;
  opacity: 0;
}
@keyframes pulsate {
  0% {
    transform: scale3d(0.1, 0.1, 1);
    opacity: 0.0;
  }
  50% {
    opacity: 1.0;
  }
  100% {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    opacity: 0.0;
  }
}
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}
.skeleton.skeleton-text {
  height: 12px;
  border-radius: 4px;
}
.skeleton.skeleton-body {
  border-radius: 12px;
}
.skeleton.skeleton-img {
  border-radius: 100%;
}
@keyframes skeleton-loading {
  0% {
    background-color: #ECE7EB;
  }
  100% {
    background-color: #CAC5CD;
  }
}
[fontStyle='SourceSansPro'] .customFontStyle div,
[fontStyle='SourceSansPro'] .customFontStyle span,
[fontStyle='SourceSansPro'] .customFontStyle h1,
[fontStyle='SourceSansPro'] .customFontStyle h2,
[fontStyle='SourceSansPro'] .customFontStyle h3,
[fontStyle='SourceSansPro'] .customFontStyle h4,
[fontStyle='SourceSansPro'] .customFontStyle h5,
[fontStyle='SourceSansPro'] .customFontStyle h6,
[fontStyle='SourceSansPro'] .customFontStyle p {
  font-family: 'Source Sans 3', sans-serif !important;
}
[fontStyle='SourceSansPro'] .customFontStyle [class^="icon-"],
[fontStyle='SourceSansPro'] .customFontStyle [class*=" icon-"],
[fontStyle='SourceSansPro'] .customFontStyle [data-icon] {
  font-family: 'icomoon' !important;
}
[fontStyle='RobotoSlab'] .customFontStyle div,
[fontStyle='RobotoSlab'] .customFontStyle span,
[fontStyle='RobotoSlab'] .customFontStyle h1,
[fontStyle='RobotoSlab'] .customFontStyle h2,
[fontStyle='RobotoSlab'] .customFontStyle h3,
[fontStyle='RobotoSlab'] .customFontStyle h4,
[fontStyle='RobotoSlab'] .customFontStyle h5,
[fontStyle='RobotoSlab'] .customFontStyle h6,
[fontStyle='RobotoSlab'] .customFontStyle p {
  font-family: 'Roboto Slab', serif !important;
}
[fontStyle='RobotoSlab'] .customFontStyle [class^="icon-"],
[fontStyle='RobotoSlab'] .customFontStyle [class*=" icon-"],
[fontStyle='RobotoSlab'] .customFontStyle [data-icon] {
  font-family: 'icomoon' !important;
}
[fontStyle='Montserrat'] .customFontStyle div,
[fontStyle='Montserrat'] .customFontStyle span,
[fontStyle='Montserrat'] .customFontStyle h1,
[fontStyle='Montserrat'] .customFontStyle h2,
[fontStyle='Montserrat'] .customFontStyle h3,
[fontStyle='Montserrat'] .customFontStyle h4,
[fontStyle='Montserrat'] .customFontStyle h5,
[fontStyle='Montserrat'] .customFontStyle h6,
[fontStyle='Montserrat'] .customFontStyle p {
  font-family: 'Montserrat', arial, sans-serif !important;
}
[fontStyle='Montserrat'] .customFontStyle [class^="icon-"],
[fontStyle='Montserrat'] .customFontStyle [class*=" icon-"],
[fontStyle='Montserrat'] .customFontStyle [data-icon] {
  font-family: 'icomoon' !important;
}
[fontStyle='TimesNewRoman'] .customFontStyle div,
[fontStyle='TimesNewRoman'] .customFontStyle span,
[fontStyle='TimesNewRoman'] .customFontStyle h1,
[fontStyle='TimesNewRoman'] .customFontStyle h2,
[fontStyle='TimesNewRoman'] .customFontStyle h3,
[fontStyle='TimesNewRoman'] .customFontStyle h4,
[fontStyle='TimesNewRoman'] .customFontStyle h5,
[fontStyle='TimesNewRoman'] .customFontStyle h6,
[fontStyle='TimesNewRoman'] .customFontStyle p {
  font-family: 'Times New Roman', serif !important;
}
[fontStyle='TimesNewRoman'] .customFontStyle [class^="icon-"],
[fontStyle='TimesNewRoman'] .customFontStyle [class*=" icon-"],
[fontStyle='TimesNewRoman'] .customFontStyle [data-icon] {
  font-family: 'icomoon' !important;
}
[fontStyle='Equations'] .customFontStyle div,
[fontStyle='Equations'] .customFontStyle span,
[fontStyle='Equations'] .customFontStyle h1,
[fontStyle='Equations'] .customFontStyle h2,
[fontStyle='Equations'] .customFontStyle h3,
[fontStyle='Equations'] .customFontStyle h4,
[fontStyle='Equations'] .customFontStyle h5,
[fontStyle='Equations'] .customFontStyle h6,
[fontStyle='Equations'] .customFontStyle p {
  font-family: KaTeX_Main, "Times New Roman", serif !important;
}
[fontStyle='Equations'] .customFontStyle [class^="icon-"],
[fontStyle='Equations'] .customFontStyle [class*=" icon-"],
[fontStyle='Equations'] .customFontStyle [data-icon] {
  font-family: 'icomoon' !important;
}
[fontSize='Small'] .customFontSize {
  font-size: 14px;
  line-height: 20px;
}
[fontSize='Medium'] .customFontSize {
  font-size: 16px;
  line-height: 24px;
}
[fontSize='Large'] .customFontSize {
  font-size: 18px;
  line-height: 24px;
}
[fontSize='Big'] .customFontSize {
  font-size: 20px;
  line-height: 24px;
}
/*end*/
.chipDiv {
  border: 1.5px solid #4a148c;
  color: #4a148c;
  height: 32px;
  background-color: #FFFFFF;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
}
.chipDiv.selectedChip {
  background-color: #7e57c2;
  color: white;
  padding-left: 0;
  border: none;
}
.chipDiv.selectedChip::before {
  content: '\2713';
  font-weight: 500;
  font-variation-settings: "wght" 500;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 18px;
}
.simpleDropdown {
  appearance: none;
  outline: 0;
  border-radius: 8px;
  border: 1px solid #CFBCFF;
  cursor: pointer;
  height: 40px;
  background: linear-gradient(60deg, white 0 42.5%, transparent 45% 100%), linear-gradient(180deg, white 0 42.5%, transparent 45% 100%), linear-gradient(300deg, white 0 42.5%, transparent 45% 100%), linear-gradient(to right, white, black, black);
  background-size: 28px 40px;
  background-repeat: no-repeat;
  background-position: right;
  padding: 0 24px 0 8px;
  /* Remove focus outline */
}
.simpleDropdown option {
  padding: 4px;
}
.simpleDropdown:focus {
  outline: none;
}
.v3LoadingMsgsArea {
  display: none;
  min-height: 220px;
}
.v3LoadingMsgsArea.showV3Loader {
  display: flex;
}
.v3LoadingMsgsArea .msgTextArea {
  text-align: center;
}
.v3LoadingMsgsArea .v3LoadingMsg {
  font-weight: bolder;
}
.v3LoadingMsgsArea .spinner {
  margin: 8px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.v3LoadingMsgsArea .spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.v3LoadingMsgsArea .spinner .rect1 {
  animation-delay: -1.2s;
}
.v3LoadingMsgsArea .spinner .rect2 {
  animation-delay: -1.1s;
}
.v3LoadingMsgsArea .spinner .rect3 {
  animation-delay: -1s;
}
.v3LoadingMsgsArea .spinner .rect4 {
  animation-delay: -0.9s;
}
.v3LoadingMsgsArea .spinner .rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/*Show/hide on loading finished*/
.loadingFinished .hideOnLoadingFinishedBlock,
.loadingFinished .hideOnLoadingFinishedFlex {
  display: none !important;
}
.loadingFinished .showOnLoadingFinishedBlock {
  display: block;
}
.loadingFinished .showOnLoadingFinishedFlex {
  display: flex;
}
.hideOnLoadingFinishedBlock {
  display: block;
}
.hideOnLoadingFinishedFlex {
  display: flex;
}
.showOnLoadingFinishedBlock,
.showOnLoadingFinishedFlex {
  display: none;
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*end*/
/*Tables*/
.coloredTable > :nth-child(odd) {
  background-color: #F5EEFA;
}
.coloredTable.lime > :nth-child(odd) {
  background-color: #f9fbe7;
}
/*end*/
.imageZoomIcon {
  position: absolute;
  font-size: 24px;
  color: #FFFFFF;
  background-color: transparent;
  bottom: 0;
  right: 0;
  text-shadow: 0px 0px 4px #311b92;
}
.workoutItemV3 {
  padding: 4px;
  border-radius: 20px;
  cursor: pointer;
  width: 156px;
  height: 156px;
  gap: 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
}
.workoutItemV3 .itemIconV3 {
  margin-bottom: 10px;
  width: 80px;
  height: 80px;
  background-size: 80px;
}
.workoutItemV3 .itemNameV3 {
  font-size: 12px;
  text-wrap: balance;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.strikeThroughPrice {
  text-decoration: line-through;
  text-decoration-color: #777777;
  color: #777777;
}
.flashSaleRibbonLtoR,
.flashSaleRibbonRtoL {
  color: white;
  display: flex;
}
.flashSaleRibbonLtoR .fishtail,
.flashSaleRibbonRtoL .fishtail {
  border: 8px solid #ab47bc;
}
.flashSaleRibbonLtoR .fishbody,
.flashSaleRibbonRtoL .fishbody {
  background: #ab47bc;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.5px;
  padding-top: 1px;
}
.flashSaleRibbonLtoR .fishhead,
.flashSaleRibbonRtoL .fishhead {
  border: 8px solid transparent;
}
.flashSaleRibbonLtoR {
  flex-direction: row-reverse;
}
.flashSaleRibbonLtoR .fishtail {
  border-left: 4px solid transparent;
}
.flashSaleRibbonLtoR .fishbody {
  padding-right: 12px;
  padding-left: 8px;
}
.flashSaleRibbonLtoR .fishhead {
  border-left: 4px solid #ab47bc;
}
.flashSaleRibbonRtoL .fishtail {
  border-right: 4px solid transparent;
}
.flashSaleRibbonRtoL .fishbody {
  padding-right: 8px;
  padding-left: 12px;
}
.flashSaleRibbonRtoL .fishhead {
  border-right: 4px solid #ab47bc;
}
.buyBanner {
  position: relative;
}
@media (max-width: 720px) {
  .buyBanner {
    position: fixed;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
}
.flip-horizontal {
  transform: scaleX(-1);
}
math {
  font-size: larger;
}
body {
  font-family: 'Montserrat', arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571;
  background-size: cover;
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
h1 {
  font-family: 'Roboto Slab', 'Times New Roman', Georgia, serif;
  font-weight: 300;
  font-variation-settings: "wght" 300;
  font-size: 24px;
  margin: 0;
}
h2 {
  font-family: 'Roboto Slab', 'Times New Roman', Georgia, serif;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  margin: 0;
}
ul,
ol {
  list-style: none;
  list-style-type: none;
  padding: 0;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #eee;
}
.nativeStyles ol,
.nativeStyles ul {
  list-style-type: disc;
  padding-left: 40px;
}
.nativeStyles ol {
  list-style-type: decimal;
}
content-div,
main-content,
navigation-shadow,
header-shadow,
graph,
popup-content,
footer-shadow {
  display: block;
}
button {
  outline: none;
  padding: 0;
}
.themePurple .themeBackground,
.themeBackground.themePurple {
  background-color: #9c27b0;
}
.themePurple .themeBackgroundDark,
.themeBackgroundDark.themePurple {
  background-color: #4a148c;
}
.themePurple .themeBackgroundLight,
.themeBackgroundLight.themePurple {
  background-color: #fafafa;
}
.themePurple .themeBackgroundAccent,
.themeBackgroundAccent.themePurple {
  background-color: #66883F;
}
.themePurple .themeBackgroundAccentDark,
.themeBackgroundAccentDark.themePurple {
  background-color: #333C1A;
}
.themePurple .themeBackgroundHighlight,
.themeBackgroundHighlight.themePurple {
  background-color: #AFCA90;
}
.themePurple .themeColor,
.themeColor.themePurple {
  color: #45525D;
}
.themePurple .themeColorDark,
.themeColorDark.themePurple {
  color: #35291F;
}
.themePurple .themeColorLight,
.themeColorLight.themePurple {
  color: #E8E8E8;
}
.themePurple .themeColorAccent,
.themeColorAccent.themePurple {
  color: #66883F;
}
.themePurple .themeColorAccentDark,
.themeColorAccentDark.themePurple {
  color: #333C1A;
}
.themePurple .themeColorHighlight,
.themeColorHighlight.themePurple {
  color: #AFCA90;
}
.themePurple .themeBorder,
.themeBorder.themePurple {
  border-color: #9c27b0;
}
.themePurple .themeBorderDark,
.themeBorderDark.themePurple {
  border-color: #4a148c;
}
.themePurple .themeBorderLight,
.themeBorderLight.themePurple {
  border-color: #fafafa;
}
.themePurple .themeBorderAccent,
.themeBorderAccent.themePurple {
  border-color: #66883F;
}
.themePurple .themeBorderAccentDark,
.themeBorderAccentDark.themePurple {
  border-color: #333C1A;
}
.themePurple .themeBorderHighlight,
.themeBorderHighlight.themePurple {
  border-color: #AFCA90;
}
.themePurple .hoverBackground:hover,
.hoverBackground.themePurple:hover {
  background-color: #9c27b0;
}
.themePurple .hoverBackgroundDark:hover,
.hoverBackgroundDark.themePurple:hover {
  background-color: #4a148c;
}
.themePurple .hoverBackgroundLight:hover,
.hoverBackgroundLight.themePurple:hover {
  background-color: #fafafa;
}
.themePurple .hoverBackgroundAccent:hover,
.hoverBackgroundAccent.themePurple:hover {
  background-color: #66883F;
}
.themePurple .hoverBackgroundAccentDark:hover,
.hoverBackgroundAccentDark.themePurple:hover {
  background-color: #333C1A;
}
.themePurple .hoverBackgroundHighlight:hover,
.hoverBackgroundHighlight.themePurple:hover {
  background-color: #AFCA90;
}
.themePurple .hoverColor:hover,
.hoverColor.themePurple:hover {
  color: #45525D;
}
.themePurple .hoverColorDark:hover,
.hoverColorDark.themePurple:hover {
  color: #1F0310;
}
.themePurple .hoverColorLight:hover,
.hoverColorLight.themePurple:hover {
  color: #E8E8E8;
}
.themePurple .hoverColorAccent:hover,
.hoverColorAccent.themePurple:hover {
  color: #66883F;
}
.themePurple .hoverColorAccentDark:hover,
.hoverColorAccentDark.themePurple:hover {
  color: #333C1A;
}
.themePurple .hoverColorHighlight:hover,
.hoverColorHighlight.themePurple:hover {
  color: #AFCA90;
}
.themePurple .hoverBorder:hover,
.hoverBorder.themePurple:hover {
  border-color: #9c27b0;
}
.themePurple .hoverBorderDark:hover,
.hoverBorderDark.themePurple:hover {
  border-color: #4a148c;
}
.themePurple .hoverBorderLight:hover,
.hoverBorderLight.themePurple:hover {
  border-color: #fafafa;
}
.themePurple .hoverBorderAccent:hover,
.hoverBorderAccent.themePurple:hover {
  border-color: #66883F;
}
.themePurple .hoverBorderAccentDark:hover,
.hoverBorderAccentDark.themePurple:hover {
  border-color: #333C1A;
}
.themePurple .hoverBorderHighlight:hover,
.hoverBorderHighlight.themePurple:hover {
  border-color: #AFCA90;
}
.colorDivider,
.hoverColorDivider:hover {
  border-color: #e0e0e0;
}
.colorHintText,
.hoverColorHintText:hover {
  color: #bdbdbd;
}
.colorSecondaryText,
.colorIcons,
.hoverColorSecondaryText:hover,
.hoverColorIcons:hover {
  color: #757575;
}
.colorText,
.hoverColorText:hover {
  color: #212121;
}
.colorDividerW,
.hoverColorDividerW:hover {
  border-color: #1f1f1f;
}
.colorHintTextW,
.hoverColorHintTextW:hover {
  color: #737373;
}
.colorSecondaryTextW,
.colorIconsW,
.hoverColorSecondaryTextW:hover,
.hoverColorIconsW:hover {
  color: #bfbfbf;
}
.colorTextW,
.hoverColorTextW:hover {
  color: #ffffff;
}
.colorDividerWithAlpha,
.hoverColorDividerWithAlpha:hover {
  border-color: rgba(0, 0, 0, 0.12);
}
.colorHintTextWithAlpha,
.hoverColorHintTextWithAlpha:hover {
  color: rgba(0, 0, 0, 0.26);
}
.colorSecondaryTextWithAlpha,
.colorIconsWithAlpha,
.hoverColorSecondaryTextWithAlpha:hover,
.hoverColorIconsWithAlpha:hover {
  color: rgba(0, 0, 0, 0.54);
}
.colorTextWithAlpha,
.hoverColorTextWithAlpha:hover {
  color: rgba(0, 0, 0, 0.87);
}
.colorDividerWithAlphaW,
.hoverColorDividerWithAlphaW:hover {
  border-color: rgba(255, 255, 255, 0.12);
}
.colorHintTextWithAlphaW,
.hoverColorHintTextWithAlphaW:hover {
  color: rgba(255, 255, 255, 0.26);
}
.colorSecondaryTextWithAlphaW,
.colorIconsW,
.hoverColorSecondaryTextWithAlphaW:hover,
.hoverColorIconsW:hover {
  color: rgba(255, 255, 255, 0.54);
}
.colorTextWithAlphaW,
.hoverColorTextWithAlphaW:hover {
  color: rgba(255, 255, 255, 0.87);
}
.paperShadowBotZ1Down {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.paperShadowTopZ1Down {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}
.paperShadowBotZ2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.26);
}
.paperShadowTopZ2 {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16);
}
.paperShadowBotZ3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24);
}
.paperShadowTopZ3 {
  box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.16);
}
.paperShadowBotZ4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.26);
}
.paperShadowTopZ4 {
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.16);
}
.paperShadowBotZ5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2);
}
.paperShadowTopZ5 {
  box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
.shadowZ0 {
  box-shadow: none !important;
}
.shadowZsoft {
  box-shadow: 0 1px 16px rgba(150, 150, 150, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
}
.shadowZsoft-2 {
  box-shadow: 0 1px 2px rgba(150, 150, 150, 0.3), 0 0 4px rgba(255, 255, 255, 0.1) inset;
}
.shadowZ1,
.shadowButton {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.shadowZ1-half,
.shadowButton:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.shadowZ2 {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.shadowZ3 {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.shadowZ4 {
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}
.shadowZ5 {
  box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}
.confirmationPage {
  max-width: 480px;
  margin: auto;
  /* forms */
}
.confirmationPage label {
  margin-left: 5%;
}
.confirmationPage input {
  width: 90%;
  margin-left: 5%;
  box-sizing: border-box;
}
.confirmationPage button {
  margin-right: calc(5% -12px);
}
.confirmationPage a {
  color: #4527a0;
  text-decoration: underline;
  cursor: pointer;
}
/*!
 * Quill Editor v1.2.3
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  cursor: text;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: '\2022';
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}
.ql-editor li::before {
  display: inline-block;
  margin-right: 0.3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
}
.ql-editor ol li,
.ql-editor ul li {
  padding-left: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-num;
}
.ql-editor ol li:before {
  content: counter(list-num, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0,0,0,0.6);
  content: attr(data-placeholder);
  font-style: italic;
  pointer-events: none;
  position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding-bottom: 2px;
  padding-top: 2px;
}
.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
  content: "\A0";
  letter-spacing: -2px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
