@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

.grecaptcha-badge { visibility: hidden !important; }

.landing-page-wrp * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
.landing-page-wrp a:hover,
.landing-page-wrp a:focus,
.landing-page-wrp a:active {
    text-decoration: none;
}
.landing-page-wrp ol,
.landing-page-wrp ul {
    margin: 0;
    padding: 0;
}
.landing-page-wrp img {
    display: block;
}
.landing-page-wrp a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    text-decoration: none;
}

body.single-action_sheet, body.single-grade_tracker, body.single-goal_tracker {
    background-color: #f3f5f7;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.container{
    max-width: 1194px;
}

/* ***** End Common Css **** */


.banner-wrp{
    background: #FDF6F6;
    padding: 100px 0 230px;
}
.banner-wrp h6{
    font-size: 24px;
    font-weight: bold;
    color: #BF1E2E;
    text-align: center;
    margin: 0 0 18px;
    text-transform: uppercase;
}
.banner-wrp h1{
    font-size: 48px;
    font-weight: bold;
    color: #000;
    font-family: 'Merriweather';
    line-height: 62px;
    text-align: center;
    margin: 0 auto 75px;
    max-width: 860px;
}
.banner-video{
    max-width: 875px;
    margin: 0 auto;
    width: 100%;
}
.banner-video iframe{
    border-radius: 10px;
}

.counter-adhd-wrp{
    margin: -120px 0 0;
}
.counter-blocks{
    padding: 40px 35px 0;
    border-radius: 10px;
    background: #BF1E2E url('../images/counter-back-pattern.png') 0 0 no-repeat;
    background-size: cover;
}
.cunter-title{
    margin: 0 0 30px;
}
.cunter-title .row{
    align-items: flex-end;
}
.counter-blocks h2{
    font-size:32px;
    font-weight: bold;
    color: #fff;
    font-family: 'Merriweather';
    line-height: 42px;
    margin: 0;
}
.counter-blocks h6{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    line-height: 30px;
}
.counter-box{
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    margin: 0 0 -40px;
}
.counter-box h3{
    font-size: 32px;
    font-weight: 900;
    color: #080808;
    margin: 0;
}
.counter-box p{
    font-size: 18px;
    font-weight: normal;
    color: #080808;
    margin: 0;
    line-height: 26px;
    min-height: 55px;
}

.who-can-wrp{
    padding: 50px 0;
}
.who-row{
    padding: 50px 0;
}
.who-row .row{
    align-items: center;
}
.who-img img{
    width: 100%;
}
.who-data h2{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    font-family: 'Merriweather';
    padding: 0 0 20px;
    margin: 0 0 20px;
    position: relative;
}
.who-data h2:after{
    position: absolute;
    content: '';
    background: #BF1E2E;
    height: 3px;
    width: 80px;
    bottom: 0;
    left: 0;
}
.who-data p{
    font-size: 16px;
    font-weight: normal;
    color: #080808;
    line-height: 26px;
    margin: 0 0 20px;
}
.who-data ul{
    padding: 0 0 0 15px;
}
.who-data li{
    padding: 2px 0 2px 15px;
    color: #080808;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    position: relative;
}
.who-data li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #080808;
    border-radius: 50%;
    top: 12px;
    left: 0;
}

