

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

.key .card-title {
    margin-top: 0 !important;
}

body {
    font-family: "Poppins", sans-serif;
    background: #EFF1F2;
    color: #444444;
}

a {
    color: #4154f1;
    text-decoration: none;
}

    a:hover {
        color: #717ff5;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
    margin-top: 77px;
    padding: 20px 12px;
    transition: all 0.3s;
}

.section-inner {
    padding: 0 40px;
}
@media (min-width:1500px){
    #healthscorefactors .card-body{
        height:287px;
    }
}
@media (max-width: 1199px) {
    li.nav-item.d-block.d-lg-none {
        display: block !important;
    }

    #main {
        padding: 20px 0;
    }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
    margin-bottom: 10px;
}

    .pagetitle h1 {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 600;
        color: #012970;
    }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: #137EDE;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
    margin-right: 80px;
    margin-bottom: 10px;
}

    .back-to-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #6776f4;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

    .dropdown-menu .dropdown-header,
    .dropdown-menu .dropdown-footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 25px;
    }

        .dropdown-menu .dropdown-footer a {
            color: #444444;
            text-decoration: underline;
        }

            .dropdown-menu .dropdown-footer a:hover {
                text-decoration: none;
            }

    .dropdown-menu .dropdown-divider {
        color: #a5c5fe;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f6f9ff;
        }

@media (min-width: 768px) {
    .dropdown-menu-arrow::before {
        content: "";
        width: 13px;
        height: 13px;
        background: #fff;
        position: absolute;
        top: -7px;
        right: 20px;
        transform: rotate(45deg);
        border-top: 1px solid #eaedf1;
        border-left: 1px solid #eaedf1;
    }
}

@-webkit-keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

@keyframes dropdown-animate {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.bg-secondary-light {
    background-color: #e2e3e5;
    border-color: #e2e3e5;
}

.bg-success-light {
    background-color: #d1e7dd;
    border-color: #d1e7dd;
}

.bg-danger-light {
    background-color: #f8d7da;
    border-color: #f8d7da;
}

.bg-warning-light {
    background-color: #fff3cd;
    border-color: #fff3cd;
}

.bg-info-light {
    background-color: #cff4fc;
    border-color: #cff4fc;
}

.bg-dark-light {
    background-color: #d3d3d4;
    border-color: #d3d3d4;
}

/* Card */
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;
}

.card-title {
    padding: 20px 0 15px 0;
    font-size: 18px;
    font-weight: 500;
    color: #012970;
    font-family: "Poppins", sans-serif;
}

    .card-title span {
        color: #899bbd;
        font-size: 14px;
        font-weight: 400;
    }

.card-body {
    padding: 0px 23px 15px 25px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

/* Close Button */
.btn-close {
    background-size: 25% !important;
}

    .btn-close:focus {
        outline: 0;
        box-shadow: none;
    }

/* Accordion */
.accordion-item {
    border: 1px solid #ebeef4;
}

.accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #012970;
    background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
    padding: 15px 0;
    background: none;
    border: 0;
}

    .accordion-flush .accordion-button:not(.collapsed) {
        box-shadow: none;
        color: #4154f1;
    }

.accordion-flush .accordion-body {
    padding: 0 0 15px 0;
    color: #3e4f6f;
    font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    color: #899bbd;
    font-weight: 600;
}

    .breadcrumb a {
        color: #899bbd;
        transition: 0.3s;
    }

        .breadcrumb a:hover {
            color: #51678f;
        }

    .breadcrumb .breadcrumb-item::before {
        color: #899bbd;
    }

    .breadcrumb .active {
        color: #51678f;
        font-weight: 600;
    }

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}

    .nav-tabs-bordered .nav-link {
        margin-bottom: -2px;
        border: none;
        color: #2c384e;
    }

        .nav-tabs-bordered .nav-link:hover,
        .nav-tabs-bordered .nav-link:focus {
            color: #4154f1;
        }

        .nav-tabs-bordered .nav-link.active {
            background-color: #fff;
            color: #4154f1;
            border-bottom: 2px solid #4154f1;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
    line-height: 1;
}




/*--- user css --*/
.iconslist .icon:nth-child(6) p {
    margin-top: 20px;
}

table.table.table-borderless.datatable.table-striped td {
    word-break: unset; /*break-word;*/
}

.manage-table h5.card-title {
    font-weight: 500;
    font-size: 34px;
    line-height: 46px;
    text-transform: capitalize;
    color: #081131;
    margin-top: 15px;
}

table > tr:hover {
    background-color: rgb(248, 248, 248);
}

#LMSAreaContainer > .row {
    margin-bottom: 1em;
}

.form-search input {
    background: #FFFFFF;
    border: 1px solid rgba(51, 51, 51, 0.14);
    border-radius: 4px;
    width: 100%;
    padding-left: 52px;
    padding-top: 17px;
    padding-bottom: 13px;
    line-height: 21px;
}

.form-search img {
    position: absolute;
    left: 12px;
    top: 14px;
}

.form-search,
.manage-buttons {
    margin: 35px 0 20px;
    position: relative;
}

.manage-buttons button {
    margin-bottom: 3px;
}

    .form-search input::placeholder {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.02em;
        color: rgba(44, 70, 93, 0.6);
    }

.vendor-manage .form-search {
    margin-top: -5px;
}

.manage-table .form-search input::placeholder {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: rgba(44, 70, 93, 0.6);
}

.manage-table .form-search input,
#LMSAreaContainer .form-search input {
    background: #FFFFFF;
    border: 1px solid rgba(51, 51, 51, 0.14);
    border-radius: 4px;
    width: 100%;
    padding-left: 46px;
    padding-top: 9px;
    padding-bottom: 7px;
    line-height: 21px;
    margin-top: 1px;
    margin-left: 11px;
}

.adduser button.btn.btn-outline-primary {
    padding-left: 4%;
    padding-right: 4%;
    margin-right: 12px;
}

.adduser button.btn.btn-primary {
    padding-left: 4%;
    padding-right: 4%;
}

.manage-table .form-search img {
    top: 9px;
    left: 23px;
}

.col-md-4.adduser {
    margin-top: 37px;
}

    .col-md-4.adduser .btn:last-child {
        margin-right: 0;
    }
    .col-md-4.adduser .secondrow .btn{
        margin-top: 5px;
    }
