/* FONgssertgTS */

@font-face {
    font-family: Bengali-Regular;
    src: url(./fonts/NotoSansBengali-Regular.ttf) format("opentype");
}

@font-face {
    font-family: Gujarati-Bold;
    src: url(./fonts/NotoSansGujarati-Regular.ttf) format("opentype");
}

@font-face {
    font-family: Bangla-MN;
    src: url(./fonts/BanglaMN.ttc) format("opentype");
}

@font-face {
    font-family: Devanagari-MT;
    src: url(./fonts/DevanagariMT.ttc) format("opentype");
}

@font-face {
    font-family: NotoSans-Regular;
    src: url(./fonts/NotoSans-Regular.ttf) format("opentype");
}

@font-face {
    font-family: Roboto;
    src: url(./fonts/Roboto-Light.ttf) format("opentype");
}

@font-face {
    font-family: Roboto Bold;
    src: url(./fonts/Roboto-Bold.ttf) format("opentype");
}

@font-face {
    font-family: Roboto-Thin;
    src: url(./fonts/Roboto-Thin.ttf) format("opentype");
}

@font-face {
    font-family: Roboto-Light;
    src: url(./fonts/Roboto-Light.ttf) format("opentype");
}

html,
body,
#webapp,
.textedit {
    width: 100%;
    height: 100%;
}

.share__iconwrap,
.etc,
.share__text,
.locker__iconwrap,
.locker__inputwrap,
.meta__iconwrap,
.meta__text,
.lang:before,
.created:before,
.support:before,
.lang__item,
.created__data,
.support__data {
    display: table-cell;
    vertical-align: middle;
}

.cursor-pointer {
    cursor: pointer;
}

*:focus {
    outline: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}


/* start commented backslash hack \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* close commented backslash hack */


/*RESET*/

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%;
    vertical-align: baseline;
}

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

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    background-color: #f5f4f7;
}

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;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    box-shadow: #000 0em 0em 0em;
}

.main {
    margin-top: 13px;
    position: absolute;
    top: 40px;
}

.main .top-warning-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* top: -29px; */
    bottom: 18px;
    width: 100%;
}

.eraser-icon:hover {
    color: #495057;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(2.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2.5);
    }

    100% {
        transform: scale(1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 100;
    line-height: 24px;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

a {
    text-decoration: none;
}

.vis-h {
    visibility: hidden;
}

#text_two {
    color: rgba(204, 204, 204, 0.75);
}


/* .all_black {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    background: url(../img/Layer24.png) no-repeat scroll 0% 0%;
    z-index: 10;
    opacity: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */


/* .tree {
    position: absolute;
    left: 26px;
    bottom: 26px;
    font-family: Roboto-Light;
    color: #ffffff;
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
    text-align: left;
    opacity: 0.9;
} */


/* .black {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000 no-repeat scroll 0% 0%;
    opacity: 0.50;
} */

.block {
    background: transparent url("../img/block.png") no-repeat scroll 50% 50%;
}

.blockit {
    background: transparent url(../img/grey-lock.svg) no-repeat scroll 50% 50%;
    background-size: 255px 346px;
    fill: black;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 100px;
    right: 0;
    position: absolute;
    z-index: 1;
    padding: 0px 85px;
}

.textedit__wrap {
    padding: 30px 60px;
    min-height: 100px;
    height: calc(100vh - 140px);
    position: relative;
    background: #FFF;
    border: 1px solid #e7e5e5;
    border-radius: 10px;
}

.textedit__text:after,
.whitebord-section:after {
    content: "";
    position: relative;
    top: 0px;
}

.textedit__text,
.textedit__code,
.whitebord-section {
    width: 100%;
    padding-right: 10px;
    border-radius: 5px;
    border: none;
    resize: none;
    color: #333333;
    position: relative;
    outline: none;
    font-size: 15px;
    line-height: 24px;
}

.icon {
    display: block;
    /* background-image: url(../img/icon-sprite.png); */
}

.icon-share {
    width: 35px;
    height: 29px;
    background-position: 0px 0px;
    opacity: 0;
    display: table-cell;
    transition: opacity 0.17s ease 0s, transform 0.17s ease 0s;
}

.icon-share--green {
    width: 35px;
    height: 29px;
    background-position: -50px 0px;
}

.icon-unlock {
    width: 30px;
    height: 30px;
    background-position: 0px -50px;
    opacity: 0.25;
}

.icon-lock {
    width: 35px;
    height: 35px;
    background-image: url(../img/read-grey.png);
}

.icon-locker {
    background-position: -45px -48px;
    opacity: 0.25;
    width: 35px;
    height: 35px;
}

.icon-confirm {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #666666;
}

.read-only-user {
    height: 20px;
    width: 20px;
    opacity: 0.9;
}

#button_confirm,
.button_confirm {
    border: none;
}


/* .btn:focus .icon-confirm {
    background-image: url(../img/submitted.svg);
    width: 35px;
    height: 34px;
    background-position: 0px 0px;
    border: none;
    opacity: 1;
} */

.icon-heart--red {
    width: 25px;
}


/*MAIN CSS*/

.icon-read-only {
    width: 35px;
    height: 35px;
    background-image: url(../img/read_only_copy.png);
}

#pass_form_icon-2 {
    cursor: auto;
}