.portfolio-wrp{
    padding: 80px 0;
    background: #FDF6F6;
}
.portfolio-wrp h2{
    font-size: 50px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    font-family: 'Merriweather';
    position: relative;
    margin: 0 0 60px;
    padding: 0 0 15px;
}
.portfolio-wrp h2:after{
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background: #BF1E2E;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.portfolio-wrp .row{
    padding: 0 -6px;
}
.portfolio-wrp .row .col-md-4{
    padding: 0 6px;
}
.portfolio-block{
    margin: 0 0 12px;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.portfolio-block img{
    width: 100%;
}
.portfolio-block:before{
    position: absolute;
    content: '';
    background: #454545;
    opacity: 0.60;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.playbtn{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: table;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.playbtn img {
    width: 90px;
    height: auto;
}

.portfolio-block p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    background-color: #bf1e2e;
    text-align: center;
}
.portfolio-block:hover .playbtn img{
    opacity: 1;
    visibility: visible;
    width: 125px;
}
.portfolio-block:hover:before{
    opacity: 0.60;
    visibility: visible;
}
.view-all{
    padding: 12px 35px;
    background: #BF1E2E;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin: 45px auto 0;
    text-transform: uppercase;
    display: table;
}
.view-all:hover{
    background: #282828;
    color: #fff;
}
.benifit-lst ul{
    margin: 0 0 20px;
    padding: 0;
}
.benifit-lst li{
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    color: #080808;
}
.benifit-lst li:before{
    display: none;
}
.benifit-lst li:last-child{
    margin: 0;
}
.benifit-lst li img{
    min-width: 50px;
	max-width: 50px;
    margin-right: 15px;
}

.metronome-different-wrp{
    padding: 60px 0;
    background: #FDF6F6;
}
.metronome-different-wrp h2{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    font-family: 'Merriweather';
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 15px;
}
.metronome-different-wrp h2:after{
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background: #BF1E2E;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.metronome-block img{
    margin: 0 0 24px;
    width: 100%;
}
.metronome-block p{
    font-size: 16px;
    font-weight: normal;
    color: #080808;
    line-height: 26px;
    margin: 0;
}

.help-adhd-wrp{
    padding: 120px 0 60px;
}
.help-row{
    position: relative;
}
.help-img img{
    width: 100%;
}
.help-center{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.help-data{
    background: #BF1E2E url('../images/help-pettern.png') 0 0 no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 40px 60px;
    position: relative;
}
.help-data img{
    height: 180px;
    position: absolute;
    top: -90px;
    right: 35px;
    border-radius: 22px;
}
.help-data h3{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px;
    font-family: 'Merriweather';
    padding: 0 0 20px;
    position: relative;
}
.help-data h3:before{
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: 0;
}
.help-data p{
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 26px;
    margin: 0 0 15px;
}
.help-data p:last-child{
    margin: 0;
}
.help-data p strong{
    font-weight: bold;
    font-style: italic;
}

.evidence-based-wrp{
    padding: 60px 0;
}
.evidence-based-wrp .row{
    align-items: center;
}
.evidence-based-wrp h2{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    font-family: 'Merriweather';
    position: relative;
    margin: 0 0 40px;
    padding: 0 0 15px;
}
.evidence-based-wrp h2:after{
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background: #BF1E2E;
    bottom: 0;
    left: 0;
}
.evidence-based-wrp p{
    font-size: 16px;
    font-weight: normal;
    color: #080808;
    line-height: 24px;
    margin: 0 0 15px;
}
.evidence-based-wrp ul{
    padding: 0 0 0 15px;
}
.evidence-based-wrp li{
    padding: 0 0 0 15px;
    color: #080808;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    position: relative;
}
.evidence-based-wrp li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #080808;
    border-radius: 50%;
    top: 12px;
    left: 0;
}
.sponcer-logo{
    margin: 0 0 24px;
    border-radius: 10px;
    background: #FDF6F6;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 155px;
}
.sponcer-logo img{
    mix-blend-mode: multiply;
    width: 100%;
}

#client_testimonial .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 40px;
    height: 40px;
    background: #fff !important;
    border-radius: 50% !important;
    border: 1px solid #BF1E2E !important;
    line-height: 38px !important;
    text-align: center;
    color: #BF1E2E !important;
    opacity: 1;
    margin: 0;
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
#client_testimonial .owl-carousel .owl-nav button.owl-next{
    right: -50px;
    left: auto;
}
#client_testimonial .owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    background: #BF1E2E !important;
    color: #fff !important;
}


@media(min-width:1201px) and (max-width:1600px){
    #client_testimonial .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{left: 0;}
    #client_testimonial .owl-carousel .owl-nav button.owl-next{right: 0;left: auto;}
}

@media(min-width:1025px) and (max-width:1200px){
    .banner-wrp{padding: 60px 0 230px}
    .banner-wrp h6{font-size: 18px;}
    .banner-wrp h1{font-size: 42px;margin: 0 auto 45px;}
    .counter-blocks h2{font-size: 22px;line-height: 30px;}
    .counter-blocks h6{font-size: 16px;line-height: 24px;}
    .counter-box h3{font-size: 28px;}
    .counter-box p{font-size: 14px;line-height: 20px;}
    .who-data h2{font-size: 24px;}
    .who-row .row{align-items: flex-start;}
    .who-data p{font-size: 14px;line-height: 24px;}
    .who-data li{font-size: 14px;padding: 0 0 0 15px;}
    .portfolio-wrp{padding: 60px 0;}
    .portfolio-wrp h2{font-size: 28px;margin: 0 0 40px;}
    .who-can-wrp,.who-row{padding: 30px 0;}
    .metronome-different-wrp h2{font-size: 28px;}
    .metronome-block p{font-size: 14px;line-height: 22px;}

    .help-adhd-wrp{padding: 60px 0;}
    
    .help-data{padding: 25px;margin: 0 0 0;}
    .help-data img{width: 150px;height: auto;top: -45px}
    .help-data h3{font-size: 24px;margin: 0 0 25px;}
    .help-data p{font-size: 14px;line-height: 22px;}
    .evidence-based-wrp h2{font-size: 28px;}
    .evidence-based-wrp ul{margin: 0 0 35px;}
    .based-logos .col-md-4{width: 50%;}
    .evidence-based-wrp li,.evidence-based-wrp p{font-size: 14px;}
    .sponcer-logo img{width: 75%;}

    #client_testimonial .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{left: 0;}
    #client_testimonial .owl-carousel .owl-nav button.owl-next{right: 0;left: auto;}
}

