body.is-blackboard {
    background-image: url(../images/wall-texture.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}
.blackboard-screen {
    display: none;
}
body.is-blackboard .main-wrapper {
    display: none !important;
}
body.is-blackboard .blackboard-screen {
    display: flex;
    width: 100vw;
    height: 100vh;
    justify-content: center;
}
.blackboard-screen-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    padding: 4vw 10vw 4vw 10vw;
}
.blackboard-screen-container h2 {
    font-size: 2.5vw;
    font-weight: 700;
    margin: 0 0 3vw 0;
}
.blackboard-screen-container .blackboard {
    padding-top: 50%;
}

.blackboard-screen-container .blackboard {
    width: 100%;
    border: tan solid 1vw;
    border-top: #bda27e solid 1vw;
    border-left: #b19876 solid 1vw;
    border-bottom: #c9ad86 solid 1vw;
    box-shadow: 0px 0px 6px 5px rgba(58, 18, 13, 0), 0px 0px 0px 2px #c2a782, 0px 0px 0px 4px #a58e6f, 3px 4px 8px 5px rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(circle at left 30%, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3) 80px, rgba(34, 34, 34, 0.5) 100px, rgba(51, 51, 51, 0.5) 160px, rgba(51, 51, 51, 0.5)), linear-gradient(215deg, transparent, transparent 100px, #222 260px, #222 320px, transparent), radial-gradient(circle at right, #111, rgba(51, 51, 51, 1));
    background-color: #333;
}
.blackboard-screen-container .blackboard:before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(175deg, transparent, transparent 40px, rgba(120, 120, 120, 0.1) 100px, rgba(120, 120, 120, 0.1) 110px, transparent 220px, transparent), linear-gradient(200deg, transparent 80%, rgba(50, 50, 50, 0.3)), radial-gradient(ellipse at right bottom, transparent, transparent 200px, rgba(80, 80, 80, 0.1) 260px, rgba(80, 80, 80, 0.1) 320px, transparent 400px, transparent);
    border: #2c2c2c solid 2px;
    font-size: 2.2em;
    color: rgba(238, 238, 238, 0.7);
    text-align: center;
    padding-top: 2vw;
}

.blackboard-screen-container .blackboard-inner-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blackboard-screen-container .swiper-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--color-white);
    font-family: 'chalkdusterregular';
    font-weight: normal;
}

.blackboard-screen-container .swiper-container .swiper-slide .your-msg{
    color: #fff !important;
    position: absolute;
    width: 100%;
    top: 25%;
    left: 0%;
    border: 0;
    text-align: center;
    background: none;
    font-size: 3.5vw;
    padding: 0px 7%;
    line-height: 140%;
}

.blackboard-screen-container .swiper-container .swiper-slide .your-nm{
    color: #fff !important;
    position: absolute;
    width: 100%;
    bottom: 13%;
    left: 0%;
    border: 0;
    text-align: right;
    background: none;
    font-size: 2.7vw;
    padding: 0px 7%;
    overflow: hidden;
    
}
.blackboard-screen-container .swiper-container .swiper-slide .your-loc{
    color: #fff !important;
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0%;
    border: 0;
    text-align: right;
    background: none;
    font-size: 2.2vw;
    padding: 0px 7%;
}










/**********/
body.is-apps {
    padding-top: 0px !important;
}
body.is-apps .container.header-container {
    height: auto !important;
}
body.is-apps .header-left {
    display: none !important;
}
body.is-apps .social-nav {
    display: none !important;
}
body.is-apps .header-nav {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100vw;
    right: 0;
}
body.is-apps .wrapper-home-wrapper {
    position: relative;
    width: 100vw;
    padding-top: 0px;
}
/****/
.nshp_min_nav.b_scn1.mobile_menu, .ft-sticky, .nshp_header, .nshp_masthead_bnrdesktopMasthead {
    display: none !important;
}
.custom_theme .nshp_top_headline, .custom_theme .nshp_topstory_box, .custom_theme .nshp_widget_boxwrap {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}
.custom_theme .nshp_widget_mid {
    padding: 0 !important;
}
.nshp_tg_cont {
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
}
.full_width, .full_wrap {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
}
.nshp_bdmcrum, .nshp_nglobalnav_wrap {
    display: none !important;
}

