/* Extracted from glassdoor.aspx */

.np-edit-pc {
    color: #5c6873;
    font-size: 14px;
    background: #ddd;
    border-radius: 15px;
    padding: 2px 5px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.checked {
    color: orange;
}

.star-outer {
    position: relative;
    display: inline-block
}

.star-outer::before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
}

.star-inner::before {
    content: '\f005 \f005 \f005 \f005 \f005';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    color: orange;
}

.star-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
}

.containers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1200px;
    margin-block: 2rem;
    gap: 2rem;
    margin-top: -20px !important;
}

img {
    max-width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    width: clamp(20rem, calc(20rem + 2vw), 22rem);
    overflow: hidden;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 1em;
    /* background: #ECE9E6; */
    /* background: linear-gradient(to right, #FFFFFF, #ECE9E6); */
}

.card__body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.tag {
    align-self: flex-start;
    padding: .25em .75em;
    border-radius: 1em;
    font-size: .75rem;
}

.tag+.tag {
    margin-left: .5em;
}

.tag-blue {
    background: #56CCF2;
    background: linear-gradient(to bottom, #2F80ED, #56CCF2);
    color: #fafafa;
}

.tag-brown {
    background: #D1913C;
    background: linear-gradient(to bottom, #FFD194, #D1913C);
    color: #fafafa;
}

.tag-red {
    background: #cb2d3e;
    background: linear-gradient(to bottom, #ef473a, #cb2d3e);
    color: #fafafa;
}

.card__body h4 {
    font-size: 1.5rem;
    text-transform: capitalize;
}

.card__footer {
    display: flex;
    padding: 1rem;
    margin-top: auto;
}

.user {
    display: flex;
    gap: .5rem;
}

.user__image {
    border-radius: 50%;
}

.user__info>small {
    color: #666;
}

/* Duplicate styles merged/deduplicated where appropriate */

#hellobar-bar {
    display: none;
}

@media only screen and (max-width : 680px) {
    .m-footer-hide {

        display: none;
    }
}

/* Additional Styles from second style block */
.card__body {
    width: 100% !important;
}

.card__body img {
    height: 180px;
    width: 180px;
}

@media screen and (max-width: 600px) {
    .card {
        display: flex;
        flex-direction: column;
        width: 100%;
        overflow: hidden;
        box-shadow: 0 .1rem 1rem rgba(0, 0, 0, 0.1);
        border-radius: 1em;
    }
}

a.canvasjs-chart-credit {
    display: none;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.alert.alert-success.alert-dismissible {
    display: none;
}

div#ctl00_wucAssessmentNotify_divassnotify {
    margin-top: -5%;
}

header#master_header {
    display: none;
}

.alert.alert-danger.alert-dismissible {
    display: none;
}

.m-footer-hide,
.last-footer {
    display: none;
}

.c-prefooter {
    display: none;
}

.card {
    padding-bottom: 5%;
}

.number,
.text {
    color: #4e59ad;
}

.try {
    margin-left: -15px;
    /* Fixed invalid property syntax */
    margin-right: -15px;
}

.row {
    display: block;
}

@media only screen and (max-width: 500px) {
    .btn-subs {
        display: grid;
    }
}

/* Dashboard Style (bf) */

.card {
    min-height: 240px;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-bf-1 {
    padding: 0 !important;
}

.sp-bf-2 {
    padding-right: 0px !important;
}

.sp-bf-3 .number {
    font-family: "poppins", sans-serif;
    color: #404040 !important;
    font-size: 23px !important;
}

.sp-bf-4 {
    background-color: #ebe9ff;
    text-align: center;
    padding-top: 3%;
    border-radius: 10px;
    margin-top: -25px;
    border: 1px solid #d5d5d5;
}

.sp-bf-7 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #f57f1a;
    font-family: 'poppins', sans-serif;
    margin-top: 5%;
}

.sp-bf-7 span {
    color: dimgray;
}

.headingline-bf {
    margin-bottom: 5%;
    background: #337ab7;
    width: 150px;
    height: 3px;
}

.sp-cards-bf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 25px;
    padding-bottom: 60px;
}

.bg-g-bf {
    background: #fff;
}

.bg-w-bf {
    margin-top: 20px;
    background: #fff;
    margin-bottom: -20px;
}

.sp-card-bf {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 60px;
    text-align: center;
}

.sp-bf-5 {
    font-size: 25px;
    font-weight: 700;
    color: #484848;
    margin: 15px 0 10px 0;
}

.sp-bf-6 {
    padding: 9px 20px;
    background: #4E59AD;
    margin: 0px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #4E59AD;
    transition: 0.2s ease all;
}

.sp-bf-6:hover {
    background: #fff;
    color: #4E59AD;
    border: 1px solid #4E59AD;
}

.btn-subs {
    margin-top: 15% !important;
}

.sp-img-1 {
    width: 200px;
    height: 265px;
}

.sp-book {
    text-align: center;
}

.sp-yt {
    border: 7px solid #4e59ad;
    border-radius: 5px;
}

.yt-section-bf {
    padding-left: 35px;
}

.faq-card {
    flex-direction: column;
}

/* Dashboard Redesign Bf */

body {
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}

html {
    scroll-behavior: auto;
    /* changed from none which is invalid */
}

a {
    text-decoration: none !important;
    display: inline-block;
}

li {
    list-style: none;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

img {
    width: 100%;
}

.mainn {
    width: 100%;
    height: 820px;
    background: #fff;
}

.mainn-wrapper {
    width: 100%;
    display: flex;
}

.dashboard-right-wrapper {
    width: 100% !important;
    left: 0 !important;
}

/* Scroll styling */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(78, 78, 78, 0.3);
    background-color: #F5F5F5;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 9px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(204, 204, 204)), color-stop(0.44, rgb(204, 204, 204)), color-stop(0.44, rgb(204, 204, 204)));
}