@media(min-width:992px) and (max-width:1024px){
	
    .banner-wrp{padding: 60px 0 230px}
    .banner-wrp h6{font-size: 18px;}
    .banner-wrp h1{font-size: 42px;margin: 0 auto 45px;}
    .counter-blocks h2{font-size: 22px;line-height: 30px;}
    .counter-blocks h6{font-size: 16px;line-height: 24px;}
    .counter-box h3{font-size: 28px;}
    .counter-box p{font-size: 14px;line-height: 20px;}
    .who-data h2{font-size: 24px;}
    .who-row .row{align-items: flex-start;}
    .who-data p{font-size: 14px;line-height: 24px;}
    .who-data li{font-size: 14px;padding: 0 0 0 15px;}
    .portfolio-wrp{padding: 60px 0;}
    .portfolio-wrp h2{font-size: 28px;margin: 0 0 40px;}
    .who-can-wrp,.who-row{padding: 30px 0;}
    .metronome-different-wrp h2{font-size: 28px;}
    .metronome-block p{font-size: 14px;line-height: 22px;}

    .help-adhd-wrp{padding: 60px 0;}
    .help-row .col-md-7{width: 100%;}
    .help-row .offset-md-5{margin-left: 0}
    .help-center{position: relative;top: 0;transform: translate(0);}
    .help-data{padding: 45px;margin: 100px 0 0;}
    .help-data img{margin: -85px 0 35px;position: relative;right: 0;top: 0;width: 150px;height: auto;}
    .help-data h3{font-size: 28px;}
    .evidence-based-wrp h2{font-size: 28px;}
    .evidence-based-wrp ul{margin: 0 0 35px;}
    .based-logos .col-md-4{width: 50%;}
    .evidence-based-wrp li,.evidence-based-wrp p{font-size: 14px;}
    .sponcer-logo img{width: 75%;}

    #client_testimonial .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{left: 0;}
    #client_testimonial .owl-carousel .owl-nav button.owl-next{right: 0;left: auto;}
}

@media(min-width:768px) and (max-width:991px){
	
    .banner-wrp{padding: 60px 0 230px}
    .banner-wrp h6{font-size: 18px;}
    .banner-wrp h1{font-size: 42px;margin: 0 auto 45px;}
    .counter-blocks h2{font-size: 22px;line-height: 30px;}
    .counter-blocks h6{font-size: 16px;line-height: 24px;}
    .counter-box h3{font-size: 28px;}
    .counter-box p{font-size: 14px;line-height: 20px;}
    .who-data h2{font-size: 24px;}
    .who-row .row{align-items: flex-start;}
    .who-data p{font-size: 14px;line-height: 24px;}
    .who-data li{font-size: 14px;padding: 0 0 0 15px;}
    .portfolio-wrp{padding: 60px 0;}
    .portfolio-wrp h2{font-size: 28px;margin: 0 0 40px;}
    .who-can-wrp,.who-row{padding: 30px 0;}
    .metronome-different-wrp h2{font-size: 28px;}
    .metronome-block p{font-size: 14px;line-height: 22px;}

    .help-adhd-wrp{padding: 60px 0;}
    .help-row .col-md-7{width: 100%;}
    .help-row .offset-md-5{margin-left: 0}
    .help-center{position: relative;top: 0;transform: translate(0);}
    .help-data{padding: 45px;margin: 100px 0 0;}
    .help-data img{margin: -85px 0 35px;position: relative;right: 0;top: 0;width: 150px;height: auto;}
    .help-data h3{font-size: 28px;}
    .evidence-based-wrp h2{font-size: 28px;}
    .evidence-based-wrp ul{margin: 0 0 35px;}
    .based-logos .col-md-4{width: 50%;}
    .evidence-based-wrp li,.evidence-based-wrp p{font-size: 14px;}

    #client_testimonial .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{left: 0;}
    #client_testimonial .owl-carousel .owl-nav button.owl-next{right: 0;left: auto;}
}