/****/
html, body, pre, code, kbd, samp, input, button, select, option, textarea {
    font-family: var(--font-theme-1);
    font-weight: var(--font-regular);
    font-style: normal;
    font-size: 17px;
    color: var(--color-theme-1);
}
p {
    line-height: 150%;
    margin: 0px 0 25px 0;
    color: var(--color-theme-1);
}
p a {
    color: var(--color-theme-1);
    text-decoration: underline;
}
p a:hover {
    color: var(--color-theme-1);
}
strong {
    font-weight: var(--font-semibold);
}
a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: var(--color-theme-1);
    transition: var(--transition-all);
}
button, a, input[type="button"], .btn {
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-theme-2);
    font-size: 100%;
    line-height: 120%;
    font-weight: var(--font-regular);
    color: var(--color-theme-1);
}
/*-- Preloader --*/
/*
html {
    height: 100vh;
    background: #e7f3e5;
    background-image:
        linear-gradient(35deg, hsla(0, 0%, 0%, 0), 80%, hsla(0, 0%, 0%, 0)), linear-gradient(transparent calc(50% - 1px), #c0d7c5 1px, transparent calc(50% + 0px) 100%), linear-gradient(to right, transparent calc(50% - 1px), #c0d7c5 1px, transparent calc(50% + 0px) 100%);
    background-size: 100% 100%, 12px 12px, 12px 12px;
}
*/
body {
    background-color: transparent;
    /*    padding-top: 64px;*/
}
.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transform: translate3d(0, 0, 0);
    z-index: 1000;
    transition: 0.2s ease-in;
    background-color: rgb(255 255 255 / 65%);
    backdrop-filter: blur(10px);
}
.container.header-container {
    height: 64px;
    transition: var(--transition-all);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    z-index: 2;
}
.is-scroll.header-wrapper {
    background-color: var(--color-theme-1);
    box-shadow: 0px 1px 6px rgb(0 0 0 / 10%);
}
.is-scroll.is-up.header-wrapper {
    transform: translate3d(0, -100%, 0);
}
.is-scroll.is-up.header-wrapper {
    transform: translate3d(0, -100%, 0);
}
.header-left {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    column-gap: 10px;
    position: relative;
    top: 2px;
    user-select: none;
}
.logo-header {
    width: 120px;
    display: block;
}
.logo-header svg {
    height: auto;
    width: 100%;
    vertical-align: sub;
}
.logo-header svg .st0 {
    fill: var(--color-black);
}
.logo-header svg .st1 {
    fill: var(--color-ndtv-red);
}
.header-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 90%;
    font-weight: var(--font-medium);
}
.sub-header {
    display: none;
}
.header-right a {
    color: #fff;
}
.header-right .header-nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}
.header-right .header-nav ul li {
    margin: 0 20px 0 0;
    position: relative;
}
.header-right .header-nav ul li a {
    display: inline-block;
    background: #fff;
    color: #000;
    border-radius: 4px;
    padding: 0px 10px;
    height: 32px;
    line-height: 32px;
}
.header-right .header-nav ul li a:hover {
    background-color: #fbff32;
    color: #000;
}
.header-right .header-nav ul li a.is-active {
    background-color: #fbff32;
    color: #000;
}
.header-right .header-nav ul li::after {
    position: absolute;
    width: 2px;
}
.header-right .social-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 10px;
    align-items: center;
    color: var(--color-black);
}
.header-right .social-nav ul li a {
    width: 28px;
    height: 28px;
    display: block;
    overflow: hidden;
    border-radius: 4px;
    transition: 0.2s all ease-in;
}
.social-nav ul li a svg * {
    transition: 0.2s all ease-in;
}
.social-nav ul li a svg path {
    fill: var(--color-black);
}
.social-nav ul li.is-x a svg polygon {
    fill: var(--color-black);
}
.social-nav ul li a:hover {
    background-color: var(--color-white);
}
.social-nav ul li.is-facebook a:hover svg path {
    fill: #1877f2;
}
.social-nav ul li.is-x a:hover svg path {
    fill: #1da1f2;
}
.social-nav ul li.is-x a:hover svg polygon {
    fill: #1da1f2;
}
.social-nav ul li.is-linkedin a:hover svg path {
    fill: #0a66c2;
}
.social-nav ul li.is-whatsapp a:hover svg path {
    fill: #25d366;
}
#box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    pointer-events: none;
    z-index: -1;
    transform: translateZ(0);
}
#box canvas {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    transform: translateZ(0) !important;
}
.wrapper-home-wrapper {
    position: relative;
    width: 100vw;
    padding-top: 64px;
}
.container {
    position: relative;
    z-index: 2;
}
.intro-row {
    position: relative;
    padding: 40px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
    column-gap: 60px;
}
.intro-row .intro-col {
    width: 50%;
    height: 100%;
}
.intro-row .intro-col.is-left {
    height: calc(100vh - 154px);
    position: sticky;
    position: -webkit-sticky;
    top: 110px;
}
.intro-row .intro-col.is-right {
    height: auto;
    min-height: 82vh;
    padding-top: 1vw;
}
.map-container {
    height: 100%;
    background-color: #ffffff61;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 7px 8px 10px 0px rgb(0 0 0 / 29%);
}
.map-container svg path {
    fill: rgb(255 247 195 / 32%);
    stroke: rgb(110 140 173 / 88%);
    transition: all 0.2s ease-in;
}
.map-container svg path.is-data {
    fill: rgb(255 247 195 / 32%);
    cursor: pointer;
}
.map-container svg path.no-data {
    pointer-events: none;
}
.map-container svg path.is-data.is-active {
    fill: rgb(106 168 235 / 85%);
}
.map-container svg {
    height: 100%;
    width: auto;
}
.intro-row .intro-text {
    opacity: 1;
    left: 0;
}
body.is-state .intro-row .intro-text {
    opacity: 0;
    display: none;
}
.state-info {}
.state-info h2 {
    font-size: 180%;
    font-weight: 600;
    margin: 0 0 10px 0;
}
.state-info > ul {}
.state-info > ul > li {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 20px;
    margin-top: 30px;
}
.state-info > ul > li > h3 {
    font-size: 110%;
    font-weight: 600;
    margin: 5px 0 5px 0;
}
.state-info > ul > li > p {
    margin: 0 0 15px 0;
    font-size: 90%;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    line-height: 120%;
}
.state-info > ul > li > ul {
    font-size: 90%;
    font-weight: 400;
    color: var(--color-theme-1);
}
.state-info > ul > li > ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 16px;
}
.state-info > ul > li > ul li::before {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
}
.brand-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    gap: 30px;
}
.brand-container .banner {
    width: 100%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.brand-container .banner img {
    width: 100%;
    height: auto;
}

.banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: -webkit-linear-gradient(bottom, rgb(0 0 0 / 85%) 28%, rgb(0 0 0 / 0%) 100%);
    background: -o-linear-gradient(bottom, rgb(0 0 0 / 85%) 28%, rgb(0 0 0 / 0%) 100%);
    background: linear-gradient(to top, rgb(0 0 0 / 85%) 28%, rgb(0 0 0 / 0%) 100%);
    text-align: center;
    padding: 80px 20px 20px 20px;
}
.banner-caption h1 {
    color: #fff;
    font-size: 200%;
    font-weight: 600;
    line-height: 120%;
}