.search-filter {
    background: #F9F9FA;
    border: 1px solid #EDEDED;
    padding: 20px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

img.dash {
    top: inherit !important;
}

.multiselect {
    position: relative;
}

table.table.table-borderless thead {
    background: #2C465D;
    border-radius: 8px 8px 0px 0px;
    color: #fff;
    overflow: hidden;
}

table.table.table-borderless th {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-weight: normal;
    padding: 12px 23px;
}

table.table.table-borderless td {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #2C465D;
    font-weight: normal;
    padding: 13px 24px;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
        font-weight: bold;
        background: #FFFFFF;
        border: 1px solid rgba(51, 51, 51, 0.14);
        border-radius: 4px;
        padding: 8px 8px;
        margin-right: 11px !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.02em;
        color: rgba(44, 70, 93, 0.6);
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.checkbox {
    display: none;
    position: absolute;
    z-index: 666;
    width: 100%;
    padding: 0px 0;
    background: #FFFFFF;
    box-shadow: 0px 14px 18px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

    .checkbox label {
        display: block;
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        padding: 15px 15px;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.02em;
        color: #2C465D;
    }

    .checkbox input[type="checkbox"] {
        width: 18px;
        height: 16px;
        margin-right: 7px;
        position: relative;
        top: 3px;
    }

    .checkbox input[type="radio"] {
        width: 18px;
        height: 16px;
        margin-right: 7px;
        position: relative;
        top: 3px;
    }

    .checkbox label:hover {
        background-color: #1e90ff;
    }

.search-filter .filt {
    width: 17.1%;
    float: left;
    margin-right: 12px;
}

.filt-form {
    float: right;
    width: 9.7%;
}

.bottom-result {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: rgba(44, 70, 93, 0.6);
    margin-top: 40px;
    margin-bottom: 30px;
}

    .bottom-result .pagination {
        text-align: center;
    }

        .bottom-result .pagination li {
            display: inline;
            list-style: none;
        }

        .bottom-result .pagination ul {
            display: block;
            width: 100%;
            margin: 0;
            padding: 0;
        }

.dataTables_paginate span {
    display: inline;
    list-style: none;
}

.dataTables_paginate a {
    width: 38px;
    display: inline;
    padding: 9px;
    border-radius: 8px;
    color: rgba(44, 70, 93, 0.6);
}

.bottom-result .pagination li a {
    width: 38px;
    display: inline-block;
    padding: 9px;
    border-radius: 8px;
    color: rgba(44, 70, 93, 0.6);
}

.result-right {
    float: right;
}

    .result-right select {
        border: 1px solid rgba(51, 51, 51, 0.14);
        border-radius: 4px;
        color: rgba(44, 70, 93, 0.6);
        margin-left: 11px;
        width: 48px;
        position: relative;
        top: 3px;
    }

.bottom-result .pagination li a.pageactive {
    background: #137EDE;
    color: #fff;
}

.adduser button.btn.btn-outline-primary:hover img {
    filter: brightness(0) invert(1);
}

.active-side {
    background: #41586d !important;
}

/*----safeguard-----*/
.iconslist a p {
    letter-spacing: 0.02em;
    color: #137EDE;
    margin-top: 18px;
    margin-bottom: 0;
}

.iconslist .icon {
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    margin-bottom: 17px;
}

    .iconslist .icon a {
        padding: 22px 20px;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

        .iconslist .icon a:hover {
            background: #137EDE;
            box-shadow: 0px 23px 44px rgba(19, 126, 222, 0.2);
            border-radius: 6px;
        }

.col-lg-12.manage-table.key .card-body {
    padding: 30px 30px 20px;
}

.iconslist .icon a:hover h4, .iconslist .icon a:hover p {
    color: #fff;
}

.iconslist .icon a:hover .icon-saf img {
    filter: brightness(0) invert(1);
}

.label.down {
    color: #EE0824 !important;
}

.iconslist a h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #2C465D;
    min-height: 62px;
}

.modal {
    margin-top: 15px;
    max-height: 85vw;
}
#etaskDetail.modal {
    margin-top: 100px;
}

.icon h4 span {
    font-weight: normal;
}

p.learn {
    margin-top: 29px !important;
    display: inline-block;
}

.iconslist .label {
    color: #00C471;
    font-size: 20px;
    margin: 15px 0 5px;
}

.iconslist {
    display: grid;
    max-width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
    gap: 1.2rem;
    padding-top: 15px;
}

.col-lg-12.manage-table.program-meter .card {
    margin-bottom: 20px;
}

.col-lg-12.manage-table.program-meter {
    margin-top: 40px;
}

h5.card-title.progress-set {
    padding-right: 70px;
    position: relative;
}

.progress.mt-3 {
    background: #dcecfa;
}

.card-title.progress-set span {
    color: #081131;
    font-size: 14px;
    font-weight: 400;
    float: right;
    position: absolute;
    right: 4px;
    top: 21px;
    font-size: 24px;
    font-weight: 500;
}

.manage-table.key h5.card-title {
    line-height: 1.3;
}

h5.modal-title {
    font-size: 24px;
    float: left;
    padding-left: 24px;
    width: 83%;
}

.modal-header {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-transform: capitalize;
    border-bottom: 0;
    color: #081131;
    padding-top: 34px;
    padding-bottom: 5px;
}

.modal-dialog {
    max-width: 650px !important;
    margin: auto;
}
.col-lg-12.manage-table.key.meteritems .modal-dialog {
    max-width: unset;
}

button.btn-close {
    box-shadow: 0px 4px 24px rgba(44, 70, 93, 0.2);
    color: #000;
    border-radius: 50%;
    margin-right: 11px !important;
    width: 40px;
    height: 40px;
    padding: 0 !important;
}

h5.modal-title span {
    background: rgba(0,95,113,0.2);
    border-radius: 50px;
    padding-left: 8px;
    padding-right: 2px;
    margin-left: 12px !important;
}

.modal-body li {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #2C465D;
    margin-bottom: 16px;
    list-style: none;
}

h5.modal-title span img {
    position: relative;
    left: -4px;
    top: -2px;
}

.modal-body {
    padding-bottom: 22px;
}

    .modal-body li::before {
        content: "\2022";
        color: #137EDE;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

@media (min-width: 1200px) {
    .logo {
        width: 236px;
        background: #fff;
        text-align: center;
        padding: 23px 33px;
    }
}

.logo img {
    height: 48px;
    margin-right: 0;
    margin: 0 auto;
}

.logo span {
    font-size: 26px;
    font-weight: 700;
    color: #012970;
    font-family: "Nunito", sans-serif;
}

.header {
    transition: all 0.5s;
    /*z-index: 9995;*/
    height: 94px;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 16%);
    background-color: #eff1f2;
    padding-left: 0px;
    /* Toggle Sidebar Button */
    /* Search Bar */
}

    .header .toggle-sidebar-btn {
        font-size: 32px;
        padding-left: 10px;
        cursor: pointer;
        color: #012970;
    }

    .header .search-bar {
        min-width: 360px;
        padding: 0 20px;
    }

@media (max-width: 1550px) {

    .selectBox select, .filt-form button {
        font-size: 14px;
    }

    .filt-form {
        float: right;
        width: 13.7%;
        position: relative;
        top: 3px;
    }

    .search-filter .filt {
        width: 16%;
    }

    .adduser button.btn.btn-outline-primary {
        padding-left: 5%;
        padding-right: 5%;
        margin-right: 7px;
        font-size: 14px;
    }

    .adduser button.btn.btn-primary {
        padding-left: 5%;
        padding-right: 5%;
        font-size: 14px;
    }

    .manage-table .col-md-5 {
        width: 37%;
    }

    .col-md-4.adduser {
        width: 38%;
    }
}

@media (max-width: 1400px) {
    .manage-table .col-md-5 {
        width: 34%;
    }

    .col-md-4.adduser {
        width: 41%;
    }
}

@media (max-width: 1199px) {
    .header .search-bar {
        position: fixed;
        top: 50px;
        left: 0;
        right: 0;
        padding: 20px;
        box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
        background: white;
      /*  z-index: 9999;*/
        transition: 0.3s;
        visibility: hidden;
        opacity: 0;
    }

    .header .search-bar-show {
        top: 60px;
        visibility: visible;
        opacity: 1;
    }
}

.welcome-bar {
    background: #2C465D;
    border-radius: 6px;
    color: #fff;
    margin-left: 28px;
    padding: 11px 20px;
}

    .welcome-bar a {
        background: #FFFFFF;
        border-radius: 4px;
        padding: 9px 14px;
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        text-align: right;
        letter-spacing: 0.07em;
        text-transform: uppercase;
        color: #2C465D;
        margin-left: 20px;
    }

        .welcome-bar a:hover {
            background: #FD752A;
            color: #fff;
        }

    .welcome-bar strong {
        font-weight: normal;
        color: #FD752A;
    }

span.username {
    margin-left: 7px;
    margin-right: 6px;
}

.welcome-bar p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
    list-style: none;
}

.header-nav > ul {
    margin: 0;
    padding: 0;
}

/*.header-nav > ul li {
    min-width: 270px;
}
*/
.header-nav .nav-icon {
    font-size: 22px;
    color: #012970;
    margin-right: 25px;
    position: relative;
}

.header-nav .nav-profile {
    color: #012970;
}

    .header-nav .nav-profile img {
        max-height: 72px;
        width: 72px;
        height: auto;
        margin-right: -18px;
    }

    .header-nav .nav-profile span {
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 25px;
        color: #333333;
        font-family: "Nunito", sans-serif;
    }

        .header-nav .nav-profile span strong {
            font-style: normal;
            font-weight: 500;
            font-size: 13px;
            line-height: 18px;
            color: #137EDE;
            float: left;
            width: 100%;
        }

.header-nav .badge-number {
    position: absolute;
    inset: -2px -5px auto auto;
    font-weight: normal;
    font-size: 12px;
    padding: 3px 6px;
}

.header-nav .notifications {
    inset: 8px -15px auto auto !important;
}

    .header-nav .notifications .notification-item {
        display: flex;
        align-items: center;
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .notifications .notification-item i {
            margin: 0 20px 0 10px;
            font-size: 24px;
        }

        .header-nav .notifications .notification-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .header-nav .notifications .notification-item p {
            font-size: 13px;
            margin-bottom: 3px;
            color: #919191;
        }

        .header-nav .notifications .notification-item:hover {
            background-color: #f6f9ff;
        }

.header-nav .messages {
    inset: 8px -15px auto auto !important;
}

    .header-nav .messages .message-item {
        padding: 15px 10px;
        transition: 0.3s;
    }

        .header-nav .messages .message-item a {
            display: flex;
        }

        .header-nav .messages .message-item img {
            margin: 0 20px 0 10px;
            max-height: 40px;
        }

        .header-nav .messages .message-item h4 {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #444444;
        }

.header-nav .dropdown-toggle::after {
    position: relative;
    left: 5px;
    top: 3px;
}

.header-nav .messages .message-item p {
    font-size: 13px;
    margin-bottom: 3px;
    color: #919191;
}

.header-nav .messages .message-item:hover {
    background-color: #f6f9ff;
}

.header-nav .profile {
    min-width: 240px;
    padding-bottom: 0;
    top: 8px !important;
}

    .header-nav .profile .dropdown-header h6 {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 600;
        color: #444444;
    }

    .header-nav .profile .dropdown-header span {
        font-size: 14px;
    }

    .header-nav .profile .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .header-nav .profile .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .header-nav .profile .dropdown-item:hover {
            background-color: #f6f9ff;
        }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    position: fixed;
    top: 64px;
    left: 0;
    bottom: 0;
    width: 240px;
    z-index: 996;
    transition: all 0.3s;
    padding: 30px 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #2C465D;
}

@media (max-width: 1199px) {
    .sidebar {
        left: -300px;
    }
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

aside#sidebar .nav-item img {
    margin-right: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {

    #main,
    #footer {
        margin-left: 225px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {

    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 45px;
}

    .sidebar-nav li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .sidebar-nav .nav-item {
        margin-bottom: 0px;
    }

    .sidebar-nav .nav-heading {
        font-size: 11px;
        text-transform: uppercase;
        color: #899bbd;
        font-weight: 600;
        margin: 10px 0 5px 15px;
    }

    .sidebar-nav .nav-link {
        display: flex;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        transition: 0.3;
        padding: 22px 0px 0px 17px;
        border-radius: 4px;
        font-family: "Nunito", sans-serif;
    }

    .sidebar-nav .single .nav-link {
        padding: 12px 17px;
    }

    .sidebar-nav .nav-item:first-child .nav-link {
        padding: 12px 17px;
    }

    .sidebar-nav .nav-link i {
        font-size: 16px;
        margin-right: 10px;
        color: #fff;
    }

    .sidebar-nav .nav-link.collapsed {
        color: #fff;
        background: #2C465D;
    }

        .sidebar-nav .nav-link.collapsed i {
            color: #fff;
        }

    .sidebar-nav .border__bottom {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 21px;
    }


    .sidebar-nav .nav-link:hover i {
        color: #fff;
    }

    .sidebar-nav .nav-link .bi-chevron-down {
        margin-right: 15px;
        transition: transform 0.2s ease-in-out;
        font-size: 13px;
        float: right;
    }

    .sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
        transform: rotate(180deg);
    }

    .sidebar-nav .nav-content {
        padding: 5px 0 0 0;
        margin: 0;
        list-style: none;
    }

        .sidebar-nav .nav-content a {
            display: flex;
            align-items: center;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            transition: 0.3;
            padding: 10px 0 10px 40px;
            transition: 0.3s;
        }

            .sidebar-nav .nav-content a i {
                font-size: 6px;
                margin-right: 8px;
                line-height: 0;
                border-radius: 50%;
            }

            .sidebar-nav .nav-content a:hover,
            .sidebar-nav .nav-content a.active {
                color: #FD752A;
            }

                .sidebar-nav .nav-content a.active i {
                    background-color: #FD752A;
                }

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.meetingtext {
    background: rgba(224, 226, 227, 0.6);
    padding: 15px 10px;
}
/* Filter dropdown */
.dashboard .filter {
    position: absolute;
    right: 0px;
    top: 15px;
}

    .dashboard .filter .icon {
        color: #aab7cf;
        padding-right: 20px;
        padding-bottom: 5px;
        transition: 0.3s;
        font-size: 16px;
    }

        .dashboard .filter .icon:hover,
        .dashboard .filter .icon:focus {
            color: #4154f1;
        }

    .dashboard .filter .dropdown-header {
        padding: 8px 15px;
    }

        .dashboard .filter .dropdown-header h6 {
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            color: #aab7cf;
            margin-bottom: 0;
            padding: 0;
        }

    .dashboard .filter .dropdown-item {
        padding: 8px 15px;
    }

.heading-sec h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    text-transform: capitalize;
    color: #081131;
}

.heading-sec {
    padding: 10px 0 20px;
    margin-top: 30px;
}

    .heading-sec h1 span {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 50px;
        line-height: 75px;
        text-transform: capitalize;
        color: #FD752A;
    }
.program-meter h5 span {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 75px;
    text-transform: capitalize;
    color: #FD752A;
}

.success-consultant {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    text-align: center;
    margin-top: 25%;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 13px;
}

.success-profile img {
    margin-top: -19px;
    height: 200px;
    margin-bottom: -15px;
    width: 200px;
    border-radius: 50%;
}

.success-consultant h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #081131;
}