@media(min-width:576px) and (max-width:767px){
    .banner-wrp{padding: 45px 0 45px}
    .banner-wrp h6{font-size: 16px;margin: 0 0 10px;}
    .banner-wrp h1{font-size: 26px;line-height: 36px;margin: 0 0 15px;}
    .banner-video iframe{height: 300px;}
    .counter-adhd-wrp{margin: 0;padding: 60px 0;}
    .counter-blocks{padding: 25px 25px 0;}
    .counter-blocks h2{font-size: 26px;margin:0 0 15px;line-height: 34px;}
    .counter-blocks h6{font-size: 16px;line-height: 24px;}
    .counter-box{margin: 0 0 30px;}
    .who-can-wrp{padding: 0;}
    .who-data{padding: 25px 0 0;}
    .who-data h2{font-size: 28px;}
    .who-row:nth-child(even) .row{flex-flow: column-reverse;}
    .portfolio-wrp{padding: 60px 0;}
    .metronome-different-wrp h2,.portfolio-wrp h2{font-size: 28px;margin: 0 0 30px;}
    .metronome-different-wrp h2:after,.portfolio-wrp h2:after{width: 50px;}
    .metronome-block{margin: 0 0 30px;}

    .help-adhd-wrp{padding: 60px 0;}
    .help-center{position: relative;top: 0;transform: translate(0);}
    .help-data{padding: 30px 15px;margin: 100px 0 0;}
    .help-data img{margin: -85px 0 35px;position: relative;right: 0;top: 0;width: 150px;height: auto;}
    .help-data h3{font-size: 28px;}
    .evidence-based-wrp h2{font-size: 28px;}
    .evidence-based-wrp ul{margin: 0 0 35px;}
    .sponcer-logo img{width: 50%;}

    #client_testimonial .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{left: 0;}
    #client_testimonial .owl-carousel .owl-nav button.owl-next{right: 0;left: auto;}
}

@media(min-width:448px) and (max-width:575px){
    .banner-wrp{padding: 45px 0 45px}
    .banner-wrp h6{font-size: 16px;margin: 0 0 10px;}
    .banner-wrp h1{font-size: 26px;line-height: 36px;margin: 0 0 15px;}
    .banner-video iframe{height: 300px;}
    .counter-adhd-wrp{margin: 0;padding: 60px 0;}
    .counter-blocks{padding: 25px 25px 0;}
    .counter-blocks h2{font-size: 26px;margin:0 0 15px;line-height: 34px;}
    .counter-blocks h6{font-size: 16px;line-height: 24px;}
    .counter-box{margin: 0 0 30px;}
    .who-can-wrp{padding: 0;}
    .who-data{padding: 25px 0 0;}
    .who-data h2{font-size: 28px;}
    .who-row:nth-child(even) .row{flex-flow: column-reverse;}
    .portfolio-wrp{padding: 60px 0;}
    .metronome-different-wrp h2,.portfolio-wrp h2{font-size: 28px;margin: 0 0 30px;}
    .metronome-different-wrp h2:after,.portfolio-wrp h2:after{width: 50px;}
    .metronome-block{margin: 0 0 30px;}

    .help-adhd-wrp{padding: 60px 0;}
    .help-center{position: relative;top: 0;transform: translate(0);}
    .help-data{padding: 30px 15px;margin: 100px 0 0;}
    .help-data img{margin: -85px 0 35px;position: relative;right: 0;top: 0;width: 150px;height: auto;}
    .help-data h3{font-size: 28px;}
    .evidence-based-wrp h2{font-size: 28px;}
    .evidence-based-wrp ul{margin: 0 0 35px;}

    #client_testimonial .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{left: 0;}
    #client_testimonial .owl-carousel .owl-nav button.owl-next{right: 0;left: auto;}
}