.pass_box {
    text-align: center;
    background: #F5F4F7;
    display: flex;
    justify-content: flex-start;
}

.radio_wrap {
    padding: 10px 0px;
}

.radio_wrap input {
    display: none;
}

.radio_wrap input:checked+.radio-circle {
    background: grey;
}

#setting-icon {
    display: none;
}

.cancel-btn {
    color: #999;
    cursor: pointer;
    border-bottom: dotted 1px #999;
}

.radio-text {
    color: #999999;
    text-align: left;
}

.two_text {
    color: rgba(204, 204, 204, 0.75);
}

.radio-circle {
    background: #fff;
    width: 13px;
    height: 13px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    display: inline-block;
    margin-right: 5px;
}

.radio_wrap+.radio_wrap {
    margin: 0 0 0 25px;
}

#app {
    background: #f5f4f7;
    height: 100%;
    position: relative;
}

.share {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    padding: 3.2% 2.9% 0 1.5%;
    align-items: center;
}

.share__text {
    color: #cccccc;
    padding-left: 25px;
}

.share__icon {
    position: relative;
}

.share__icon>.icon-container {
    background: #ffffff;
    height: 55px;
    width: 55px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -50px;
    top: -13px;
    border: 1px solid #e7e5e5;
    cursor: pointer;
}

.share__icon>.icon-container>img {
    height: 15px;
    width: 15px;
}

.input {
    font-size: 14px;
    font-weight: 300;
    line-height: 33.5px;
    color: #999999;
    border: #d5d5d5 solid 1px;
    border-radius: 5px;
    padding: 7px 20px;
    font-family: 'Roboto-Light';
}

.locker__inputwrap {
    padding: 0px 15px 0px 30px;
}

#locker-container {
    display: flex;
    align-items: center;
}

.btn {
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.45;
}

#splink {
    display: inline-block;
    vertical-align: middle;
    border: 2px #cccccd solid;
    border-radius: 50%;
    padding: 4px 7px;
    font-family: Arial;
    font-size: 14px;
    color: #999;
}

#sprand {
    line-height: 140%;
    font-family: 'Roboto-Light';
    color: #999999;
}

.meta__text {
    color: #999999;
    padding-left: 10px;
    padding-right: 20px;
}

.meta__link--underline {
    color: #999999;
}

.meta__link--dark {
    color: #2f3030;
}

.meta__iconwrap {
    display: inline-block;
}

.meta__text {
    display: inline-block;
}

.menu {
    min-height: 100%;
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: rgba(28, 29, 29, 0.85);
    padding: 80px 30px 30px 20px;
    color: #fafcff;
    z-index: 10;
    transform: translate3d(100%, 0px, 0px);
    transition: transform 0.7s;
}

.menu.active {
    transform: translate3d(0px, 0px, 0px) !important;
}

.left_up_angle_text {
    opacity: 0;
    display: table-cell;
    padding: 10px 0px 0px 30px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    vertical-align: middle;
    color: #999999;
}

.left_up_angle_text-2 {
    font-family: Roboto;
    opacity: 1;
    display: table-cell;
    padding: 5px 0px 0px 30px;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    color: #999999;
}

.left_down_angle {
    position: relative;
}

#text_one {
    color: #999999;
}

.left_down_angle_text {
    position: absolute;
    left: 60px;
    bottom: 0px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}

.textedit-layer {
    position: relative;
}

.textedit-layer1 {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 8px 0px 5px 7px;
    border-top-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 7px;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
    width: calc(100% - 47px);
    height: calc(100% - 1px);
}

.textedit-layer2 {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 57px;
    width: 47px;
    border-radius: 0 5px 7px 0px;
    -webkit-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
}

