.iq-more > .container-fluid {
    max-width: 1530px;
}


header.menu-sticky {
    background: #fff;
}

.main-content {
    background: #fff;
}

section {
    background: #f8f8f8;
}

.post-module .post-content {
    background: #fff;
    min-height: 85px;
}

.footer-nav li.dropdown .drop-down {
    background: #fff;
}



header.menu-sticky .navbar-light .navbar-nav .dropdown .drop-down {
    background: #fff;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0
}

.post-module .post-content .description {
    font-weight: 300;
    line-height: 1.4;
    font-size: 14px;
}

.chat-icon {
    position: fixed;
    right: 25px;
    bottom: 100px;
    cursor: pointer;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

    .chat-icon.show {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .chat-icon img {
        width: 52px;
    }

.navbar .digital-logo {
    font-weight: 700
}


.weather {
    text-transform: uppercase;
}

    .weather span {
        letter-spacing: 3px
    }

    .weather.dark {
        top: 300px;
    }

        .weather.dark span {
            color: #5c5c5c;
        }

            .weather.dark span.degree {
                border-bottom: 2px solid #FF4545;
            }

            .weather.dark span.time {
                border-bottom: 2px solid #FF4545;
            }

.main-header.menu-sticky .navbar-collapse.collapse.show,
.navbar-collapse.collapse.show {
    background: #fff;
}

.innerpage header .navbar-light .navbar-nav .dropdown:hover .drop-down {
    background: #fff;
    padding-left: 15px;
    padding-bottom: 10px;
}


.modal .close {
    font-weight: 300;
    font-size: 4em;
    color: #000;
    opacity: 1;
    padding-bottom: 0;
}

.modal-share .modal-header {
    padding-bottom: 0;
    padding-top: 0;
}

.modal .close:hover {
    color: #ff4545;
}

.row {
    margin-left: -8px;
    margin-right: -8px;
}

    .row [class^="col"] {
        padding-left: 8px;
        padding-right: 8px;
    }

.day-word {
    display: block;
    border: 1px solid #8825FB;
    padding: 40px 15px;
    position: relative;
}

    .day-word .tag {
        position: absolute;
        color: #8825FB;
        font-weight: 500;
        left: 30px;
        top: -19px;
        line-height: 1.2;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .day-word h3 {
        font-weight: 300;
        color: #5C5C5C;
        font-size: 14px;
        text-transform: capitalize;
        text-align: center;
    }


.ttc {
    text-transform: capitalize !important;
}


.ttu {
    text-transform: uppercase !important;
}


.no-overlay img {
    opacity: 1 !important
}

.innerpage h5.title {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #5c5c5c;
}

.digital-btn {
    display: inline-block;
    line-height: 20px;
    padding: 12px 30px 10px 30px;
    color: #5c5c5c;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    font-weight: 500;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #5c5c5c !important;
}

    .digital-btn:hover {
        -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.3);
        color: #5c5c5c;
    }

    .digital-btn.toggle-btn {
        width: 100%;
        padding-right: 80px;
        position: relative
    }

        .digital-btn.toggle-btn:after {
            content: "\f123";
            position: absolute;
            display: inline-block;
            font-family: "Ionicons";
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            text-rendering: auto;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            right: 14px;
            top: 12px;
            -webkit-transition: .3s all ease;
            -o-transition: .3s all ease;
            transition: .3s all ease;
            font-weight: 700;
            font-size: 20px;
        }


        .digital-btn.toggle-btn.opened:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.collapse {
}

.library-nav {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.parag {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 300;
}

video {
    outline: 0;
    max-width: 100%;
}

.showchat {
    display: block !important;
    bottom: 10px;
}

.mbcus {
    bottom: 80px;
}

.ranking-banner {
    background-image: linear-gradient(to right, #F2F2AB, #FFC3FF);
    min-height: 400px;
}

.learning-banner {
    background: linear-gradient(to right bottom, #F8CAF8, #caf8f0);
    min-height: 400px;
}

.evaluation-banner {
    background: linear-gradient(to bottom, #FBCEFF,#FBCEFF, #9F8FFA);
    min-height: 400px;
}

.learning-banner h2 {
    color:#a40e15;
    padding-top: 150px;
    padding-left: 140px;
}

.rank-head h2 {
    color:#a40e15;
    padding-top: 150px;
    padding-left: 140px;
}

.pd-le-0 {
    left: 120px !important;
}

    .pd-le-0 span a {
        display: inline;
        color: #5c5c5c;
        float: none;
        text-align: center;
    }

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.btncus {
    text-align: center;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2.5px;
    min-height: 50px;
    padding: 0px 0px;
    color: #5c5c5c;
    padding-top: 0px;
    width: 50px;
    padding-top: 5px;
}

.pull-right {
    float: right;
}

.rank-container {
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    padding: 15px 25px;
    text-align: left;
}

.mt-60 {
    margin-top: 60px;
}

.rank-container {
}

    .rank-container h6 {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .rank-container h5 {
        font-size: 17px;
        color: #e22b2b;
        margin-top: 0px;
        font-weight: 600;
    }

.rank-label {
    background-image: linear-gradient(to right, #948BFF, #D191FF);
    padding: 0px 15px;
    border-radius: 1px;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
    width: 50%;
    position: relative;
    left: -23px;
}

.team-label {
    background-image: linear-gradient(to right, #BC8BFF, #FFC3FF);
    padding: 0px 15px;
    border-radius: 1px;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    left: -23px;
    margin-top: -50px;
    margin-bottom: 30px;
    text-align: center;
}

.rank-ri h5 {
    text-align: center;
    margin-top: -95px;
    font-size: 25px;
}

.rank-ri h6 {
    text-align: center;
    margin-top: -12px;
    line-height: 16px;
    font-size: 13px;
    color: #e22b2b;
    margin-bottom: 50px;
}

.rank-ri-top h5 {
    color: #F4CD61;
}

.rank-ri-top h6 {
    color: #F4CD61;
}

.pd-ri-bt-tp {
    position: relative;
    right: 60px;
}

.container-custom {
    margin: auto;
    padding-left: 35px;
    padding-right: 35px;
}

.pd-le {
    padding-left: 20%;
    padding-top: 50px;
    bottom: 40px;
}

.head-blue-main {
    color: #e22b2b;
}

    .head-blue-main h2 {
        color: #e22b2b;
        text-align: center;
        font-size: 25px;
    }

.head-card-main {
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    padding: 8px 25px;
    font-weight: 600;
    text-align: center;
    margin-top: -15px;
    margin-left: -25px;
    margin-right: -25px;
    color:#a40e15;
    margin-bottom: 20px;
}
/* progress bar  */

.attempt-le {
}

    .attempt-le h3 {
        text-align: center;
        font-size: 25px;
        color: #5C5C5C;
        margin-top: 10px;
    }

    .attempt-le h4 {
        text-align: center;
        font-size: 16px;
        color: #5C5C5C;
        margin-top: 10px;
        font-weight: 500;
    }


.progress {
    height: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(230,230,230,0.3)),to(rgba(230,230,230,0.8)), color-stop(.2,#fff) );
    background: #e9ecef !important;
}

.progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: linear-gradient(135deg, 0%, #927FFF 100%);
}

.bar1 {
    background: linear-gradient(135deg, #ACFFF7 0%, #FFC3FF 100%);
}

.bar2 {
    background: linear-gradient(135deg, #BC8BFF 0%, #FFC3FF 100%);
}

.bar3 {
    background: linear-gradient(135deg, #FF76AB 0%, #BC8BFF 100%);
}

.bar4 {
    background: linear-gradient(135deg, #FF76AB 0%, #FF8E89 100%);
}

.radio-box-main-white {
    border: solid 0px;
    box-shadow: -2px -2px 5px 2px #ffffff;
    padding: 10px;
}

.radio-box-main-gray {
    border: solid 0px;
    border-radius: 0px;
    box-shadow: 4px 8px 8px -6px #0003;
    padding: 10px 15px;
    min-height: 275px;
}

.projects-total {
    text-transform: uppercase;
    font-weight: 500;
}

.attempt-le h4 {
    text-transform: uppercase;
}

.rank-ri {
}

.mt-score h5 {
    color: #e22b2b;
    padding-top: -150px !important;
}

.rank-ri h6 {
    color: #e22b2b;
    text-transform: uppercase;
    font-weight: 500;
}

.linechart-container-outer {
    padding: 10px;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
}

    .linechart-container-outer svg {
        border: 0px;
    }

.charts-container {
    background-color: #FCBCBA;
    padding: 15px;
}

.card-body {
    padding-left: 30px;
}

    .card-body h4 {
        font-size: 16px;
        font-weight: 500;
        padding-left: 30px;
        padding-top: 20px;
    }

#chartdiv {
    width: 100%;
    height: 435px;
    font-size: 11px;
}

.archivement-container {
    padding: 20px;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
}

    .archivement-container h4 {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }

.progress-big {
    height: 25px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(230,230,230,0.3)),to(rgba(230,230,230,0.8)), color-stop(.2,#fff) );
}

.progress-label {
    color: black;
    float: right;
    text-align: right;
    margin-top: -29px;
    margin-right: 20px;
    z-index: 1000000000;
}

.gra-btn {
    background: linear-gradient(to bottom, white, transparent);
    border: 0px;
    padding: 0px 20px;
}

.pd-rigraph {
    margin-right: 20px;
}

.archivement-container label {
    font-size: 15px;
    font-weight: 500;
}

.mt-120 {
    margin-top: 120px;
}

.denote {
    padding-left: 15px;
    padding-top: 25px;
}

.head-small h5 {
    font-size: 17px;
    text-align: left;
    font-weight: 500;
}

.mt-140 {
    margin-top: 140px;
}

.min-he-card {
    min-height: 550px;
    padding-top: 2%;
}

.card-body h4 {
    text-transform: uppercase;
}

.card-body2 {
    background: linear-gradient(to right bottom, #F8CAF8, #caf8f0);
    padding: 30px;
}

    .card-body2 h4 {
        font-size: 16px;
        font-weight: 500;
        padding-left: 30px;
        padding-top: 20px;
        text-transform: uppercase;
    }

.card-body3 {
    background: linear-gradient(to right bottom, #BC8BFF, #F8CAF8);
    padding: 30px;
}

    .card-body3 h4 {
        font-size: 16px;
        font-weight: 500;
        padding-left: 30px;
        padding-top: 20px;
        text-transform: uppercase;
    }

.mt-15 {
    margin-top: 15px;
}

.progress-big2 {
    min-height: 35px;
}

.learning-progress h6 {
    font-size: 14px;
    font-weight: 500;
    margin-top: 0px;
}

.btnview {
    cursor: pointer;
    border: 0px;
    font-size: 14px;
    padding: 2px;
    letter-spacing: 2px;
}

.mt-4 {
    margin-top: -4px;
}

.mt-min {
    margin-top: 5px;
}

@media (min-width: 1200px) {



    .library-tab .library-nav {
        text-align: left;
        position: relative;
    }

        .library-tab .library-nav > ul {
            max-width: 25%;
            position: relative;
        }

        .library-tab .library-nav ul li {
            margin-bottom: 40px;
        }

            .library-tab .library-nav ul li a {
                text-align: left;
                font-size: 16px;
                letter-spacing: 2.5px;
                font-weight: 500;
                padding: 0px 0;
                border-bottom: #5c5c5c;
                color: #5c5c5c;
                text-transform: uppercase;
                border-bottom: 1px solid #5c5c5c;
                line-height: 1.4;
                width: 100%;
                -webkit-transition: .3s all ease;
                -o-transition: .3s all ease;
                transition: .3s all ease;
                display: block;
                color: #5c5c5c;
            }

        .library-tab .library-nav ul {
            list-style: none;
            width: 100%;
        }

            .library-tab .library-nav ul a {
                cursor: pointer;
                display: block;
            }

        .library-tab .library-nav .has-submenu.is-open > a {
            border-bottom: 1px solid #ff4545;
            color: #ff4545;
        }

        .library-tab .library-nav ul ul {
            display: none;
            margin-left: 30px;
            padding: 0px 0;
            max-width: 240px;
            position: absolute;
            left: 100%;
            top: 0;
        }

    .learning-head h4 {
        margin-top: 40px;
        font-weight: 600;
    }

    .
    .
    .notification-head {
        float: right;
    }

    .notifi-label {
        text-align: center;
        background-color:#a40e15;
        padding: 5px;
        padding-top: 0px;
        padding-bottom: 5px;
        border-radius: 100px;
        height: 25px;
        position: relative;
        top: 15px;
        left: 3px;
        font-size: 12px;
        width: 25px;
        color: white;
    }





    .library-tab .library-nav ul > li > a :hover {
        border-bottom: 1px solid #ff4545;
        color: #000;
    }

    .library-tab .library-nav ul > li > a .active {
        border-bottom: 1px solid #ff4545;
        color: #ff4545;
        font-weight: 700;
    }

    .small-titles h5 {
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
    }
}


@media (max-width: 991px) {

    .innerpage .main-content {
        padding-top: 00px;
        overflow: hidden;
        display: inline-block;
        width: 100%;
    }


    .weather.dark {
        display: none;
    }

    header.menu-sticky {
        padding: 5px 0;
    }

    .navbar-toggler {
        top: 0;
    }

    body.innerpage .share-market {
        margin: 100px 0 0 0;
    }

    body.innerpage .social-media {
        left: 0;
    }

    .mb-sm-4 {
        margin-bottom: 3em !important;
    }
}


@media (max-width: 767px) {

    .social-media {
        display: block !important;
    }
}

@media (max-width: 600px) {

    .main-content {
        padding-left: 30px;
    }
}







/* SIDE NAV CSS  */


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000000;
    top: 0;
    right: 0;
    background-color: #f2f3f6;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    -webkit-box-shadow: -6px -6px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: box-shadow: -4px -4px 5px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 15px;
        color: #454545;
        display: block;
        transition: 0.3s;
        text-align: left;
        text-transform: uppercase;
        font-weight: 500;
    }
  
   
    .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 8px;
        font-size: 36px;
        margin-left: 80px;
    }

.side-ic {
    font-size: 22px;
    padding-left: 10px;
    cursor: pointer;
}

.he-ri-sc {
    min-height: 640px;
    padding-top: 50%;
    text-align: center !important;
}

.angle-center {
}

    .angle-center a {
        color:#a40e15 !important;
        text-align: center !important;
        font-size: 28px !important;
        padding: 0px !important;
    }

#more-menu li a {
    padding-bottom: 25px;
    text-transform: uppercase;
}

.licustom {
    text-align: left;
    font-size: 16px;
    letter-spacing: 2.5px;
    font-weight: 500;
    padding: 5px 0;
    border-bottom: #5c5c5c;
    color: #5c5c5c;
    text-transform: uppercase;
    border-bottom: 1px solid #5c5c5c;
    padding-top: 40px;
}

input, select, select.form-control, input.form-control {
    border: 2px solid #ffffff;
    font-size: 16px;
    height: 55px;
    padding-left: 15px;
    margin-bottom: 35px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 0px;
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF;
    background: #f2f3f6;
    border: 0 !important;
    outline: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

.btn-filter {
    padding: 14px;
    border: 0px;
}

.btnfull {
    border: 0px;
}

.table-custom1 tr td b {
    padding-top: 10px;
}

.color-blue {
    color: #e22b2b;
}

.pagination-custom a {
    text-align: left;
    padding: 10px 15px;
    min-height: 43px;
    background: transparent;
    color: #5c5c5c;
    border-radius: 0px;
    margin-right: 10px;
    border: 0px;
    padding-top: 15px;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
}

    .pagination-custom a i {
        text-align: left;
        position: relative;
    }

.sm-in {
    min-height: 30px !important;
    height: 45px !important;
}

.mt-20 {
    margin-top: 20px;
}

.myprofile-co {
    text-align: center;
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    min-height: 60px;
    padding: 70px 60px;
    color: #5c5c5c;
}

.profile-top-in {
}

    .profile-top-in h4 {
        padding-top: 60px;
    }

.profile-desc {
    margin-top: 30px;
}

    .profile-desc h6 {
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 500;
    }

    .profile-desc h5 {
        font-size: 14px;
        text-align: left;
        color: #e22b2b;
        text-transform: uppercase;
        font-weight: 600;
    }

.btn-edit-profile {
    cursor: pointer;
}

.subscription-le h2 {
    text-align: left;
    color: #e22b2b;
    font-size: 28px;
    margin-bottom: 5px;
}

.subscription-le h3 {
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    margin-top: 0px;
}

.subscription-le p {
    text-align: left;
    font-size: 14px;
}

.footer-custom {
    padding: 20px 0px;
}

    .footer-custom ul {
        padding-top: 40px;
    }

.wid-logo {
    width: 70%;
    margin-top: 40px;
}

.pie-container {
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    padding: 50px 40px;
    text-align: left;
    min-height: 455px;
}

    .pie-container svg {
        border: 0px;
    }

    .pie-container text {
        color: white !important;
    }


/* PROGRESS  */

.pie-border H6 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.btn-full {
    width: 100%;
}


.multi-carousel {
    opacity: 0;
    padding: 0 25px;
}

    .multi-carousel .carousel-control-next,
    .multi-carousel .carousel-control-prev {
        width: 25px;
        background: transparent;
        color: black;
    }

.training-hours-card {
    background-image: linear-gradient(to bottom, #BC8BFF, #FFC3FF);
    color: white;
    padding: 15px 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 500;
    min-height: 212px;
}

    .training-hours-card h2 {
        text-align: center;
        color: white;
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        padding-top: 48px;
    }

    .training-hours-card h5 {
        text-align: center;
        color: white;
        font-size: 12px;
        margin-top: 20px;
    }

.sidenav a:hover {
    color: black;
}

.naav-ic {
    margin-top: 0px !important;
}

.small-header h5 {
    font-size: 16px;
    font-weight: 500;
}

.interest-container {
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    min-height: 300px;
    margin-bottom: 50px;
}

    .interest-container img {
        padding: 30px;
    }

.interest-img img {
    width: 80%;
}

.interest-container label {
    background-image: linear-gradient(to right top, #948BFF, #D191FF);
    padding: 0px 30px;
    color: white;
    font-weight: 600;
    margin-bottom: 30px;
}

.interest-img {
    min-height: 250px;
}

.username-home {
    text-transform: uppercase;
    color:#a40e15;
    position: relative;
    left: 0px;
    font-size: 35px;
    font-weight: 600;
}


.pie-border {
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}




.radio-toolbar {
    margin-left: 0px;
}

    .radio-toolbar input[type="radio"] {
        display: none;
    }

    .radio-toolbar label {
        display: inline-block;
        background-color: transparent;
        padding: 0px 18px;
        font-family: Arial;
        font-size: 13px;
        cursor: pointer;
        color: #6c6c6c;
        border: solid 0px #BC8BFF;
        box-shadow: 2px 1px 15px #bababa;
        webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
        box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
        font-weight: 800;
    }

    .radio-toolbar input[type="radio"]:checked + label {
        background-color: #f6339d;
        color: #fff;
        /*! border-bottom: solid 2px #f6339d; */
        background-image: linear-gradient(-90deg, #fb96cd, #f6335c);
    }

.btn-submit {
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    padding: 8px 25px;
    border: 0px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s;
}

    .btn-submit:hover {
        box-shadow: -4px -4px 14px rgb(224, 223, 223), 4px 4px 14px rgba(0, 0, 0, .15);
        transition: .5s;
    }

.question-inner {
    margin-bottom: 20px;
}

.quest h5 {
    color: rgb(105, 105, 105);
    font-size: 18px;
    font-weight: 400;
}

.activebutton {
    /* background-color: #ff0062; */
    border: solid 3px #ff0062;
    color: #ff0062;
}

    .activebutton:focus {
        color: #ff0062;
    }






.radio .form-group {
    position: relative;
    margin-bottom: 22px;
}

    .radio .form-group input[type=radio] {
        position: absolute;
        visibility: hidden;
        margin: 0;
    }

    .radio .form-group label {
        display: block;
        position: relative;
        font-weight: 500;
        font-size: 16px;
        line-height: 40px;
        cursor: pointer;
        padding: 10px 22px;
        padding-right: 46px;
        text-transform: uppercase;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin: 0;
    }

    .radio .form-group:hover label {
    }

    .radio .form-group .check {
        display: block;
        position: absolute;
        height: 24px;
        width: 24px;
        top: 18px;
        right: 22px;
        z-index: 5;
        -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .11), inset -2px -2px 6px #FFF;
        box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .11), inset -2px -2px 6px #FFF;
        pointer-events: none;
    }

    .radio .form-group:hover .check {
    }

    .radio .form-group .check::before {
        display: block;
        position: absolute;
        content: '';
        height: 12px;
        width: 12px;
        top: 6px;
        left: 6px;
        margin: auto;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background:#a40e15;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        border-radius: 50%;
    }

    .radio .form-group input[type=radio]:checked ~ .check {
    }

        .radio .form-group input[type=radio]:checked ~ .check::before {
            border-radius: 0;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

    .radio .form-group input[type=radio]:checked ~ label {
    }




h6.review {
    font-weight: 500;
    line-height: 1.4;
    font-size: 14px;
    color: #5c5c5c;
    line-height: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.checkbox .form-group {
    position: relative;
    margin-bottom: 22px;
}

    .checkbox .form-group input[type=checkbox] {
        position: absolute;
        visibility: hidden;
        margin: 0;
    }

    .checkbox .form-group label {
        display: block;
        position: relative;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        cursor: pointer;
        padding: 15px 22px;
        padding-right: 46px;
        text-transform: uppercase;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .checkbox .form-group:hover label {
    }

    .checkbox .form-group .check {
        display: block;
        position: absolute;
        height: 24px;
        width: 24px;
        top: 18px;
        right: 22px;
        z-index: 5;
        -webkit-box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .11), inset -2px -2px 6px #FFF;
        box-shadow: inset 2px 2px 6px rgba(0, 0, 0, .11), inset -2px -2px 6px #FFF;
        pointer-events: none;
    }

    .checkbox .form-group:hover .check {
    }

    .checkbox .form-group .check::before {
        display: block;
        position: absolute;
        content: '';
        height: 12px;
        width: 12px;
        top: 6px;
        left: 6px;
        margin: auto;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background:#a40e15;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        border-radius: 50%;
    }

    .checkbox .form-group input[type=checkbox]:checked ~ .check {
    }

        .checkbox .form-group input[type=checkbox]:checked ~ .check::before {
            border-radius: 0;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

    .checkbox .form-group input[type=checkbox]:checked ~ label {
    }


.upshadow {
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    border: 0 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 2.5px;
    min-height: 60px;
    padding: 10px 22px;
    width: 100%;
    font-weight: 500;
}

.menu-inshadow {
    webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    background: #f2f3f6 !important;
    border: 0px;
    padding: 10px 25px;
    width: 100%;
    padding-bottom: 0px;
    min-height: 0px;
}

.dashboard-chart-legend {
    list-style-type: none;
    padding-left: 0;
}

    .dashboard-chart-legend li {
        display: inline;
        cursor: pointer;
    }

        .dashboard-chart-legend li span {
            width: 11px;
            height: 11px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 7px;
        }

        .dashboard-chart-legend li:not(:first-child) span {
            margin-left: 25px;
        }

@media (max-width: 576px) {
    .dashboard-chart-legend li:not(:first-child) span {
        margin-left: 13px;
    }
}

.dashboard-tabs .item {
    border-bottom: 1px solid #f3f3f3;
}

@media (min-width: 577px) {
    .dashboard-tabs .item {
        border-bottom: 0;
    }
}

.nav-tabs {
    border: 1px solid #f3f3f3;
}

    .nav-tabs .nav-link {
        background: #f6f8fa;
        color: #000000;
        border-radius: 0;
        border: 1px solid #f3f3f3;
        padding: 1rem 1.5rem .2rem 1.5rem;
    }

@media (max-width: 767px) {
    .nav-tabs .nav-link {
        padding: 1rem .5rem .2rem .5rem;
    }
}

.nav-tabs .nav-item .nav-link {
    border: 0;
    background: transparent;
}

    .nav-tabs .nav-item .nav-link.active {
        border: 0;
        border-bottom: 3px solid #5646ff;
        color: #4d83ff;
    }

.activesec {
    padding: 7px !important;
}

.radio-box-main-white {
    border: solid 0px;
    box-shadow: -5px -5px 12px 0px #ffffffb3;
    padding: 0px;
}

.radio-box-main-gray {
    border: solid 0px;
    border-radius: 0px;
    box-shadow: 4px 8px 8px -6px #0003;
    padding: 10px 15px;
}

.radio-box-inner-white {
    border: solid 0px;
    box-shadow: -5px -5px 12px 0px #ffffffb3;
}


.radio-box-inner-gray {
    border: solid 0px;
    border-radius: 0px;
    box-shadow: 6px 6px 8px -6px #0003;
    padding: 6px 15px;
}

    .radio-box-inner-gray h6 {
        font-weight: 500;
        font-size: 12px;
        color: #000000b3;
        margin-top: 11px;
    }



/* The container */
.radio-box-inner-gray {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */

.radio-box-inner-gray {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .radio-box-inner-gray input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.attempt-pop-up {
    position: relative;
    width: 100%;
    z-index: 100;
    margin-top: 25px;
}

.day-word {
    display: block;
    border: 0px solid #8825FB;
    padding: 20px 15px;
    position: relative;
    background: white;
    box-shadow: 5px 4px 6px 0px #cfcfcf80;
}

    .day-word .tag {
        position: absolute;
        color: #8825FB;
        font-weight: 500;
        left: 30px;
        top: -19px;
        line-height: 1.2;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 2px;
    }

    .day-word h3 {
        font-weight: 300;
        color: #5C5C5C;
        font-size: 20px;
        text-transform: capitalize;
        text-align: center;
    }


.ttc {
    text-transform: capitalize !important;
}


.ttu {
    text-transform: uppercase !important;
}

.active-button {
    -webkit-box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, .15), inset -2px -2px 5px #FFF !important;
    background: #f2f3f6 !important;
    border: 0px;
    padding: 16px 25px;
    width: 100%;
}

.nonactive-button {
    webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    border: 0px;
    padding: 10px 25px;
    width: 100%;
}

.blue-violet-header {
    color: #e22b2b;
    font-size: 17px;
    font-weight: 600;
    margin-top: 25px;
}

.training-container {
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    padding: 15px 5px;
    padding-bottom: 35px;
}

.rank-container-custom {
    padding-top: 70px;
    padding-bottom: 70px;
}

.refered-container {
    padding: 0px 20px;
}

.training-container h6 {
    text-align: center;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.btnfull {
    border: 0px;
    padding: 7px;
}

.btn-filter {
    padding: 14px !important;
    border: 0px;
}

.nonactive-button {
    webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    border: 0px;
    padding: 16px 25px;
    width: 100%;
}

.radio-toolbar label {
    display: inline-block;
    background-color: transparent;
    padding: 0px 18px;
    font-family: Arial;
    font-size: 13px;
    cursor: pointer;
    color: #6c6c6c;
    border: solid 0px #BC8BFF;
    box-shadow: 2px 1px 15px #bababa;
    webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    font-weight: 800;
    text-transform: uppercase;
}

.bestpoints {
    margin-top: -100px !important;
    margin-bottom: 40px !important;
}

    .bestpoints h3 {
        color: white;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0px;
    }

    .bestpoints h6 {
        color: white;
        text-transform: uppercase;
        text-align: center;
        font-size: 13px;
        margin-top: 0px;
    }

.filterbutton {
    -webkit-box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    box-shadow: -4px -4px 14px #FFF, 4px 4px 14px rgba(0, 0, 0, .15);
    background: #f2f3f6 !important;
    padding: 20px;
    width: 80px;
    cursor: pointer;
    margin-top: 50px;
}

    .filterbutton img {
        position: relative;
        /* left: -20px; */
        /* top: 10px; */
        width: 80%;
    }

.warnhead {
    color:#a40e15;
    font-weight: 500;
}
.btnedit-ppic {
    float: right;
    position: relative;
    top: 0px;
    box-shadow: none;
    width: 100%;
    border: 0px;
    background: wheat;
    font-size: 10px;
}


.min-he-card {
    min-height: 520px;
    padding-top: 2%;
}