@media(max-width:447px){
    .banner-wrp{padding: 45px 0 45px}
    .banner-wrp h6{font-size: 16px;margin: 0 0 10px;}
    .banner-wrp h1{font-size: 26px;line-height: 36px;margin: 0 0 15px;}
    .banner-video iframe{height: 300px;}
    .counter-adhd-wrp{margin: 0;padding: 60px 0;}
    .counter-blocks{padding: 25px 25px 0;}
    .counter-blocks h2{font-size: 26px;margin:0 0 15px;line-height: 34px;}
    .counter-blocks h6{font-size: 16px;line-height: 24px;}
    .counter-box{margin: 0 0 30px;}
    .who-can-wrp{padding: 0;}
    .who-data{padding: 25px 0 0;}
    .who-data h2{font-size: 28px;}
    .who-row:nth-child(even) .row{flex-flow: column-reverse;}
    .portfolio-wrp{padding: 60px 0;}
    .metronome-different-wrp h2,.portfolio-wrp h2{font-size: 28px;margin: 0 0 30px;}
    .metronome-different-wrp h2:after,.portfolio-wrp h2:after{width: 50px;}
    .metronome-block{margin: 0 0 30px;}

    .help-adhd-wrp{padding: 60px 0;}
    .help-center{position: relative;top: 0;transform: translate(0);}
    .help-data{padding: 30px 15px;margin: 100px 0 0;}
    .help-data img{margin: -85px 0 35px;position: relative;right: 0;top: 0;width: 150px;height: auto;}
    .help-data h3{font-size: 28px;}
    .evidence-based-wrp h2{font-size: 28px;}
    .evidence-based-wrp ul{margin: 0 0 35px;}

    #client_testimonial .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{left: 0;}
    #client_testimonial .owl-carousel .owl-nav button.owl-next{right: 0;left: auto;}
}

.loader {
    border: 3px solid #a7a7a7;
    border-radius: 50%;
    border-top: 3px solid #bf1e2e;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    display: none;
}
  
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.input-group-text {
    min-width: 100px;
}




/* =============== tracker section start ================== */
.tracker-wrap {
    padding-top: 0;
	background-color: #f3f5f7;
}

.tracker-top-bar {
    background-color: #bf1e2e;
}

.tracker-top-bar h1 {
    font-size: 22px;
  color: #fff;
  padding: 0;
    margin: 0;
	display:inline;
}

.container-fluid {
  padding-right: var(--bs-gutter-x,2rem) !important;
  padding-left: var(--bs-gutter-x,2rem) !important;
}

.student-name {
    color: #dadada;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif, Arial, Helvetica;
  margin: 0;
    margin-bottom: 0px;
  padding: 0;
	float:right;
}
.student-name span {

}
.top-part {
    padding: 15px 0;
    margin-bottom: 25px;
}
/* table */
.data-modal h3 ,
.tracker-wrap .table-caption {
    padding: 6px 10px;
  margin-bottom: 0;
  margin-top: 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: #8c0e1b;
  color: #fff;
  border-radius: 9px 9px 0 0;
  border-bottom: none;
  font-size: 16px;
  line-height: 1.2;
}
.data-modal h3::before ,
.tracker-wrap .table-caption::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background-color: none;
}
.school-year {
    color: #000;
}

.table {
    border: 1px solid #000;
}
th {
    font-size: 14px;
    font-family: "Merriweather", sans-serif;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}
td {
    color: #000000;
    font-family: "Open Sans", sans-serif, Arial, Helvetica;
    font-weight: 400;
    font-size: 13px;
  	line-height: 1.3;
}
.table>:not(caption)>*>* {
    padding: 12px 10px;
}
.table-responsive {
    margin-bottom: 0;
}

.table td a {
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s linear;
}
.table td a:hover{
    color: #000000;
}

.bottom-part .mt-5{
    text-align: end;
}

.bottom-part .btn-primary {
    width: auto;
  font-size: 12px;
  padding: 0px 15px;
}

/* modal */
.data-modal .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 0;
    box-shadow: none;
}
.data-modal .input-group-text {
    align-items: center;
    padding: 12px 16px;
    font-size: 16px;
    color: #ffffff;
    background-color: #5e5e5e;
    border: 1px solid #5e5e5e;
    border-radius: 0;
    font-weight: 500;
}
.data-modal .form-control:focus {
    border-color: #000;
    box-shadow:none;
}
.data-modal .text-end .btn-primary {
    padding: 2px 8px;
    max-width: 100px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 30px 45px;
}
/* modal */

/* table */

/* =============== tracker section end ================== */


.table {
    border-color: #6e6567 !important;
}

table.table td {
    border: 1px solid #6e6567;
	word-break: break-word;
}

.single-grade_tracker table.table td {
    width: 4%;
}