.success-consultant li {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2C465D;
    list-style: none;
    margin: 7px 0;
}

.success-consultant ul {
    padding: 0;
    margin-top: 20px;
}

.welcome-bar img {
    margin-right: 10px;
    max-height:63px;
}

.heading-sec button {
    background: transparent;
    border: none;
    font-size: 0px;
    position: relative;
    top: -20px;
    padding-left: 0;
    left: -5px;
    display: inline-block;
    opacity: 1;
}

button.tooltip:before {
    content: url(/assets/img/tooltip.svg);
}

.card.info-card h6 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 55px;
    text-transform: capitalize;
    color: #FD752A;
}

.card.info-card .card-title {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 0;
    line-height: 25px;
    color: rgba(44, 70, 93, 0.6);
    margin-bottom: 0;
    margin-top: 28px;
}

.not-subscribe h4.card-subtitle {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: rgba(44, 70, 93, 0.6);
}

.not-subscribe {
    text-align: center;
    background: transparent;
    box-shadow: none;
    display: flex;
    min-height: 246px;
    align-items: center;
}

    .not-subscribe .card-body {
        background: rgba(240, 240, 240, 0.8);
        backdrop-filter: blur(29.5px);
        border-radius: 6px;
        padding-top: 10%;
        box-shadow: 0 0 2px #fff;
    }

.card.info-card.sales-card:after {
    content: "";
    background: rgba(19, 126, 222, 0.18);
    filter: blur(52px);
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 6px;
    z-index: -1;
}

.card.info-card.sales-card.not-subscribe:after {
    display: none;
}

a.upgrade-now {
    background: #137EDE;
    border: 1px solid rgba(51, 51, 51, 0.07);
    border-radius: 4px;
    color: #fff;
    padding: 13px 30px;
    display: inline-block;
    margin-top: 30px;
}

@media (min-width: 1024px) {
    .top-list .col-md-4 {
        padding: 0 5px;
    }
}

.card-body .report {
    border-radius: 100px;
    padding: 4px 13px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    top: -7px;
}

.card-body .text-success {
    background: #E3F5ED;
    color: #279873 !important;
}

.card-body .text-danger {
    background: #FDE9E9;
    color: #C05A52 !important;
}

.card-body .report i {
    font-size: 10px;
    position: relative;
    left: -2px;
}

.card-icon {
    margin-bottom: 15px;
}

.card-tooltip img {
    opacity: 1;
    float: right;
    position: relative;
    top: 14px;
    right: -2px;
}

.tooltip {
    cursor: pointer;
}

.table-body .card {
    background: #FFFFFF;
    border: 1px solid rgba(51, 51, 51, 0.07);
    margin: 20px 28px;
    box-shadow: none;
}

ul#borderedTabJustified li {
    position: relative;
}

    ul#borderedTabJustified li:last-child:after {
        display: none;
    }

    ul#borderedTabJustified li:after {
        content: "";
        height: 27px;
        border: 1px solid #E1E1E1;
        background: #e1e1e1;
        width: 0.5px;
        display: inline-block;
        position: absolute;
        top: 8px;
        right: 0;
    }

.bottom_table {
    padding-bottom: 40px;
    padding-top: 50px;
}

.table-body .nav-tabs-bordered .nav-link {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #081131;
    opacity: 0.5;
    padding-right: 30px;
    padding-left: 30px;
}

    .table-body .nav-tabs-bordered .nav-link.active {
        background-color: transparent;
        border-bottom: 3px solid #137EDE;
        color: #081131;
        font-weight: 500;
        opacity: 0.9;
    }

.table-body .table > thead {
    vertical-align: bottom;
    background: #2C465D;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}

table.table.table-nostriped {
    margin-bottom: 0;
    border-bottom: none !important;
}

    table.table.table-nostriped td {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #2C465D;
    }

    table.table.table-nostriped span.score {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 60px;
        text-transform: capitalize;
        color: #FD752A;
    }

    table.table.table-nostriped td {
        border: none;
        padding: 40px 0 40px;
        text-align: center;
    }

table.table.table-nostriped {
    border-right: 1px solid #E4E4E4;
}

.table > :not(caption) > * > * {
    padding: 0 .5rem;
}

.table > :not(caption) > * > * {
    border-bottom: none;
}

table.table.table-nostriped img {
    margin: 5px 0;
}

.table.table.table-striped tbody td:last-child .table.table.table-nostriped {
    border-right: none !important;
}

td.subhead {
    text-align: left !important;
}

table.table.table-striped table.table.table-nostriped td {
    width: 33.33%;
}

tr.tab-head table.table.table-nostriped {
    border: none;
}

tr.tab-head td {
    text-align: center;
}

table.table.table-nostriped .subhead {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #2C465D;
    vertical-align: middle;
    padding-left: 15px;
}

.tablecard .card-body {
    padding: 40px 38px 20px 38px;
}

table.table.table-striped {
    border-top-right-radius: 10px;
    overflow: hidden;
    border-top-left-radius: 10px;
}

    table.table.table-striped th {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 0.02em;
        padding: 15px 20px;
    }

tr.tab-head td {
    background: #fff !important;
    padding: 7px 0 !important;
}

tr.tab-head table.table.table-nostriped {
    background: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #fff;
    color: var(--bs-table-striped-color);
    background: #fff !important;
}

.table-striped > tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: #f9f9fa;
    color: var(--bs-table-striped-color);
    background: #f9f9fa !important;
}

td.subhead {
    width: 55% !important;
}

aside#sidebar .nav-item img {
    margin-right: 10px;
}

a.nav-link img {
    position: relative;
    top: -11px;
}

a.nav-link.component img {
    left: -2px;
}

td.inactive {
    color: #A61E1E !important;
}

td.active {
    color: #1C9828 !important;
}

span.inactive {
    color: #A61E1E !important;
}

span.active {
    color: #1C9828 !important;
}
span.active-zero {
    color: #B3B300 !important;
}



/*login page style*/
.left-side {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.h-100vh {
    height: 100vh !important;
    padding-left: 100px;
    padding-right: 100px;
    background-image: url('/assets/img/login-right.png');
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 25px;
}

.tab-line {
    font-size: 55px;
    color: #fff;
    position: absolute;
    bottom: 113px;
    left: 39px;
    text-transform: uppercase;
    font-weight: bold;
}

.login-logo img {
    max-width: 100%;
}

.login-logo {
    max-width: 223px;
    margin: 66px auto 0;
}

.login h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #2B93EA;
    margin-top: 25px;
}

.login p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: rgb(0 0 0 / 60%);
    font-size: 20px;
}

.login .form-group label,
.login .form-check label {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    color: #081131;
}

.login .form-check label {
    font-size: 16px;
    line-height: 2;
}

.login .form-check-input[type=checkbox] {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    margin-right: 26px !important;
}

.text-right {
    text-align: right;
}

.login .form-control {
    font-size: 14px;
    height: 51px;
    border-radius: 3px;
}

.btn-submit {
    width: 100% !important;
    background: #137EDE;
    height: 64px;
    font-size: 16px;
    color: #fff;
}

    .btn-submit:hover {
        background: rgb(19 126 222 / 80%) !important;
        cursor: pointer;
        color: #fff !important;
    }

.login-description p {
    font-size: 16px;
    color: rgb(0 0 0 / 60%);
    font-family: 'Poppins', sans-serif;
}

.login a {
    color: #2B93EA;
}

.contact-info img {
    width: 40px;
    height: 40px;
}

.contact-info {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.contact-info {
    text-align: center;
}

    .contact-info span:last-child {
        margin-left: 15px;
    }

    .contact-info h3 {
        font-size: 16px;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 16px;
    }

.login form {
    margin-top: 33px;
    margin-bottom: 18px;
}

.login .form-group label {
    margin-bottom: 12px;
}

.form-group {
    margin-bottom: 30px;
}

.form-check {
    margin-bottom: 30px;
}





@media (max-width: 1750px) {
    .card.info-card .card-title {
        min-height: 50px;
    }
}

@media (max-width: 1500px) {
    td.blank-table {
        width: 10% !important;
    }

    table.table.table-striped table.table.table-nostriped td {
        width: inherit;
    }

    a.upgrade-now {
        padding: 13px 11px;
        font-size: 15px;
        margin-top: 18px;
    }

    .not-subscribe h4.card-subtitle {
        font-size: 16px;
        line-height: 1.3;
    }

    .card.info-card h6 {
        font-size: 40px;
    }
}

@media (max-width: 1360px) {
    .row.row-cols-lg-5.row-cols-md-3.row-cols-xxl-5 {
        display: flex;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .card.info-card h6 {
        font-size: 30px;
    }
}

@media (max-width: 1250px) {
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 33.33%;
    }

    .not-subscribe .card-body {
        padding: 17% 12px 1% 12px;
    }
}

@media (max-width: 1200px) {
    .meetingtext {
        margin: 10px 0;
    }

    #main {
        padding: 20px 12px;
    }
}

