/* Custom Style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/** Avenir **/
@font-face {
    font-family: 'Avenir';
    src: url('../../../fonts/Avenir.otf') format("opentype"),
    url('../../../fonts/Avenir-Light.eot') format('eot'),
    url('../../../fonts/Avenir-Light.ttf') format('ttf'),
    url('../../../fonts/Avenir-Light.woff') format('woff'),
    url('../../../fonts/Avenir-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/** Segoe **/
@font-face {
    font-family: 'segoepr';
    src: url('../../../fonts/segoepr.ttf') format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    background: url(../../../img/course/practice/bg-content.jpg) #f1f9e0;;
    font-family: Avenir, sans-serif;
    overflow-x: hidden;
}

header {
    background: url(../../../img/course/practice/bg-header.jpg);
    margin: 0;
    width: 100%;
    height: 130px;
    border-bottom: 5px solid #fff;
    z-index: 2;
    text-align: center;
    padding: 10px 0 0 0;
}

.header-left {
    position: absolute;
    top: 35px;
    left: 0;
    line-height: .5em;
    font-size: .8em;
    text-align: left;
}

.header-right {
    position: absolute;
    top: 35px;
    right: 0;
    line-height: .8em;
    text-align: left;
}

.content {
    margin: 1% 0 5% 0;
    width: 100%;
    position: relative;
    text-align: center;
}

.content h1 {
    color: #a03967;
    font-size: 1.1em;
    line-height: 1.5em;
    border-bottom: 3px solid #ffd6e9;
    padding-bottom: 10px;
    width: 80%;
    margin: 35px auto;
}

.content h2 {
    color: #a03967;
    font-size: 1.3em;
    line-height: 1.5em;
    border-bottom: 3px solid #ffd6e9;
    padding-bottom: 10px;
    width: 80%;
    margin: 0 auto 15px auto;
}

.content h3 {
    color: #c4174f;
    font-size: 1em;
}

.content p {
    text-align: justify;
}

.top-progress {
    background: #e55175;
    margin: 0 auto 2% auto;
    width: 27%;
    border: 1px solid #fde1ee;
    border-radius: 10px;
    padding: 5px;
}

.top-progress h3 {
    display: inline;
    font-size: 1.1em;
    color: #fff;
}

.top-progress ul {
    list-style: none;
    display: inline;
    margin-left: -25px;
}

.top-progress ul li {
    display: inline-block;
    font-size: .9em;
    border: 1px solid #fdf3f2;
    border-radius: 5px;
    padding: 3px 9px;
    margin: 0 1px;
    background: #fde1ee;
    color: #fff;
}

.top-progress .current {
    background: #fff;
    color: #E55175;
}


.button--wayra:hover {
    border-color: #EFA1AF !important;
}


.button--wayra.button--inverted:hover {
    border-color: #EFA1AF !important;
}

.button--wayra:hover::before {
    background-color: #EFA1AF !important;

}

.button--wayra.button--inverted:hover::before {
    background-color: #EFA1AF !important;
}


footer {
    width: 100%;
    height: 55px;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    border-top: 5px solid #fff;
    background: url(../../../img/course/practice/bg-footer.jpg);
    z-index: 90000;
}

.no-cursor {
    cursor: auto;
}

.md-modal {
    width: 700px;
}

.answer-letter {
    font-weight: bold;
    cursor: pointer;
    font-style: italic;
    color: #44AF92 !important;
    margin: 0 5px 0 5px;
}

.answer:hover {
    color: #aaa;
}

.typed-cursor {
    opacity: 0;
}

.links {
    margin: 20px 0;
    font-size: 0.75em;
    text-align: center;
}

.line-through {
    text-decoration: line-through;
}


.md-content {
    color: #373737;
    background: #f298ac;
    position: relative;
    margin: 0 auto;
    border: 2px #C4174F solid;
    border-radius: 7px;
    font-family: Avenir, Tahoma, sans-serif;
    z-index: -5;

}

.md-content h3 {
    margin: 0;
    padding: 0.3em;
    text-align: center;
    font-size: 1.2em;
    opacity: 1;
    background: #C4174F;
    border-radius: 3px 3px 0 0;
    color: #fff;
}


/* Scroll */
.is-define-scroll {
    position: fixed;
    right: 3%;
    top: 50%;
    z-index: 100;
    display: none;
    cursor: pointer;
}

/* Preloader */
.fakeloader {
    z-index: 100000000;
}

.container {
    display: none;
}

.img_s {
    position: relative;
    top: 15px;
    left: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#next {
    cursor: pointer;
}

.all {
    width: 80%;
}

.main-topic {
    margin: 1% auto 3% auto;
    width: 58%;
    border: #c7d37a 2px solid;
    border-radius: 10px;
    padding: 0 20px;
    background: #fff;
    color: #557d38;
    font-size: 1.2em;
    text-align: justify;
    line-height: 22px;
}

.main-topic-guide {
    margin: 1% auto 3% auto;
    width: 58%;
    border: #c7d37a 2px solid;
    border-radius: 10px;
    padding: 0 20px;
    background: #fff;
    color: #557d38;
    font-size: 1.2em;
    text-align: justify;
}


.list_s {
    float: left;
    text-align: left;
    margin-left: 30px;
}

.list_s li {
    text-align: left;
    margin-bottom: 40px;
    margin-left: 20px;
}

.list_s b {
    opacity: 0;
    margin-top: 15px;
}


.list_s div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.list_s a {
    cursor: pointer;
}

#img_1, #img_2, #img_3, #img_4, #img_5, #img_6, #img_7, #img_8, #img_9, #img_10, #img_11, #img_12, #img_13, #img_14, #img_15, #img_16 {
    position: relative;
    left: 30px;
}

.li_1, .li_2, .li_3, .li_4, .li_5, .li_6, .li_7, .li_8, .li_9, .li_10, .li_11, .li_12, .li_13, .li_14, .li_15, .li_16 {
    opacity: 0;
    display: none;
    margin-bottom: 80px !important;
}


.example {
    font-size: 1em;
    font-weight: normal;
    line-height: 1.1em;
    border-left: 4px solid #557d38;
    padding-left: 10px;
    margin: 25px 0 20px 25px !important;
}

.list_s .title {
    font-size: 1.3em;
    font-weight: bold;
    color: #346531;
}

.line-through {
    text-decoration: line-through;
}

.board {
    text-align: justify;
}

.red {
    color: #dc4a4a;
}

.divider {
    border-bottom: 2px solid #bbb;
    padding-top: 8px;
    margin-bottom: 10px;
}

.green {
    color: #A5DC86;
    font-size: 1.03em;
}

.bg {
    background: rgba(239, 239, 239, 1);
    padding: 2px 4px;
    border-radius: 5px;
}


.main-topic {
    margin: 1% auto 3% auto;
    width: 58%;
    border: #c7d37a 2px solid;
    border-radius: 10px;
    padding: 0 20px;
    background: #A7CE97;
    color: #557d38;
    font-size: 1.2em;
    text-align: justify;
}

.tick-bottom {
    margin-bottom: -5px;
}

.scroll-progress {
    position: fixed;
    top: 0;
    z-index: 1000000000000000000;
    width: 100%;
    background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
    width: 100%;
    height: 5px;
    background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    height: 8px;
    background: #A7CE97;
    width: 0%;
    transition: width 3s;
}

a letter {
    color: inherit;
}

letter {
    display: inline-block;
    background: none;
    transition: 0.01s;
    white-space: pre;
}

letter.initial {
    opacity: 0;
    text-shadow: 0 0 1px;
    color: #FFF;
    -webkit-transform: scale(8);
    -webkit-transform-origin: 150% 50%;
    transform: scale(8);
    transform-origin: 150% 50%;
}

.credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px 20px;
    color: #777;
    font-size: 11px;
    text-align: center;
    background: #EEE;
    border-radius: 10px;
}