.table-cell.table-cell-editing:after {
    border: 2px solid #6e6567;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.table-cell.table-cell-editing {
    position: relative;
    z-index: 1;
	word-break: break-word;
}

/* #assessment [data-key="subject"] {
	max-width: 100px;
} */

.table tbody, .table td, .table tfoot, .table th, .table thead, .table tr {
  border-color: #6e6567;
}

.single-grade_tracker table tr td:nth-last-child(5),
.single-grade_tracker table tr td:nth-last-child(4),
.single-grade_tracker table tr td:nth-last-child(3),
.single-grade_tracker table tr td:nth-last-child(2) {
    background-color: #f4e0b2;
}

.single-grade_tracker table th:nth-last-child(5),
.single-grade_tracker table th:nth-last-child(4),
.single-grade_tracker table th:nth-last-child(3),
t.single-grade_tracker able th:nth-last-child(2) {
    background-color: #8c0e1b;
    color: #fff;
    border-bottom-color: #8c0e1b !important;
}

.single-grade_tracker table th,
.single-grade_tracker table td {
    text-align: center;
}

/* Left-align text in the first column */
.single-grade_tracker table th:first-child,
.single-grade_tracker table td:first-child {
    text-align: left;
}

.single-grade_tracker table th {
    background-color: initial;
    font-size: 13px;
}

.single-grade_tracker table td:last-child,
.single-grade_tracker table th:last-child {
    background-color: #f3f5f7; 
}

.single-grade_tracker table td:last-child,
.single-grade_tracker table th:last-child {
    border: 1px solid transparent !important;
}

.single-grade_tracker table {
    border-collapse: collapse;
}

.single-grade_tracker table td:last-child,
.single-grade_tracker table th:last-child {
    border: solid 1px #f3f5f7 !important;
}

.single-grade_tracker .table td a {
    position: relative;
    top: 6px;
    font-size: 17px;
}

#page_data td.text-center {
    width: 34px;
    padding-top: 4px;
}
.modal-header h3 {
    background-color: transparent;
    padding: 0;
}


pre {
    display: block;
    padding: 20px;
    border: 2px solid;
    margin: 20px;
    border-radius: 5px;
    white-space: pre-wrap;
    background: #f5f5f5;
    font-size: 14px;
}
.btn-primary.delete-semester {
    width: 150px;
}
.btn-primary[data-action="update-goal"] ,
.btn-primary[data-action="update"] {
    width: auto;
    min-width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-primary[data-action="update-goal"] .loader ,
.btn-primary[data-action="update"] .loader {
    margin-left: 11px;
    height: 15px;
    width: 15px;
    border: 3px solid #ffffff;
    border-top-color: #bf1e2e;
}

/* goal-tracker */
.bottom-part .short-time-goal{
    margin: 30px 0 16px;
    color: #fff;
}

.semester-table h4 {
    font-size: 18px;
}

#deleteEvent {
	font-weight: bold;
  text-transform: uppercase;
  font: 700 14px "Open Sans", sans-serif;
    line-height: normal;
  line-height: 34px;
  padding: .375rem .75rem;
  border-radius: 5px;
}

/* goal-tracker */

/* ============== Responsive ================== */

@media (max-width:1574px) {
.tracker-wrap .table-caption {
  padding: 6px 7px;
  font-size: 14px;
    }
}

/* Grade tracker */
@media(max-width:768px){
    .btn-primary.delete-semester {
        width: auto;
    }
    .btn-primary {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .btn-primary {
        font: 700 12px "Open Sans", sans-serif !important;
    }
    .tracker-wrap {
        padding-top: 50px;
    }
}
/* Grade tracker */

.table td {
    height: 38px;
}

.days-table tbody th:last-child, 
.days-table tbody td:last-child {
    padding: 0;
    width: 38px;
    background-color: #d1d2d4;
}

.checkbox-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.checkbox-wrap input[type="checkbox"] {
    display: none;
}

.checkbox-wrap label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
body.role-student .checkbox-wrap label,
body.role-coach .checkbox-wrap label{
    cursor: pointer;
    pointer-events:all
}
.checkbox-wrap label:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: none;
}

.checkbox-wrap input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 4px;
    width: 10px;
    height: 23px;
    border: solid green;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.checkbox-wrap input[type="checkbox"]:checked + label:before {
    border-color: #c3c3c3;
}
.days-table th:first-child, .days-table td:first-child {
    width: 20%;
}
.current-week label {
    padding-bottom: 3px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}