.banner-caption h2 {
    color: #ffc500;
    font-size: 150%;
    font-weight: 500;
    line-height: 120%;
}
.intro-text {
    text-align: left;
}
.intro-text p {
    padding: 0 0px 0 0;
    font-weight: 500;
    margin-bottom: 15px;
    color: var(--color-theme-1);
}
.state-filter {
    position: absolute;
    top: 50px;
    right: 40px;
    z-index: 100;
}
.state-filter select {
    width: 270px;
    padding: 0px 15px;
    height: 46px;
    border-radius: 23px;
    border: 0px;
    box-shadow: 0px 0px 0px 2px rgb(0 0 0 / 19%);
    font-weight: 400;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(255 255 255 / 62%);
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='20' height='20' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 15px;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.byn-tap {
    height: auto;
    position: relative;
    margin: 0 auto 0 auto;
    font-weight: 600;
    line-height: 140%;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center; 
    align-items: center;
    flex-direction: row;
    gap: 30px;
    padding-top: 20px;
    color: var(--color-theme-1);
}
.arrow {
    transform: rotate(90deg);
    cursor: pointer;
}
.arrow span {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    border-bottom: 5px solid #7393B3;
    border-right: 5px solid #6495ED;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.arrow span:nth-child(2) {
    animation-delay: -0.2s;
}
.arrow span:nth-child(3) {
    animation-delay: -0.4s;
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}
.wrapper.form-wrapper .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.teachers-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100vh;
    padding: 0px 50px;
}
.teachers-row .col {}
.teachers-row .col:nth-child(1) {
    width: 40%;
    z-index: 10;
}