/* Dashboard Redesign */
.ndb-logo {
    background: #fff;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ndb-logo>a>img {
    width: 180px;
}

/* Top bar start */
.ndb-top-bar {
    background: #fafafa;
    padding: 6px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ndb-tb-1 {
    background: #E9E7FD;
    padding: 5px;
    border-radius: 5px;
}

.ndb-tb-1>i {
    color: #757575;
    margin-right: 16px;
    font-size: 13px;
    margin-left: 5px;
}

.ndb-tb-input {
    border: none;
    outline: none;
    background: #E9E7FD;
    font-size: 14px;
    font-weight: 300;
}

.ndb-plan-wrapper {
    background: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}

.ndb-tb-right {
    gap: 30px;
}

.ndb-tb-cp {
    font-size: 14px;
    color: #3A3A3A;
}

.ndb-tb-cp>a {
    font-size: 14px;
    color: #3DC61B;
    margin-left: 5px;
}

.ndb-np>a {
    font-size: 10px;
    color: #F57F1A;
    background: #E9E7FD;
    padding: 4px 8px;
    border-radius: 5px;
    margin-left: 12px;
}

.ndb-tb-tel {
    background: #F57F1A;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 10px;
    transition: 0.1s esae all;
}

.ndb-tb-tel:hover {
    background: #da6d0e;
    color: #fff;
}

.ndb-tb-notfc {
    color: #323232;
}

.ndb-np>a>i {
    font-size: 7px;
}

.ndb-tb-user-pic>img {
    width: 40px;
}

/* Rows Wrapper */
.ndb-rows-wrapper {
    padding: 7px 20px;
}

.ndb-fr-heading {
    font-size: 14px;
    font-weight: 500;
    color: #3A3A3A;
    margin-bottom: 0;
    margin-top: 13px;
    margin-bottom: 5px;
}

.ndb-row-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.ndb-pbox {
    background: #e9e7fd;
    border-radius: 25px;
    padding: 14px;
    border: 1px solid #e9e7fd;
    transition: 0.1s ease all;
}

.ndb-pbox:hover {
    background: #084298;
    border: 1px solid #084298;
    box-shadow: 0px 0px 15px 5px rgba(72, 90, 172, 0.1);
}

.ndb-pbox:hover .ndb-pbox-name {
    color: #fff;
}

.ndb2-pbox:hover {
    background: #084298;
    box-shadow: 0px 0px 15px 5px rgba(72, 90, 172, 0.1);
}

.ndb2-pbox:hover .ndb-pbox-name {
    color: #fff;
}

.ndb-pbox-icon {
    border-radius: 5px;
    padding: 5px;
    border: 0.6px solid #fff;
    background: #ffffff;
    width: fit-content;
}

.ndb-pbox-icon>img {
    width: 24px;
}

.ndb-pbox2-icon>img {
    width: 24px;
}

.ndb-pbox2-icon {
    border-radius: 5px;
    padding: 5px;
    border: 0.6px solid #fff;
    background: rgb(233 231 253);
    width: fit-content;
}

.ndb-pbox-name {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-transform: capitalize;
    margin: 7px 0;
    color: #3A3A3A;
}

.ntb-pbox-btn {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    padding: 1px 7px;
    color: #fff;
    background: #F57F1A;
    border-radius: 12.5px;
    border: 0.7px solid #F57F1A;
    transition: 0.1s ease all;
}

.ntb-pbox-btn:hover {
    background: #fff;
    color: #F57F1A;
    border: 1px solid #F57F1A;
}

/* Mobile/Hamburger */
.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    transition: all 0.7s ease;
    width: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-5px, -6px);
}

.hamburger div {
    width: 30px;
    height: 3px;
    background: #084298;
    margin: 5px;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.hamburger {
    display: none;
}

@media screen and (max-width: 800px) {
    nav {
        position: fixed;
        z-index: 3;
    }

    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }

    .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }

    .nav-links.open {
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }

    .ndb-tb-bf {
        height: 50px;
        background: #e9e7fd;
        display: none;
    }

    .ndb-top-bar {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 60px 10px;
        width: 60%;
        border-radius: 10px;
        float: right;
        height: 50vh;
        z-index: 99;
        justify-content: start;
    }

    .ndb-tb-right {
        gap: 10px;
        flex-direction: column;
    }

    .ndb-tb-ag {
        z-index: 1;
    }

    .ndb-tb-user-pic>img {
        width: 80px;
    }
}

@media (max-width: 900px) {
    .dashboard-right-wrapper {
        width: 100%;
        position: absolute;
        left: auto;
    }

    .dashboard-left-wrapper {
        display: none;
    }
}

/* Sidebar Styles */
.sidebar .nav p {
    text-transform: capitalize !important;
    font-size: 12.7px !important;
    font-weight: 400;
}

.sidebar .nav i {
    font-size: 14px !important;
    line-height: 21px !important;
}

.sidebar .nav li>a {
    margin: 0px 15px !important;

}

.hbf1:hover {
    background-color: rgba(255, 255, 255, 0.13) !important;
    color: white !important;
    opacity: 1 !important;
}

.hbf1 {
    display: none !important;
    background: white !important;
    text-transform: capitalize !important;
    color: #4E59AD !important;
    line-height: 28px;
    width: 222px;
    font-size: 12.7px !important;
}

.clg-hvr:hover .hbf1 {
    display: block !important;
}

.ndb-blog {
    background: #e9e7fd;
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

.ndb-blog-bnnr img {
    height: 104px;
    border-radius: 15px;
    width: 185px;
}

@media (max-width: 768px) {
    .ndb-blog-bnnr img {
        width: 134px !important;
    }
}