@media all and (min-width: 1000px) {
    .fot_position {
        position: absolute;
    }

    .label_one {
        display: table-cell;
        vertical-align: middle;
        line-height: 40px;
    }

    #text_two {
        color: rgba(204, 204, 204, 0.75);
    }

    .label_two {
        display: table-cell;
        vertical-align: middle;
        line-height: 40px;
        padding-left: 15px;
        color: rgba(204, 204, 204, 0.75);
    }

    .meta {
        float: right;
        padding: 20px 25px 15px;
    }

    .menu {
        max-width: 50%;
        float: right;
    }

    .textedit {
        margin: 0px;
    }

    .textedit__text,
    .textedit__code,
    .whitebord-section {
        height: 100%;
    }

    .radio_wrap {
        display: inline-block;
    }

    .locker {
        float: left;
        z-index: 1;
    }

    .footer {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #f5f4f7;
    }

    .main {
        position: absolute;
        top: 40px;
    }

    .locker__inputwrap {
        padding: 0px 4px 0px 30px;
    }

    .radio_button {
        padding: 0px 60px 0px 40px;
        border-right: 1px solid rgb(153, 153, 153);
    }

    .share {
        position: relative;
        z-index: 9;
        display: flex;
        justify-content: space-between;
        padding: 3.2% 2.9% 0 1.5%;
        align-items: center;
    }

    .info {
        z-index: 10;
    }

    .textedit-layer {
        position: relative;
    }

    .textedit__wrap {
        height: calc(100vh - 140px);
    }

    .radio-text {
        background: #E6E6E6;
        padding: 5px 15px;
        border: 1px solid #CECECE;
        border-radius: 5px;
        position: relative;
    }

    .right_up_angle .radio-text {
        right: 25px;
    }

    .left_up_angle_text {
        padding-left: 15px;
    }

    .left_up_angle_text-2 {
        padding-left: 15px;
    }

    .left_up_angle_text-2>span {
        background: #E6E6E6;
        padding: 5px 15px;
        border: 1px solid #CECECE;
        border-radius: 5px;
        position: relative;
    }
}

@media all and (min-width: 1400px) {
    .label_two {
        display: table-cell;
        vertical-align: middle;
        line-height: 40px;
        padding-left: 15px;
    }

    .label_one {
        display: table-cell;
        vertical-align: middle;
        line-height: 40px;
    }

    .radio_button {
        vertical-align: middle;
        border-right: 1px solid rgb(153, 153, 153);
        padding: 0px 60px 0px 40px;
    }

    .fot_position {
        position: absolute;
    }

    .menu {
        min-width: 30%;
        width: 30%;
        float: right;
    }

    .textedit {
        margin: 0px;
    }

    .textedit__text,
    .textedit__code,
    .whitebord-section {
        outline: medium none;
        height: 100%;
    }

    .radio_wrap {
        display: inline-block;
    }

    .locker {
        float: left;
    }

    .main {
        position: absolute;
        top: 40px;
    }
}

.radio_button {
    display: table-cell;
    vertical-align: middle;
}

