/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.align-center {
    align-items: center !important;
}


/*=========================================END OF RESET CSS=============================================================*/

header {
    background: #53b9c3;
    padding: 31px;
    display: block;
}

.toolbar {
    display: flex;
    align-items: stretch;
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    border-bottom: 1px solid #dfe3e9;
}

a.btn-tool {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #888f97;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    font-family: "Open Sans Condensed", sans-serif;
}

a.board-btn {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #888f97;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    font-family: "Open Sans Condensed", sans-serif;
}

.editor-btn {
    display: flex;
    align-items: center;
    padding: 0 12px;
    /* border-bottom: 2px solid transparent; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #888f97;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    font-family: "Open Sans Condensed", sans-serif;
    border: 1px solid transparent;
    height: 32px;
    width: 32px;
    padding: 7px;
    margin: 0 4px;
}

.editor-btn-revert {
    display: flex;
    align-items: center;
    padding: 0 12px;
    /* border-bottom: 2px solid transparent; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #888f97;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    font-family: "Open Sans Condensed", sans-serif;
    border: 1px solid transparent;
    height: 32px;
    width: 32px;
    padding: 7px;
    margin: 0 4px;
}

.loader {
    position: absolute;
    left: 50%;
    top: 30%;
    opacity: 0.4;
    background: #e8e8e8;
    padding: 20px;
    border-radius: 9px;
    font-family: arial;
}

.editor-btn-revert:hover {
    background: hsla(0, 0%, 100%, 0.3);
    border: 1px solid #d6d6d6;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.editor-btn:hover {
    background: hsla(0, 0%, 100%, 0.3);
    border: 1px solid #d6d6d6;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.editor-btn.active {
    box-shadow: inset 0 1px 4px 1px rgba(0, 0, 0, 0.07);
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.03));
    border: 1px solid #dedede;
}

.bdr {
    border-right: 1px solid #ddd;
    padding: 0 5px;
}

.active_btn_tool {
    border-bottom-color: rgba(114, 187, 76, 0.5) !important;
}

a.btn-tool:hover {
    border-bottom-color: rgba(114, 187, 76, 0.5);
}

.r-p {
    padding: 0px;
    overflow: hidden;
}

.r-p-m {
    padding: 0px !important;
}

.stage {
    display: none;
}

.r-s {
    padding-right: 5px;
}

.code-sidebar {
    border-right: 1px solid #ddd;
    position: relative;
    height: 800px;
}

.fixed_height {
    height: 800px;
}

.code-sidebar aside {
    display: block;
    background: #fdfbfb;
    float: left;
    width: 100%;
    padding: 3px;
    border-bottom: 1px solid #ddd;
}

.file_explorer input[type="button"] {
    margin-top: 7px;
    float: right;
    margin-left: 7px;
}

.file_explorer {
    position: absolute;
    top: 27px;
    left: 13px;
    background: #fbfafa;
    padding: 11px;
    box-shadow: 1px 1px 5px #ddd;
    display: none;
    z-index: 999;
}

.code-sidebar aside span {
    padding: 5px;
    display: block;
    font-family: rajdhani;
    font-weight: 500;
}

.code-sidebar aside a.files {
    font-size: 11px;
    color: #333;
    padding: 5px;
}

.active_file_list {
    background: #ddd;
}

.code-sidebar aside a.files:hover {
    background: #f1f1f1;
}

.file_download {
    color: #333;
}

.active_file_list {
    background: #96a5a7 !important;
}

.active_file_list a {
    color: #fff !important;
}

.code_editor {
    height: 800px;
}

.file_name {
    float: left;
    padding: 7px;
    width: 100%;
}

.btn {
    font-family: "Open Sans Condensed", sans-serif;
}

#file_list li {
    display: block;
    padding: 12px;
    background: #f7f7f7;
    color: #333;
    position: relative;
}

#file_list li a {
    color: #333;
    text-decoration: none;
    display: block;
}

a.rmv_btn {
    position: absolute;
    right: 6px;
    top: 4px;
    font-family: rajdhani;
    color: #bd3232 !important;
    font-weight: bold;
}

.circle_box {
    height: 300px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    opacity: 1;
}

.circle {
    width: 188px;
    height: 188px;
    flex-shrink: 0;
    position: absolute;
    transform: translateY(25px);
    background: rgb(223, 227, 233);
    border-radius: 94px;
}

button.btn {
    color: #fff;
    font-weight: bold;
    font-family: arial;
}

.svg {
    width: 123px;
    height: 171px;
    flex-shrink: 0;
    position: relative;
}

.space {
    clear: both;
    margin: 20px 0 20px 0;
}


/*FILE UPLOAD*/

.upload-area {
    width: 70%;
    height: 200px;
    border: 2px dashed lightgray;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
    overflow: auto;
    position: relative;
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area h1 {
    text-align: center;
    font-weight: normal;
    font-family: rajdhani;
    line-height: 50px;
    color: darkslategray;
    font-size: 22px;
    font-weight: 500;
}

div#table_format table {
    width: 100%;
}

div#table_format table td {
    border: 1px solid #ddd;
    padding: 13px;
    font-family: rajdhani;
    font-size: 18px;
}