@media (max-width: 1100px) {
    .welcome-bar p {
        font-size: 13px;
    }

    a.upgrade-now {
        padding: 13px 14px;
    }

    table.table.table-nostriped img {
        max-width: 100%;
        height: 34px;
    }

    table.table.table-striped table.table.table-nostriped td {
        padding: 0 10px !important;
    }

    table.table.table-nostriped span.score {
        font-size: 30px;
    }


    table.table.table-nostriped td {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 11px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #2C465D;
    }

    .table-body .card {
        margin: 20px 1px 20px 21px;
    }
}

@media (max-width:1024px) {
    table.table.table-nostriped td {
        font-size: 11px;
    }
}

@media (max-width:800px) {
    .card.info-card.sales-card.not-subscribe .card-body {
        padding: 9% 5% 0;
    }

    .not-subscribe {
        min-height: inherit;
    }

    .row-cols-lg-5 > * {
        width: 100%;
    }

    .sales-card .card-body {
        padding: 0px 23px 15px 25px;
        text-align: center;
    }

    .table-body .nav-tabs-bordered .nav-link {
        font-size: 16px;
        padding-right: 20px;
        padding-left: 20px;
    }

    a.logo.d-flex.align-items-center img {
        margin-left: 12px;
    }

    .card.info-card h6 {
        font-size: 40px;
    }

    .heading-sec h1 {
        font-size: 21px;
        text-align: center;
    }

    .main .welcome-bar {
        padding: 24px 20px;
        margin-left: 0;
    }

    .main .d-flex.align-items-center {
        text-align: center;
    }

    .main .welcome-bar a {
        display: inline-block;
        margin-left: 0;
    }

    .main .welcome-bar p {
        display: block;
    }

    table.table.table-nostriped img {
        margin-top: 16px;
    }

    table.table.table-nostriped .subhead {
        font-size: 14px;
        line-height: 18px;
    }

    table.table.table-nostriped span.score {
        font-size: 20px;
    }
}

/*---------- assigned page css here -----------*/

.sidebar-nav .assigned.nav-item:first-child .nav-link {
    padding: 12px 0px 0 17px;
}

#assign-tabs .table-body .nav-tabs-bordered .nav-link strong {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #2C465D;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}

    #assign-tabs .table-body .nav-tabs-bordered .nav-link strong span {
        color: #FD752A;
    }

#assign-tabs .table-body .nav-tabs-bordered .nav-link {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #2C465D;
    text-align: left;
    opacity: 9;
}

div#assign-tabs li {
    width: 18.4%;
    margin: 0 1%;
}

    div#assign-tabs li:last-child {
        margin-right: 0;
    }

div#assign-tabs .nav-tabs-bordered {
    border-bottom: none;
    margin-bottom: 20px;
}

div#assign-tabs li:first-child {
    margin-left: 0;
}

div#assign-tabs li button {
    padding: 20px 25px;
    border: 1px solid rgba(51, 51, 51, 0.08);
    border-radius: 4px;
}

div#assign-tabs ul#borderedTabJustified li:after {
    display: none;
}

div#assign-tabs .table-body .nav-tabs-bordered .nav-link.active {
    background: #2C465D;
    border: 1px solid rgba(51, 51, 51, 0.07);
    border-radius: 4px;
    color: #fff;
}

    div#assign-tabs .table-body .nav-tabs-bordered .nav-link.active strong {
        color: #fff;
    }

.table-inner {
    background: #FFFFFF;
    border: 1px solid rgba(51, 51, 51, 0.07);
    margin-top: 0px;
    padding-bottom: 50px;
}

.table-header {
    padding: 22px 40px;
}

    .table-header h2 {
        margin-bottom: 0px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 29px;
        line-height: 44px;
        text-transform: capitalize;
        color: #081131;
    }

.table-header {
    padding: 37px 40px 42px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}

table#example td {
    background: transparent !important;
}

.tablefilter {
    padding: 0 42px;
    margin-bottom: 30px;
}

.table-sec {
    margin-left: 40px;
    margin-top: 0;
    margin-right: 40px;
    background: rgba(44, 70, 93, 0.05);
    border-radius: 10px;
    padding: 28px 27px 13px;
    margin-bottom: 10px;
}

nav.header-nav.ms-auto img {
    top: inherit;
}

table#example td {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #F0722D;
}

.table-sec h1 em {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(44, 70, 93, 0.6);
}

.tablefilter img {
    margin-right: 3px;
}

.tablefilter span {
    margin-left: 2px;
    margin-right: 18px;
    display: inline-block;
}

.tablefilter {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #2C465D;
}

    .tablefilter span {
        color: #FD752A;
    }

table#example td span {
    color: #2C465D;
    float: left;
    width: 100%;
}

.table-sec h1 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #2C465D;
    padding-left: 6px;
}

    .table-sec h1 span {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #2C465D;
    }


td.comp em {
    font-size: 30px;
    font-weight: normal;
    font-family: 'Poppins';
    font-style: normal;
}

table#example {
    margin-top: 30px;
}

    table#example td.comp strong {
        font-size: 60px;
    }

td.comp {
    float: right;
    text-align: right;
}

.table-sec a {
    background: #137EDE;
    border-radius: 3px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 7px;
    margin-left: 6px;
}



div#assign-tabs .table-body .nav-tabs-bordered .nav-link.active:before {
    content: "\f235";
    font-family: bootstrap-icons !important;
    font-size: 33px;
    color: #fff;
    position: absolute;
    bottom: -32px;
    left: 42%;
}

div#assign-tabs .table-body .nav-tabs-bordered .nav-link.active {
    position: relative;
}

.section-inner {
    position: relative;
}

.help {
    position: fixed;
    background: #137EDE;
    border-radius: 31.5px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 33px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 10px 24px;
    right: 60px;
    bottom: 7px;
}

    .help img {
        margin-right: 6px;
    }

.table-header h2 {
    display: inline-block;
    margin-top: 8px;
}

#borderedTabJustifiedContent .header-right {
    float: right;
    width: 70%;
}
.header-right {
    float: right;
    width: 62%;
}

.right-content.certificate {
    margin-top: 16px;
    float:left !important;
}
#borderedTabJustifiedContent .header-right .right-content {
    width: 50%;
    float: right;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8F8F8F;
}
.header-right .right-content {
    width: 50%;
    float: right;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #8F8F8F;
}

.right-content.search-filter input {
    background: #FFFFFF;
    border: 1px solid rgba(51, 51, 51, 0.07);
    border-radius: 4px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    color: #2C465D;
    width: 100%;
    padding: 17px 17px;
}

td.launchcoursebtn button {
    float: right;
}

.launchcoursebtn {
    padding: 25px 0px 0px 0px !important;
}

span.languageselector select {
    max-width: 300px;
}
.assignments-secondrow td{
    padding-top: 5px;
}
#navigationoverlay div div:hover {
    cursor:pointer;
    background-color: #80808073;
    border-radius: 5px 0px 5px 0px;
}
#navigationoverlay div div {
    cursor: pointer;
    background-color: unset;
    border-radius: unset;
    display: inline-block;
    width: 20%;
    height: 100%;
    padding-top: 50%;
}
#navigationoverlay div div:last-child {
    margin-left: 60%;
}
#navigationoverlay div div i {
    margin-left: 5%;
}
#navigationoverlay div div:last-child i {
    margin-left: 80%;
}
#divPdfPlayer {
    padding-top: 10px;
    padding-left: 10px;
}
@media (max-width:1400px) {
    #assign-tabs .table-body .nav-tabs-bordered .nav-link strong {
        font-size: 13px;
    }

    div#assign-tabs li button {
        padding: 10px 16px;
    }

    div#assign-tabs li button {
        min-height: 95px;
    }

    #assign-tabs .table-body .nav-tabs-bordered .nav-link {
        font-size: 12px;
    }
}

@media (max-width:1350px) {
    .program-meter h5 span {
        font-size: 30px;
    }
    .manage-table h5.card-title {
        font-size: 23px;
    }

    .adduser button.btn.btn-primary {
        padding-left: 3%;
        padding-right: 3%;
    }

    .col-md-4.adduser {
        width: 45%;
    }

    .manage-table .col-md-5 {
        width: 30%;
    }

    .search-filter .filt {
        width: 15.6%;
    }
}

@media (max-width:980px) {
    .iconslist {
        grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
    }

    table.table.table-borderless.datatable.table-striped td {
        word-break: inherit;
    }

    .filt-form {
        float: right;
        width: 100%;
        position: relative;
        display: inline-block;
        padding-left: 7px;
        margin-top: 7px;
    }

    .search-filter .filt {
        width: 31%;
        margin: 10px 1%;
    }

    .manage-table h5.card-title {
        font-size: 19px;
    }

    .col-md-4.adduser {
        width: 51%;
    }

    .manage-table .col-md-5 {
        width: 24%;
    }
}