.teachers-row .col:nth-child(2) {
    width: 45%;
    padding: 0px 100px 0 0px;
}
.swiper {
    width: 100%;
}
.col-slider .swiper-slide {
    height: 550px;
    color: var(--color-white);
    border-radius: 10px;
    box-shadow: 1rem 1rem 0.5rem rgba(0, 0, 0, 0.25);
    background-color: #383838;
    transition: all 1s ease-in-out;
}
.swiper-button-prev {
    left: 0rem;
    color: black;
}
.swiper-button-next {
    right: 0rem;
    color: black;
}
.swiper-slide figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-slide figure .fig-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-slide figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 45% 30px 30px 30px;
    background: #383838;
    background: -webkit-linear-gradient(bottom, rgb(46 46 46) 47%, rgba(56, 56, 56, 0) 70%);
    background: -o-linear-gradient(bottom, rgb(46 46 46) 47%, rgba(56, 56, 56, 0) 70%);
    background: linear-gradient(to top, rgb(46 46 46) 47%, rgba(56, 56, 56, 0) 70%);
}
.swiper-slide figure figcaption h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 170%;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 49%);
    margin: 0 0 0 0;
    display: block;
    color: #fff;
}
.swiper-slide figure figcaption strong {
    font-weight: 500;
    margin: 0 0 15px 0;
    display: block;
}
.swiper-slide figure figcaption ul {
    display: block;
    font-size: 85%;
    font-weight: 500;
}
.swiper-slide figure figcaption li {
    display: block;
    margin: 0 0 10px 0;
    line-height: 140%;
}
.swiper-slide figure figcaption li:last-child {
    margin: 0;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 15px;
}
.swiper-button-next, .swiper-button-prev {
    right: 0rem;
    color: black;
    background: rgb(255 255 255 / 43%);
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    border-radius: 100%;
    font-weight: bold;
    backdrop-filter: blur(10px);
    transition: 0.2s all ease-in;
}
.swiper-button-next {
    top: 25%;
    right: 30px;
}
.swiper-button-prev {
    top: 25%;
    left: 30px;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    backdrop-filter: blur(10px);
    background: rgb(255 255 255 / 80%);
}
.col-text h2 {
    font-size: 180%;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.col-text p {
    font-weight: 500;
    padding-right: 40px;
    color: var(--color-theme-1);
}
.board-wrapper {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.wrapper.board-wrapper .container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    padding: 80px 0px 50px 0;
}
.blackboard-container {
    position: relative;
    width: 70%;
    max-width: 700px;
    margin: 0 auto;
}
.blackboard {
    width: 100%;
    border: tan solid 12px;
    border-top: #bda27e solid 12px;
    border-left: #b19876 solid 12px;
    border-bottom: #c9ad86 solid 12px;
    box-shadow: 0px 0px 6px 5px rgba(58, 18, 13, 0), 0px 0px 0px 2px #c2a782, 0px 0px 0px 4px #a58e6f, 3px 4px 8px 5px rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(circle at left 30%, rgba(34, 34, 34, 0.3), rgba(34, 34, 34, 0.3) 80px, rgba(34, 34, 34, 0.5) 100px, rgba(51, 51, 51, 0.5) 160px, rgba(51, 51, 51, 0.5)), linear-gradient(215deg, transparent, transparent 100px, #222 260px, #222 320px, transparent), radial-gradient(circle at right, #111, rgba(51, 51, 51, 1));
    background-color: #333;
}
.blackboard:before {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(175deg, transparent, transparent 40px, rgba(120, 120, 120, 0.1) 100px, rgba(120, 120, 120, 0.1) 110px, transparent 220px, transparent), linear-gradient(200deg, transparent 80%, rgba(50, 50, 50, 0.3)), radial-gradient(ellipse at right bottom, transparent, transparent 200px, rgba(80, 80, 80, 0.1) 260px, rgba(80, 80, 80, 0.1) 320px, transparent 400px, transparent);
    border: #2c2c2c solid 2px;
    font-size: 2.2em;
    color: rgba(238, 238, 238, 0.7);
    text-align: center;
    padding-top: 20px;
    background-color: #333;
}
.blackboard-content {
    display: block;
    padding-top: 55%;
    width: 100%;
    background-color: #333;
}
.board-container h2 {
    font-size: 180%;
    font-weight: 700;
    margin: 0 0 40px 0;
    text-align: center;
    color: var(--color-theme-1);
}
.bottom-content {
    width: 500px;
    max-width: 100%;
    padding: 40px 30px;
    margin: 0 auto;
}
.btn {
    display: inline-block;
    background-image: linear-gradient(to right, #FFDB58, #f1dd75, #FFDB58, #8B7400);
    background-size: 300% 100%;
    color: #000;
    font-weight: 500;
    line-height: 100%;
    padding: 16px 20px;
    border-radius: 40px;
    border: 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.btn:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.bottom-content p {
    font-weight: 500;
    margin: 20px 0 0 0;
    color: var(--color-theme-1);
}
.logo-edu-footer {
    width: 30%;
    height: auto;
    margin: 100px auto 0 auto;
}
.logo-edu-footer img {
    width: 100%;
}
.blackboard-content {
    position: relative;
}
.logo-board {
    position: absolute;
    width: 15%;
    height: auto;
    top: 5%;
    left: 3%;
}
.logo-board svg { 
    width: 100%;
    height: auto;
}
.logo-board svg .st0 {
    fill: var(--color-white);
}
.logo-board svg .st1 {
    fill: var(--color-ndtv-red);
}



.blackboard-content #textareaText, .blackboard-content textarea, .blackboard-content input, .blackboard-content select {
    font-family: 'chalkdusterregular';
    font-size: 150%;
    font-weight: normal;
}
.blackboard-content textarea, .blackboard-content #textareaText {
    position: absolute;
    width: 100%;
    height: 55%;
    top: 20%;
    left: 0%;
    border: 0;
    text-align: center;
    background: none;
    font-size: 220%;
    padding: 0px 7%;
    line-height: 140%;
    resize: none;
    overflow: hidden;
}
.blackboard-content textarea {
    color: transparent;
    caret-color: #fff !important;
}
.blackboard-content #textareaText {
    color: #fff !important;
    pointer-events: none;
}
.blackboard-content input[type="text"] {
    color: #fff !important;
    position: absolute;
    width: 100%;
    bottom: 15%;
    left: 0%;
    border: 0;
    text-align: right;
    background: none;
    font-size: 160%;
    padding: 0px 7%;
    overflow: hidden;
    height: 14%;
}
.blackboard-content select {
    color: #fff !important;
    position: absolute;
    width: 100%;
    height: 10%;
    bottom: 5%;
    left: 0%;
    border: 0;
    text-align: right;
    background: none;
    font-size: 120%;
    padding: 0px 7%;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}
::-webkit-input-placeholder {
    color: #fff;
}
::-moz-placeholder {
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
}
.msg-area {
    position: absolute;
    top: 4%;
    right: 4%;
    z-index: 1;
    font-weight: 500;
    font-size: 90%;
    padding: 5px;
}
.canvas-container {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
}