.current-week select {
    padding: 10px 20px;
    border: 1px solid #dee2e6;
}
#addWeekBtn{
    width: auto;
}

.input-date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
}
.datepicker.datepicker-dropdown {
    min-width: 250px;
    padding-bottom: 0;
}

table.table-condensed {
    width: 100%;
}

table.table-condensed td {
    border: 1px solid #efefef;
    padding: 6px;
}

#datepicker-input {
    pointer-events: none;
    width: 35px;
    padding: 0;
    margin: 0;
    border: none;
    opacity: 0;
}

.table {
	background-color: #fff;
}

.assessment-wrap td:first-child {
	min-width: 60px;
}

#weekNavigation, #dayNavigation, .views, #current_month_label {
    font-size: 13px;
}
#expand,
#backtotoday {
    font-size: 12px;
}

.table .assessment-cell {
    padding: .2rem .5rem .5rem .5rem;
}

#previous_week, #current_week_label, #next_week, #current_month_label, #previous_month, #next_month {
    position: relative;
    top: 4px;
}

#dayNavigation {
    position: relative;
    top: 3px;
}

.bottom-part button {
    padding: 4px 7px;
    margin: 0;
    border: none;
    background: transparent;
}

#previous_day {
	padding-left: 0; 
}

#assessment tbody td:first-child {
    width: 169px;
}
#assessment tbody td:last-child {
    width: 14px;
    padding: 0;
}

#assessment tbody td:last-child button {
    padding: 10px;
}

.assessment-date-wrapper img {
    width: 20px;
}

.assessment-date-wrapper {
    position: relative;
    z-index: 1;
}

.assessment-date-wrapper button {
    position: absolute;
    top: 3px;
    right: 0;
}
#sortBtn.desc img {
    transform: rotate(180deg);
} 
.event-date {
    position: absolute;
    opacity: 0.2;
    font-weight: 700;
    font-size: 20px;
    top: 3px;
    line-height: 1;
    left: 3px;
}
.week-view td {
    min-width: 97px;
}
table.month-view td {
    height: 140px;
    width: 106px;
    position: relative;
    padding-top: 30px;
}
.event {
    color: #000;
  padding: 3px 0;
  margin-top: 0;
  cursor: pointer;
}

[data-row-key="Assessment"] {
    background-color: #bf1e2e;
    color: #ffffff;
    padding: 3px 7px;
    margin-top: 5px;
    cursor: pointer;
}


.guide {
    font-size: 14px;
    opacity: 0.5;
    font-style: italic;
    font-weight: 500;
}

#action_page_data .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 10px solid #dadada;
  border-radius: 25px;
  outline: 0;
  padding: 18px;
}

#action_page_data .col-form-label {
  font-weight: 600;
}

#action_page_data .modal-header {
  border-bottom: none;
  padding: 0 10px 0;
}

#action_page_data .modal-footer {
  border-top: none;
  padding: 0 10px 0;
}

#goalType textarea.form-control {
    height: 150px;
}
.accordion-body ul li {
    color: #000000;
    font-size: 16px;
}
#goalType .list-group {
    margin: 0;
    border: none;
}

#goalType .list-group-item {
    border-radius: 0;
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #000;
  font-size: 14px;
}

#goalType .accordion-button:not(.collapsed) {
    background-color: #bf1e2e;
    color: #ffffff;
}

#goalType .accordion-button::after {
    filter: brightness(0) invert(0);
}

#goalType .accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

#goalType .accordion-item {
    border-radius: 0;
    margin-bottom: 20px;
    border-top: 1px solid rgba(0,0,0,.125);
}
#week_table thead th, #week_table thead th {
    text-align: center;
}

#week_table tbody th {
    width: 5%;
    font-size: 13px;
}

#week_table tbody td {
    width: 12%;
    font-size: 12px;
}

.table thead tr {
  background-color: #f7e4d3;
}

#week_table tbody tr:first-child {
  background-color: #ffc1b3;
}

#week_table.month-view tbody tr:first-child {
  background-color: #fff;
}

/* ----- action sheet section start ----- */
.days-table {
    margin-top: 0;
}
/* ----- action sheet section end ----- */

/*----------grade-tracker section start--------- */
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #bf1e2e !important;
    outline: 0;
    box-shadow: none !important;
}
/*----------- grade-tracker section end--------- */