@media (max-width:900px) {
    table.table.table-borderless.datatable.table-striped td {
        word-break: inherit;
    }

    #assign-tabs .table-body .nav-tabs-bordered .nav-link strong {
        font-size: 10px;
    }

    #assign-tabs .table-body .nav-tabs-bordered .nav-link {
        font-size: 10px;
    }

    div#assign-tabs li button {
        min-height: 84px;
    }

    div#assign-tabs li button {
        padding: 7px 11px;
    }

    .bottom-result .pagination li a {
        width: 26px;
        display: inline-block;
        padding: 3px;
        border-radius: 8px;
        color: rgba(44, 70, 93, 0.6);
        font-size: 14px;
    }

    .result-left {
        font-size: 11px;
    }

    .result-right {
        font-size: 11px;
    }

    .adduser button.btn.btn-primary {
        padding-left: 2%;
        padding-right: 2%;
    }

    .result-right {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .result-left {
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }

    .adduser button.btn.btn-primary, .adduser button.btn.btn-outline-primary {
        font-size: 13px;
    }

    .adduser button.btn.btn-outline-primary {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media (max-width:767px) {
    .launchcoursebtn {
        padding: 19px 0px 0px 0px !important;
    }
    .assignments .progress-set {
        margin-top: unset !important;
    }
    .manage-table .form-search img {
        left: 11px;
    }

    .filt-form button {
        width: 100%;
    }

    .form-search {
        margin: 0px 0 20px;
    }

    .col-md-4.adduser {
        margin-top: 0;
    }

    .filt-form {
        float: right;
        width: 100%;
        position: inherit;
        top: 3px;
    }

    .search-filter .filt {
        width: 100%;
        margin: 7px 0;
    }

    .col-md-4.adduser {
        width: 100%;
    }

    .adduser button.btn.btn-outline-primary, .adduser button.btn.btn-primary {
        width: 100%;
        margin-bottom: 10px;
    }

    .manage-table .form-search input {
        margin-left: 0;
    }

    .manage-table .col-md-5 {
        width: 100%;
    }

    .heading-sec h1 span {
        font-size: 32px;
    }

    .right-content.search-filter input {
        font-size: 12px;
        line-height: 19px;
        padding: 14px 16px;
    }

    .table-sec {
        padding: 28px 15px 13px;
    }

    .table-sec {
        margin-left: 20px;
        margin-right: 20px;
    }

        .table-sec h1 span {
            font-size: 10px;
        }

        .table-sec h1 {
            font-size: 12px;
            line-height: 1.3;
        }

    .table-sec {
        overflow-x: auto;
    }

    .table-header h2 {
        font-size: 20px;
        line-height: 1;
        display: block;
        text-align: center;
    }

    .header-right .right-content {
        font-size: 11px;
        line-height: 1.3;
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }

    .table-header {
        padding: 24px 21px 26px;
        margin-bottom: 25px;
        float: left;
        width: 100%;
    }

    .header-right {
        float: right;
        width: 100%;
    }

    .section-inner {
        padding: 0 12px;
    }

    .table-sec h1 em {
        display: block;
        margin-top: 3px;
    }

    td.comp em {
        font-size: 19px;
    }

    table#example td.comp strong {
        font-size: 33px;
    }

    table#example td {
        font-size: 11px;
        line-height: 1.3;
    }

    table#example .launchcoursebtn button
    {
        float: left;
        margin: -5px 0 0 12px;
    }

    table#example .form-control
    {
        font-size: .75rem;
        padding: .1667rem;
    }

    table#example .btn {
        font-size: .75rem;
    }

    div#assign-tabs .table-body .nav-tabs-bordered .nav-link.active:before {
        display: none;
    }

    #assign-tabs .table-body .nav-tabs-bordered .nav-link strong {
        font-size: 16px;
    }

    #assign-tabs .table-body .nav-tabs-bordered .nav-link {
        font-size: 14px;
        text-align: center;
    }

    div#assign-tabs li {
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
    }

    .modal {
        margin-top: 37%;
    }

    .manage-table.program-meter h5.card-title {
        font-size: 19px;
        padding-bottom: 0;
    }

    .col-lg-12.manage-table.program-meter .card-body {
        padding-bottom: 40px;
    }

    h5.modal-title {
        font-size: 18px;
        line-height: 1.1;
    }

    .iconslist .label {
        display: inline-block;
    }
}

@media (max-width:568px) {
    h5.card-title.progress-set {
        margin-top: 0;
    }

    .modal-body li {
        font-size: 15px;
        line-height: 1.3;
        list-style: none;
    }

    .iconslist a h4 {
        min-height: inherit;
    }

    .iconslist {
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    }

    .heading-sec h1 {
        font-size: 16px;
        text-align: center;
        line-height: 1.3;
    }

    .tablefilter {
        padding: 0 22px;
    }

        .tablefilter img {
            max-width: 100%;
            height: 12px;
        }

    .tablefilter {
        font-size: 10px;
    }

    table#example td.comp strong {
        font-size: 22px;
    }

    .table-sec h1 em {
        font-size: 10px;
        line-height: 1.3;
    }

    #assign-tabs .table-body .nav-tabs-bordered .nav-link strong {
        font-size: 14px;
    }

    #assign-tabs .table-body .nav-tabs-bordered .nav-link {
        font-size: 12px;
    }

    .table-sec a {
        font-size: 10px;
        line-height: 20px;
        padding: 1px 6px;
        margin-left: 6px;
    }
}

.popup-profile .nav-tabs-bordered .nav-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #728ca3;
    padding-left: 0;
    padding-right: 47px;
}

.edit-profiles .nav-tabs-bordered .nav-link.active:before {
    content: "";
    width: 35px;
    height: 4px;
    display: inline-block;
    background: #137EDE !important;
    position: absolute;
    bottom: -2px;
}

.edit-profiles .nav-tabs-bordered .nav-link.active {
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
}

.modal-body1 {
    padding: 27px 40px;
}

    .modal-body1 input[type="text"], .modal-body1 select {
        background: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        width: 100%;
        min-height: 54px;
        text-indent: 12px;
    }

.edit-profiles .modal {
    margin-top: 6%;
}

.edit-profiles ul#borderedTabJustified li:after {
    display: none;
}

.edit-profiles input[type="submit"] {
    background: #137EDE;
    border-radius: 4px;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border: none;
    padding: 11px 28px;
    margin-top: 15px;
}

.modal-body1 p {
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #2C465D;
    opacity: 0.6;
}

.modal-body1 h3 {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    text-transform: capitalize;
    color: #081131;
}

.edit-profiles .modal-dialog {
    max-width: 960px !important;
}

.edit-profiles .form-group.row .col-md-3 label {
    padding-top: 17px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #2C465D;
}

.edit-profiles .form-group {
    margin-bottom: 15px;
}

.edit-profiles select {
    background: url(/assets/img/arrow.png);
    -webkit-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: 96% center;
}

.edit-profiles .tab-pane {
    display: none;
}

    .edit-profiles .tab-pane.show {
        display: block;
    }

input.mu-checkbox {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    height: 24px;
    width: 24px;
    position: relative;
    top: 5px;
    margin-right: 6px;
}


.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 12px;
    top: 3px;
    margin-left: 12px;
}

.modal-body1 h3 em {
    float: right;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #2C465D;
    width: 80px;
    text-align: center;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.popup-profile .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background: #bfe3ff;
}

.modal-body1 h3 em .switch {
    display: block;
    width: 35px;
    margin: 4px auto;
    /*padding: 6px;*/
}

    .popup-profile .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: -3px;
        bottom: -3px;
        background-color: #137EDE;
        -webkit-transition: .4s;
        transition: .4s;
    }

.popup-profile input + .slider {
    background-color: #efefef;
}

.popup-profile input:checked + .slider {
    background-color: #bfe3ff;
}

.popup-profile input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.popup-profile input + .slider:before {
    background-color: #cccccc;
}

.popup-profile input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #137EDE;
}

/* Rounded sliders */
.popup-profile .slider.round {
    border-radius: 34px;
}

    .popup-profile .slider.round:before {
        border-radius: 50%;
    }

h3.pass {
    margin-bottom: 25px;
}

ul.permission-box {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 22px;
    float: left;
    width: 100%;
    margin-bottom: 9px;
}

    ul.permission-box li {
        float: left;
        width: 50%;
        margin-bottom: 11px;
    }

.footer_tab {
    border-top: 1px solid rgba(51, 51, 51, 0.08);
    margin-top: 43px;
    padding-top: 2px;
}

    .footer_tab h3 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #2C465D;
        margin-top: 18px;
    }

    .footer_tab.his {
        border: none;
        margin-top: 0px;
    }

    .footer_tab h5 {
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 21px;
        /* identical to box height */

        color: #2C465D;
    }

        .footer_tab p, .footer_tab h5 span {
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 21px;
            color: #2C465D;
            opacity: 0.6;
            padding-bottom: 9px;
            margin-bottom: 0;
        }

img.redicon {
    margin-left: 11px;
    margin-right: 8px;
}

@media (max-width:820px) {
    .edit-profiles button.btn-close {
        margin-top: -35px !important;
    }

    .edit-profiles h5.modal-title {
        padding-left: 8px;
    }

    .modal-body1 {
        padding: 27px 20px;
    }

    .popup-profile .nav-tabs-bordered .nav-link {
        font-weight: 400;
        font-size: 14px;
        line-height: 27px;
        padding-left: 0;
        padding-right: 19px;
    }

    .modal-body1 h3 {
        font-size: 17px;
        line-height: 1.3;
    }

    ul.permission-box li {
        float: left;
        width: 100%;
        margin-bottom: 6px;
    }

    h3.pass {
        margin-bottom: 0;
    }

    .modal-body1 p {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .edit-profiles .form-group {
        margin-bottom: 0;
    }

    .modal-body1 input[type="text"], .modal-body1 select {
        min-height: 38px;
        text-indent: 12px;
        font-size: 12px;
    }

    .modal-body1 {
        height: 465px;
        overflow: auto;
    }

    .edit-profiles .modal {
        margin-top: 30%;
    }
}

@media (max-width:400px) {
    .edit-profiles input[type="submit"] {
        font-size: 14px;
        padding: 11px 20px;
    }

    .popup-profile .nav-tabs-bordered .nav-link {
        font-size: 13px;
        padding-left: 0;
        padding-right: 12px;
    }

    .modal-body1 h3 {
        font-size: 15px;
        line-height: 1.3;
    }

    ul.permission-box li {
        font-size: 15px;
    }

    .modal-body1 {
        height: 381px;
    }
}

body.dashboard div#switchcompanies {
    overflow: inherit;
}

body.dashboard section.section {
    position: relative;
}

section.section.dashboard .modal-backdrop.fade.show {
    opacity: inherit !important;
    background: transparent;
}

#switchcompanies .modal-dialog {
    max-width: 100% !important;
}
#switchcompanies .modal-content {
    min-height: 80vh !important;
}
section.section.dashboard .modal-dialog {
    max-width: 100%;
}

section.section.dashboard .section-inner {
    position: inherit;
}

