/*
Template Name: Study space
Author: Tanay
*/

/*
Index
----------------------------------
01. Import font
02. General CSS
03. Header CSS
04. Registration CSS
05. Teacher Dashboard
06. Admin Dashboard
07. Parent
08. Common Style
09. WorkShopVideo Modal
*/

/* 01. Import font
--------------------------
*/
@font-face {
    font-family: "Museo Slab";
    src: url(../fonts/museo700.otf);
    font-weight: 700;
}
@font-face {
    font-family: "Museo Slab";
    src: url(../fonts/museo_slab_500.otf);
    font-weight: 500;
}
@font-face {
    font-family: "Museo Slab";
    src: url('../fonts/museo_100.otf');
    font-weight: 100;
}
@font-face {
    font-family: "Museo Slab";
    src: url(../fonts/Museo_Slab_500italic.otf);
    font-style: italic;
}
/* 02. General CSS
---------------------------
*/
select {
    -webkit-appearance: none;
    background-image:
      linear-gradient(45deg, transparent 50%, black 60%),
      linear-gradient(135deg, black 40%, transparent 50%) !important;
    background-position:
      calc(100% - 30px) 15px,
      calc(100% - 20px) 15px,
      100% 0;
    background-size:
      10px 10px,
      10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
select::-ms-expand {
    display: none;
}
select.custom-arrow {
    background-image:
      linear-gradient(45deg, transparent 50%, white 60%),
      linear-gradient(135deg, white 40%, transparent 50%) !important;
}
#app.logged-in,
#app.mobile-tablet {
    padding-bottom: 0px !important;
}
body{
    font-family: "Museo Slab";
}
body.login {
    background: url('../img/banner/login_banner-min.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-img{
    width: 100%;
    height: auto;
}
.text-color{
    color:#7B1FA2;
}
.welcome-popup{
    font-size: 12px;
}

.form-custom{
    background-color: #f7f7f7;
    border: none;
    padding: 12px;
}
.form-input{
    background-color: #f7f7f7;
    border: none;
}
.custom-btn, .custom-submit{
    background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Museo Slab";
    font-size: 24px;
    line-height:26px;
}
.btn-view{
    padding: 3px 15px;
    background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Museo Slab";
    font-size: 16px;
}
.days-area{
    position: absolute;
    right: 8px;
}
.serial-style{
    width: 25px;
    /* height: 25px; */
    background: #ddd;
    border-radius: 12px;
    padding: 0px;
}

.custom-btn-light{
    background: #d3d9df;
    padding: 10px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Museo Slab";
    font-size: 24px;
}
.lite-modal{
    background: #6e1b23;
     color: #fff;
}
select.form-custom:not([size]):not([multiple]) {
    height: calc(2.9rem + 2px);
}
.file {
    position: relative;
    width: 100px;
}

.file > input[type="file"] {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.file > label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #666;
    color: #fff;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}
.custom-file-upload {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    background: #f7f7f7;
    float: right;
    color: #403838;
    font-weight: 700;
    /* border-radius: 5px; */
    text-align: center;
    font-size: 18px;
}
.file_label{
    background: #f7f7f7;
    padding: 10px;
    font-size: 18px;
}
.help-block{
    color: #c71a1a;
}
.profile-upload{
    cursor: pointer;
    color: #ffffff;
    font-weight: 700;
    border-radius: 12px;
    margin: 0 auto;


}
.profile-add-btn{
    position: absolute;
    top: 0;
    right: 0;
}
.close-btn-height{
    height: 35px;
}
.plus-btn-size{
    width: 50px;
}
.form-inline{
    display:inline-block;
}
.add-btn{
    background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
    border-radius: 50%;
    padding: 5px 3px 3px 10px;
    color: #fff;
}

.circle-btn,.plus-btn{
    background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 50%;
}

.content-area {
    min-height: calc(96vh - 110px);
}
.section-box{
    background: radial-gradient(#6e6e6e,#2f2f2f);
    background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
    background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
    color: #fff;
    position: relative;
    overflow:hidden;
}
.section-box figure {
    position: absolute;
    padding: 5px 7px;
    width: 100%;
    top: -30%;
    transition: ease-in-out .5s;
    background: rgba(255, 255, 255, 0.5);
    font-size: 14px;

}
.section-box:hover figure {
    top: 0;
}
.date{
    padding:0px 10px;
}
.nav li.nav-item a.side-nav{
    background: #f1f1f1;
    margin: 5px;
    color: #000;
    font-size: 14px;
    padding: 10px;
}
.modal-bg{
    background-color: #504e4ec2;
}
.sentence{
    font-size: 24px;
    padding-left: 20px;
    color: #000000;
    text-decoration: none;
}
.user-title{
    font-size: 30px;
    padding-left: 20px;
    color: #000000;
}
#header-video{
    position: relative;
}
.background-holder {
    background-size: cover;
    background-position: center;
}
.background-holder video {
    position: absolute;
    display: block;
    z-index: -1;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
}
.edit{
    position: absolute;
    right: 4px;
    top: 7px;
    background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
    padding: 7px 33px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border-radius: 9px;
}
.account-text{
    font-size: .8rem;
}
.account-form-style{
    padding: 9px;
    font-size: .8rem;
    border-radius: 12px;
}
.approved-category li{
    list-style: none;
}
.fixed-height{
    height: 300px;
    overflow: auto;
}
.new-recommended,.subject-title{
    background: #f7f7f7;
    padding: 10px;
}
.new-recommended ul{
   list-style: none;
    margin: 0;
    padding: 0;
}
.new-recommended ul li{
    display: inline-block;
    padding: 0 15px;
}
.new-recommended ul li a{
    text-decoration: none;
    color: #000000;
}
.new-recommended ul li a.active{
    color: #c35ccc;
}

.napnal{
    padding: 5px;
    background: linear-gradient(to right, #537cd7, #63ad13);
    color: #fff!important;
}
.subject-title ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.subject-title ul li{
    display: inline-block;
    padding: 0 0px;
}
.subject-title ul li a{
    text-decoration: none;
    color: #000000;
}
.subject-title ul li a.active{
    color: #c35ccc;
}
.search-custom{
    background-color: #f7f7f7;
    border: none;
    padding: 10px;
    height: 44px;
}
/* search panel */
.panel-purple.subject-search {
    background: linear-gradient(26deg,#8c3796 0%,#c81c6b 74%);
    padding: 7px;
    border-radius: 0.35rem;
}
.panel-purple.new-recommended ul li a {
    text-decoration: none;
    color: #dfe0b7;
}
.panel-purple.new-recommended  ul li a.active {
    color: #faff3b;
}
.panel-purple.new-recommended,
.panel-purple.subject-title  {
    background: linear-gradient(26deg,#8c3796 0%,#c81c6b 74%);
    padding: 10px;
    border-radius: 0.35rem;
}
.panel-purple.subject-title ul li a {
    text-decoration: none;
    color: #ffffff;
}
.panel-purple.subject-title ul li a.active {
    color: #faff3b;
}
.panel-purple li.bee-title {
    color: #000000;
    display: inline-block;
    padding: 0.375rem 0.75rem;
}
/* search panel */
.thumbnail-img{
    position: relative;
    border-radius: 3px;
    border: 1px solid #f7f7f7;
    box-shadow: inset 0 -12px 0 0 #f7f7f7;
}
.thumbnail-img:hover{
    position: relative;
    border-radius: 3px;
    border: 1px solid #E72878;
    box-shadow: inset 0 -12px 0 0 #E72878
}
.bookmark{
    position: absolute;
    top: -6px;
    right: 7px;
    font-size: 20px;
}
.bookmark.position-relative {
    top: initial;
    right: initial;
}
.bookmark a.active{
    color: #D4AF37;
}
.bookmark a{
    color: #C0C0C0;
}
.bookmark i.fa-bookmark:hover {
    font-size: 30px;
    -webkit-text-stroke-width: 0.8px;
    -webkit-text-stroke-color: red;
}
.bookmark.position-relative i.fa-bookmark {
    font-size: initial;
    color: #C0C0C0;
}
.bookmark.position-relative i.fa-bookmark:hover {
    font-size: initial!important;
    -webkit-text-stroke-width: initial;
    -webkit-text-stroke-color: initial;
}
.bookmark a.active i.fa-bookmark:hover {
    font-size: 30px;
}
.video-info{
    padding: 9px 0px;
}
.video-title,.video-des,.video-watch{
    font-size: 0.66rem;
    font-weight: 100;
}
.subject-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.subject-list ul li{
    padding: 10px;
}
.text-danger {
    color: #ff3245 !important;
}
/*  03. Header CSS
----------------------------
*/
#top-header{
    /*background: rgba(255,93,177,1);*/
    background: -moz-linear-gradient(left, #7C4099 0%, #D31E2B 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #7C4099), color-stop(100%, #D31E2B));
    background: -webkit-linear-gradient(left, #7C4099 0%, #D31E2B 100%);
    background: -o-linear-gradient(left, #7C4099 0%, #D31E2B 100%);
    background: -ms-linear-gradient(left, #7C4099 0%, #D31E2B 100%);
    /*background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);*/
    /*background-color: #1fd1f9;*/
    /*background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);*/
    background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
ul.navbar-nav li.nav-item a{
    color: #ffffff;
    font-size: 24px;
    font-family: "Museo Slab";

}
.secondary-nav .navbar{
    padding: 0;
}
.secondary-nav ul.navbar-nav li.nav-item a{
    color: #ffffff;
    font-size: 14px;
    font-family: "Museo Slab";

}
ul.navbar-nav li.nav-item a{
    color: #ffffff;
    font-size: 24px;
    font-family: "Museo Slab";

}
/*.navbar-expand-lg ..navbar-collapse.collapse.show .navbar-nav .dropdown-menu {
    width: initial;
}*/
.navbar-collapse.collapse.show .navbar-nav .dropdown-menu {
    float: left;
    clear: both;
    width: 100%;
}
.navbar-nav .dropdown-menu .dropdown-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.secondary-nav .dropdown-menu, .registration .dropdown-menu{
    background: linear-gradient(to right, #623b68 65%, rgba(44, 85, 189, .9) 100%);
    border-top-left-radius:0;
    border-top-right-radius:0;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.navbar-dark .navbar-nav .nav-link{
    color:#ffffff;
}
a.site-title{
    color: #ffffff;
    margin-bottom:15px;
    font-family: "Museo Slab";
    font-weight: 700;
    font-size: 50px;
    line-height: 48px;
    border-bottom: dashed 2px #ffffff;
    float: right;
}
a.site-title span{
    font-weight:100;
    color: #FFFFFF;
    font-family: "Museo Slab";
}

#bottom-header{
    background: #97328e;
    background: -moz-linear-gradient(326deg, #97328e 0%, #5f0a87 74%);
    background: -webkit-linear-gradient(326deg, #97328e 0%, #5f0a87 74%);
    background: -o-linear-gradient(326deg, #97328e 0%, #5f0a87 74%);
    background: -ms-linear-gradient(326deg, #97328e 0%, #5f0a87 74%);
    background: linear-gradient(326deg, #97328e 0%, #5f0a87 74%);
    background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
#bottom-header h4 {
    /*margin-top: 3px !important;*/
}
.search{
    float: left;
    padding: 10px;
}
.search-btn-area{
    background: #1f1e1e;
    color: #fff;
    border: none;
    padding: 6px 15px;
}
.search-input{
    background: #f7f7f7;
    border: none;
}
.search{
    position:relative;
}
.search-btn{
    padding-top:23px;
}
.search-btn a{
    color:#000;
}
.btn-search{
    background: #f7f7f7;
    color: #5a6acd;
    border: none;
}
.search-box{
    display:none;
    position:absolute;
    background:#fff;
    border:1px solid #ddd;
}
.search-area{

}
.search-form-area{
    width: 100%;
}
.search-form{
    padding: 12px;
}
.secondary-nav ul{
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}

.secondary-nav ul li a{
    float: left;
    display: inline-block;
    padding: 9.5px;
    text-decoration: none;
    color:#ffffff;
    font-size: 1rem;
    font-weight: 600;
    font-family: "Museo Slab";
}
.secondary-nav .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #ffffff;
}
.secondary-nav .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #ffffff;
}
.secondary-nav ul li a:hover{
    color: #ffffff;
}

li.dropdown-item:hover{
    background:transparent;
}
.secondary-nav ul li a:hover, .secondary-nav ul.navbar-nav li.nav-item a:hover{
  color:#ffef00;
}

.secondary-nav ul li a.dropdown-item:hover{
    background: #484f90;
}

.registration{
    float:right;

}
.registration nav.navbar{
    padding: 0;
}
.registration .dropdown-menu{
    right: 0;
    left: auto;
}
.registration ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.registration ul li{
    float:left;
}

.registration ul li:first-child:after{
    content:" ";
    color:#fff;
    position:absolute;
    top:12px;
    font-size:12px;
}
.registration ul li a{
    float: left;
    display: inline-block;
    padding: 9px 20px;
    color: #ffffff;
    text-decoration: none;
    /* font-size: 14px; */
    /* font-family: "Museo Slab"; */
}
.user-header{
    background: #ffffff;
    box-shadow: 0px 1px 6px -2px #000;
}
.nav-menu li.nav-list{
    position: relative;
    float: left;
    padding: 10px 20px;
}
.profile-list{
    float: right;
}
ul.nav-menu{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.nav-menu li.nav-list a{
    color: black;
    font-size: 24px;
    float: left;
}
ul.nav-menu li.nav-list a .indicator {
    position: absolute;
    top: 11px;
    left: 39px;
    font-size: 10px;
}
.myButton {

    -moz-box-shadow:inset 0px 1px 0px 0px #fbafe3;

    -webkit-box-shadow:inset 0px 1px 0px 0px #fbafe3;

    box-shadow:inset 0px 1px 0px 0px #fbafe3;

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5bb0), color-stop(1, #ef027d));

    background:-moz-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);

    background:-webkit-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);

    background:-o-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);

    background:-ms-linear-gradient(top, #ff5bb0 5%, #ef027d 100%);

    background:linear-gradient(to bottom, #ff5bb0 5%, #ef027d 100%);

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bb0', endColorstr='#ef027d',GradientType=0);

    background-color:#ff5bb0;

    -moz-border-radius:7px;

    -webkit-border-radius:7px;

    border-radius:7px;

    border:1px solid #ee1eb5;

    display:inline-block;

    cursor:pointer;

    color:#ffffff;

    font-family:Arial;

    font-size:23px;

    font-weight:bold;

    padding:5px 28px;

    text-decoration:none;

    text-shadow:0px 1px 0px #c70067;

}

.myButton:hover {

    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ef027d), color-stop(1, #ff5bb0));

    background:-moz-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);

    background:-webkit-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);

    background:-o-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);

    background:-ms-linear-gradient(top, #ef027d 5%, #ff5bb0 100%);

    background:linear-gradient(to bottom, #ef027d 5%, #ff5bb0 100%);

    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef027d', endColorstr='#ff5bb0',GradientType=0);

    background-color:#ef027d;

}

.myButton:active {

    position:relative;

    top:1px;

}
#bottom-header select {
}
/* 04. Registration CSS
------------------------------
*/
.title-area{
    position: relative;
}
.content-title:before{
    content: " ";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-left: 10px solid #5A6ACD;
    border-radius: 5px;
}
.content-title{
    background-color: #F7F7F7;
    padding: 10px 10px 10px 20px;
    border-radius: 5px;
    color:#515B63;
    font-size: 21px;
}
/*     05. Teacher Dashboard
-------------------------------
*/
.assigned-box-one{
     border-radius: 3px 3px 0 0;
     background: linear-gradient(180deg, #9fa8af 0%, #4b5258 100%);
     padding: 20px 10px;
 }
.approve-box-one{
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, #58B7FC 0%, #4A90E2 100%);
    padding: 20px 10px;
}
.section-box-one{
    border-radius: 3px 3px 0 0;
    background: linear-gradient(180deg, #58B7FC 0%, #4A90E2 100%);
    padding: 20px 10px;
}
.section-box-two{
    padding: 20px 10px;
    border-radius: 0 0 3px 3px;
    background: linear-gradient(180deg, #FCFCFC 100%, #F7F7F7 0%);
}
.overlay-dot{
    color: #BCBCBC;
    font-size: 8px;
}
.notification-list li{
    margin: 20px;
    list-style: none;
    padding-left: 10px;
}
.notification-list li:before {
    content: " ";
    position: absolute;
    height: 30.09px;
    width: 31.62px;
    background: linear-gradient(130.77deg, #4A90E2 0%, #7B1FA2 100%);
    left: 29px;
    border-radius: 50%;
}
.start-soon-btn,.live-btn{
    position: absolute;
    top: 36%;
    left: 19%;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 5px #000000;
    width: 60%;
}
.live-btn
{
    color: #12e022;
    text-transform: uppercase;
}
.assigned-btn{
    position: absolute;
    top: 36%;
    left: 19%;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 5px #000000;
    width: 66%;
    color: #767b76;
    font-size: 12px;

}
.lock-btn{
    color: #b5bfb5;
}
.lock-btn-show,.lock-btn{
    position: absolute;
    top: 36%;
    left: 35%;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 5px #000000;
    width: 30%;
}
.calender-area{
    background-color: #F7F7F7;
    border-radius: 10px 10px 1px 1px;
}
.day-name{
    background: linear-gradient(130.77deg, #4A90E2 0%, #7B1FA2 100%);
    padding: 15px;
    border-radius: 10px 10px 1px 1px;
    color: #ffffff;
}
.homework-time{
    color: #C73361;
}
.calender-details{
    background-color: #C73361;
    border-radius: 12px;
    padding: 5px;
    color: #F7F7F7;
}
.pin-input{
    padding: 6px;
    text-align: center;
}
/*  06. Admin Dashboard
--------------------------------
*/
.text-title{
    background: linear-gradient(130.77deg, #4A90E2 0%, #7B1FA2 100%);
}
.attachment-file{
    background: #6f6d9d;
    padding: 10px;
    color: #fff;
    border-radius: 30px;
}

/*    Footer CSS
------------------------------
*/
footer.app-footer {
    background: linear-gradient(-45deg, #7C4099, #BE1C83, #D31E2B);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
    height: 100px;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
footer .studyspace_footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
}
footer .studyspace_footer h2 {
    font-size: 40px;
    color:#fff;
}
.newsletter-area{
    background: rgba(255,93,177,1);
    background: -moz-linear-gradient(left, rgba(255,93,177,1) 0%, rgba(51,101,230,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,93,177,1)), color-stop(100%, rgba(51,101,230,1)));
    background: -webkit-linear-gradient(left, rgba(255,93,177,1) 0%, rgba(51,101,230,1) 100%);
    background: -o-linear-gradient(left, rgba(255,93,177,1) 0%, rgba(51,101,230,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,93,177,1) 0%, rgba(51,101,230,1) 100%);
    background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
}
.subscriber-title,.subscriber-des{
    color: #ffffff;
    font-family: "Museo Slab";
}
.form-subscriber{
    background-color: #5c6db2;
    color: #ffffff;
    border: 3px solid #fffefe;
}
input.form-subscriber:focus {
    background-color: #5c6db2;
    color: #ffffff;
}
input.form-subscriber::placeholder {
    color: #ffffff;
}
.btn-subscriber{
    background: #7288D7;
    padding: 9px;
    border: none;
    color: #ffffff;
    font-weight: 700;
}
.footer-area{
    /* //background: rgba(255,93,177,1);
    background: -moz-linear-gradient(left, rgba(255,93,177,1) 0%, rgba(51,101,230,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,93,177,1)), color-stop(100%, rgba(51,101,230,1)));
    background: -webkit-linear-gradient(left, rgba(255,93,177,1) 0%, rgba(51,101,230,1) 100%);
    background: -o-linear-gradient(left, rgba(255,93,177,1) 0%, rgba(51,101,230,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,93,177,1) 0%, rgba(51,101,230,1) 100%);
    //background: linear-gradient(to right, rgb(113, 46, 81) 0%, rgb(60, 89, 162) 100%); */
    background-color: #41373D;
    /* background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%); */
    min-height: 43px;
    color: #FFFFFF;
    display:flex;
    justify-content: center;
    align-items: center;
}
.footer-area a,
.footer-area a:hover{
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}
.footer-menu-title{
    color: #ffffff;
    font-family: "Museo Slab";
    border-bottom: dashed 2px #ffffff;
}
.footer-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu ul li a{
    color: #ffffff;
    text-decoration: none;
    font-family: "Museo Slab";
    font-weight:100;
    padding-left:4px;
    font-style: normal;
}
.footer-bottom{
    background: linear-gradient(to right, rgba(239,197,202,1) 0%, rgba(186,39,55,1) 0%, rgba(210,75,90,1) 0%, rgba(137,78,195,1) 100%);
    height: 20px;
}

/**
    07. Parent Style
------------------------
*/
.parent-banner{
    /*background: url('../img/banner/planet_galaxy_universe_121293_3840x2160.jpg')no-repeat;
    background-size: cover;*/
}
.parent-banner-cover{
    /*background-color: rgba(252,252,252,0.66);*/
    background-color: #a82790;
    background-image: linear-gradient(26deg,#8c3796 0%,#c81c6b 74%);
    min-height: 100vh;
}
.child-img img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
}
.child-img img.badge{
    border-radius: 0;
    width: 50px;
    height: auto;
    position: absolute;
    right: calc(50% - 75px);
    top: -5px;
    display: block;
}
.child-img img.profile{
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.child-img img.profile.subscribed{
    border: 2px solid #D4AF37;
}
.child-name h3{
    font-size: 21px;
    color: #fff;
    padding: 5px;
}
.child-option{
    width: 80%;
    margin: 0 auto;
}
.add-child-icon{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: linear-gradient(130.77deg, #4A90E2 0%, #7B1FA2 100%);
    color: #ffffff;
    margin: 0 auto;
    padding: 50px;
    font-size: 40px;
}
.add-child h3{
    color: #ffffff;
    font-size: 21px;
    padding: 5px;
    text-decoration: none;
}
.parent-bg{
    padding: 100px 0px;
    /*background: url('../img/banner/login_banner-min.jpg')no-repeat;
    background-position: center;
    background-size: cover; */
    min-height: calc(93vh - 105px);
}
.parent-bg.mobile-tablet {
    /*min-height: calc(100vh - 40px);*/
}
.registration-area{
    background: #fff;
    padding: 15px;
    box-shadow: 0px 0px 10px -2px;
    border-radius: 5px;

}
.avatar{
    background: #5A6ACD;
    border-radius: 5px 5px 0px 0px;
    padding: 3px;
}
.banner-area{
    position: relative;
    //background-image: url("../img/banner/Header screenshot.png");
    background-position: center;
    background-size: cover;
}
.price-table{
    margin: -99px 0 0 0;
}
.text-overlay{

}
.right-text-area{
    background: rgba(221, 221, 221, 0.4588235294117647);
    padding: 100px;

}
.embed-responsive{
    height: 100%;
}
div.product-image
{
    width:480px;
}

div.image-nav
{
    width:100%;
    height:100px;

}

div.icon
{
    background-repeat: no-repeat;
    background-image: url("../img/play-video.png");
    height: 64px;
    top:60px;
    left: 328px;
    position: relative;
    width: 64px;
    cursor:pointer;
}

div.icon iframe
{
    display:none;
    position:relative;
    top:30px;
}

div.product-image iframe
{
    position: absolute;
    width: 100%;
    height: 100%;
}
.phone_label{
    padding: 4px 5px;
    font-size: 21px;
}
.has-error .text-muted{
    color:red !important;
}
.has-error .form-custom {
    border: 1px solid red;
}
.view-all{
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 15px;
    font-weight: 200;
    text-decoration: underline;
}
.question-feed-list ul{
 list-style: none;
    margin: 0;
    padding: 0;
}
.question-feed-list ul li{
    padding: 5px 0;
    float: left;
    display: inline-block;
}
.question-feed{
    float: left;
    width:20%;
    background-color: #C73361;
    text-align: center;
    padding: 7px 3px;
    color: #ffffff;
    border-radius: 5px;

}
.question-feed-text{
    float: left;
    width:80%;
    padding-left: 20px;
}
.notify-list, .question-feed-list{
    font-weight:100;
    font-size:1rem;
}
/* The heart of the matter */
.testimonial-group > .row {
    overflow-x: auto;
}
.testimonial-group > .row > .col-sm-4 {
    display: inline-block;
    float: none;
}
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(226, 36, 45, 0.5);
    background: #ff9c02;
}
/*
        Common Style
-----------------------------
*/
.child-link-area{
    font-family: sans-serif;
    text-align: center;
}
.sign-in-btn{
    background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
    padding: 7px;
    color: #FFFFFF;
    font-weight: 700;
    font-family: "Museo Slab";
    font-size: 18px;
    border: none;
}
.phone_example{
    color: #716e6e;
    font-size: 12px;
}
.videowrapper  iframe{
    border: 1px solid #f7f7f7;
    box-shadow: inset 0 -12px 0 0 #f7f7f7;
}
.videowrapper img {
    width: 100%;
    height: auto;
}
.h-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling:touch !important;
}
/*
        Responsive
-----------------------------
*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
    .form-group input[type="number"] {
        width:100% !important;
    }
    .progressbar {
        margin: 0 0 4rem !important;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
@media only screen and (max-width:768px){
    a.site-title{
        font-size:26px;
        line-height: 25px;
    }
    .right-text-area{
        padding: 30px;
    }
    div.icon {
        left:50%;
    }
    footer .footer-area .col-md-3,
    footer .footer-area .col-md-6 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .show-password {
        right: 3vw !important;
    }
    .form-group input[type="number"] {
        width:100% !important;
    }
    .progressbar {
        margin: 0 0 4rem !important;
    }
}
@media only screen and (min-width:960px){

}
@media only screen and (min-width:1440px){
    /* styles for browsers larger than 1440px; */
}
@media only screen and (min-width:2000px){
    /* for sumo sized (mac) screens */
}
@media only screen and (max-device-width:480px){

}
@media only screen and (device-width:768px){
    .user-title{
        font-size: 24px;
        padding-left: 12px;
    }
    .sentence{
        font-size: 21px;
        padding-left: 24px;
    }
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .user-title{
        font-size: 24px;
        padding-left: 12px;
    }
    .sentence{
        font-size: 21px;
        padding-left: 24px;
    }
}
.rounded-1 {
    border-radius: 0.35rem !important;
}
.gradient-default{
    background: linear-gradient(to right, #537cd7, #7037b0);
    color:#fdfbfe;
}
.gradient-info{
    background: linear-gradient(to right, #537cd7, #63ad13);
    color:#fdfbfe;
}

.student-status,
.student-status small{
    font-weight:100;
}

.student-status .avatar{
    background:#ffffff;
    width:3rem;
    padding:.6rem .6rem .5rem .6rem;
    text-align:center;
}

.student-status .avatar i{
    color:#7b1fa2;
}

.student-status .profile-avatar {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    max-width: 100px;
}

.progress-custom{
    background:inherit;
    border-radius: 0.45rem !important;
    border: .05rem solid #fdfbfe;
    height:.8rem;
}

.progress-custom .progress-bar{
    background:#ffffff;
    border-radius: inherit;
}

.progress-custom-animated .progress-bar{
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    background-color: #007bff;
    border-radius: inherit;
}

.line-height-0{
    line-height:initial;
}

.sidebar-box{
    font-weight:100;
}

.sidebar-box.watch-list {
}

.sidebar-box.bookmark-list {
}

.sidebar-box.watch-list .video-item a,
.sidebar-box.bookmark-list .video-item a {
    height: auto;
    min-height: 63px;
    overflow: hidden;
    display: block;
}
.video-list .thumbnail-img a img {
    width: 100%;
}

.sidebar-box.watch-list img,
.sidebar-box.bookmark-list img {
    width: 100%;
    height: auto;
    transition: transform .5s ease;
}

.sidebar-box.watch-list img:hover,
.sidebar-box.bookmark-list img:hover {
    transform: scale(1.5);
}

.sidebar-box .sidebar-box-title span{
    font-size:1.2rem;
}
.sidebar-box .sidebar-box-title a{
    font-size:.8rem;
}

.sidebar-box a{
    color:#f7f4fb;
    text-decoration:none;
}

.sidebar-box .sidebar-box-content{
    background:#f7f7f7;
}

.sidebar-box .video-item{
    font-size:.8rem;
    border-bottom:.1rem solid #fff;
}

.video-item .progress-custom{
    background: #ebecec;
    border:initial;
    height:.5rem;
}

.video-item .progress-custom .progress-bar{
    background:linear-gradient(to right, #df8868, #c35ccc);
}
.wide{width:100%}
.btn-custom{
    border-radius: 0.35rem;
    color: #FFFFFF !important;
    font-weight: 100;
    font-size: 1.1rem;
    line-height:2rem;
    border:initial;
}

.btn-info {
    color: #fff !important;
    background-color: #c81c6b;
    border-color: #c61c6c;
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #9a308b;
    border-color: #943390;
}

.btn-icon {
    width: 100%;
    text-align: left;
    font-family: Khula;
    font-weight: bold;
    font-size: 16px;
    -webkit-appearance: initial;
}
.btn-icon span {
    padding-top: 4px;
}
.btn-icon i {
    float: right;
    margin-top: 7px;
}
.btn-violet {
    color: white !important;
    background-color:#7C4099;
    padding: 9px 20px;
    text-transform: uppercase;
}
.btn-purple {
    color: white !important;
    background-color:#BE1C83;
    padding: 9px 10px;
}
.btn-purple i {
    margin-left: 5px;
}
.btn-yellow {
    transition: all 0.5s;
    background-color: #ff9c02;
    padding: 9px 10px;
}
.btn-yellow i {
    margin-left: 5px;
}
.btn-yellow:hover {
    background-color: #903593;
}
.btn-ws {
    margin-bottom: -17px !important;
}
.btn-vt {
    margin-bottom: -21px;
}
.btn-small {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.btn-medium {
    padding-top: 7px !important;
    padding-bottom: 8px !important;
}
.btn-teacher {
    background: linear-gradient(to right, rgb(0 147 251) 0%, rgb(0 110 199) 100%);
    background: -webkit-linear-gradient(to right, rgb(0 147 251) 0%, rgb(0 110 199) 100%);
    background: -moz-linear-gradient(to right, rgb(0 147 251) 0%, rgb(0 110 199) 100%);
    background: -o-linear-gradient(to right, rgb(0 147 251) 0%, rgb(0 110 199) 100%);
    background: -ms-linear-gradient(to right, rgb(0 147 251) 0%, rgb(0 110 199) 100%);
}
#btnBoardJournal {
    margin-bottom: -1px !important;
    z-index: 99999;
}
.week-box{
    font-weight:100;
}
.week-box .title{
    padding:.3rem;
    font-size:1rem;
    line-height:1.1rem;
}
.week-box-body{
    font-size:.9rem;
}
.week-box-body .col-12{
    padding:10px;
}
.week-box-body .start-time,
.week-box-body .end-time{
    font-size:.7rem;
    color:#4a90e2;
}
.week-box-body .end-time{
    text-align:right;
}
.week-box-body .content{
    background:#4a90e2;
    color:#ffffff;
    padding:1rem .5rem;
    font-weight:100;
    font-size:.8rem;
    line-height:.9rem;
}

.week-box-body .active .content{
    background:#c63361;
}
.week-box-body .active .start-time,
.week-box-body .active .end-time{
    color:#c63361;
}

.week-box-body .content a{
    color:#ffffff;
    font-weight:100;
    font-size: .7rem;
}

.week-box-wrapper{
    background:#f8f8f8;
    border-radius: 0.35rem !important;
    opacity:.6;
}
.week-box-wrapper.active{
    opacity:1;
}
.shadow-custom{
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}
.card.card-lesson{
    border:none;
    width:16rem;
}
.card-lesson .card-text{
    font-size:.8rem;
}
.card-lesson .card-subtitle{
    font-size:.8rem;
}
.card-lesson .btn{
    margin-top:-30px;
    border-radius:.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background:#fff;
    color:#565f66;
    border:none;
}
.card-lesson .lesson-title{
    background:linear-gradient(to top, #565f6a 0%, #788695 100%);
    border-top-left-radius:.45rem;
    border-top-right-radius:.45rem;
    color:#fff;
}

.card-lesson .lesson-title.approved{
    background:linear-gradient(to top, #2f70bb 0%, #4d99e8 100%);
}
.card-lesson .lesson-title.denied{
    background:linear-gradient(to top, #6e3055 0%, #584277 100%);
}

.card-lesson .lesson-body{
    background:#fafafa;
    border-bottom-left-radius:.45rem;
    border-bottom-right-radius:.45rem;
    color:#666e74;
}

.section-title,.common-title{
    border-left:10px solid #596ace;
    background:#f7f7f7;
    border-radius:.30rem;
}
.section-title a{
    font-size:.9rem;
}
.section-title h1{
    margin:7px 0;
    line-height:2rem;
    font-size:1.4rem;
    color:#505a63;
}
.common-title h1{
    margin:7px 0;
    line-height:2rem;
    font-size:1rem;
    color:#505a63;
}

.my_add_field {
    position: absolute;
    top: -6px;
    background: linear-gradient(to right, rgba(84, 38, 62, 0.67) 0%, rgba(44, 85, 189, 0.86) 100%);
    padding: 7px 33px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    border-radius: 9px;
}

/*
      09.  Workshop Video Modal
-----------------------------------
*/
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: #a82790;
    background-image: linear-gradient(26deg,#8c3796 0%,#c81c6b 74%);
}
.modal-header .close {
    color: white;
}

.modal-content h4 {
    color: #ffffff;
}

.modal-footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    background-color: #41373D;
}

.modal{
    overflow-y:auto;
}
.modal-open .modal {
    padding-right: 0px !important;
}
.modal.scrollable .modal-body {
    height: 410px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.video-modal .modal-dialog .modal-header {
    background-color: #000;
    border-bottom: none;
    color: #fff;
    padding: 0;
    min-height: 50px;
}
.video-modal .modal-dialog .modal-header .modal-title-container {
    font-size: 23px;
    display: inline-block;
    font-weight: 700;
    width: 100%;
    background-color: #000;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .author {
    float: left;
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    width: 100px;
    margin: 0 0 20px;
}
.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .author img {
    display: block;
    width: 100%;
    min-width: 100px;
    /*min-height: 100px;*/
    border-radius: 5px;
}
.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .author .author-name {
    display: block;
    margin-top: 5px;
}
.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .meta-item {
    float: left;
    text-align: center;
    font-size: 11px;
    vertical-align: top;
    width: 75px;
    margin: 25px 0 20px 20px;
}
.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .meta-item .level {
    float: left;
    width: 75px;
    height: 45px;
    margin-bottom: 4px;
}
.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .meta-item .level div {
    margin: 15px 4px 0;
    height: 30px;
}
.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .meta-item .level-text {
    display: block;
}
.video-modal .modal-dialog .modal-body .preview-course-details .course-meta .meta-item .pod,
.pod.pod-duration {
    border-radius: 5px;
    background-color: #888;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
    width: 75px;
    height: 45px;
    padding: 5px;
    margin-bottom: 4px;
    text-align: center;
}
.video-modal .modal-dialog .modal-body .preview-course-details .meta-dates {
    clear: left;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 13px;
}
.video-modal .modal-dialog .modal-body .preview-course-details .meta-dates .date-released, .video-modal .modal-dialog .modal-body .preview-course-details .meta-dates .date-updated {
    display: inline-block;
    margin: 0 5px;
}
.video-modal .modal-dialog .modal-header .modal-header-controls .nav-close {

}
.btn-action {
    border-color: #ffb900;
    font-weight: 700;
    color: #000!important;
    background: -moz-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(2%,#ffe6a0),color-stop(100%,#ffba00));
    background: -webkit-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
    background: -o-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%);
    background: -ms-linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) #ffba00;
    background: linear-gradient(top,#fff 0,#ffe6a0 2%,#ffba00 100%) #ffba00;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6a0', endColorstr='#ffba00', GradientType=0);
}
.divider{
    padding-top:0;
    border-top:1px solid #afafaf;
}
.course-description{
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}
.video-modal .btn-action {
    margin: 30px 0 0;
    width: 100%;
}
.notifications{
    /*width: 400px;*/
}
.notification-heading, .notification-footer {
    padding: 2px 10px;
    background: #fff;
    overflow: hidden;

}
.notification-heading h4, .notification-footer h4{
    margin: 0;
}

.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
}
.notifications a.content {
    text-decoration: none;
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #ddd;
    color: #000;
    padding: 0px 5px;
    background: #edf2fa;
}
.notifications a.content:hover{
    background: #e1e8f5;
}
.notification-item {
    padding: 10px;
    margin: 0px 5px;
    border-radius: 4px;
    color: #000;
}
.notification-item p.item-info{
    margin: 0;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.item-title {
    font-size: 12px;
    color: #000;
}
.menu-title {
    color: #000;
    font-size: 12px;
    display: inline-block;
    padding: 10px;
}
.notification-heading a{
    color: #365899!important;
    padding: 7px!important;
    font-size: 12px!important;
}
.notification-footer a{
    color: #365899!important;
    width: 100%;
    font-size: 12px!important;
}
.recording-iframe{
    width: 100%;
    height: 90vh;
}
.subscribe .modal-content,.top-up .modal-content,#child-register .modal-content{
    display: block!important;
}

/*
    Disable Blur Style
========================================
*/
.journal_menu {
    pointer-events: none;
    opacity: 0.5;
    color: transparent;
    text-shadow: 0 0 8px #fff;
    display: inline-block;
}
.video-tab{
    pointer-events: none;
    opacity: 0.5;
    color: transparent;
    text-shadow: 0 0 10px #000000;
    display: inline-block;
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
.disable-selection {
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer */
    -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
    pointer-events: none;
    opacity: 0.5;
    color: transparent;
    text-shadow: 0 0 10px #000000;
    display: block;
}
/**
        Spinner Style
==================================
 */
.spinner-area{
    /*background-color: rgba(0,0,0, .7);*/
    background-color: transparent;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.spinner-area .lds-ring {
    left: 50%;
    margin: -32px 0 0 -32px;

}
.spinner-area .text {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: max-content;
    height: 100px;
    color: white;
    padding-top: 100px;
    text-transform: uppercase;
    font-size: x-large;
    font-weight: 500;
    text-shadow: 1px 1px 0 grey, -1px -1px 0 grey, 1px -1px 0 grey, -1px 1px 0 grey, 1px 1px 0 grey;
}
.spinner-area .text::after {
    content: attr(data-content);
}
.lds-ring {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 64px;
    height: 64px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 51px;
    height: 51px;
    margin: 6px;
    border: 6px solid gray;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: gray transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.is-complete{
    font-size: 12px;
    color: #e72878;
}

/*
    Responsive Media Query
=========================================
*/
@media (min-width: 1196px) {
    .video-modal:not(.no-description) .modal-dialog {
        width: 1096px;
        max-width: none;
    }

}
@media (max-width: 1195px) and (min-width: 1025px){
    .video-modal:not(.no-description) .modal-dialog {
        width: 900px;
        max-width: none;
    }
    .videowrapper  iframe{
        width: 100%;
    }
    .tablet {
        flex: 0 0 100%;
    }
}
@media (min-width: 992px) {
    .modal-play-recording {
        max-width: 1170px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .videowrapper  iframe{
        width: 100%;
    }
    /*.subject-search{
        margin: 10px 0px 0 15px;
    }*/
    .tablet {
        width: 100% !important;
    }
    .video-modal:not(.no-description) .modal-dialog {
        width: 700px;
        max-width: none;
    }
    .tablet {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 640px) {
    .videowrapper  iframe{
        width: 100%;
    }
    .student-status{
        padding: 10px 30px;
    }
    .user-title{
        font-size: 24px;
        padding-left: 12px;
    }
    .sentence{
        font-size: 21px;
        padding-left: 24px;
    }
}

@media (max-width: 760px) and (min-width: 600px) {
    .user-title{
        font-size: 24px;
        padding-left: 12px;
    }
    .sentence{
        font-size: 21px;
        padding-left: 24px;
    }
}

@media only screen and (min-width: 600px) {

}
@media (max-width: 480px) and (min-width: 320px) {
    .videowrapper  iframe{
        width: 100%;
    }
    .video-padding{
        padding: 0;
    }
    .student-status{
      padding: 10px 30px;
    }
    /*.subject-search{
        margin: 10px 0px 0 15px;
    }*/
    .pin-form-input{
        width: 35px;
    }
    .editr--toolbar{
        overflow: -webkit-paged-x;
        height: 50px;
    }
    .promo-field{
        width: 100%!important;
        margin: 5px 0 !important;
    }
    .video-list img{
        width: 100%;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .text-xs {
        font-size: 0.7rem;
    }
    .placeholder-xs::-webkit-input-placeholder {
        font-size: 0.7rem;
    }
    .placeholder-xs::-moz-placeholder {
        font-size: 0.7rem;
    }
    .placeholder-xs:-ms-input-placeholder {
        font-size: 0.7rem;
    }
    .placeholder-xs::placeholder {
        font-size: 0.7rem;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    #app {
        padding-bottom: 112px;
    }

    .btn-icon {
        /*font-size: 0.75rem;
        padding-left: 1.0rem;
        padding-right: 1.0rem;*/
    }

    table.collapse-rows {
      border: 0;
    }

    table.collapse-rows caption {
      font-size: 1.3em;
    }

    table.collapse-rows thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    table.collapse-rows tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }

    table.collapse-rows td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }

    table.collapse-rows td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }

    table.collapse-rows td:last-child {
      border-bottom: 0;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}

/* 1024px */
@media (min-width: 1025px) {
  .d-ml-none {
    display: none !important;
  }
  .d-ml-block {
    display: block !important;
  }
  .mb-ml-0 {
    margin-bottom: 0 !important;
  }
  .pb-ml-0 {
    padding-bottom: 0 !important;
  }
  .mt-ml-0 {
    margin-top: 0 !important;
  }
  .pt-ml-0 {
    padding-top: 0 !important;
  }
}

/* date picker */
.mx-datepicker-popup .mx-range-wrapper {
  width: 100%;
}
/* date picker */

/* etc */
#sel-class.d-inline-block {
  width: auto;
  min-width: 160px;
}
/* etc */

/* alert */
#alertNew {
  position: fixed;
  top: 0;
  right: 0;
  width: auto;
  z-index: 99999;
}
#alertNew .pre-icon {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat !important;
  background-position-x: center !important;
}
#alertNew .text {
  display: inline-block;
  color: white !important;
}
#alertNew .alert-success {
  background-color: #4CAF50;
}
#alertNew .alert-warning {
  background-color: #FB8C00;
}
#alertNew .alert-danger {
  background-color: #FF5252;
}
#alertNew .pre-icon,
#alertNew .alert-success .pre-icon {
  background: url('/img/icon/alert/success.svg');
}
#alertNew .alert-warning .pre-icon {
  background: url('/img/icon/alert/warning.svg');
}
#alertNew .alert-danger .pre-icon {
  background: url('/img/icon/alert/danger.svg');
}
/* alert */

/* etc */
.question .mce-content-body,
.answer .mce-content-body {
    border-bottom: 1px solid #aaaaaa;
}
/* ect */