.rad-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.locker__iconwrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media all and (min-width: 200px) and (max-width: 1000px) {
    .radio-circle {
        width: 10px;
        height: 10px;
    }

    .blockit {
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        background-size: 160px 200px;
    }

    .icon-confirm {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .icon-confirm--green {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .locker__iconwrap {
        float: left;
    }

    .locker__inputwrap {
        padding: 0px 0px;
        float: left;
    }

    .textedit-layer1 {
        width: 100%;
        border-radius: 7px;
    }

    .textedit-layer2 {
        display: none;
    }

    .rad-center {
        display: inline-block;
        /* width: 262px; */
        margin: 0px auto;
    }

    .input {
        /* width: 175px; */
    }

    .fot_pos {
        text-align: center;
    }

    .meta {
        float: right;
        padding: 15px 25px 15px;
    }

    .textedit {
        padding: 0px 45px;
        margin: 0px;
    }

    .textedit__text,
    .textedit__code,
    .whitebord-section {
        height: 100%;
        background: rgb(255, 255, 255) no-repeat scroll 103% 114%;
        background-image: none;
    }

    .textedit__wrap {
        background-image: none;
        padding: 20px;
    }

    .corner-wrapper,
    .corner-hidder {
        display: none !important;
    }

    .radio_button {
        width: 178px;
        margin: 0px auto;
        float: none;
        display: inherit;
        padding: 0px 5px 18px;
        text-align: left;
    }

    .main {
        position: absolute;
        top: 25px;
    }

    .radio_wrap+.radio_wrap {
        margin: 10px 0 0 0;
    }

    .locker {
        float: none;
        padding: 32px 25px 15px;
    }

    .footer {
        position: absolute;
        bottom: 0;
        right: 0;
        background: #F5F4F7;
    }

    .pass_box {
        margin: 0 auto;
    }

    .label_two {
        padding-left: 25px;
        text-align: left;
        display: inline-block;
        width: 262px;
        margin: 6px auto 0px;
    }
    ol.control-list {
        padding: 22px !important;
    }
}

.right_up_angle {
    opacity: 0;
    position: absolute;
    left: -105px;
    top: 8px;
    -webkit-transition: opacity 0.17s ease 0s, -webkit-transform 0.17s ease 0s;
    transition: opacity 0.17s ease 0s, -webkit-transform 0.17s ease 0s;
    transition: opacity 0.17s ease 0s, transform 0.17s ease 0s;
    transition: opacity 0.17s ease 0s, transform 0.17s ease 0;
}

.menu__close {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 25px;
    height: 25px;
    background: transparent url(../img/close.png) no-repeat;
    border: none;
    cursor: pointer;
}

.logo {
    transform: scale(0.75);
}

.menu__logo {
    margin-bottom: 10px;
}

.menu__compname {
    font-family: "Roboto";
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    line-height: 24px;
    display: inline-block;
}

.menu__quote {
    color: rgba(250, 253, 255, 0.25);
    margin-left: 10px;
    font-weight: 300;
    line-height: 24px;
    text-align: left;
    font-size: 14px;
    display: inline-block;
}

.menu__header {
    white-space: nowrap;
}

.menu__content {
    margin-top: 120px;
}

.submit-icon {
    height: 25px;
    width: 25px;
    margin-top: 7px;
}

.lang:before,
.created:before,
.support:before {
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url(../img/icon-sprite.png) no-repeat;
    position: absolute;
    left: -55px;
    top: -3px;
}

.lang,
.created,
.support {
    margin-left: 55px;
    margin-bottom: 40px;
    position: relative;
}

.created {
    top: 25px;
}

.lang:before {
    background-position: -200px 0px;
}

.created:before {
    background-position: -245px 5px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    top: 4px;
}

.support:before {
    background-image: url(../img/shape_heart.png);
    background-position: 50% 50%;
}

.lang {
    font-size: 14px;
}

.lang__item {
    padding: 0px 15px 0px 0px;
}

.ginstall__wrap {
    display: block;
    margin: 0px 0px 30px 55px;
}

.ginstall {
    border-bottom: dotted #939393 1px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 6px;
}

.ginstall--grey {
    color: #666666;
}

.created__data {
    font-size: 2.4rem;
}

.created__meta {
    font-size: 1.2rem;
    color: #333333;
}

.support {
    font-size: 14px;
}

.support__data {
    line-height: 30px;
}

.menu__footer {
    bottom: 12px;
    position: absolute;
    color: #333;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    width: calc(100% - 35px);
    text-align: right;
    letter-spacing: 1px;
}

.menu__link {
    font-family: "Roboto Bold";
    color: #ffffff;
    font-size: 16px;
    border-bottom: 1px dotted #939393;
    position: relative;
    top: 4px;
}

.icon-read {
    width: 35px;
    height: 35px;
    background-position: -150px -50px;
}

.info {
    cursor: pointer;
    float: right;
    padding: 16px 22px 19px 13px;
    top: 30px;
    margin-right: 31px;
    background-image: url(../img/info.png);
    position: relative;
    z-index: 10;
    display: none;
}

@media all and (max-width: 374px) {
    .ginstall__wrap {
        margin: 0px 0px 30px 0px;
    }

    .lang,
    .created {
        margin-left: 0px;
        margin-bottom: 20px;
        padding-left: 40px;
    }

    .menu__content {
        margin-top: 20px;
    }

    .menu {
        padding: 60px 20px 25px 20px;
        width: 100%;
    }

    .lang__item {
        padding: 0px 8px 0px 0px;
    }

    .lang:before,
    .created:before,
    .support:before {
        left: 0px;
    }

    .ginstall {
        font-size: 13px;
    }
}

@media all and (max-width: 420px) {
    .tree {
        display: none;
    }
}

.gomobile {
    display: none;
}

@media all and (max-width: 500px) {
    .left_up_angle_text-2 {
        display: none;
    }

    .gomobile {
        display: table-cell;
    }

    .now-see {
        opacity: 1;
        padding: 4px 0px 0px 5px;
        font-size: 11px;
    }

    .ginstall__wrap {
        display: none;
    }

    .icon {
        transform: scale(0.75);
    }

    .info {
        padding: 13.125px;
        -webkit-background-size: contain;
        background-size: contain;
    }

    .textedit {
        padding: 0px 20px;
    }

    .radio_button {
        padding: 0px 5px 10px;
    }

    .pass_box {
        margin: auto;
        width: 225px;
        padding: 0px 0px 0px 0px;
    }

    .label_two {
        margin-top: 6px;
        padding-left: 25px;
        text-align: left;
    }

    .label_one {
        margin-top: 6px;
        padding-left: 25px;
        text-align: left;
    }

    .textedit__wrap {
        background-image: none;
        padding: 20px;
    }

    .textedit__text,
    .textedit__code {
        font-size: 12px;
    }
}

@media all and (max-height: 650px) {
    .menu__content {
        margin-top: 70px;
    }
}

@media all and (max-height: 570px) {
    .menu__content {
        margin-top: 70px;
    }
}

.input-for-copy {
    border: 0;
    background: transparent;
    height: 29px;
    width: 70%;
}

.icon-share:hover+.left_up_angle_text {
    opacity: 1;
}

textarea:disabled {
    background-color: #fff;
    color: #333 !important;
}

textarea[disabled] {
    background-color: #fff;
    color: #333 !important;
}

.is-disabled {
    background-color: #fff;
    color: black !important;
}

#notepad-text,
#notepad-code {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* padding-right: 50px; */
    padding: 20px 25px;
    font-family: Roboto-Light;
}


/* CORNER Start */

.corner-wrapper {
    position: absolute;
    bottom: 0px;
    right: -1px;
    width: 50px;
    height: 56px;
    background: #f5f4f7;
    overflow: hidden;
    transform: skew(1deg, 0);
}

.corner {
    position: absolute;
    background: -webkit-linear-gradient(#ebecee 30%, #c9cacc 75%, #c8c9cb 85%, #969195 98%);
    background: linear-gradient(#ebecee 30%, #c9cacc 75%, #c8c9cb 85%, #969195 98%);
    box-shadow: 1px 0px 2px #CFCFCF;
    width: 95px;
    height: 40px;
    transform: rotate(-47deg);
    -webkit-transform: rotate(-47deg);
    top: 0px;
    left: -39px;
}

.corner-wrapper:before {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 20px;
    background: #fff;
    top: -9px;
    left: -7px;
    z-index: 3;
    border-radius: 40% 40% 60% 40% / 40% 46% 70% 40%;
    -webkit-transform: rotate(-8deg);
}

@media all and (-webkit-min-device-pixel-ratio:0) {
    .corner-wrapper:before {
        left: -4px;
    }
}

.corner-wrapper:after {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    bottom: -25px;
    left: -95px;
    z-index: 3;
    -webkit-transform: rotate(4deg);
    border-radius: 50% 45% 43% 50%;
    transform: rotate(-3deg);
}

.corner-hidder {
    display: block;
    width: 100px;
    height: 70px;
    position: absolute;
    bottom: -32px;
    right: -53px;
    background-color: #f5f4f7;
    transform: rotate(-48deg);
}


/* CORNER End */


/* TEXTAREA PLACEHOLDER */

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}

textarea::placeholder {
    color: #999999;
}


/* TEXTAREA PLACEHOLDER */


/* LOCK CSS */

.locker {
    background-color: #ffffff;
    border-radius: 10px;
    border-color: #ffffff;
    width: 80px;
    height: 50px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 22px;
    z-index: 1;
}

.lockImage {
    height: 16px;
    width: 18px;
    margin-top: -4px;
}

.locker span {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 7%;
    background-size: 360px;
}

.locker .lockState {
    display: flex;
    justify-content: center;
    align-items: center;
}

.locker span.unlock {
    background-position: -99px -65px;
}

.locker span.locked {
    background-position: -40px -65px;
}


/* LOCK CSS */

.crumple-logo {
    width: 90px;
}


/* Counter */

.char-counter .count {
    color: #666666;
    font-size: 12px;
    font-family: Roboto-Light;
    margin-left: 3px;
}

.char-counter {
    z-index: 1;
    position: absolute;
    /* right: 50px; */
    right: 40px;
    top: 215px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Counter */

textarea {
    font-family: monospace;
}

#profile-tab>img:hover {
    opacity: 1;
}


/* Nav tabs links */

ul.nav-tabs li button.active,
.add-more a {
    background: #fff !important;
    border: 1px solid #e7e5e5 !important;
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    color: #000;
}

.add-more .plus {
    opacity: 0.5;
    margin-top: 1px;
}

.add-more .nav-link {
    padding: .5rem .5rem;
}

ul.nav-tabs .eraser-icon.active {
    height: 46px;
    width: 46px;
}

ul.nav-tabs li button {
    background: #fff !important;
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    color: #e7e5e5;
}

.tab-controls ul.nav {
    flex-direction: column;
    /* margin-left: 15px; */
}

ul.nav-tabs li {
    margin-bottom: 2vh;
}

/* 
ul.nav-tabs li.mobile-view {
    margin-bottom: 20px;
} */

ul.nav-tabs {
    border: none;
}

div.tab-controls {
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.nav-tabs .nav-link:focus,
ul.nav-tabs .nav-link:hover {
    color: #000;
}

button .img-brush {
    width: 30px;
    opacity: 0.2;
}

button .img-code {
    width: 30px;
    opacity: 0.2;
}

button.active .img-brush,
button.active .img-code {
    opacity: 1;
}

.whiteboard-link-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.whiteboard-link-group .whiteboard-icon {
    margin-bottom: 20px;
}

.clear .eraser-icon {
    height: 46px;
    width: 46px;
    visibility: hidden;
}

div.right-controls {
    background-color: #fff;
    border-radius: 10px;
    width: 80px;
    height: 180px;
    margin-top: -100px;
    position: relative;
}

ol.control-list {
    row-gap: 40px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

ol.read-only-mode {
    margin-top: 53px;
    padding: 0px;
}

ol.control-list li.list-group-item {
    border: none;
    padding: 0;
    cursor: pointer;
}

ol.control-list li.list-group-item.second {
    margin-top: 22px;
}

ol.control-list li.list-group-item.third {
    margin-top: -19px;
}

ol.control-list li span.control-icon {
    width: 35px;
    height: 35px;
    background: transparent url(../img/crumple-icons.png) no-repeat;
    position: absolute;
    top: 1%;
    left: 6%;
    background-size: 360px;
    opacity: 0.7;
}

ol.control-list span.control-icon.edit {
    background-position: -160px -70px;
}

ol.control-list span.control-icon.book {
    background-position: -215px -70px;
}

ol.control-list span.control-icon.read-only {
    background-position: -275px -70px;
}


/* Nav tabs links */


/* SWITCH */

.switch {
    display: inline-block;
    position: relative;
    width: 2.4rem;
    height: 1.1rem;
    border-radius: 1.5rem;
    background: #636363;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.switch::before {
    content: '';
    position: absolute;
    top: -0.16rem;
    left: -0.12rem;
    width: 1.3rem;
    height: 1.4rem;
    background: #ffffff;
    box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 28%);
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.28), 0 0 0 1.25rem rgba(128, 128, 128, 0.1);
}

input:checked+.switch {
    background: rgba(139, 195, 74, 0.5);
}

input:checked+.switch::before {
    left: 1.25rem;
    background: #8bc34a;
}

input:checked+.switch:active::before {
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.28), 0 0 0 1.25rem rgba(139, 195, 74, 0.2);
}

.switch {
    transform: rotate(90deg);
}

.cancel-icon {
    visibility: hidden;
}


/* SWITCH */

.prompt-text {
    display: none;
    color: red;
}

div.bottom-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 0px 0 0px;
}