#scoreimpacts .modal-content {
    min-height: unset;
    width:580px;
}
#vendorInfoModal .modal-content {
    width:1000px;
}
#scoreimpacts .modal-dialog {
    max-height: unset;
}
section.section.dashboard .modal-content {
    padding-left: 11px;
    padding-right: 11px;
    /*min-height: 80vh;*/
}

.modal.show .modal-dialog {
    transform: none;
    /*margin-top: 0;*/
}

section.section.dashboard .section-inner .modal {
    margin-top: 0;
    /*position: absolute;*/
    left: 0px;
    top: 0px; /*-94px;*/
    padding: 30px;
}

section.section.dashboard .modal-header {
    padding-top: 17px;
}

section.section.dashboard h5.modal-title {
    padding-left: 0px;
}

section.section.dashboard a.upgrade-now.btn-close {
    margin-left: 0;
    background: #FFFFFF;
    border: 1px solid rgba(51, 51, 51, 0.07);
    border-radius: 4px;
    display: inline-block;
    /* padding: 13px 20px !important; */
    opacity: inherit !important;
    color: #137EDE;
    height: inherit !important;
    width: inherit;
    margin-top: -7px !important;
    margin-right: 13px;
    border: 1px solid #137EDE !important;
}

section.section.dashboard a.upgrade-now {
    background: #137EDE;
    border: 1px solid rgba(51, 51, 51, 0.07);
    border-radius: 4px;
    color: #fff;
    padding: 2px 30px;
    display: inline-block;
    margin-top: 0;
}

body.modal-open .tooltip {
    display: none;
}

body.modal-open {
    overflow: scroll !important;
}

input#search {
    background: #FFFFFF;
    border: 1px solid rgba(51, 51, 51, 0.14);
    border-radius: 4px;
    width: 100%;
    padding: 8px 0;
    margin-bottom: 30px;
    margin-top: 7px;
    padding-left: 44px;
}

.select-box p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #2C465D;
    padding: 8px 20px;
}

    .select-box p:hover {
        background: #FFFFFF;
        box-shadow: 0px 4px 16px rgba(19, 126, 222, 0.13);
        border-radius: 6px;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #2B93EA;
        cursor: pointer;
    }



body.modal-open section.section.dashboard h5.modal-title {
    width: 89%;
}

.searchbox:before {
    content: url(/assets/img/searchicon.png);
    position: absolute;
    left: 30px;
    top: 33px;
}

@media (max-width:1024px) {
    body section.section.dashboard .section-inner .modal {
        margin-top: 0;
        position: absolute;
        left: 0px;
        top: 0px; /*-94px;*/
        padding: 30px;
    }
}

@media (max-width:991px) {
    body section.section.dashboard .modal {
        padding: 0 !important;
        margin-top: 31px !important;
    }

    body section.section.dashboard .section-inner .modal {
        top: -11px;
    }

    #userview .form-group {
        margin-bottom: unset !important;
    }

    .taleo-iframe {
        width: 100%;
        height: 100vw;
    }
}

/*---------- dashboard graph css here --------------*/
.graph-heading {
    background: #2C465D;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    float: left;
    width: 100%;
    padding: 20px 30px;
}

div#chart_div {
    float: left;
    width: 100%;
    background: #fff;
}

.graph-heading-right {
    float: right;
    width: 835px;
}

.graph-color {
    background: #FFFFFF;
    border-radius: 4px;
    float: left;
    width: 589px;
    padding: 4px 0px;
}

.store-filter {
    width: 227px;
    float: left;
}

    .store-filter select {
        width: 100%;
        margin-left: 21px !important;
        margin-right: 25px;
        padding: 4px;
        border-radius: 4px;
        color: rgba(44, 70, 93, 0.6);
    }

.graph-color li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.02em;
    color: #2C465D;
    display: inline-block;
    margin: 0 8px;
    cursor:pointer;
}

.graph-color ul {
    margin: 0;
    padding: 0;
}

.graph-color i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0px 7px;
    position: relative;
    top: 4px;
    font-size: 1.7em;
}

.graph-color i.privacy {
    color: #2C455C;
}

.graph-color i.eh {
    color: #126DBA;
}

.graph-color i.sales {
    color: #1688E8;
}

.graph-color i.human {
    color: #72B7F2;
}
span.privacy {
    background: #2C455C;
    cursor: pointer;
}

span.eh {
    background: #126DBA;
    cursor: pointer;
}

span.sales {
    background: #1688E8;
    cursor: pointer;
}

span.human {
    background: #72B7F2;
    cursor: pointer;
}

#chart_div {
    height: 300px !important;
    width: 90%;
}

#bar-grouped {
    width: 100%;
    padding: 0 140px 80px 285px;
    color: #444444;
    font-weight: bold;
    display: inline-block;
}

    #bar-grouped h3 {
        text-align: center;
        margin: 0 0 28px 0;
    }

    #bar-grouped chart {
        width: 100%;
        /*
            needs to be set dynamically based on number of companies and data elements
            height: 490px;

        */
    }

    #bar-grouped bar {
        height: 24px;
        margin: 1px 0px 1px 1px;
        border: none;
        background-color: #66a8d4;
    }

h3.graph-head {
    float: left;
    width: 18%;
    clear: both;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    color: #333333;
    text-align: center;
    margin-bottom: 6px;
    margin-top: 39px;
}

annotation.quarter.left.ng-scope.ng-binding span {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #FD752A;
    float: right;
}

annotation.quarter.left.ng-scope.ng-binding em {
    font-style: normal;
    padding-top: 16px;
    display: inline-block;
    padding-left: 12px;
    width: 60%;
}

groups.ng-scope {
    border-left: 2px solid #D9D9D9;
}

guide-x.ng-scope.bottom .tick:first-child {
    border: none;
}

annotation.quarter.left.ng-scope.ng-binding {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0.02em;
    color: #2C465D;
    background: #fff;
    width: 262px;
    padding: 7px 4px;
    margin-left: 0;
    display: block !important;
}

groups.ng-scope group:last-child {
    margin-bottom: 18px;
}
/*Previous Color Pallet
    #566B7D #C0C7CE #2C465D #FC752A
    
 * New Color Pallet v1
    #556C84 #CCCFD6 #3F556A #5C7480
    
 * New Color Pallet v2
    #2C455C #126DBA #1688E8 #72B7F2
*/
#bar-grouped datum.Privacy-Safeguards bar.Privacy-Safeguards, #bar-grouped datum.training bar.training {
    background-color: #2C455C;
}

#bar-grouped datum.Environmental-Health-Safety bar.Environmental-Health-Safety, #bar-grouped datum.tasks bar.tasks {
    background-color: #126DBA;
}

#bar-grouped datum.Sales-Finance-Advertising bar.Sales-Finance-Advertising, #bar-grouped datum.assessments bar.assessments {
    background-color: #1688E8;
}

#bar-grouped datum.HumanResources bar.HumanResources, #bar-grouped datum.policies bar.policies {
    background-color: #72B7F2;
}

#bar-grouped annotation {
    text-transform: capitalize;
}

    #bar-grouped annotation.region {
        left: -6px;
        font-size: 12px;
    }

    #bar-grouped annotation.quarter {
        left: -280px;
    }

/*---------css ----------*/

chart {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 50%;
    width: 50%
}

    chart * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

groups, repeat {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%
}