div#table_format table td {
    border: 1px solid #ddd;
    padding: 13px;
    font-family: rajdhani;
    font-size: 18px;
}

#up_file {
    display: none;
}

#table_format {
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    overflow: auto;
    position: relative;
}


/* Thumbnail */

.thumbnail {
    width: 80px;
    height: 80px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
}

.size {
    font-size: 12px;
}

.upload-area::after {
    content: "";
    background: url(../imgs/upload.png) no-repeat #c7ccce;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-position: center;
    background-size: contain;
}

#calculator {
    width: 100%;
    display: none;
    height: 710px;
}

#Scicalculator {
    width: 100%;
    height: 710px;
}

#d_calculator {
    width: 100%;
    height: 710px;
}

#left,
#right {
    float: left;
}

div#google-docs {
    padding: 120px;
}

.google_btn {
    width: 55%;
    height: 18%;
    font-size: 16px;
}

.graphics {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    /* -webkit-flex-direction: column; */
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

._3dslm {
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    cursor: pointer;
    border-radius: 2px;
    width: 40px;
    height: 40px;
}

._3dslm:active,
._3dslm:hover {
    background: hsla(0, 0%, 100%, .3);
    border: 1px solid #d6d6d6;
}

._3dslm:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
}

._2aEZ9 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mq-math-mode,
.mq-math-mode .mq-editable-field {
    cursor: text;
    font-family: Symbola, "Times New Roman", serif;
}

.mq-math-mode {
    font-variant: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 115%;
    line-height: 1;
    display: -moz-inline-box;
    display: inline-block;
}

.mq-editable-field .mq-selectable,
.mq-editable-field .mq-textarea *,
.mq-math-mode .mq-selectable,
.mq-math-mode .mq-textarea * {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
    position: absolute;
    clip: rect(1em 1em 1em 1em);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    resize: none;
    width: 1px;
    height: 1px;
}

.mq-math-mode * {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}

.mq-math-mode .mq-non-leaf,
.mq-math-mode .mq-scaled {
    display: -moz-inline-box;
    display: inline-block;
}

.mq-math-mode .mq-sqrt-prefix {
    padding-top: 0;
    position: relative;
    top: .1em;
    vertical-align: top;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}

.mq-math-mode .mq-sqrt-stem {
    border-top: 1px solid;
    margin-top: 1px;
    padding-left: .15em;
    padding-right: .2em;
    margin-right: .1em;
    padding-top: 1px;
}

.mq-math-mode i,
.mq-math-mode i.mq-font,
.mq-math-mode var {
    font-style: italic;
}