.read-prompt {
    width: 82%;
}

#whitebord-section {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 50px;
}

#myCanvas {
    cursor: crosshair;
    position: fixed;
}

#myCanvas.disabled {
    cursor: not-allowed;
}

.top-right-controls {
    display: none;
}

.meta__iconwrap a {
    color: #cccccc;
}

.mobile-counter {
    opacity: 0;
}

.eraser-wrap {
    display: none;
}

.mobile-logo {
    visibility: hidden;
}

#share {
    position: absolute;
    top: 13px;
    margin-left: 35px;
    z-index: 11;
}


/* responsive css */

@media only screen and (max-width: 500px) {
    .top-right-controls {
        right: 31px !important;
    }
}

@media only screen and (min-width: 991px) {
    .setting-page-mobile {
        display: none !important;
    }

    .cancel-icon {
        visibility: hidden;
    }

    .mobile-lock-mode {
        display: none !important;
    }

    #app {
        overflow-x: hidden;
    }

    .mobile-readMode-options {
        display: none;
    }

    .eraser-wrap {
        display: none !important;
    }
}

@media only screen and (min-width: 991px) and (max-width:1300px) {}

@media only screen and (max-width: 991px) {
    .mobile-logo {
        visibility: visible;
    }

    .footer_img {
        height: 90px !important;
    }

    .eraser-wrap {
        border: 1px solid #ccc;
        padding: 5px;
        width: auto;
        margin-left: -50px;
        border-radius: 50%;
    }

    #notepad-text,
    #notepad-code {
        padding: 0px;
    }

    .clear-icon {
        width: 17px;
    }

    /* mobile section */
    .char-counter {
        z-index: 1;
        position: absolute;
        right: 50px;
        top: -35px;
    }

    .mobile-counter {
        opacity: 1;
    }

    .setting-page-horizontal-line {
        opacity: .05;
        margin-top: 2vh;
    }

    .setting-page-mobile a {
        color: #cccccc;
    }

    .submit-icon {
        margin-top: 12px;
    }

    .tab-content {
        margin-top: 6px;
    }

    .share {
        padding: 10px 20px 0;
    }

    .crumple-logo {
        width: 80px;
    }

    #share-btn {
        display: none;
    }

    #setting-icon {
        display: block;
        cursor: pointer;
    }

    #setting-icon>img {
        height: 25px;
        width: 25px;
    }

    .textedit {
        padding: 0px 7px;
        margin: 0px;
    }

    .bottom-section {
        position: absolute;
        bottom: -11px;
        right: 50px;
    }

    .mobile-bottom-count {
        bottom: -47px;
    }

    #profile .bottom-section {
        right: 12px;
    }

    .textedit__wrap {
        min-height: 100px;
        height: calc(100vh - 110px);
        position: relative;
        background: #FFF;
        border: 1px solid #e7e5e5;
        border-radius: 10px;
    }

    .all_black {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: #f5f4f7;
        z-index: 10;
    }

    .cancel-icon {
        visibility: visible;
        width: 100%;
        display: flex;
        justify-content: end;
    }

    .cancel-icon > img {
        height: 30px;
        margin-right: 20px;
        margin-top: 13px;
        cursor: pointer;
    }
    .mobile-view-logo{
       margin-left: 20px;
    }
    .mobile-view-logo a{
        margin-top: 20px;
     }
    .mobile-message {
        width: 100%;
        color: #666666;
        height: 25px;
        margin-top: 20px;
        padding: 0 35px;
        line-height: 30px;
        position: absolute;
        bottom: 150px;
        line-height: 20px;
        text-align: center;
    }

    .mobile-options-container {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 60px;
        margin-top: -50px;
    }

    .tab-controls-mobile>.mobile-mode-tabs {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 100px;
        /* flex-direction: row;
        column-gap: 3vw; */
    }

    /* .tab-controls-mobile>.add-more {
        display: flex;
        justify-content: center;
    } */


    .right-controls-mobile {
        border: 1px solid #ffffff;
        background-color: #ffffff;
        border-radius: 10px;
        /* margin-top: 0px; */
        margin-top: 83px;
    }

    .right-controls-mobile>.read-only-mode,
    ol.read-only-mode {
        margin-top: 0px;
        padding: 26px;
    }

    .right-controls-mobile-readMode {
        border: 1px solid #ffffff;
        background-color: #ffffff;
        border-radius: 10px;
        width: 80px;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .read-count {
        font-size: 12px;
        font-family: Roboto-Light;
    }

    #heart {
        display: flex;
        position: relative;
    }

    #heart>.footer-text {
        position: absolute;
        left: -70px;
        bottom: 15px;
    }

    hr {
        width: 80%;
        margin: auto;
    }

    #locker-container-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        flex-direction: column;
        row-gap: 40px;
    }

    #locker-container-mobile-lockMode {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
        flex-direction: column;
        row-gap: 40px;
        position: fixed;
    }

    #locker-container-mobile-lockMode>.locker {
        width: 100px;
        height: 60px;
        position: absolute;
        top: -80px;
    }

    #locker-container-mobile-lockMode .lockState {
        margin-top: 5px;
    }

    #locker-container-mobile-lockMode .lockState>img {
        height: 25px;
        width: 25px;
    }

    #locker-container-mobile-lockMode #pass_form_mobile_lockMode {
        margin-left: 60px;
        position: absolute;
        bottom: -90px;
    }

    #button_confirm_mobile>.icon-confirm,
    #button_confirm_mobile_lockMode>.icon-confirm {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        border: 1px solid #666666;
    }

    #button_confirm_mobile {
        border: none;
        background: transparent;
    }

    #button_confirm_mobile_lockMode {
        border: none;
        background: #f5f4f7;
    }

    .footer-mobile {
        display: flex;
        width: 100%;
        justify-content: center;
        position: absolute;
        bottom: 50px;
    }

    .footer-mobile>.meta__text {
        color: #999999;
        padding-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 0px;
    }

    .pass_form_mobile>.pass_box>.rad-center {
        display: flex;
        justify-content: center;
        align-items: center;
        /* column-gap: 20px; */
    }

    .desktop-warning-message {
        display: none !important;
    }

    .footer {
        display: none;
    }

    .top-right-controls {
        display: none !important;
        margin-top: 10px;
    }

    .tab-controls .right-controls {
        display: none !important;
    }

    .tab-controls {
        display: none !important;
    }

    .char-counter {
        z-index: 1;
        align-items: center !important;
        position: absolute;
        bottom: 30px;
        left: 0.5%;
    }

    .mobile-warning {
        position: absolute;
        top: -18px;
        z-index: 1;
        text-align: center;
        width: 100%;
    }

    div.bottom-section {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 20px 0px 0 0px;
    }

    .desktop-warning {
        visibility: hidden;
    }

    #locker-container {
        display: none !important;
    }

    .list-group-item {
        padding: 14px 0px;
        color: #212529;
        text-decoration: none;
        background-color: #fff;
        border: none;
    }

    .mobile-lock-mode {
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: #f5f4f7;
        z-index: 10;
        justify-content: center;
        align-items: center;
    }

    .mobile-lock-container {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
    }

    .share_mobileLockMode {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    #share-state-1>.share__iconwrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .crumple-logo {
        width: 80px;
    }

    .share-icon {
        height: 18px;
    }

    .icons-container {
        display: flex;
        column-gap: 50px;
    }

    .share-icon-mobile {
        background-color: #ffffff;
        border-radius: 10px;
        border-color: #ffffff;
        width: 80px;
        height: 50px;
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 25px 22px;
        z-index: 1;
    }

    ol.mobile-readMode-options {
        display: flex;
        justify-content: start;
        align-items: center;
        column-gap: 10px;
        /* background: red; */
        padding: 10px 2px;
    }

    ol.mobile-readMode-options>li.read-user-icon>img {
        height: 15px;
    }
    ol.control-list {
        height: 200px;
    }

    /* .right-controls .side-list-control {
        padding: 21px;
    }

    body {
        overflow-x: hidden;
    } */
    /* .tab-controls ul.nav {
        flex-direction: row;
        position: absolute;
        bottom: -20px;
        z-index: 1;
        right: 0;
        column-gap: 10px;
        bottom: -35px;
    }

    ol.control-list {
        flex-direction: row;
    }

    ul.nav-tabs li {
        margin-bottom: 0px;
    } */
    /* .side-list {
        position: absolute;
        top: -84px;
        display: flex;
        flex-direction: column;
        align-items: center;
        left: 25vw;
    }

    .locker {
        background-color: #ffffff;
        border-radius: 10px;
        border-color: #ffffff;
        width: 80px;
        height: 50px;
        position: relative;
        cursor: pointer;
        position: absolute;
        left: 11px;
        padding: 25px 22px;
        bottom: -32px;
    }

    .read-prompt {
        position: absolute;
        bottom: -55px;
    }

    .side-list-control {
        display: flex;
        flex-direction: revert;
        column-gap: 35px;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        background-color: #ffffff;
    } */
    /* .top-right-controls {
        display: block;
        position: absolute !important;
        top: 20px !important;
        right: 57px;
    } */
    /* div.right-controls {
        background-color: transparent;
        border-radius: 0px;
        height: 0px;
        width: 210px;
        position: relative;
    }

    ol.control-list li.list-group-item {
        border: none;
        padding: 16px 7px;
        cursor: pointer;
    } */
    /* ol.control-list span.control-icon.book {
        background-position: -218px -63px;
    }

    ol.control-list span.control-icon.edit {
        background-position: -164px -70px;
    }

    .switch {
        transform: rotate(0deg);
    }

    ol.control-list li.list-group-item.second {
        margin-top: 0px;
    } */
    /* .info {
        margin-right: 5px;
        top: 6px;
        margin-right: 6px;
    }

    .read-only-mode {
        display: flex;
        background: #ffffff;
        flex-direction: row;
        justify-content: space-around;
    }

    ol.read-only-mode {
        margin-top: 0px;
        padding: 6px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: 22px;
    } */
    /* ol.control-list span.control-icon.read-only {
        background-position: -272px -67px;
    }

    .pass_box {
        display: flex;
        justify-content: center;
        flex-direction: column;
        margin-bottom: -10px;
    }

    .btn {
        margin-top: -3px;
    } */
}

