/* Minification failed. Returning unminified contents.
(63,1): run-time error CSS1019: Unexpected token, found '@import'
(63,9): run-time error CSS1019: Unexpected token, found 'url(/Content/app/https:/fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap)'
(126,86): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(126,278): run-time error CSS1002: Unterminated string: ");
 */

.black {
    background-color: #000;
}

.grey {
    background-color: #a5a5a5;
}

.light-grey {
    background-color: #d1d1d1;
}

.float-left {
    float: left;
}

span.large-font {
    font-size: xx-large;
}

.float-right {
    float: right;
}

.margin-20 {
    margin: 20px;
}

.clear {
    clear: both;
}

.forbid-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.intro-text {
    width: 90%;
    margin: auto;
    color: #fff;
    text-align: center;
    border: 5px solid;
    border-color: rgba(165, 165, 165, 0.5);
    padding: 15px;
    border-radius: 15px 15px;
    margin-bottom: 20px;
    font-size: xx-large;
    line-height: 35px;
}


/* Master CSS */
@charset "UTF-8";
/* CSS Document */

@import url(/Content/app/https:/fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap);

/* ========== Master Styles ========== */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    background: #fff;
}


.wr-header {
    padding: 10px;
    border-top: 5px solid #FFD900;
    background: #fff;
}

.wr-top-navigation {
    background: #F5F5F5;
    color: #707070
}

.list-top-nav {
    margin: 0px;
    padding: 0px
}

    .list-top-nav li {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: inline;
        font-family: 'Open Sans', sans-serif;
        font-size: 1.2rem;
        margin-right: 30px
    }

    .list-top-nav a {
        color: #707070;
        text-decoration: none
    }

.wr-top-navigation .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
    color: #707070 !important
}

.wr-top-navigation .dropdown-menu {
    border-radius: 0px
}

.navbar-light .navbar-toggler {
}

.custom-toggler.navbar-toggler {
    border-color: #4a4d50;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url(/Content/app/data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http:/www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(74, 77, 80, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.wr-top-navigation .nav-item {
    margin-right: 25px;
}

.nav-main {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nav-main .nav-item {
        display: inline-block;
    }

.navbar-nav .nav-link {
    font-size: 0.9rem;
    font-weight: 600;
}

.header-logo {
    max-width: 250px
}

.wr-body {
    padding-left: 30px;
    padding-right: 30px;
    min-height: 500px
}

.left-sidebar {
}


.wr-footer {
    background: #FFF;
    border-top: 8px solid #EFEFEF;
    font-size: 90%;
    margin-top: 25px;
}

.footer-bg-1 {
    background: #F0F0F0;
}

.wr-footer h3 {
    color: #435565;
}

.wr-footer p {
    color: #707070;
}

.footer-logo {
    max-width: 150px;
}

.social-list, .pay-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .social-list li, .pay-icon-list li {
        margin-right: 5px;
    }

        .social-list li a img {
            width: 30px;
        }

        .pay-icon-list li a img {
            width: 45px;
        }

        .pay-icon-list li:first-child a img {
            width: inherit;
        }

.footer-donate-btn {
    background: transparent;
    border: none;
    margin-top: 10px;
    display: block;
    overflow: hidden;
}
/* ========== Master Styles ========== */

/* Menut Items */
.dropdown-item:visited {
    color: #212529;
}

.dropdown-menu.show {
    background: #DEDEDE;
    border-bottom: 5px solid #00ABF2;
    border-left: none;
    border-top: none;
    border-right: none;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: inherit;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 43px;
    }
}

@media (max-width: 992px) {
    .dropdown-menu.show {
        border-bottom: none;
    }
}

/* ========== Media Queries ========== */




/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}


/* Common CSS */
@charset "UTF-8";
/* CSS Document */


/* Heading Styles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #435565;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}


/* Background Styles */
.bg1 {
}

.bg2 {
}

.bg3 {
    background: #E8E8E8;
    border-left: 10px solid #00ABF2;
}


/* Colors */
.bs-blue {
    color: #225469;
}


/* Donate Button*/
.donate-btn {
    background: #FF5050;
    border: none;
    color: #fff;
    width: 150px;
    padding: 10px;
    border-radius: 50px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    cursor: pointer;
    opacity: 0.9;
}

    .donate-btn:hover {
        opacity: 1;
    }