group, datum {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.categorical-x group, .categorical-x groups {
    position: relative;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox
}

.categorical-x repeat {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-direction: row;
    -ms-flex-pack: justify
}

    .categorical-x repeat datum {
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        -ms-flex: 1;
        position: relative;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-direction: row;
        -ms-flex-pack: justify
    }

.categorical-x range, .categorical-x line, .categorical-x bar, .categorical-x boxplot .box, .categorical-x boxplot .whisker, .categorical-x boxplot .midline {
    width: 100%;
    left: 0
}

.categorical-y group, .categorical-y groups {
    position: relative;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column
}

.categorical-y repeat {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center
}

    .categorical-y repeat datum {
        display: -webkit-flex;
        display: flex;
        -webkit-flex: 1;
        flex: 1;
        display: -ms-flexbox;
        -ms-flex: 1;
        position: relative;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-direction: column;
        -ms-flex-pack: center
    }

.categorical-y range, .categorical-y line, .categorical-y bar, .categorical-y boxplot .box, .categorical-y boxplot .whisker, .categorical-y boxplot .midline {
    height: 100%;
    top: 0
}

.categorical-x group {
    margin: 0 12px
}

.categorical-y group {
    margin: 20px 0 20px;
}

guide-y, guide-x {
    display: block;
    position: absolute
}

    guide-y .tick, guide-x .tick {
        position: absolute;
        font-size: 14px;
        line-height: 1
    }

        guide-y .tick .label, guide-x .tick .label {
            position: absolute;
            overflow: hidden
        }

annotation {
    position: absolute;
    width: 0;
    height: 0
}

    annotation.right, annotation.left {
        height: auto;
        width: 100%
    }

    annotation.right {
        text-align: left;
        margin-left: 100%
    }

    annotation.left {
        text-align: right;
        margin-left: -100%
    }

    annotation.top, annotation.bottom {
        height: 0;
        width: 100%;
        white-space: nowrap;
        text-align: center
    }

    annotation.top {
        top: 0
    }

        annotation.top .rotate {
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
            display: block
        }

    annotation.bottom {
        bottom: 0
    }

        annotation.bottom .rotate {
            margin-bottom: -100%;
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            display: block;
            position: absolute;
            width: 100%;
            bottom: 0
        }

.categorical-y annotation.top, .categorical-y annotation.bottom, .categorical-x annotation.top, .categorical-x annotation.bottom {
    left: 0
}

.categorical-y annotation.right, .categorical-y annotation.left, .categorical-x annotation.right, .categorical-x annotation.left {
    width: 100%;
    height: 100%;
    top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}

.categorical-y annotation.left, .categorical-x annotation.left {
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.categorical-y annotation.right, .categorical-x annotation.right {
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

guide-y .tick {
    border-bottom: 1px solid gray;
    width: 6px
}

    guide-y .tick .label {
        width: 32px;
        top: calc(-14px/2 - 1px)
    }

guide-y.left {
    border-right: 1px solid gray;
    left: -40px
}

    guide-y.left .tick {
        right: -1px
    }

        guide-y.left .tick .label {
            right: 16px;
            text-align: right
        }

guide-y.right {
    border-left: 1px solid gray;
    right: -40px
}

    guide-y.right .tick {
        left: -1px
    }

        guide-y.right .tick .label {
            left: 16px;
            text-align: left
        }

guide-x {
    width: calc(100% + 1px);
    height: 40px;
    left: -1px
}

    guide-x .tick {
        border-left: 2px dashed #eaeef1;
        height: 415px;
    }

        guide-x .tick .label {
            left: -15px;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            display: flex;
            align-items: center;
            letter-spacing: 0.02em;
            color: #2C465D;
        }

    guide-x.top {
        border-bottom: 1px solid gray;
        top: calc(-40px + 1px)
    }

        guide-x.top .tick {
            bottom: -1px
        }

            guide-x.top .tick .label {
                bottom: 16px;
                text-align: center
            }

    guide-x.bottom .tick .label {
        text-align: center;
        top: -31px;
    }

    guide-x.bottom {
        border-top: 2px solid #D9D9D9;
        bottom: calc(-40px + 1px);
    }
        /*
            This is automatically set
        guide-x.bottom .tick {
            top: -416px;
        }*/

svg.variance {
    display: block;
    width: 100%;
    height: 100%
}

line, boxplot, point, .categorical-x dot, .categorical-y dot, range {
    position: absolute;
    display: block
}

line {
    width: 100%;
    height: 100%
}

    line path {
        stroke: #000;
        fill: none;
        vector-effect: non-scaling-stroke
    }

boxplot {
    width: 100%;
    height: 100%;
    flex: 1;
    position: relative
}

    boxplot .box {
        position: absolute;
        background-color: #fff
    }

    boxplot .range, boxplot .whisker, boxplot .midline {
        position: absolute
    }

    boxplot .range, boxplot .whisker {
        background: none
    }

    boxplot .box {
        background-color: #fff;
        border: 1px solid #000
    }

.categorical-x boxplot datum {
    margin: 0 12px
}

.categorical-x boxplot .whisker {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000
}

.categorical-x boxplot .range {
    width: 2px;
    left: calc(50% - (2px / 2));
    border: 1px dashed #000
}

.categorical-x boxplot .midline {
    border-bottom: 1px solid #000
}

.categorical-y boxplot datum {
    margin: 12px 0
}

.categorical-y boxplot .whisker {
    border-left: 1px solid #000;
    border-right: 1px solid #000
}

.categorical-y boxplot .range {
    height: 2px;
    top: calc(50% - (2px / 2));
    border: 1px dashed #000
}

.categorical-y boxplot .midline {
    border-left: 1px solid #000
}

point {
    background-color: rgba(0,0,0,0.1);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: -5px;
    margin-bottom: -5px
}

.categorical-x dot {
    background-color: rgba(0,0,0,0.1);
    height: 10px;
    border-radius: 50%;
    margin-bottom: -5px;
    width: 10px;
    left: calc(50% - (10px / 2))
}

.categorical-y dot {
    background-color: rgba(0,0,0,0.1);
    width: 10px;
    border-radius: 50%;
    margin-left: -5px;
    height: 10px;
    top: calc(50% - (10px / 2))
}
.vendor-box span#basic-addon2 {
    position: absolute;
    right: 74px;
    background: transparent;
    padding: 11px 16px;
    border: none;
    top: 162px;
    cursor: pointer;
}
#manageUserModal .modal-content {
    max-width: 850px;
    margin:auto;
}
span.align-right {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #2C465D;
    float: right;
    margin:8px;
}
    span.align-right i {
        color: #60AAEC;
    }
bar {
    position: inherit;
    background-color: #fff;
    min-width: 1px;
    min-height: 1px;
    border: 1px solid #000
}

.categorical-x bar {
    -webkit-align-self: flex-end;
    align-self: flex-end;
    -ms-flex-align: end;
    margin: 0 2px
}

.categorical-y bar {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    -ms-flex-align: start;
    margin: 2px 0
}

range {
    min-width: 1px;
    min-height: 1px;
    background-color: rgba(0,0,0,0.1)
}

h3.graph-head img {
    cursor: pointer;
}

groups.ng-scope.reverse-sec {
    display: flex;
    flex-direction: column-reverse;
}

.sorting {
    cursor: pointer;
}
#scoreimpacts .score-detail-item {
    display: inline-block;
    width: 135px;
}

@media (max-width:1050px) {
    .graph-heading-right {
        float: right;
        width: 100%;
    }

    .graph-color {
        width: 80%;
    }

    .store-filter {
        width: 18%;
    }
}
ul.l5 {
    padding: 0;
    list-style: none;
    float: left;
    width: 100%;
}

#heathpopup .modal-body li::before {
    margin-left: 0px;
    color: #2C465D;
    font-size: 28px;
    position: relative;
    top: 2px;
    left: 3px;
}

.list-graph li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    text-transform: capitalize;
    color: #137EDE;
}

@media (max-width:850px) {
    h3.graph-head {
        float: left;
        width: 100%;
        clear: both;
        text-align: center;
        margin-bottom: 29px;
        margin-top: 29px;
    }

    #bar-grouped {
        padding: 0 35px 80px 285px;
    }

    guide-x .tick .label {
        left: -5px;
        font-size: 10px;
    }

    .store-filter select {
        font-size: 14px;
    }

    .graph-color li {
        font-size: 12px;
    }
}

@media (max-width:800px) {
    .store-filter select {
        margin-left: 0px !important;
    }

    .graph-color {
        width: 100%;
        margin-bottom: 20px;
    }

    .store-filter {
        width: 222px;
        margin: 0px auto;
    }

        .store-filter select {
            margin: 0px;
        }
}

@media (max-width:640px) {
    #bar-grouped {
        padding: 0 35px 80px 165px;
    }

    annotation.quarter.left.ng-scope.ng-binding {
        font-size: 14px;
    }

    #bar-grouped annotation.quarter {
        left: -165px;
        width: 170px;
        display: flex !important;
    }

    annotation.quarter.left.ng-scope.ng-binding em {
        padding-top: 0;
        float: left;
        width: 66%;
    }

    annotation.quarter.left.ng-scope.ng-binding em {
        padding-top: 0;
        line-height: 1.2;
    }

    annotation.quarter.left.ng-scope.ng-binding span {
        font-size: 18px;
        padding: 7px 5px;
        margin-left: 10px;
        display: inline-block;
        width: 27%;
        line-height: inherit;
        float: right;
        padding: 0;
    }
}

@media (max-width:500px) {
    .table-body .card {
        margin: 20px 0px 20px 0px;
    }

    annotation.quarter.left.ng-scope.ng-binding {
        font-size: 13px;
    }

        annotation.quarter.left.ng-scope.ng-binding span {
            margin-left: 0px;
        }

    #bar-grouped {
        padding: 0 35px 80px 100px;
    }

        #bar-grouped annotation.quarter {
            left: -101px;
            width: 98px;
            top: -19px;
        }

    annotation.quarter.left.ng-scope.ng-binding span {
        font-size: 12px;
        width: 61px;
        padding: 7px 4px;
        margin-left: 6px;
        line-height: 1.3;
    }
}

@media (max-width:430px) {
    annotation.quarter.left.ng-scope.ng-binding em {
        line-height: 1.2;
        font-size: 10px;
        padding-top: 28px;
    }

    annotation.quarter.left.ng-scope.ng-binding span {
        width: 100%;
        text-align: center;
    }

    annotation.quarter.left.ng-scope.ng-binding em {
        float: left;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    #bar-grouped annotation.quarter {
        width: 81px;
        display: block !important;
    }

    annotation.quarter.left.ng-scope.ng-binding span {
        font-size: 10px;
    }

    #bar-grouped annotation.quarter {
        left: -86px;
    }

    #bar-grouped annotation.quarter {
        width: 78px;
    }
    guide-x .tick .label {
        left: -5px;
        font-size: 6px;
    }

    #bar-grouped {
        padding: 0 35px 80px 84px;
    }

    annotation.quarter.left.ng-scope.ng-binding span {
        font-size: 12px;
        width: 100%;
        padding: 7px 4px;
        margin-left: 0 !important;
        line-height: 1.3;
    }
}
td.health {
    width: 77% !important;
}

#switchcompanies a.btn-primary {
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) 0 calc(-.5 * var(--bs-modal-header-padding-y)) calc(18.5 * var(--bs-modal-header-padding-x));
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: rgba(0,0,0,0) !important;
}
.graph-heading-left .graph-color.drilldown {
    color: #fff;
    background: unset;
    padding: 4px;
    margin-bottom: 7px;
    width: unset;
    font-weight: 500;
}
.graph-heading-left .graph-color span {
    display: inline-block;
    width: unset;
    height: unset;
    margin: unset;
    position: unset;
    top: unset;
}
.graph-heading-left .graph-color:hover {
    text-decoration-line: underline;
}
.graph-heading-left .graph-color span:hover {
    text-decoration-line: underline;
}

.dataTables_wrapper table tr {
    cursor:pointer;
}
.dataTables_wrapper table tr td {
    cursor: pointer;
}
.dataTables_wrapper table tr:hover td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.dataTables_wrapper table tr:hover td {
    color: #2B93EA;
}
.dataTables_wrapper table tr:hover td {
    box-shadow: 11px 4px 16px rgb(19 126 222 / 13%);
}
.dataTables_length.result-right select{
    width:unset;
    min-height:unset;
}
#mapVendor .modal-content, #deleteVendor .modal-content {
    max-width: 550px;
    min-height: unset;
    margin:auto;
}
#etaskDetail .modal-content {
    max-width: 850px;
    min-height: unset;
    margin: auto;
}
#deleteVendor .modal-dialog, #mapVendor .modal-dialog, #etaskDetail .modal-dialog {
    max-width: unset !important;
}


.vendor .adduser {
    margin-top: 37px;
}

.table {
    padding-left: 19px;
}
.table-inner.etasks-content table tr td:nth-child(2) span {
    padding-left: 19px;
}
/*
my assigned => etask => Repeat issue value centering
.table-inner.etasks-content table tr td:nth-child(4) span {
    padding-left: 29px;
}*/