@media only screen and (min-width: 500px) and (max-width: 991px) {
    .pass_box {
        margin-bottom: 30px;
    }

    .pass_form_mobile {
        margin-left: 60px;
    }
}

.hide {
    display: none;
}

.visibility-hidden {
    visibility: hidden !important;
    transition: opacity 3s ease-out;
    opacity: 0;
}

.visible {
    visibility: visible;
    transition: opacity 3s ease-in;
    opacity: 1;
}

.footer-text {
    display: none;
}



#button_confirm,
.button_confirm {
    background-color: transparent;
}

.textedit__wrap {
    padding: 20px;
    z-index: 1;
}

.c-logo {
    position: absolute;
    top: 8px;
    z-index: 11;
}

.footer_img {
    height: 30px;
}

.edit-height{
    height:30px;
}
.read-height{
    height: 25px;
}
.width-25{
    width: 22px;
    height: 22px;
    opacity: .2;
}
button.active .width-25{
    opacity: 1;
}

/* .bg-crumple {
    width: 90px; height: 33px;
    background: url('../img/css_sprites.png') -120px -10px;
}
.bg-edit {
    width: 14px; height: 13px;
    background: url('../img/css_sprites.png') -81px -68px;
}
.bg-eraser {
    width: 16px; height: 20px;
    background: url('../img/css_sprites.png') -10px -68px;
}
.bg-lazy {
    width: 90px; height: 38px;
    background: url('../img/css_sprites.png') -10px -10px;
}
.bg-read_only {
    width: 16px; height: 11px;
    background: url('../img/css_sprites.png') -115px -68px;
}
.bg-share {
    width: 15px; height: 17px;
    background: url('../img/css_sprites.png') -46px -68px;
}
.bg-code2 {
    width: 25px; height: 21px;
    background: url('../img/css_sprites2.png') -55px -10px;
}
.bg-pen2 {
    width: 25px; height: 22px;
    background: url('../img/css_sprites2.png') -10px -10px;
}

.bg-cancel {
    width: 40px; height: 40px;
    background: url('../img/css_sprites3.png') -10px -65px;
    cursor: pointer;
}
.bg-footer_logo {
    width: 120px; height: 50px;
    background: url('../img/css_sprites3.png') -10px 10px;
}
.bg-read_only_user {
    width: 20px; height: 20px;
    background: url('../img/css_sprites3.png') -50px -80px;
}
.bg-settings {
    width: 15px; height: 15px;
    background: url('../img/css_sprites3.png') -90px -80px;
} */