/* Banner */
.banner-top .banner-img {
    background: url(/Content/misc/banner-1.jpg);
    height: 350px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-content-box {
    top: 100px;
    max-width: 500px;
    color: #fff;
}

    .banner-content-box h1 {
        color: inherit;
    }

    .banner-content-box a, .banner-content-box a:visited {
        color: #fff;
    }

        .banner-content-box a:hover {
            text-decoration: none;
        }

.banner-bottom {
    background: #00C1BA;
    color: #fff;
    width: 100%;
}

    .banner-bottom h2 {
        color: #fff !important;
    }

    .banner-bottom p {
        font-size: 1.5rem;
    }

.create-wrapper input, .create-wrapper button {
    border-radius: 0;
    vertical-align: inherit;
}

.create-wrapper input {
    border-radius: 0;
    vertical-align: inherit;
    width: calc( 100% - 200px);
    min-height: 50px;
}

.create-wrapper button {
    margin-left: -5px;
    background: #435565;
    padding: 7px 30px;
    color: #fff;
    min-height: 50px;
    opacity: 0.9;
}

    .create-wrapper button:hover, .create-wrapper button:visited {
        color: #fff !important;
    }

    .create-wrapper button:hover {
        opacity: 1;
    }

@media (max-width: 600px) {
    .create-wrapper input, .create-wrapper button {
        width: 100%;
        margin-left: 0px;
    }
}

/* Icon List */
.icon-list-item h3.title {
    color: #435565;
}

.icon-list-item p.sub-title {
    color: #FB4F50;
    font-size: 20px;
}

.icon-list-item p.description {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
}

.tag-link {
    color: #32495D;
}

    .tag-link:hover, .tag-link:visited {
        color: #32495D;
        text-decoration: none;
    }

/* Newsletter */
.adhd-newsletter {
    background: #00ABF2;
    overflow: hidden;
    color: #fff;
}

    .adhd-newsletter h3 {
        color: #fff;
    }

.newsletter-wrapper input {
    border-radius: 0;
    vertical-align: inherit;
    width: calc( 100% - 200px);
    min-height: 50px;
}

.newsletter-wrapper button {
    margin-left: -5px;
    background: #435565;
    padding: 7px 30px;
    color: #fff;
    border-radius: 0;
    vertical-align: inherit;
    min-height: 50px;
    opacity: 0.9;
}

    .newsletter-wrapper button:hover {
        opacity: 1;
    }

    .newsletter-wrapper button:hover, .newsletter-wrapper button:visited {
        color: #fff !important;
    }


@media (max-width: 600px) {
    .newsletter-wrapper input, .newsletter-wrapper button {
        width: 100%;
        margin-left: 0px;
    }
}

/* Login Page */
.login-wrapper input, .login-wrapper select, .contact-form input, .contact-form textarea {
    border-radius: 0;
    min-height: 45px;
}

.custom-control-label::before, .custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
}

.custom-checkbox .custom-control-label::before {
    left: -35px;
    border-radius: 0;
    background-color: #fff;
    top: 0;
}

.custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff;
}

.custom-control-label {
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 10px;
}

.btn-adhd {
    background: #435565;
    padding: 10px 20px;
    border-radius: 0;
    color: #fff;
    min-width: 150px;
    font-weight: 600;
    opacity: 0.9;
}

    .btn-adhd:hover {
        color: #fff;
        opacity: 1;
    }

.min-height700 {
    min-height: 750px;
}

.lg-banner {
    background: url(/Content/misc/banner-2.jpg);
    background-size: cover;
    height: 800px;
    width: 100%;
    background-position: center;
}

form {
    color: #46484E;
}

.form-link a {
    text-decoration: underline;
    color: inherit;
}

    .form-link a:hover, .form-link a:visited {
        text-decoration: none;
        color: inherit;
    }

/* Form field overwrite */
.form-control-ow {
    border: transparent;
}

/* Dashboard Wrapper */
.dashboard-wrapper input {
    border-radius: 0;
    vertical-align: inherit;
    width: calc( 100% - 225px);
    min-height: 50px;
}

.dashboard-wrapper button {
    margin-left: -5px;
    background: #435565;
    padding: 7px 30px;
    color: #fff;
    min-height: 50px;
    border-radius: 0;
    margin-top: -6px;
    opacity: 0.9;
}

    .dashboard-wrapper button:hover, .student-btn:hover {
        color: #fff;
        opacity: 1;
    }

.student-btn {
    background: #00C1BA;
    color: #fff;
    opacity: 0.9;
}

