html {
  font-size: 75% !important;
}

h2 {
    color:#5a5a5a;
}

a{
    color:#31AAD9;
}

.panel-body{
    padding:2em;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color:#F6F8F9;
}

label{
    color:#016e98;
}

textarea{
    min-height:200px !important; 
}

.hero-container{
    position: relative; 
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:5em;
    background-color:black;
}

.hero-container::before {  
    content:"";
      background: linear-gradient(90deg,#020024 0,red 50%);
    background-image: url(../img/hero-homepage4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
         position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.4;
}

.search-container{
    position: relative; 
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:5em;
    background-color:black;
    color:white !important;
}

.search-container::before {  
    content:"";
      background: linear-gradient(90deg,#020024 0,red 50%);
    background-image: url(../img/hero-homepage4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
         position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.4;
}


.hero-content{
    text-transform:uppercase;
    text-align:center;
    color:white !important;
    margin-top:4em;
 
}

.story-of-the-day{
    position:absolute;
    bottom:2em;
    right:4em;
    padding:1em;opacity: 1.0 !important;
    
}

.story-of-the-day::before{
    content:"";
    background-color:white;
    opacity:0.6;
        position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;border-radius:5px;

}

.story-of-the-day h3 {
    color: red !important;
    text-transform:uppercase;
    font-size:85%;
}

.story-of-the-day .title {
    font-weight:bold;
}

footer {
   margin-top:10px;
    padding-top: 60px;
    padding-bottom: 28px;
    background-color: #31aad9;
    color: #fff;
}

    footer img.logo {
        max-width: 200px;
        margin-bottom: 30px;
    }

    footer ul {
        margin-left: -40px;
        font-size: 14px;
    }

        footer ul li {
            list-style-type: none;
            margin-bottom: 5px;
        }

            footer ul li a {
                color: #fff;
                text-decoration: none;
            }

    footer .social, footer .apps {
        text-align: right;
    }

        footer .social ul li {
            font-size: 28px;
            margin-bottom: 3px;
        }

            footer .social ul li a:hover {
                text-decoration: none;
            }

        footer .apps img {
            max-width: 120px;
        }

    footer .copyright {
        margin: 20px 15px 0;
        padding-top: 30px;
        text-align: center;
        font-size: 14px;
        border-top: 1px solid #31bada;
        color: #fff;
    }

        footer .copyright a {
            color: white !important;
        }

.blog-post-featured-img, .news-post-featured-img {
    float: right;
    width: 400px;
    background-color: #fff;
    border-radius: 10px;
    height: 250px;
    margin: 0 0 15px 15px;
    overflow: hidden;
    max-width: 400px;
    position: relative;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



    .nav-item a{
        text-transform: uppercase;
    }

    span.locate-icon i {
    color: #D52010;
    font-size: 32px;
}

    span.locate-icon {
    top: -40px;
    right: 10px;
    float: right;
    position: relative;
}


    .home-ad{
        text-align:center;
    }

 .form-control {
    height: 50px !important;
    font-size: 14px !important;
    color: #4C5B52;
}

 .form-control {
    border-radius: .25rem;
}

 .btn-primary{
     font-weight:bold;
     color:white !important;
 }
 .box {
    border-radius: 5px;
    padding: 30px;
    margin-top: 20px;
    font-size: 17px;
}

.box-lg {
    height: 400px;
}

.box-md {
    height: 220px;
}

.box a {
    color: white;
}

.box h4 {
    font-size: 40px;
    font-weight: 600;
}

.box ul {
    list-style: none;
    padding-left: 0px;
}

    .box ul li {
        padding-top: 5px;
    }

 .light-blue-box {
    background-color: #2196F3;
    border: 2px solid #2196F3;
}

 .orange-box {
    background-color: #ff7655;
    border: 2px solid #ff7655;
}

.pink-box {
    background-color: #e11580;
    border: 2px solid #ff7655;
}

.green-box {
    background-color: #5CDB95;
    border: 2px solid #5CDB95;
}


.story-container
{
    background: #D52010;
    position: relative;
    height: 440px;
    color:white !important;
    padding:4em;
    width:100%;
}

.about-author img
{
    border-radius: 50%;
    width:150px;
    height:150px;
}

.story-hero-content hr {
    border:2px white solid;
    width:75%;
    margin-left:0;
}

.about-author h3 {
    font-size:100%;margin-top: 10px;
}

.story-time{
    font-style:italic;
}

.list-group-item{
    background:#D52010;
    color:white;
    margin-top:5px;
    border-radius:5px;
}

.list-group-item .btn{
    color:white !important;
    border-color:white !important;
}

.job-description img {
    float:right;
    width:50% !important;
    padding:10px;
}

.social {
    display: inline-block;
    margin-left: 10px;
}

    .social img {
        width: 32px;
    }

    .WMBSC[b-ym8nfzch4d]  .slick-prev, .WMBSC[b-ym8nfzch4d]  .slick-next {

    border-radius:5px;

    background-color: #31AAD9 !important;

}

    .story-list{
        background-color: white !important;
    }

    .story-list h2 {
        color:black;
        text-transform: capitalize;
    }

    .list-footer {
    background-color: #f4f4f4;
    margin: 20px -20px -20px -20px;
    padding: 12px;
    border-radius: 0 0 2px 2px;
}

    .job-description {
    white-space: pre-line;
}

.story-list {
    padding: 20px;
    border: 1px solid #9c9c9c;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    margin-bottom: 48px;
    border-radius: 4px;
}

.job-status {
    margin-left:10px;
    line-height:25px;
}

.label {
    font-weight: 400;
    border-radius: 0;
    text-transform: none;
    color:white !important;
    transform: skewX(-10deg);
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.label-warning {
    background-color: #f0ad4e;
}

.label-error {
    background-color: red;
    margin-bottom:5px !important;
}

.job-posteddate{
    width:100%;
    text-align:center;
}

.story-avatar {
    width:100%;
    text-align:center;
}

.card h4{
    color: #31AAD9 !important;
}

.card img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.avatar-img{
    object-fit:cover;
    border-radius:50%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (min-width: 992px) {
    #refine-search {
        display: block;
    }
}

.left-panel-content {
    position: relative;
    z-index: 1;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.equal-heights {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.signin-reg-left-panel {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.absolute-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: table\9 !important;
}

.padding-5 {
    padding: 40px !important;
}
.equal-heights-content {
    width: 50%;
    height: auto;
}
.signin-reg-content {
    padding: 40px;
}
.hero-container{
    position: relative; 
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:5em;
    background-color:black;
}

.signin-reg-left-panel.signin {
    background-image: url(../img/signin-bg.jpg);
}

.signin-reg-left-panel h4 {
    color: #fff !important;
}

.lesson-name{
    font-weight:600;
    font-size:1.2em;
    text-decoration:underline;
}

.pupil-name{
    font-size:1em;
    padding:2px;
}

.teacher-name{
    text-decoration:underline;
}

.time-table{
    margin-bottom:10px;
}

.time-table th{
    border-top:none !important;
}

hr{
    border:2px solid #31AAD9;
    border-top: #31AAD9 !important;
}

.tuition-centre-22 {
    color:orange;
}

.tuition-centre-private {
    color:deepskyblue;
}

.tuition-centre-23 {
    color:red;
}

.tuition-centre-24 {
    color:darkblue;
}

.tuition-centre-23 {
    color:red;
}

.tuition-centre-52 {
    color:green;
}

.tuition-centre-54 {
    color:lightblue;
}

.day-of-week{
    font-size:2em;
}

.abscent-pupil {
    background-color: yellow;
}

.pupil-timetable-pending {
       background-color: orange;
}

.pull-right {
    float:right;
}