.mq-math-mode .mq-nonSymbola,
.mq-math-mode .mq-text-mode,
.mq-math-mode var {
    font-family: "Times New Roman", Symbola, serif;
    line-height: .9;
}

span#math-field {
    width: 100%;
    padding: 10px;
}

.coreGraphics--flexContainer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.whiteboard_svg {
    display: flex;
    width: 100%;
    height: 690px;
    flex-direction: column;
}

.css-tf8eg1 {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    transform: translateY(-1px);
}

._1Gerp.JW4sn {
    border-color: transparent #fff #fff;
}

._1Gerp._1rOYL {
    width: 12px;
    height: 12px;
    border-width: 2px;
    display: none;
}

.css-tudg0a {
    margin-left: 6px;
    margin-top: -3px;
}

._1Gerp {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 5px solid #dfe3e9;
    border-top-color: transparent;
    animation: _1Gerp 1s linear infinite;
}

svg[data-cursor="pencil"] {
    cursor: url('../imgs/tools/pencil.png'), auto;
}


/* svg[data-cursor="select"] {
    cursor: url('../imgs/tools/gps.png'), auto;
} */


/* rect,
ellipse,
line,
text {
    cursor: grab;
} */


/* .svg_select_points_rot {
    cursor: url('../imgs/tools/rotate.png'), auto;
} */

svg[data-cursor="math"],
svg[data-cursor="desmos"] {
    cursor: move;
}

svg[data-cursor="move"] {
    cursor: url('../imgs/tools/move.png'), auto;
}

svg[data-cursor="textbox"] {
    cursor: url('../imgs/tools/cursor.png'), auto;
}

svg[data-cursor="rectangle"],
svg[data-cursor="line"],
svg[data-cursor="circle"] {
    cursor: url('../imgs/tools/crosshair.png'), auto;
}

.btn-secondary {
    background: #fff !important;
}

.editor-btn:hover {
    background: hsla(0, 0%, 100%, 0.3);
    border: 1px solid #d6d6d6;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

ul.dropdown-width li {
    width: 100%;
}

ul.dropdown-width li span {
    width: 100%;
}

ul.dropdown-width {
    padding: 9px;
}

ul.dropdown-width li span.border-1 {
    width: 100%;
    display: block;
    height: 1pt;
    background: #000;
}

ul.dropdown-width li span.border-2 {
    width: 100%;
    display: block;
    height: 2pt;
    background: #000;
}

ul.dropdown-width li span.border-3 {
    width: 100%;
    display: block;
    height: 3pt;
    background: #000;
}

ul.dropdown-width li span.border-4 {
    width: 100%;
    display: block;
    height: 4pt;
    background: #000;
}

ul.dropdown-width li span.border-5 {
    width: 100%;
    display: block;
    height: 5pt;
    background: #000;
}

ul.dropdown-width li span.border-6 {
    width: 100%;
    display: block;
    height: 6pt;
    background: #000;
}

ul.dropdown-width li span.border-7 {
    width: 100%;
    display: block;
    height: 7pt;
    background: #000;
}

ul.dropdown-width li span.border-50 {
    width: 100%;
    display: block;
    height: 50px;
    background: #000;
}

ul.dropdown-width li span.border-100 {
    width: 100%;
    display: block;
    height: 100px;
    background: #000;
}

ul.dropdown-width li a {
    display: block;
    height: 17px;
}

div#myDrawing {
    background: url('../imgs/grid.png') repeat #fafafa;
}

.textbox_popup {
    background: #fff;
    position: absolute;
    padding: 15px;
    width: 30%;
    box-shadow: 1px 1px 13px #ddd;
    margin: 0 auto;
    display: none;
}

.textbox_popup textarea {
    width: 100%;
}

#output {
    display: none;
}

.desmos_exp {
    display: none;
}

.img_svg img {
    width: 100%;
    height: auto;
}

.dcg-action-newtext,
.dcg-action-newfolder,
.dcg-action-newimage {
    display: none;
}