.dashboard-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .dashboard-list li {
        display: inline-block;
        /*    width: calc(20% - 15px);*/
        margin-right: 24px;
        overflow: hidden;
        vertical-align: top;
    }

        .dashboard-list li a {
            color: #435565;
            overflow: hidden;
            display: block;
        }

            .dashboard-list li a:hover {
                text-decoration: none;
            }

@media (max-width: 600px) {
    .dashboard-wrapper input, .dashboard-wrapper button {
        width: 100%;
        margin-left: 0px;
    }
}

/* Tab Control */
.nav-tabs {
    border-bottom: none;
    background: #F5F5F5;
    min-height: 50px;
}

    .nav-tabs .nav-link {
        border: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #707070;
        font-weight: 600;
        display: block;
        padding: 1rem 4rem;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #fff;
            background-color: #00ABF2;
            border-color: transparent;
        }

.nav-link {
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    height: 35px;
    width: 35px;
    top: -1px;
    left: -6px;
}

@media (max-width: 600px) {
    .nav-tabs .nav-item {
        width: 100%;
    }
}

/* My Profile */
.rank-box {
    display: block;
    overflow: hidden;
    background: #435565;
    width: 225px;
    height: 200px;
    padding: 25px 38px;
}

.rank-circle {
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    padding: 25px;
    color: #fff;
}

    .rank-circle .rank {
        display: block;
        text-align: center;
        padding-top: 20px;
        font-size: 50px;
    }

    .rank-circle .rank-title {
        text-align: center;
        display: block;
        padding-top: 10px;
        font-size: 20px;
        font-weight: 400;
    }

.myprofile-btn {
    background: #00ABF2;
    color: #fff !important;
    cursor: pointer;
    width: auto;
    padding: 10px 30px;
    text-align: left;
    opacity: 0.9;
    overflow: hidden;
    display: block;
}

    .myprofile-btn:hover, .myprofile-btn:visited, .myprofile-btn:focus {
        opacity: 1;
    }

.card-header:first-child {
    border-radius: 0;
}

.accordion-icon {
    background-image: url(/Content/misc/accordion-icon.svg);
    height: auto;
    background-repeat: no-repeat;
    margin-top: -1px;
    background-size: 60px;
    background-color: #00C1BA;
    padding: 0;
}

    .accordion-icon button, .accordion-icon button:hover, .accordion-icon button:focus, .accordion-icon button:visited, .myprofile-btn:hover, .myprofile-btn:visited, .myprofile-btn:focus {
        color: #fff;
        text-decoration: none;
    }

.accordion-btn {
    width: 100%;
    min-height: 67px;
    text-align: left;
    padding-left: 80px;
}

/* Alert warning */
.alert-warning {
    background-image: none;
    border-color: transparent;
    background-color: rgb(0, 193, 186);
    color: #ffffff;
}

.alert-info {
    background: #efefef;
    border: none;
    color: inherit;
}
/* My Diary */
.my-diary-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .my-diary-list li {
        border-left: 3px solid #00ABF2;
        overflow: hidden;
        padding: 15px 10px 15px 20px;
        border-top: 1px solid #b0b0b0;
        border-right: 1px solid #b0b0b0;
        border-bottom: 1px solid #b0b0b0;
    }

.dairy-date {
    font-size: 20px;
}

.dairy-description {
    font-size: 14px;
}

.panel-body.tall-lg {
    min-height: 260px;
    position: relative;
}
.label-wrapper {
    position: absolute;
}
.display-sq {
    display: inline-block;
    width: 20px;
    height: 20px;    
    vertical-align: middle;
    margin-left: 10px;
}
.sq-yellow {
    background: rgba(0, 171, 242, 1);
}
.sq-blue {
    background: rgba(255, 217, 0,1);
}

.btn-circle {
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #fff;
    border-radius: 100%;
    padding: 9px;
    margin-right: 10px;
}

    .btn-circle:hover {
        background: #ebebeb;
    }

.icn-btn {
    height: 15px;
    width: 15px;
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    display: block;
}

.icn-check {
    background: url(/Content/misc/check-symbol.svg);
}

.icn-quest {
    background: url(/Content/misc/question-sign.svg);
}

.icn-thumb {
    background: url(/Content/misc/like.svg);
}



/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
}


/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

@media (max-width: 992px) {
}


/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1090px) {
}

@media (min-width: 1200px) {
}

@media (max-width: 1200px) {
}

@media (min-width: 320px) and (max-width: 1200px) {
}