#next {
    cursor: pointer;
}

.vocab-btn {

    background: #44af92;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.dev-btn {
    background: #ca66a6;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.str-btn {
    background: #f8d04d;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.main-buttons {
    float: right;
    width: 55%;
    margin-top: 45px;
}

.pencil {
    float: left;
    width: 45%;
    position: relative;
    left: 100px
}

.example-word-use {
    line-height: 25px;
}

a {
    color: #C4174F;
    text-decoration: none;
    outline: none;
}

.fa {
    font-size: 24px;

}

.tooltip-content {
    position: absolute;
    background: url(../../../img/course/practice/shape1.svg) no-repeat center bottom;
    background-size: 100% 100%;
    z-index: 9999;
    width: 100px;
    bottom: 100%;
    left: 50%;
    margin-left: -50px;
    padding: 30px 20px;
    font-size: large;
    text-align: center;
    color: #fff;
    opacity: 0;
    cursor: default;
    line-height: 1;
    pointer-events: none;
    font-family: 'Kalam', cursive;
    -webkit-transform: scale3d(0.1, 0.2, 1);
    transform: scale3d(0.1, 0.2, 1);
    -webkit-transform-origin: 50% 120%;
    transform-origin: 50% 120%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    -webkit-transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
    transition-timing-function: ease, cubic-bezier(0.6, 0, 0.4, 1);
}