table#vendorTable tr td:nth-child(2) {
    text-align: center;
}

table#vendorTable tr td:nth-child(7) {
    text-align: center;
}
.vendor-manage {
    padding: 36px 55px 36px 0;
}


.consultantIcon {
    -webkit-clip-path: circle(57px at 50% 50%);
    clip-path: circle(57px at 50% 50%);
}

.rounded-circle.userIcon {
    -webkit-clip-path: circle(18px at 50% 50%);
    clip-path: circle(18px at 50% 50%);
    min-width: 72px;
    /*width: 36px;
    height: 36px;*/
}

#sendreminder .modal-dialog{
    margin-top:100px;
}

#sendreminder button.btn.btn-primary {
    max-width: 400px;
    width: 400px;
    margin-bottom: 5px;
}


.jsgrid-header-row > .jsgrid-header-cell {
    background: #2C465D !important;
    border-color: #2C465D !important;
    border-left-color: rgb(44, 70, 93);
    color: white !important;
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    padding: 15px 20px;
    word-break: break-word !important;
}

/******************************************************************/
/******************************************************************/
/*                         VENDOR WORKFLOW                        */
/******************************************************************/
/******************************************************************/
.vmvendor #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

    .vmvendor #progressbar .active {
        color: #2F8D46
    }

    .vmvendor #progressbar li {
        list-style-type: none;
        font-size: 12px;
        width: 16%;
        float: left;
        position: relative;
        font-weight: 400 !important;
    }

    .vmvendor #progressbar #step1:before {
        content: "1"
    }

    .vmvendor #progressbar #step2:before {
        content: "2"
    }

    .vmvendor #progressbar #step3:before {
        content: "3"
    }

    .vmvendor #progressbar #step4:before {
        content: "4"
    }

    .vmvendor #progressbar #step5:before {
        content: "5"
    }

    .vmvendor #progressbar #step6:before {
        content: "6"
    }

    .vmvendor #progressbar li:before {
        width: 40px;
        height: 40px;
        line-height: 39px;
        display: block;
        font-size: 20px;
        color: #ffffff;
        background: lightgray;
        border-radius: 50%;
        margin: 0 auto 8px auto;
        padding: 1.5px 2px 2px 14px;
    }

    .vmvendor #progressbar li:after {
        content: '';
        width: 100%;
        height: 2px;
        background: lightgray;
        position: absolute;
        left: 0;
        top: 20px;
        z-index: -1
    }

    .vmvendor #progressbar li.active:before,
    .vmvendor #progressbar li.active:after {
        background: #2F8D46
    }

.vmvendor .progress {
    height: 20px
}

.vmvendor .progress-bar {
    background-color: #2F8D46
}
.vmvendor #progressbar strong {
    width: 100%;
    display: block;
    text-align: center;
}
input[type="radio"] {
    width: 15px;
    height: 15px;
}

#bordered-justified-etasks .table-sec span.etask-location{
    margin-left:6px;
    font-size:12px;
}
#etaskDetail label.title{
    font-weight:700;
}
.welcome-bar{
    cursor:pointer;
}
#healthscorefactors .card-title.progress-set{
    margin-top:0px;
}

div#heathpopup .modal-dialog,
div#ableTraining .modal-dialog
{
    max-width: unset !important;
}

div#ableTraining .modal-dialog.modal-fullscreen
{
    width: 100vw;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}

div#ableTraining .modal-footer
{
    justify-content: center;
    transform: translateX(2em);
}

div#heathpopup
{
    width: 79%;
    left: 12%;
    margin-top: -110px;
    padding-bottom: 40px;
    position: relative;
    z-index: 999989;
}

#heathpopup .legend-list li {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4;
    text-transform: capitalize;
    color: #081131;
}

#heathpopup .heading-sec {
    display: block;
    margin-top: 0;
}

#heathpopup p.lastupdated {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #2C465D;
    margin-bottom: 0;
}



#heathpopup .list-graph h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    text-transform: capitalize;
    color: #081131;
}

    #heathpopup .list-graph h3:before {
        content: url("../img/listarrow.png");
        padding-right: 10px;
    }

#heathpopup .list-graph h3 {
    float: left;
    width: 100%;
    margin-bottom: 27px;
}

#heathpopup ul.l5, ul.l3 {
    padding: 0;
    list-style: none;
}

div#heathpopup .modal-content {
    padding: 15px 26px;
}

#heathpopup ul.l5 li {
    width: 32.33% !important;
}

div#heathpopup .modal-content li {
    list-style: none;
    background: rgba(192, 199, 206, 0.03);
    border: 1px solid #C0C7CE;
    border-radius: 5px;
    float: left;
    padding: 9px;
    margin-right: 1%;
}

#heathpopup ul.l3 li {
    width: 100%;
}

#heathpopup ul.l5 {
    margin-bottom: 30px;
}

#heathpopup button.btn-close {
    position: absolute;
    top: 25px;
    right: 20px;
    color: #80909E;
}

#heathpopup img {
    max-width: 100%;
}

#heathpopup span.list-right {
    float: right;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #2C465D;
}

#heathpopup .chart-sec {
    height: 550px;
    text-align: center;
}

#heathpopup .chart-box {
    float: left;
    width: 100%;
}

#heathpopup .chart-legend {
    float: right;
    width: 60%;
    padding-left: 4%;
}

#heathpopup .chart-sec {
    float: left;
}

div#heathpopup .chart-sec li {
    list-style: none;
    background: transparent;
    border: none;
    border-radius: 0px;
    float: left;
    padding: 9px;
    margin-right: 1%;
    width: 100%;
}

#heathpopup span.leg_col.blue-sky {
    background: #A7CCDF;
}

#heathpopup .legend-list li {
    width: 100%;
    border: none !important;
    margin-bottom: 0;
}

#heathpopup span.leg_col.lightblue {
    background: #6BC2ED;
}

#heathpopup span.leg_col.nav {
    background: #019ADD;
}

#heathpopup span.leg_col.blue {
    background: #0779B7;
}

#heathpopup span.leg_col.org {
    background: #FD752A;
}

#heathpopup .modal-body .legend-list li::before {
    display: none;
}

#heathpopup .legend-list .leg_col {
    border-radius: 2px;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin-left: -12px;
    margin-right: 13px;
    position: relative;
    top: 4px;
}

#heathpopup .legend-list ul {
    margin: 0;
}

#heathpopup .chart-box {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}

@media (max-width:1600px) {
    #heathpopup span.list-right {
        font-size: 15px;
        line-height: 1.3;
    }

    #heathpopup .legend-list li {
        font-size: 18px;
        line-height: 1.4;
    }
}

@media (max-width:1350px) {
    #heathpopup .legend-list li {
        position: relative;
    }

    #heathpopup .legend-list .leg_col {
        position: absolute;
        top: 4px;
        left: 0;
        display: inline-block;
    }

    #heathpopup .legend-list .leg_col {
        margin-left: -12px;
        margin-right: 13px;
        position: absolute;
        top: 18px;
        left: -15px;
        display: inline-block;
    }

    #heathpopup span.list-right {
        float: left;
        width: 100%;
    }
}


@media (max-width:1200px) {
    #heathpopup .list-graph li {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media (max-width:1050px) {
    #heathpopup .legend-list {
        margin-left: 29%;
    }

    #heathpopup .legend-list ul {
        margin: 0;
        padding-left: 0;
    }

    #heathpopup .chart-legend {
        float: right;
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }

    #heathpopup .chart-box {
        display: block !important;
    }

    #heathpopup span.list-right {
        font-size: 14px;
        line-height: 1.3;
    }

    #heathpopup .legend-list li {
        font-size: 18px;
        line-height: 1.3;
    }
}

@media (max-width:1024px) {
    #heathpopup .chart-legend {
        float: right;
        width: 100%;
        margin-bottom: 40px;
    }

    #heathpopup ul.l5 li {
        width: 100% !important;
    }

    #heathpopup .heading-sec h1 span {
        font-size: 27px;
    }

    #heathpopup .heading-sec h1 {
        font-size: 26px;
    }
}

@media (max-width:800px) {
    #heathpopup .heading-sec h1 {
        font-size: 18px;
    }


    #heathpopup .heading-sec h1 {
        text-align: left;
    }
    #heathpopup .chart-sec{
        display:none;
    }
}

@media (max-width:767px) {
    div#heathpopup .modal-content .list-graph li {
        padding: 4px;
        margin-right: 1%;
        font-size: 15px;
    }

    div#heathpopup .list-graph h3 {
        font-size: 18px;
        line-height: 1.3;
    }

    #heathpopup .legend-list {
        margin-left: 25%;
    }

    #heathpopup .legend-list li {
        position: relative;
    }

    #heathpopup .legend-list .leg_col {
        position: absolute;
        top: 4px;
        left: 0;
        display: inline-block;
    }

    #heathpopup .legend-list .leg_col {
        margin-left: -12px;
        margin-right: 13px;
        position: absolute;
        top: 12px;
        left: -15px;
        display: inline-block;
    }

    #heathpopup span.list-right {
        font-size: 14px;
        line-height: 1.3;
        float: left;
        width: 100%;
    }
}

@media (max-width:640px) {

    #heathpopup .legend-list {
        margin-left: 18%;
    }
}

@media (max-width:500px) {
    #heathpopup .legend-list {
        margin-left: 12%;
    }
}

#assessments .modal-dialog {
    max-width: 1050px !important;
}
#heathpopup .healthscore-improvements, #heathpopup .healthscore-lostin {
    cursor: pointer;
    text-decoration: unset;
}
    #heathpopup .healthscore-improvements:hover, #heathpopup .healthscore-lostin:hover {
        text-decoration: underline;
    }
.assignments .progress-set .progress.mt-3 {
    margin-top: .6rem !important;
}
.assignments .progress-set {
    margin-top: 25px;
}
.program-meter .progress-set .progress.mt-3 {
    margin-top: 2rem !important;
}
.jsgrid-header-cell.hide, .jsgrid-cell.hide {
    display: none !important;
}
.progress-meter-detail-button {
    display: inline;
    position: absolute;
    cursor: pointer;
}