/* ============== Responsive design ============== */

 @media (max-width: 1440px){
    /* ----- action sheet section start ----- */
    .assessment-wrap {
        max-width: 100%;
        overflow-x: scroll;
    }
    /* ----- action sheet section end ----- */

 }
 @media (max-width: 992px){
    /* ----- action sheet section start ----- */
    .assessment-wrap {
        padding-top: 28px;
    }
    body {
        margin-bottom: 0px !important;
        padding-bottom: 50px !important;
    }
    /* ----- action sheet section end ----- */
    /*----------grade-tracker section start--------- */
    hr:not([size]) {
        margin: 20px 0  !important;
    }
    .table-responsive {
        margin-bottom: 10px;
    }
    /*----------grade-tracker section end--------- */
 }
 @media (max-width: 575px){
    /* ----- action sheet section start ----- */
    .bottom-part button {
        padding: 2px 6px;
    }
    #currentDay,
    #current_week_label ,
    #monthView ,
    #weekView,
    #week_table thead th, 
    #week_table thead th
     {
        font-size: 14px;
    }
    .tracker-wrap {
        padding-top: 30px;
    }
    /* ----- action sheet section end ----- */
}
 @media (max-width: 480px){

    th {
        font-size: 14px;
    }
    .semester-table h4 {
        font-size: 16px !important;
    }
    .school-year, .single h3 {
        font-size: 18px !important;
    }

 }
 #goalTableTemp .number,
#goalTable .number {
    position: absolute;
    z-index: 1;
    display: block;
    left: 8px;
    font-size: 14px;
    font-weight: 700;
    opacity: 1;
    color: #bf1e2e;
    top: 50%;
    transform: translateY(-50%);
}

#goalTableTemp tbody tr td,
#goalTable tbody tr td {
    position: relative;
}
#goalTableTemp .value,
#goalTable .value {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 2;
    padding-left: 20px;
    line-height: 1.6;
}
.bottom-part button.semester-name-edit {
    color: #ffffff;
    padding: 4px 5px;
    margin-left: 7px;
    font-size: 14px;
}


/* calendar  */
.ui-datepicker {
    padding: 0;
    background: #F7E4D3;
}
.ui-widget.ui-widget-content {
    border: 1px solid #BF1E2E;
}
.ui-widget-content {
    border: 0;
    color: #000;
}
.ui-datepicker .ui-datepicker-header {
    background: #BF1E2E;
    color: #fff;
    border: 0;
    border-radius: 0;
}
.ui-icon, .ui-widget-content .ui-icon {
    cursor: pointer;
    filter: brightness(0) invert(1);
}

.ui-datepicker .ui-datepicker-prev-hover:hover ,
.ui-datepicker .ui-datepicker-next-hover {
    background-color: transparent;
    border: 0;
}
.ui-datepicker .ui-datepicker-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 0px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 0px solid #BF1E2E;
    background: #FFF;
    color: #000;
    text-align: center;
}
span.ui-slider-handle.ui-corner-all.ui-state-default {
    background-color: #BF1E2E;
}
.ui-widget-content .ui-state-default.ui-state-active {
    background-color: #BF1E2E;
    color: #fff;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	background: #BF1E2E;
	font-weight: normal;
	color: #fff;
}
.ui-datepicker-calendar td {
    border: 1px solid #BF1E2E;
    border-collapse: collapse;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    background: #fff;
    opacity: 1;
}
.ui-datepicker  td {
    padding: 0;
    margin: 0;
}
.ui-datepicker tr td:first-child{
    border-left: 0;
}
.ui-datepicker tr td:last-child{
    border-right: 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    margin: 0;
    padding: 0 .2em;
    border: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    font-weight: normal;
}
/* calendar  */
.color-marks {
    display: flex;
    flex-wrap: wrap;
    margin-right: 20px;
    max-width: 614px;
}

.color-mark-wrap {
    flex-basis: 50%;
    display: flex;
    gap: 6px;
    padding: 4px 5px;
}

.color-mark {
    height: 20px;
    width: 20px;
}

.green {
    background-color: #d1e3c8 !important;
}

.yellow {
    background-color: #f7deb1 !important;
}

.blue {
    background-color: #c1d7e9 !important;
}

.red {
    background-color: #f4b0a9 !important;
}

.color-mark-text {
    font-size: 13px;
    font-weight: 500;
}
.btn-secondary {
    padding: 11px 15px;
    min-width: 140px;
}
#dataLoader {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    z-index: 99;
}
.ui-datepicker-buttonpane .ui-datepicker-current {
    display: none;
}

.form-control:disabled, .form-control[readonly]{
    background-color: #ffffff !important
}
.login-as-user-content{
    display: block !important;
}