.tooltip-content::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    background: #E55275;
    -webkit-transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
    transform: translate3d(0, -60%, 0) rotate3d(0, 0, 1, 45deg);
}


.button--wayra:hover::before {
    background-color: #FDE1EE;

}


.tooltip:hover .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.tooltip i {
    position: relative;
    top: 5px;
}


.tooltip3 {
    display: inline;
    position: relative;
    z-index: 999;
}


.title-tooltip3 {
    color: #50494f !important;
    font-size: smaller !important;
}

.title-tooltip4 {
    color: #50494f !important;
    font-size: 12px !important;
    font-style: italic;
    font-weight: bold;
}

/* Trigger text */

.tooltip3-item {
    background: #a7999c;
    display: inline-block;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1.44em;
}

/* Gap filler */

.tooltip3-item::after {
    content: '';
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tooltip3:hover .tooltip3-item::after {
    pointer-events: auto;
}

/* Tooltip */

.tooltip3-content {
    position: absolute;
    z-index: 9999;
    min-width: 210px;
    width: auto !important;
    margin: 0 0 20px 0;
    bottom: 100%;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.7;
    box-shadow: -5px -5px 15px rgba(127, 127, 127, 0.2);
    background: #a7999c;
    opacity: 0;
    cursor: default;
    pointer-events: none;
    border-radius: 4px;
    padding: 10px;
}

.tooltip3-effect-1 .tooltip3-content {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip3-effect-2 .tooltip3-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip3-effect-3 .tooltip3-content {
    -webkit-transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    transform: translate3d(0, 10px, 0) rotate3d(1, 1, 0, 25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip3-effect-4 .tooltip3-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip3-effect-5 .tooltip3-content {
    width: 180px;
    margin-left: -50px;
    -webkit-transform-origin: 50% calc(100% + 6em);
    transform-origin: 50% calc(100% + 6em);
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
    transition-timing-function: ease, cubic-bezier(.17, .67, .4, 1.39);
}

.tooltip3:hover .tooltip3-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip3.tooltip3-effect-2:hover .tooltip3-content {
    -webkit-transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(1000px) rotate3d(1, 0, 0, 0deg);
}

/* Arrow */

.tooltip3-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #7f7f7f;
    border-width: 10px;
    margin-left: -10px;
}

/* Tooltip content*/

.tooltip3-content img {
    position: relative;
    height: 170px;
    display: block;
    float: left;
    margin-right: 1em;
}

.tooltip3-text {
    font-size: 0.68em;
    line-height: 1.35;
    display: block;
    padding: 1.31em 1.21em 1.21em 0;
    color: #fff;
}

.tooltip3-effect-5 .tooltip3-text {
    padding: .7em;
}

.tooltip3-text a {
    font-weight: bold;
}

.eye {
    position: relative;
    bottom: 3px;
    font-size: small;
}

.border-grammar {
    margin: -30px 0 0 30px;
    padding: 30px;
    border: 1px #50494f solid !important;
    border-radius: 17px;
    background-color: #faffd1;
}

.instead {
    color: orange;
    font-size: 1.06em;
    font-weight: 700;
}

.write {
    color: green;
    font-size: 1.06em;
    font-weight: 700;
}


.dummy {
    pointer-events: auto;
}


.footer-lesson-image, .footer-answer-image, .footer-tip-image {
    width: 75% !important;
}

.md-effect-8 {
    top: 35% !important;
}

.button--wayra:hover {
    border-color: #c94e50;
}


.button--wayra.button--inverted:hover {
    border-color: #A7CE97;
}

.button--wayra:hover::before {
    background-color: #A7CE97;

}

.button--wayra.button--inverted:hover::before {
    background-color: #fff;
}


.topic-btn {
    background: #f8d04d;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.planning-btn {
    background: #ca66a6;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.vocab-btn {
    background: #44af92;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.gra-btn {
    background: #f87e4d;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.punc-btn {
    background: #f84d7b;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.time-btn {
    background: #4da0f8;
    box-shadow: 10px 10px 5px #888888;
    color: #fdf3f2
}

.main-buttons-general-tips {
    margin-top: 0;
}

.pencil-general-tips {
    margin-top: 40px;
    margin-left: 0;

}

.border-none {
    border: none !important;
}

.left-move-3 {
    position: relative;
    right: 40px;
}

.overflow-y-none {
    overflow-y: scroll !important;
}


.title {
    color: #A7CE97;
    font-size: 1.12em;
    font-weight: 500;
    font-style: italic;
}

.green2 {
    color: #62af45;
    font-size: 1.06em;
    font-weight: bold;
}

.red {
    color: #dc4a4a;
    font-weight: 600;
}

.divider {
    border-top: 2px solid grey;
    padding-top: 5px;
    margin: 0 auto;
}

.segoepr {
    font-family: segoepr;
}

.download {
    text-align: center;
    font-size: 1.5em;
    color: #6d756b;
}

table {
    margin: 0 auto;
    margin-bottom: 3em;
    background: #a7999c;
    width: 60%;
    font-size: small;
}


th {
    padding: 15px;
    text-align: left;
}

td {
    padding: 1em 2em;
    text-align: left;
}

.link-list {
    padding: 0 !important;

}

.menu-wrap {
    background: #f7bbc8 !important;
}

.page-pointer {
    font-style: italic;
    font-weight: bold;
    text-align: justify;
    font-size: larger;
}


word {
    display: inline-block;
}

a letter {
    color: inherit;
}


letter.initial {
    opacity: 0;
    text-shadow: 0 0 9px;
    color: black;
    -webkit-transform: scale(8);
    -webkit-transform-origin: 150% 50%;
    transform: scale(8);
    transform-origin: 150% 50%;
}

.credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px 20px;
    color: #777;
    font-size: 11px;
    text-align: center;
    background: #EEE;
    border-radius: 10px;
}

#one-apology, #two-apology, #three-apology, #four-apology, #five-apology, #six-apology, #seven-apology {
    display: none;
}

.page-question {
    text-align: justify;
    border-bottom: none !important;
}


td.err {
    background-color: #c4bbbd;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
    line-height: 1;
}

th {
    background-color: #443B3D;
    font-weight: bold;
    color: #fff;
}

tbody th {
    background-color: #2ea879;
}

tbody tr:nth-child(2n-1) {
    background-color: #c4bbbd;
    transition: all .125s ease-in-out;
}

tbody tr:hover {
    background-color: rgba(129, 208, 177, .3);
}


.expressions {
    position: relative !important;
    left: 20%;
    margin-top: 50px;
}

.expression-example {
    position: relative !important;
    line-height: 30px;
    margin-left: 20px;
}

.tooltip-comic a {
    color: black;
    background: #A7CE97;
    display: inline-block;
    padding: 0 6px;
    border-radius: 5px;
    font-size: 1em;
    line-height: 1.44em;
}


.example-title-voc {
    font-size: large;
    color: #81B055;
}

.answer {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.answered {
    font-weight: bold;
    cursor: pointer;
}

.answer:hover {
    color: #aaa;
}


.typed-cursor {
    opacity: 0;
}

.links {
    margin: 20px 0;
    font-size: 0.75em;
    text-align: center;
}

#one-apology i, #two-apology i, #three-apology i, #four-apology i,
#five-apology i, #six-apology i, #seven-apology i {
    font-size: 15px;
    margin-right: 7px;
}

.explanation-answer {
    font-style: italic;
    font-size: smaller;
}

.help {
    cursor: help;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-style: -moz-wavy;
    text-decoration-color: #b0adc5;
}

.font-smaller {
    font-size: smaller;
}

.three-d-shadow {
    text-shadow: 2px 8px 6px,
    0px -5px 35px;
}


/*.hid*/
.true {
    background-color: green !important
}

.wrong {
    background-color: red !important
}


.cd-dropdown,
.cd-select {
    position: relative;
    width: 360px;
    margin: 20px auto;
    display: block;
}

.cd-dropdown > span {
    height: 55px;
    line-height: 55px;
    color: #999;
    font-weight: 700;
    font-size: 16px;
    background: #fff;
    display: block;
    padding: 0 50px 0 00px;
    position: relative;
    cursor: pointer;
    border-radius: 8px;
}

.cd-dropdown > span:after {
    content: '\25BC';
    position: absolute;
    right: 0px;
    top: 15%;
    width: 50px;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    height: 70%;
    line-height: 24px;
    border-left: 1px solid #ddd;
}

.cd-dropdown.cd-active > span:after {
    content: '\25B2';
}

.cd-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.cd-dropdown ul li {
    display: block;
}

.cd-dropdown ul li span {
    width: 80%;
    background: #fff;
    line-height: 55px;
    padding: 0 30px 0 75px;
    display: block;
    color: #555;
    cursor: pointer;
    font-weight: 700;
}

.cd-dropdown > span,
.cd-dropdown ul li span {
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Select fallback styling */
.cd-select {
    border: 1px solid #97D1BC;
}


.cd-dropdown > span,
.cd-dropdown ul li:nth-last-child(-n+3) span {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.cd-dropdown ul {
    position: absolute;
    top: 0px;
    width: 10%;
}

.cd-dropdown ul li {
    position: absolute;
    width: 10%;
}

.cd-active.cd-dropdown > span {
    color: #97d1bc;
}

.cd-active.cd-dropdown > span,
.cd-active.cd-dropdown ul li span {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.cd-active.cd-dropdown ul li {
    -webkit-transform-origin: -200% 50%;
    -moz-transform-origin: -200% 50%;
    -o-transform-origin: -200% 50%;
    -ms-transform-origin: -200% 50%;
    transform-origin: -200% 50%;
}

.cd-active.cd-dropdown ul li span {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.cd-active.cd-dropdown ul li span:hover {
    background: #97D1BC;
    color: #fff;
}

.cd-active.cd-dropdown ul li {
    top: 0 !important;
}


.question1 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 10px;
    opacity: 0;

}

.question2 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.question3 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.question4 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 130px;
    display: block;
}

.question5 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.question6 {
    width: 65%;
    margin: 0 auto;
    position: relative;
    top: 50px;
    display: block;
}

.left-left1 {
    float: left;
    width: 50%;
}

.right-right1 {
    float: left;
    width: 50%;
}

.img-answer1 {
    position: relative;
    top: -60px;
    right: -160px;
    width: 30px;
    height: 30px;
    z-index: 10000
}

.img-answer1:hover {
    cursor: pointer;
}

.text-1 {
    width: 95%;
    height: 60px;
    background: #fff;
    color: #555;
    position: relative;
    top: 20px;
    border-radius: 8px;
}

.img-answer1 {
    right: -220px;
    width: 25px;
    height: 25px;
}

.ansers1 {
    position: relative;
    top: 20px;
    width: 90%;
    height: 60px;
    float: right;
    border-radius: 8px;
    color: #fff;
}

.correct {
    background: green;
}

.leftAlign {
    text-align: left;
}

.all {
    width: 100%;
}

.text-write {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    background-color: rgb(167, 206, 151, 0.5);
    padding: 10px;
    border-radius: 10px/30px;
}

.space-bottom {
    height: 300px;
}

.main-topic {
    border: #e55175 2px solid;
    background-color: transparent;
    color: #686135;
}

.main-topic a {
    cursor: pointer;
}

.list-answer-1, .list-answer-2, .list-answer-3 {
    text-align: left;
    font-family: segoepr, Avenir, sans-serif;
    font-style: italic;
    list-style: none;
    padding-left: 25%;
    font-size: 16px;
    padding-top: 10px;
    color: #a03967;
    display: none;
}

#list-button-all {
    display: none;
}

.clickBtn {
    margin-left: 4px;
    padding: 2px 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #E55175;
    cursor: pointer;
    color: #fff;
}

#final-paragraph {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: maroon;
    text-align: justify;


}

.border-round{
    border-radius: 50%;
}
.line-chart-graph {
    min-height: 300px;
    width: 95%;
    margin:20px auto 5px auto;
}
.main-topic-a {
    background-color: #FED7DA;
}
.modal-chart {
    min-height: 250px;
    width: 100%;
    margin: 0;
}
.country{
    font-size: 20px !important;
    font-weight: bold !important;
    display: inline-block !important;
    margin: 10px 15px 0 0 !important;
}
.japan{
    color: rgb(0, 102, 255) !important;
}
.india{
    color: rgb(255, 70, 25) !important;
}
.brazil{
    color : rgb(169, 169, 169) !important;
}

.small-scale-bar, .small-scale-bar-voc, .small-scale-bar-dev {
    display: none;
    width: 85%;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 657px) {
    .small-scale-bar {
        display: block;
        width: 99%;
    }

    .graph-container, .rubriq-bar {
        display: none
    }
}

.cover {
    border-bottom: solid 15px #FED7DA;
    position: relative;
    z-index: 2000;
    bottom: 13px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.cover-pr{
    border-bottom: solid 15px #F298AC;
    position: relative;
    z-index: 2000;
    bottom: 14px;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}


.cursor-pointer{
    cursor: pointer;
}
.process-diagram {
    width: 99.99%;
}
.table-practice th{
    background-color: #a1919f;
}
.table-practice td{
    background-color: #b7b9ac;
}
.table-practice thead th{
    background-color: #7d6a7a;
}
.table-practice td:hover{
    background-color: white;
    color:black;
    cursor:pointer;
}
.table-practice .decrease:hover{
    background-color: yellow;
    color:black;
    cursor:pointer;
}

.table-box{
    display: inline-block;
    margin:5% auto auto 5% ;
    text-align: center;
    width:40%;
}



/* Mobile */
@media only screen and (max-width: 479px) {

    .menu-wrap span {
        font-size: smaller;
    }

    .header-left img {
        display: none;
    }

    .header-right img {
        display: none;
    }

    .top-progress {
        margin: 0 auto 5% auto;
        width: 80%;
        padding: 5px;
    }

    .menu-button {
        width: 2em;
        height: 2em;
    }

    .show-menu .menu-wrap {
        width: 200px !important;
        height: 280px !important;
    }


    .md-modal {
        width: 85% !important;
    }

    .md-effect-7 {
        left: 135% !important;
    }

    .topic_text {
        width: 80% !important;
    }


    .pencil {
        float: left;
        width: 35%;
        position: static;
    }

    .footer-lesson-image, .footer-answer-image, .footer-tip-image {
        width: 35% !important;
    }

}

/* Tablet */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .menu-wrap span {
        font-size: smaller;
    }

    .header-left img {
        display: none;
    }

    .header-right img {
        display: none;
    }

    .top-progress {
        margin: 3% auto 5% auto;
        width: 85% !important;
    }


    footer {
        height: 50px;
    }

    .menu-button {
        width: 2em;
        height: 2em;
    }

    .show-menu .menu-wrap {
        width: 200px !important;
    }

    .md-modal {
        width: 75% !important;
    }

    .md-effect-7 {
        left: 125% !important;;
    }

    .topic_text {
        width: 85% !important;
    }

    .pencil {
        float: left;
        width: 35%;
        position: static;
    }

    .footer-lesson-image, .footer-answer-image, .footer-tip-image {
        width: 45% !important;
    }

}

/* Larger than tablet */
@media only screen and (min-width: 768px) and (max-width: 999px) {

    .header-left img {
        display: none;
    }

    .header-right img {
        display: none;
    }

    .top-progress {
        margin: 3% auto 5% auto;
        width: 85%;
    }

    .md-modal {
        width: 55% !important;
    }

    .md-effect-7 {
        left: 90% !important;
    }

    .topic_text {
        width: 85% !important;
    }


}

/* Larger than desktop */
@media (min-width: 1000px) {

    .top-progress {
        width: 85%;
    }

    .md-effect-7 {
        left: 50% !important;
        width: 30% !important;
    }

}


@media (max-width: 700px) {

    table {
        width: 100%;
        font-size: smaller;
    }

}

@media all and (max-width: 600px) {
    td, th {
        padding: 10px;
        text-align: left;
        font-size: smaller;
    }

    td, th {
        border-left: solid 1px #a4fedb;
    }

    table {
        width: 100%;
    }
}

@media only screen and (max-width: 999px) {
    .left-left1, .left-left2 {
        width: 90%;
        margin-bottom: 20px !important;
    }

    .right-right1, .right-right2 {
        width: 80%;
    }

    .img-answer1, .img-answer2 {
        position: relative;
        top: -60px;
        right: -252px;
    }
}
