@font-face {
    font-family: 'SF-Pro-BoldFont';
    src: url("../assets/fonts/SF-pro/SF-Pro-Text-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'SF-Pro-RegularFont';
    src: url("../assets/fonts/SF-Pro/SF-Pro-Text-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'SF-Pro-SemiBoldFont';
    src: url("../assets/fonts/SF-Pro/SF-Pro-Text-Semibold.otf") format("opentype");
}

body {
    font-family: 'SF-Pro-RegularFont';
}

.dent-source-navbar {
    border-bottom: solid 1px #d8d8eb;
    background-color: #ffffff;
}

.dent-source-navbar-search {
    width: 167px;
    height: 34px;
    border-radius: 17px;
    background-color: #f4f7f8;
    font-family: 'SF-Pro-RegularFont';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #686781;
}

.dent-source-navbar-logo {
    width: 96px;
    height: 48px;
    object-fit: contain;
}

.dent-source-navbar-search:focus {
    box-shadow: none;
}

.dent-source-navbar-search-icon {
    height: 34px;
    border-radius: 17px;
    background-color: #f4f7f8;
    font-family: 'SF-Pro-RegularFont';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: black;
    padding: 0px 12px 6px 2px;
}

    .dent-source-navbar-search-icon:hover {
        background-color: #f4f7f8;
        color: black;
    }

.notification {
    color: black;
    text-decoration: none;
    position: relative;
    display: inline-block;
    font-size: 21px;
}

.dent-source-notification-wrapper {
    padding: 0 3%;
}

.dent-source-user-icon {
    height: 34px;
    padding-right: 20%;
}

.dent-source-user-name {
    font-family: 'SF-Pro-SemiBoldFont';
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #686781;
}

.dent-source-user-dropdown {
    font-family: 'SF-Pro-SemiBoldFont';
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #686781;
    padding: 0 2%;
}

.notification .badge {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 50%;
    background: #39b54a;
    color: white;
    display: inline-block;
    padding: 3px;
    font-size: 13%;
    font-family: 'SF-Pro-BoldFont';
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.dent-source-welcome-user {
    font-size: 32px;
    color: #191925;
    font-family: 'SF-Pro-BoldFont';
}

.dent-source-wish-user {
    font-size: 22px;
    color: #191925;
    font-family: 'SF-Pro-RegularFont';
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
    font-family: 'SF-Pro-RegularFont';
}

.dent-source-outreach-wrapper {
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 30px 20px 0 rgba(27, 39, 57, 0.05);
    border: solid 1px #d8d8ea;
    background-color: #ffffff;
    margin-top: 35px;
}

.dent-source-outreach-title {
    font-size: 22px;
    font-family: 'SF-Pro-BoldFont';
    line-height: 2.18;
    letter-spacing: normal;
    color: #191925;
    text-align: left;
}

.dent-source-outreach-text {
    opacity: 0.7;
    font-family: 'SF-Pro-RegularFont';
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
    color: #3f3f62;
    text-align: left;
}

.dent-source-outreach-img {
    border-radius: 8px;
    object-fit: contain;
}

.dent-source-coming-items-img {
    object-fit: contain;
    border-radius: 8px;
}

.dent-source-outreach-btn {
    width: 154px;
    height: 44px;
    border-radius: 6px;
    box-shadow: 0 9px 10px 0 rgba(0, 0, 0, 0.1);
    background-color: #045be6;
}

.dent-source-container {
    padding: 10px;
}

.dent-source-coming-items {
    width: 100%;
}

.dent-source-coming-item-title {
    opacity: 0.99;
    font-family: 'SF-Pro-BoldFont';
    font-size: 18px;
    line-height: 2.67;
    letter-spacing: normal;
    color: #191925;
}

.dent-source-coming-item-text {
    opacity: 0.5;
    font-family: 'SF-Pro-RegularFont';
    font-size: 14px;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #3f3f62;
}

.dent-source-coming-item-wrapper {
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #fbfbff, #f5f5ff);
}

.dent-source-card-wrapper {
    padding: 5px;
}

.dent-source-dashed-border {
    border: 1px dashed lightgray;
    margin-top: 20px;
    height: 0;
}

.dent-source-coming-soon-btn {
    border-radius: 10px;
    border: solid 1px #d8d8eb;
    background-color: #f5f5ff;
    margin-top: 5px;
    font-size: 14px;
    font-family: 'SF-Pro-BoldFont';
    letter-spacing: 0.45px;
    text-align: center;
    color: #1d576f;
}

.dent-source-coming-soon-wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}

.dent-source-hi {
    color: #fbe90dd1;
}

/*---Product Details------*/

.dent-source-provider-nav {
    font-family: 'SF-Pro-SemiBoldFont';
    font-size: 11px;
    color: #191925;
    padding: 2px;
}

    .dent-source-provider-nav:hover {
        border-radius: 6px;
        border: solid 1px #ecd9ee;
        background-image: linear-gradient(to top, #fef8ff 50%, #f6e8f7);
    }

.dent-source-provider-img {
    padding: 0px 10px 0px 10px
}

.dent-source-provider-notification-header {
    padding: 2px 12px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.dent-source-provider-info-nav-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dent-source-provider-notify-wrapper {
    list-style: none;
    margin: 0;
    padding-top: 6px;
}

.dent-source-provider-info-nav {
    display: inline;
    font-family: 'SF-Pro-SemiBoldFont';
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.dent-source-provider-notify-nav {
    font-family: 'SF-Pro-SemiBoldFont';
    display: inline-table;
    padding-left: 10px;
}

.dent-source-provider-info-btn {
    height: 38px;
    border-radius: 5px;
    border: solid 1px #e0e0ef;
    background-color: #ffffff;
}

    .dent-source-provider-info-btn:hover {
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.16);
        background-color: #0c7ee6;
        color: #ffffff;
    }

.select-plan-btn {
    padding: 0 5px;
}

.footer {
    font-family: 'SF-Pro-RegularFont';
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 74px;
    background-color: #ffffff;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.09);
    color: white;
    text-align: center;
    padding: 4px 18px 0 18px;
}
.footer.dent-footer-common {
    padding: 0;
}
.dent-source-contactus-popup {
    font-family: 'SF-Pro-RegularFont';
    position: fixed;
    left: 0;
    bottom: 74px;
    width: 100%;
    height: 140px;
    left: 2%;
    width: 96%;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    background-color: #5fcfeb;
    color: #FFF;
    border: 1px solid #16AED5;
    z-index: 10;
    color: white;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    padding: 18px;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
}

.dent-source-provider-footer-logo {
    float: left;
}

.dent-source-provider-contact-btn {
    color: #27324a;
    font-size: 13px;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #e278e2, #8f2a90);
    float: right;
}
/* .dent-source-provider-li {
   
   padding: 0px 10px 0px 10px
 } */



/*---------*/


@media (min-width: 986px) {
    .dent-source-coming-items-img {
        object-fit: contain;
        width: 100%;
    }
}

@media (max-width: 1140px) {
    .dent-source-provider-notify-nav {
        padding: 5px;
    }

    .dent-source-provider-img {
        padding: 0px 10px 0px 10px;
        height: 20px;
        width: 35px;
    }
}

.hidden {
    display: none;
}

.notify-bar-btn {
    height: 38px;
    border-radius: 5px;
    border: solid 1px #e0e0ef;
    background-image: linear-gradient(to bottom, #ffffff, #f0f2f7);
    margin-top: 5px;
}

.time-period-txt {
    font-family: 'SF-Pro-SemiBoldFont';
    font-size: 13px;
    padding-left: 5px;
    color: #191925;
}

.notify-bar-time-period-btn {
    height: 38px;
    border-radius: 5px;
    border: solid 1px #e0e0ef;
    background-color: #ffffff;
}

.modal-dialog {
    position: absolute;
    margin: auto;
    width: 320px;
    height: 80vh;
    right: 0px;
    margin-top: 80px;
}

.prod-detais-popup-header {
    color: #191925;
    font-size: 13px;
}

.results-count {
    color: #005db7;
    font-size: 11px;
    padding-left: 10px;
}

.close-button {
    background: black;
    color: white;
    border-radius: 6px;
    cursor: pointer;
}

.modal-header {
    padding: 8px;
    background-color: #f6f7fa;
}

.modal-body {
    height: 70vh;
}

.prod-detais-popup-header {
    padding-top: 5px;
}

.network-menu {
    margin-top: 10px;
}

.vbr-chart-container {
    width: 100%;
    /*height: 316px;*/
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
}

.vbr-chart-header {
    background-color: #f4f6fa;
    height: 76px;
    padding: 8px;
    border-bottom: 1px solid #e2e8f0;
}

.vbr-chart-header-center-aligned {
    background-color: #f4f6fa;
    height: 90px;
    padding: 8px;
    border-bottom: 1px solid #e2e8f0;
    line-height: 60px;
}

.vbr-chart-header-title {
    color: #191925;
    font-size: 16px;
    font-family: 'SF-Pro-SemiBoldFont';
}

.vbr-chart-dates {
    color: #191925;
    font-size: 14px;
    font-family: 'SF-Pro-RegularFont';
    padding: 0 20px;
}

.vbr-chart-percent {
    color: #191925;
    font-size: 12px;
    font-family: 'SF-Pro-RegularFont';
    float: right;
    padding-right: 20px;
}

.vbr-bar-chart-header-title {
    color: #191925;
    font-size: 14px;
    font-family: 'SF-Pro-SemiBoldFont';
}
.vbr-card-container.vbr-trends-container {
    height: 215px;
}
.vbr-card-container.vbr-peer-container {
    height: 215px;
}
.vbr-card-container {
    background-color: #ffffff;
    border-radius: 5px;
    height: 190px;
    margin-top: 10px;
}

.vbr-card-container-patient {
    background-color: #ffffff;
    border-radius: 5px;
    /*height: 150px;*/
    margin-top: 10px;
}

.value {
    font-family: 'SF-Pro-SemiBoldFont';
    font-size: 14px;
}

.lable {
    font-size: 14px;
}

html {
    height: 100%;
}

body {
    height: 100%;*
    position: relative;
    background-color: #fafafb;
}

.vbr-card-title {
    font-size: 14px;
    font-family: 'SF-Pro-BoldFont';
}

.patient-board {
    font-family: 'SF-Pro-SemiBoldFont';
}

.dent-source-patient-board-title {
    font-family: 'SF-Pro-BoldFont';
}

.dot {
    height: 8px;
    width: 8px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 5px;
}

#charts220hxepplnu_Annotation_0 {
    position: absolute;
    z-index: 0 !important;
    left: 318.125px;
    top: 61.5375px;
    transform: translate(-50%, -50%);
}

.annotationText {
    font-size: 35px;
    width: 120px;
    text-align: center;
    margin-top: -30px;
    margin-left: -55px
}

.sliderAlign {
    height: 150px;
    width: 150px;
    margin-left: -120px;
}

.progress-bar-marker {
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1%, rgba(0, 0, 0, 0.1) 10px);
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #DCDCDC;
    /*        border-radius: 6.25rem;
    */
}

.annotationText {
    font-size: 10px;
    width: 5px;
    text-align: center;
    margin-top: -30px;
    margin-left: -15px
}

.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
    position: absolute;
    border: 0.08em solid #307bbb;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100 {
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #cccccc;
}

    .c100 *,
    .c100 *:before,
    .c100 *:after {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

    .c100.center {
        float: none;
        margin: 0 auto;
    }

    .c100.big {
        font-size: 240px;
    }

    .c100.small {
        font-size: 70px;
    }

    .c100 > span {
        position: absolute;
        width: 50%;
        z-index: 1;
        left: 0;
        top: 0;
        padding-top: 20px;
        width: 5em;
        line-height: 1em;
        font-size: 0.2em;
        display: block;
        text-align: center;
        /*white-space: nowrap;*/
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .c100:after {
        position: absolute;
        top: 0.08em;
        left: 0.08em;
        display: block;
        content: " ";
        border-radius: 50%;
        background-color: #f5f5f5;
        width: 0.84em;
        height: 0.84em;
        -webkit-transition-property: all;
        -moz-transition-property: all;
        -o-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    .c100 .slice {
        position: absolute;
        width: 1em;
        height: 1em;
        clip: rect(0em, 1em, 1em, 0.5em);
    }

    .c100.p1 .bar {
        -webkit-transform: rotate(3.6deg);
        -moz-transform: rotate(3.6deg);
        -ms-transform: rotate(3.6deg);
        -o-transform: rotate(3.6deg);
        transform: rotate(3.6deg);
    }

    .c100.p2 .bar {
        -webkit-transform: rotate(7.2deg);
        -moz-transform: rotate(7.2deg);
        -ms-transform: rotate(7.2deg);
        -o-transform: rotate(7.2deg);
        transform: rotate(7.2deg);
    }

    .c100.p3 .bar {
        -webkit-transform: rotate(10.8deg);
        -moz-transform: rotate(10.8deg);
        -ms-transform: rotate(10.8deg);
        -o-transform: rotate(10.8deg);
        transform: rotate(10.8deg);
    }

    .c100.p4 .bar {
        -webkit-transform: rotate(14.4deg);
        -moz-transform: rotate(14.4deg);
        -ms-transform: rotate(14.4deg);
        -o-transform: rotate(14.4deg);
        transform: rotate(14.4deg);
    }

    .c100.p5 .bar {
        -webkit-transform: rotate(18deg);
        -moz-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        -o-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    .c100.p6 .bar {
        -webkit-transform: rotate(21.6deg);
        -moz-transform: rotate(21.6deg);
        -ms-transform: rotate(21.6deg);
        -o-transform: rotate(21.6deg);
        transform: rotate(21.6deg);
    }

    .c100.p7 .bar {
        -webkit-transform: rotate(25.2deg);
        -moz-transform: rotate(25.2deg);
        -ms-transform: rotate(25.2deg);
        -o-transform: rotate(25.2deg);
        transform: rotate(25.2deg);
    }

    .c100.p8 .bar {
        -webkit-transform: rotate(28.8deg);
        -moz-transform: rotate(28.8deg);
        -ms-transform: rotate(28.8deg);
        -o-transform: rotate(28.8deg);
        transform: rotate(28.8deg);
    }

    .c100.p9 .bar {
        -webkit-transform: rotate(32.4deg);
        -moz-transform: rotate(32.4deg);
        -ms-transform: rotate(32.4deg);
        -o-transform: rotate(32.4deg);
        transform: rotate(32.4deg);
    }

    .c100.p10 .bar {
        -webkit-transform: rotate(36deg);
        -moz-transform: rotate(36deg);
        -ms-transform: rotate(36deg);
        -o-transform: rotate(36deg);
        transform: rotate(36deg);
    }

    .c100.p11 .bar {
        -webkit-transform: rotate(39.6deg);
        -moz-transform: rotate(39.6deg);
        -ms-transform: rotate(39.6deg);
        -o-transform: rotate(39.6deg);
        transform: rotate(39.6deg);
    }

    .c100.p12 .bar {
        -webkit-transform: rotate(43.2deg);
        -moz-transform: rotate(43.2deg);
        -ms-transform: rotate(43.2deg);
        -o-transform: rotate(43.2deg);
        transform: rotate(43.2deg);
    }

    .c100.p13 .bar {
        -webkit-transform: rotate(46.800000000000004deg);
        -moz-transform: rotate(46.800000000000004deg);
        -ms-transform: rotate(46.800000000000004deg);
        -o-transform: rotate(46.800000000000004deg);
        transform: rotate(46.800000000000004deg);
    }

    .c100.p14 .bar {
        -webkit-transform: rotate(50.4deg);
        -moz-transform: rotate(50.4deg);
        -ms-transform: rotate(50.4deg);
        -o-transform: rotate(50.4deg);
        transform: rotate(50.4deg);
    }

    .c100.p15 .bar {
        -webkit-transform: rotate(54deg);
        -moz-transform: rotate(54deg);
        -ms-transform: rotate(54deg);
        -o-transform: rotate(54deg);
        transform: rotate(54deg);
    }

    .c100.p16 .bar {
        -webkit-transform: rotate(57.6deg);
        -moz-transform: rotate(57.6deg);
        -ms-transform: rotate(57.6deg);
        -o-transform: rotate(57.6deg);
        transform: rotate(57.6deg);
    }

    .c100.p17 .bar {
        -webkit-transform: rotate(61.2deg);
        -moz-transform: rotate(61.2deg);
        -ms-transform: rotate(61.2deg);
        -o-transform: rotate(61.2deg);
        transform: rotate(61.2deg);
    }

    .c100.p18 .bar {
        -webkit-transform: rotate(64.8deg);
        -moz-transform: rotate(64.8deg);
        -ms-transform: rotate(64.8deg);
        -o-transform: rotate(64.8deg);
        transform: rotate(64.8deg);
    }

    .c100.p19 .bar {
        -webkit-transform: rotate(68.4deg);
        -moz-transform: rotate(68.4deg);
        -ms-transform: rotate(68.4deg);
        -o-transform: rotate(68.4deg);
        transform: rotate(68.4deg);
    }

    .c100.p20 .bar {
        -webkit-transform: rotate(72deg);
        -moz-transform: rotate(72deg);
        -ms-transform: rotate(72deg);
        -o-transform: rotate(72deg);
        transform: rotate(72deg);
    }

    .c100.p21 .bar {
        -webkit-transform: rotate(75.60000000000001deg);
        -moz-transform: rotate(75.60000000000001deg);
        -ms-transform: rotate(75.60000000000001deg);
        -o-transform: rotate(75.60000000000001deg);
        transform: rotate(75.60000000000001deg);
    }

    .c100.p22 .bar {
        -webkit-transform: rotate(79.2deg);
        -moz-transform: rotate(79.2deg);
        -ms-transform: rotate(79.2deg);
        -o-transform: rotate(79.2deg);
        transform: rotate(79.2deg);
    }

    .c100.p23 .bar {
        -webkit-transform: rotate(82.8deg);
        -moz-transform: rotate(82.8deg);
        -ms-transform: rotate(82.8deg);
        -o-transform: rotate(82.8deg);
        transform: rotate(82.8deg);
    }

    .c100.p24 .bar {
        -webkit-transform: rotate(86.4deg);
        -moz-transform: rotate(86.4deg);
        -ms-transform: rotate(86.4deg);
        -o-transform: rotate(86.4deg);
        transform: rotate(86.4deg);
    }

    .c100.p25 .bar {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .c100.p26 .bar {
        -webkit-transform: rotate(93.60000000000001deg);
        -moz-transform: rotate(93.60000000000001deg);
        -ms-transform: rotate(93.60000000000001deg);
        -o-transform: rotate(93.60000000000001deg);
        transform: rotate(93.60000000000001deg);
    }

    .c100.p27 .bar {
        -webkit-transform: rotate(97.2deg);
        -moz-transform: rotate(97.2deg);
        -ms-transform: rotate(97.2deg);
        -o-transform: rotate(97.2deg);
        transform: rotate(97.2deg);
    }

    .c100.p28 .bar {
        -webkit-transform: rotate(100.8deg);
        -moz-transform: rotate(100.8deg);
        -ms-transform: rotate(100.8deg);
        -o-transform: rotate(100.8deg);
        transform: rotate(100.8deg);
    }

    .c100.p29 .bar {
        -webkit-transform: rotate(104.4deg);
        -moz-transform: rotate(104.4deg);
        -ms-transform: rotate(104.4deg);
        -o-transform: rotate(104.4deg);
        transform: rotate(104.4deg);
    }

    .c100.p30 .bar {
        -webkit-transform: rotate(108deg);
        -moz-transform: rotate(108deg);
        -ms-transform: rotate(108deg);
        -o-transform: rotate(108deg);
        transform: rotate(108deg);
    }

    .c100.p31 .bar {
        -webkit-transform: rotate(111.60000000000001deg);
        -moz-transform: rotate(111.60000000000001deg);
        -ms-transform: rotate(111.60000000000001deg);
        -o-transform: rotate(111.60000000000001deg);
        transform: rotate(111.60000000000001deg);
    }

    .c100.p32 .bar {
        -webkit-transform: rotate(115.2deg);
        -moz-transform: rotate(115.2deg);
        -ms-transform: rotate(115.2deg);
        -o-transform: rotate(115.2deg);
        transform: rotate(115.2deg);
    }

    .c100.p33 .bar {
        -webkit-transform: rotate(118.8deg);
        -moz-transform: rotate(118.8deg);
        -ms-transform: rotate(118.8deg);
        -o-transform: rotate(118.8deg);
        transform: rotate(118.8deg);
    }

    .c100.p34 .bar {
        -webkit-transform: rotate(122.4deg);
        -moz-transform: rotate(122.4deg);
        -ms-transform: rotate(122.4deg);
        -o-transform: rotate(122.4deg);
        transform: rotate(122.4deg);
    }

    .c100.p35 .bar {
        -webkit-transform: rotate(126deg);
        -moz-transform: rotate(126deg);
        -ms-transform: rotate(126deg);
        -o-transform: rotate(126deg);
        transform: rotate(126deg);
    }

    .c100.p36 .bar {
        -webkit-transform: rotate(129.6deg);
        -moz-transform: rotate(129.6deg);
        -ms-transform: rotate(129.6deg);
        -o-transform: rotate(129.6deg);
        transform: rotate(129.6deg);
    }

    .c100.p37 .bar {
        -webkit-transform: rotate(133.20000000000002deg);
        -moz-transform: rotate(133.20000000000002deg);
        -ms-transform: rotate(133.20000000000002deg);
        -o-transform: rotate(133.20000000000002deg);
        transform: rotate(133.20000000000002deg);
    }

    .c100.p38 .bar {
        -webkit-transform: rotate(136.8deg);
        -moz-transform: rotate(136.8deg);
        -ms-transform: rotate(136.8deg);
        -o-transform: rotate(136.8deg);
        transform: rotate(136.8deg);
    }

    .c100.p39 .bar {
        -webkit-transform: rotate(140.4deg);
        -moz-transform: rotate(140.4deg);
        -ms-transform: rotate(140.4deg);
        -o-transform: rotate(140.4deg);
        transform: rotate(140.4deg);
    }

    .c100.p40 .bar {
        -webkit-transform: rotate(144deg);
        -moz-transform: rotate(144deg);
        -ms-transform: rotate(144deg);
        -o-transform: rotate(144deg);
        transform: rotate(144deg);
    }

    .c100.p41 .bar {
        -webkit-transform: rotate(147.6deg);
        -moz-transform: rotate(147.6deg);
        -ms-transform: rotate(147.6deg);
        -o-transform: rotate(147.6deg);
        transform: rotate(147.6deg);
    }

    .c100.p42 .bar {
        -webkit-transform: rotate(151.20000000000002deg);
        -moz-transform: rotate(151.20000000000002deg);
        -ms-transform: rotate(151.20000000000002deg);
        -o-transform: rotate(151.20000000000002deg);
        transform: rotate(151.20000000000002deg);
    }

    .c100.p43 .bar {
        -webkit-transform: rotate(154.8deg);
        -moz-transform: rotate(154.8deg);
        -ms-transform: rotate(154.8deg);
        -o-transform: rotate(154.8deg);
        transform: rotate(154.8deg);
    }

    .c100.p44 .bar {
        -webkit-transform: rotate(158.4deg);
        -moz-transform: rotate(158.4deg);
        -ms-transform: rotate(158.4deg);
        -o-transform: rotate(158.4deg);
        transform: rotate(158.4deg);
    }

    .c100.p45 .bar {
        -webkit-transform: rotate(162deg);
        -moz-transform: rotate(162deg);
        -ms-transform: rotate(162deg);
        -o-transform: rotate(162deg);
        transform: rotate(162deg);
    }

    .c100.p46 .bar {
        -webkit-transform: rotate(165.6deg);
        -moz-transform: rotate(165.6deg);
        -ms-transform: rotate(165.6deg);
        -o-transform: rotate(165.6deg);
        transform: rotate(165.6deg);
    }

    .c100.p47 .bar {
        -webkit-transform: rotate(169.20000000000002deg);
        -moz-transform: rotate(169.20000000000002deg);
        -ms-transform: rotate(169.20000000000002deg);
        -o-transform: rotate(169.20000000000002deg);
        transform: rotate(169.20000000000002deg);
    }

    .c100.p48 .bar {
        -webkit-transform: rotate(172.8deg);
        -moz-transform: rotate(172.8deg);
        -ms-transform: rotate(172.8deg);
        -o-transform: rotate(172.8deg);
        transform: rotate(172.8deg);
    }

    .c100.p49 .bar {
        -webkit-transform: rotate(176.4deg);
        -moz-transform: rotate(176.4deg);
        -ms-transform: rotate(176.4deg);
        -o-transform: rotate(176.4deg);
        transform: rotate(176.4deg);
    }

    .c100.p50 .bar {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .c100.p51 .bar {
        -webkit-transform: rotate(183.6deg);
        -moz-transform: rotate(183.6deg);
        -ms-transform: rotate(183.6deg);
        -o-transform: rotate(183.6deg);
        transform: rotate(183.6deg);
    }

    .c100.p52 .bar {
        -webkit-transform: rotate(187.20000000000002deg);
        -moz-transform: rotate(187.20000000000002deg);
        -ms-transform: rotate(187.20000000000002deg);
        -o-transform: rotate(187.20000000000002deg);
        transform: rotate(187.20000000000002deg);
    }

    .c100.p53 .bar {
        -webkit-transform: rotate(190.8deg);
        -moz-transform: rotate(190.8deg);
        -ms-transform: rotate(190.8deg);
        -o-transform: rotate(190.8deg);
        transform: rotate(190.8deg);
    }

    .c100.p54 .bar {
        -webkit-transform: rotate(194.4deg);
        -moz-transform: rotate(194.4deg);
        -ms-transform: rotate(194.4deg);
        -o-transform: rotate(194.4deg);
        transform: rotate(194.4deg);
    }

    .c100.p55 .bar {
        -webkit-transform: rotate(198deg);
        -moz-transform: rotate(198deg);
        -ms-transform: rotate(198deg);
        -o-transform: rotate(198deg);
        transform: rotate(198deg);
    }

    .c100.p56 .bar {
        -webkit-transform: rotate(201.6deg);
        -moz-transform: rotate(201.6deg);
        -ms-transform: rotate(201.6deg);
        -o-transform: rotate(201.6deg);
        transform: rotate(201.6deg);
    }

    .c100.p57 .bar {
        -webkit-transform: rotate(205.20000000000002deg);
        -moz-transform: rotate(205.20000000000002deg);
        -ms-transform: rotate(205.20000000000002deg);
        -o-transform: rotate(205.20000000000002deg);
        transform: rotate(205.20000000000002deg);
    }

    .c100.p58 .bar {
        -webkit-transform: rotate(208.8deg);
        -moz-transform: rotate(208.8deg);
        -ms-transform: rotate(208.8deg);
        -o-transform: rotate(208.8deg);
        transform: rotate(208.8deg);
    }

    .c100.p59 .bar {
        -webkit-transform: rotate(212.4deg);
        -moz-transform: rotate(212.4deg);
        -ms-transform: rotate(212.4deg);
        -o-transform: rotate(212.4deg);
        transform: rotate(212.4deg);
    }

    .c100.p60 .bar {
        -webkit-transform: rotate(216deg);
        -moz-transform: rotate(216deg);
        -ms-transform: rotate(216deg);
        -o-transform: rotate(216deg);
        transform: rotate(216deg);
    }

    .c100.p61 .bar {
        -webkit-transform: rotate(219.6deg);
        -moz-transform: rotate(219.6deg);
        -ms-transform: rotate(219.6deg);
        -o-transform: rotate(219.6deg);
        transform: rotate(219.6deg);
    }

    .c100.p62 .bar {
        -webkit-transform: rotate(223.20000000000002deg);
        -moz-transform: rotate(223.20000000000002deg);
        -ms-transform: rotate(223.20000000000002deg);
        -o-transform: rotate(223.20000000000002deg);
        transform: rotate(223.20000000000002deg);
    }

    .c100.p63 .bar {
        -webkit-transform: rotate(226.8deg);
        -moz-transform: rotate(226.8deg);
        -ms-transform: rotate(226.8deg);
        -o-transform: rotate(226.8deg);
        transform: rotate(226.8deg);
    }

    .c100.p64 .bar {
        -webkit-transform: rotate(230.4deg);
        -moz-transform: rotate(230.4deg);
        -ms-transform: rotate(230.4deg);
        -o-transform: rotate(230.4deg);
        transform: rotate(230.4deg);
    }

    .c100.p65 .bar {
        -webkit-transform: rotate(234deg);
        -moz-transform: rotate(234deg);
        -ms-transform: rotate(234deg);
        -o-transform: rotate(234deg);
        transform: rotate(234deg);
    }

    .c100.p66 .bar {
        -webkit-transform: rotate(237.6deg);
        -moz-transform: rotate(237.6deg);
        -ms-transform: rotate(237.6deg);
        -o-transform: rotate(237.6deg);
        transform: rotate(237.6deg);
    }

    .c100.p67 .bar {
        -webkit-transform: rotate(241.20000000000002deg);
        -moz-transform: rotate(241.20000000000002deg);
        -ms-transform: rotate(241.20000000000002deg);
        -o-transform: rotate(241.20000000000002deg);
        transform: rotate(241.20000000000002deg);
    }

    .c100.p68 .bar {
        -webkit-transform: rotate(244.8deg);
        -moz-transform: rotate(244.8deg);
        -ms-transform: rotate(244.8deg);
        -o-transform: rotate(244.8deg);
        transform: rotate(244.8deg);
    }

    .c100.p69 .bar {
        -webkit-transform: rotate(248.4deg);
        -moz-transform: rotate(248.4deg);
        -ms-transform: rotate(248.4deg);
        -o-transform: rotate(248.4deg);
        transform: rotate(248.4deg);
    }

    .c100.p70 .bar {
        -webkit-transform: rotate(252deg);
        -moz-transform: rotate(252deg);
        -ms-transform: rotate(252deg);
        -o-transform: rotate(252deg);
        transform: rotate(252deg);
    }

    .c100.p71 .bar {
        -webkit-transform: rotate(255.6deg);
        -moz-transform: rotate(255.6deg);
        -ms-transform: rotate(255.6deg);
        -o-transform: rotate(255.6deg);
        transform: rotate(255.6deg);
    }

    .c100.p72 .bar {
        -webkit-transform: rotate(259.2deg);
        -moz-transform: rotate(259.2deg);
        -ms-transform: rotate(259.2deg);
        -o-transform: rotate(259.2deg);
        transform: rotate(259.2deg);
    }

    .c100.p73 .bar {
        -webkit-transform: rotate(262.8deg);
        -moz-transform: rotate(262.8deg);
        -ms-transform: rotate(262.8deg);
        -o-transform: rotate(262.8deg);
        transform: rotate(262.8deg);
    }

    .c100.p74 .bar {
        -webkit-transform: rotate(266.40000000000003deg);
        -moz-transform: rotate(266.40000000000003deg);
        -ms-transform: rotate(266.40000000000003deg);
        -o-transform: rotate(266.40000000000003deg);
        transform: rotate(266.40000000000003deg);
    }

    .c100.p75 .bar {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .c100.p76 .bar {
        -webkit-transform: rotate(273.6deg);
        -moz-transform: rotate(273.6deg);
        -ms-transform: rotate(273.6deg);
        -o-transform: rotate(273.6deg);
        transform: rotate(273.6deg);
    }

    .c100.p77 .bar {
        -webkit-transform: rotate(277.2deg);
        -moz-transform: rotate(277.2deg);
        -ms-transform: rotate(277.2deg);
        -o-transform: rotate(277.2deg);
        transform: rotate(277.2deg);
    }

    .c100.p78 .bar {
        -webkit-transform: rotate(280.8deg);
        -moz-transform: rotate(280.8deg);
        -ms-transform: rotate(280.8deg);
        -o-transform: rotate(280.8deg);
        transform: rotate(280.8deg);
    }

    .c100.p79 .bar {
        -webkit-transform: rotate(284.40000000000003deg);
        -moz-transform: rotate(284.40000000000003deg);
        -ms-transform: rotate(284.40000000000003deg);
        -o-transform: rotate(284.40000000000003deg);
        transform: rotate(284.40000000000003deg);
    }

    .c100.p80 .bar {
        -webkit-transform: rotate(288deg);
        -moz-transform: rotate(288deg);
        -ms-transform: rotate(288deg);
        -o-transform: rotate(288deg);
        transform: rotate(288deg);
    }

    .c100.p81 .bar {
        -webkit-transform: rotate(291.6deg);
        -moz-transform: rotate(291.6deg);
        -ms-transform: rotate(291.6deg);
        -o-transform: rotate(291.6deg);
        transform: rotate(291.6deg);
    }

    .c100.p82 .bar {
        -webkit-transform: rotate(295.2deg);
        -moz-transform: rotate(295.2deg);
        -ms-transform: rotate(295.2deg);
        -o-transform: rotate(295.2deg);
        transform: rotate(295.2deg);
    }

    .c100.p83 .bar {
        -webkit-transform: rotate(298.8deg);
        -moz-transform: rotate(298.8deg);
        -ms-transform: rotate(298.8deg);
        -o-transform: rotate(298.8deg);
        transform: rotate(298.8deg);
    }

    .c100.p84 .bar {
        -webkit-transform: rotate(302.40000000000003deg);
        -moz-transform: rotate(302.40000000000003deg);
        -ms-transform: rotate(302.40000000000003deg);
        -o-transform: rotate(302.40000000000003deg);
        transform: rotate(302.40000000000003deg);
    }

    .c100.p85 .bar {
        -webkit-transform: rotate(306deg);
        -moz-transform: rotate(306deg);
        -ms-transform: rotate(306deg);
        -o-transform: rotate(306deg);
        transform: rotate(306deg);
    }

    .c100.p86 .bar {
        -webkit-transform: rotate(309.6deg);
        -moz-transform: rotate(309.6deg);
        -ms-transform: rotate(309.6deg);
        -o-transform: rotate(309.6deg);
        transform: rotate(309.6deg);
    }

    .c100.p87 .bar {
        -webkit-transform: rotate(313.2deg);
        -moz-transform: rotate(313.2deg);
        -ms-transform: rotate(313.2deg);
        -o-transform: rotate(313.2deg);
        transform: rotate(313.2deg);
    }

    .c100.p88 .bar {
        -webkit-transform: rotate(316.8deg);
        -moz-transform: rotate(316.8deg);
        -ms-transform: rotate(316.8deg);
        -o-transform: rotate(316.8deg);
        transform: rotate(316.8deg);
    }

    .c100.p89 .bar {
        -webkit-transform: rotate(320.40000000000003deg);
        -moz-transform: rotate(320.40000000000003deg);
        -ms-transform: rotate(320.40000000000003deg);
        -o-transform: rotate(320.40000000000003deg);
        transform: rotate(320.40000000000003deg);
    }

    .c100.p90 .bar {
        -webkit-transform: rotate(324deg);
        -moz-transform: rotate(324deg);
        -ms-transform: rotate(324deg);
        -o-transform: rotate(324deg);
        transform: rotate(324deg);
    }

    .c100.p91 .bar {
        -webkit-transform: rotate(327.6deg);
        -moz-transform: rotate(327.6deg);
        -ms-transform: rotate(327.6deg);
        -o-transform: rotate(327.6deg);
        transform: rotate(327.6deg);
    }

    .c100.p92 .bar {
        -webkit-transform: rotate(331.2deg);
        -moz-transform: rotate(331.2deg);
        -ms-transform: rotate(331.2deg);
        -o-transform: rotate(331.2deg);
        transform: rotate(331.2deg);
    }

    .c100.p93 .bar {
        -webkit-transform: rotate(334.8deg);
        -moz-transform: rotate(334.8deg);
        -ms-transform: rotate(334.8deg);
        -o-transform: rotate(334.8deg);
        transform: rotate(334.8deg);
    }

    .c100.p94 .bar {
        -webkit-transform: rotate(338.40000000000003deg);
        -moz-transform: rotate(338.40000000000003deg);
        -ms-transform: rotate(338.40000000000003deg);
        -o-transform: rotate(338.40000000000003deg);
        transform: rotate(338.40000000000003deg);
    }

    .c100.p95 .bar {
        -webkit-transform: rotate(342deg);
        -moz-transform: rotate(342deg);
        -ms-transform: rotate(342deg);
        -o-transform: rotate(342deg);
        transform: rotate(342deg);
    }

    .c100.p96 .bar {
        -webkit-transform: rotate(345.6deg);
        -moz-transform: rotate(345.6deg);
        -ms-transform: rotate(345.6deg);
        -o-transform: rotate(345.6deg);
        transform: rotate(345.6deg);
    }

    .c100.p97 .bar {
        -webkit-transform: rotate(349.2deg);
        -moz-transform: rotate(349.2deg);
        -ms-transform: rotate(349.2deg);
        -o-transform: rotate(349.2deg);
        transform: rotate(349.2deg);
    }

    .c100.p98 .bar {
        -webkit-transform: rotate(352.8deg);
        -moz-transform: rotate(352.8deg);
        -ms-transform: rotate(352.8deg);
        -o-transform: rotate(352.8deg);
        transform: rotate(352.8deg);
    }

    .c100.p99 .bar {
        -webkit-transform: rotate(356.40000000000003deg);
        -moz-transform: rotate(356.40000000000003deg);
        -ms-transform: rotate(356.40000000000003deg);
        -o-transform: rotate(356.40000000000003deg);
        transform: rotate(356.40000000000003deg);
    }

    .c100.p100 .bar {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .c100:hover {
        cursor: default;
    }

        .c100:hover > span {
            width: 3.33em;
            line-height: 1em;
            font-size: 0.3em;
            color: #307bbb;
        }

        .c100:hover:after {
            top: 0.04em;
            left: 0.04em;
            width: 0.92em;
            height: 0.92em;
        }

    .c100.dark {
        background-color: #777777;
    }

        .c100.dark .bar,
        .c100.dark .fill {
            border-color: #c6ff00 !important;
        }

        .c100.dark > span {
            color: #777777;
        }

        .c100.dark:after {
            background-color: #666666;
        }

        .c100.dark:hover > span {
            color: #c6ff00;
        }

    .c100.green .bar,
    .c100.green .fill {
        border-color: #4db53c !important;
    }

    .c100.green:hover > span {
        color: #4db53c;
    }

    .c100.green.dark .bar,
    .c100.green.dark .fill {
        border-color: #5fd400 !important;
    }

    .c100.green.dark:hover > span {
        color: #5fd400;
    }

    .c100.orange .bar,
    .c100.orange .fill {
        border-color: #dd9d22 !important;
    }

    .c100.orange:hover > span {
        color: #dd9d22;
    }

    .c100.orange.dark .bar,
    .c100.orange.dark .fill {
        border-color: #e08833 !important;
    }

    .c100.orange.dark:hover > span {
        color: #e08833;
    }


.bar-step {
    position: absolute;
    margin-top: -20px;
    font-size: 12px;
}

.label-txt {
    float: left;
}

.label-line {
    float: right;
    height: 15px;
    width: 2px;
    margin-top: 21px;
    border-top: 15px solid black;
}

.label-line-brown {
    float: right;
    height: 15px;
    width: 2px;
    margin-top: 21px;
    border-top: 15px dashed brown;
}

.label-percent {
    float: right;
    margin-left: 0px;
}

.vbr-patient {
    width: 24px;
    cursor: pointer;
}

.vbr-patient-disabled {
    width: 24px;
    cursor: pointer;
    color: grey
}

.vbr-backto-btn, .vbr-goto-btn {
    font-size: 16px !important;
    font-family: SF-Pro-SemiBoldFont !important;
}
.vbr-backto-btn {
    padding: 0 !important;
}

.vbr-switch-btn-text {
    margin-right: 3px;
    margin-left: 20px;
    font-weight: 500;
}

.vbr-switch-btn {
    margin-top: 5px;
}

.vbr-drop-down {
    width: auto !important;
    font-size: 14px !important;
}

#VBR_PatientList_title {
    font-family: SF-Pro-BoldFont;
    font-size: 18px;
}

.vbr-users-table td, .vbr-users-table th {
    vertical-align: inherit !important;
    text-align: center;
}

.vbr-users-table thead {
    background-color: #4fbcfd;
}

.vbr-users-table-header {
    position: sticky;
    height: 60px;
}

#VBR_Users_Popup {
    width: 80vw !important;
}

.vbr-add-user-popup {
    width: 70vw !important;
}

.vbr-chart-peer-header {
    line-height: initial;
    margin-top: 10px;
}

.vbr-backto-overall-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
}

.e-switch-wrapper .e-switch-inner {
    height: 25px;
    color: red;
    background-color: blue;
    border: 3px solid;
}

.vbr-over-all-score-heading {
    float: left;
    padding-right: 20px;
    font-size: larger;
}

.dent-source-provider-act-as-input {
    /*padding-left: 56px;*/
    width: 500px;
}

.vbr-search-by-label {
    margin-right: 5px;
    font-weight: 900;
}

.vbr-overall-score-text {
    float: left;
    padding-right: 10px;
    font-size: larger;
}

.vbr-info-dialog {
    width: 60vw;
}

#vbrUserAuto, #vbrProviderAuto, #vbrTaxAuto, #vbrAdressAuto {
    height: 40px !important;
}

.vbr-user-search-by {
    margin-right: 5px;
    font-weight: 900;
}
.vbr-chart-container.vbr-score-by-cate {
    margin-top: 15px;
}
.vbr-footer-height {
    height: 50px;
}
.vbr-performance-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.vbr-performance-list-item .lable, .vbr-performance-list-item .value {
    width: 48%;
    display: inline-block;
}
@media only screen and (max-width: 600px) {
    .dent-nav {
        width: 90vw;
    }

    .vbr-over-all-score-header {
        height: 160px !important;
    }

    .vbr-over-all-score-heading {
        padding-right: 40%;
    }

    .vbr-overall-score-heading-div {
        width: 80vw !important;
        position: absolute !important;
        left: 35px !important;
        top: 70px !important;
    }

    .vbr-over-all-category-btn {
        font-size: 12px !important;
    }

    .dent-source-provider-act-as-input {
        padding-left: 10px !important;
        width: 320px !important;
    }

    .vbr-switch-btn-text {
        margin-top: 10px !important;
        margin-right: 3px;
        margin-left: 5px !important;
    }

    .vbr-switch-btn {
        margin-top: 15px !important;
    }

    .vbr-search-by-label {
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 10px !important
    }

    .vbr-user-search-by {
        margin-right: 5px;
        margin-left: 20px;
        margin-top: 10px;
        font-weight: 900;
    }

    .vbr-overall-score-text {
        float: left;
        padding-right: 10px;
        font-size: 12px !important;
    }

    .vbr-bar-chart-header-title {
        font-size: 12px !important;
    }

    #VbrInfoDialog {
        width: 70vw !important
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .dent-source-provider-act-as-input {
        padding-left: 10px !important;
        width: 320px !important;
    }

    .denta-qual-icon {
        height: 60px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 880px) {
    .dent-nav {
        width: 60vw;
    }

    .vbr-over-all-score-header {
        height: 160px !important;
    }

    .vbr-over-all-score-heading {
        padding-right: 50%;
    }

    .vbr-overall-score-heading-div {
        width: 80vw !important;
        position: absolute !important;
        left: 35px !important;
        top: 70px !important;
    }
}


/*@media only screen and (min-width: 880px) and (max-width: 1030px) {
    .dent-nav {
        width: unset;
    }
}

@media only screen and (min-width: 1031px) and (max-width: 1110px) {
    .dent-nav {
        width: unset;
    }
}

@media only screen and (min-width: 1111px) and (max-width: 1225px) {
    .dent-nav {
        width: unset;
    }
}*/
@media only screen and (max-width: 1200px) {
    .dent-nav {
        width: unset;
        margin-top:5px;
    }
}
    @media only screen and (max-width: 1680px) {
        body {
            font-size: 12px;
        }

        .vbr-chart-header-title {
            font-size: 12px;
        }

        .vbr-chart-dates {
            font-size: 11px;
            padding: 0 10px;
        }

        .vbr-chart-percent b {
            font-size: 11px !important;
        }

        .vbr-chart-header {
            height: 40px !important;
            padding: 0 8px;
        }

        .dent-vbr-metrics-text {
            font-size: 13px !important;
        }

        .vbr-over-all-category-btn {
            font-size: 12px;
        }

        .vbr-chart-header-center-aligned {
            height: 58px;
            padding: 4px 8px;
        }

        .vbbr-char-body-new {
            padding: 11px 13px 5px 13px;
        }

        .vbr-back-to-overall-lnk {
            padding: 0 !important
        }

        .vbr-footer-space {
            height: 44px !important;
        }

        .dent-vbr-first-chart-progress {
            margin-top: 0 !important;
        }

        .vbr-peer-rates {
            height: auto;
            line-height: 32px;
        }

        .vbr-card-container-patient {
            margin-top: 4px;
        }

        .vbr-performance-list-item {
            width: 49%;
            display: inline-block;
        }

            .vbr-performance-list-item .lable, .vbr-performance-list-item .value {
                font-size: 11px;
                padding: 0;
            }

        .notify-bar-time-period-btn {
            margin-top: -24px;
        }

        .vbr-card-container {
            margin-top: 5px;
            height: 155px;
        }

            .vbr-card-container.vbr-trends-container {
                height: 175px;
            }

        .vbr-card-title {
            font-size: 12px;
        }

        .vbr-card-container.vbr-peer-container {
            height: 155px;
        }

        .dent-vbr-second-chart-progress {
            margin-top: 0 !important;
        }

        .dent-source-provider-act-as-input .blazored-typeahead__input, .dent-source-provider-act-as-input .blazored-typeahead__input-mask {
            padding: 4px;
            font-size: 12px;
        }

        .dent-source-provider-act-as-input .blazored-typeahead__clear {
            padding: 2px;
        }

        .btn-score-npi {
            height: 28px !important;
            /*font-size: 12px;*/
            padding: 5px 10px;
        }

        .vbr-switch-btn {
            margin-top: 1px;
        }

        .notify-bar-btn {
            height: 26px;
            padding: 3px 11px !important;
            font-size: 13px;
        }

        .vbr-drop-down {
            font-size: 12px !important;
            padding: 3px 10px;
        }

        #btn4 .e-date-wrapper input {
            font-size: 12px;
            height: 24px;
        }

        #btn4 .e-date-wrapper .e-input-group-icon {
            min-height: 24px;
        }

        .dent-source-provider-notify-wrapper {
            padding-top: 2px;
        }

        .c100 {
            width: 50px;
            height: 50px;
        }

            .c100.small {
                font-size: 50px;
            }

            .c100 > span {
                padding-top: 14px;
            }

        .vbr-chart-container.vbr-score-by-cate {
            margin-top: 5px;
        }

        .vbr-backto-btn {
            margin-right: 5px;
        }

        .vbr-footer-height {
            height: 40px;
        }

        .tooltip-performance {
            margin-bottom: 3px !important;
        }

        #OverAllTrends_stripline_Behind_text_PrimaryYAxis_0 {
            font-size: 11px !important;
            transform: translateY(5px);
        }
    }

    @media only screen and (min-width: 1280px) and (max-width: 1365px) {
        html {
            zoom: 0.9;
        }
    }

    @media only screen and (min-width: 1366px) and (max-width: 1500px) {
        html {
            zoom: 0.98;
        }
    }

    /*Custom CSS*/
    .e-switch-wrapper .e-switch-on, .e-switch-wrapper .e-switch-off, .e-css.e-switch-wrapper .e-switch-on, .e-css.e-switch-wrapper .e-switch-off {
        font-family: 'SF-Pro-RegularFont';
    }

    .nav-bar-container {
        z-index: 100;
    }

    @media only screen and (max-width: 1680px) {

        .blazored-typeahead__controls {
            font-size: 14px;
        }
    }

    @media only screen and (max-width: 1366px) {
        #myBtn2 {
            height: 38px;
        }

            #myBtn2 span {
                font-size: 12px;
                padding: 3px 5px 3px 3px !important;
                margin-top: unset !important;
            }

        .notify-bar-time-period-btn {
            margin-top: -15px !important;
        }

        .vbr-card-container.vbr-peer-container {
            height: 140px;
        }
    }

    @media only screen and (max-width: 1280px) {
        .vbr-card-container.vbr-peer-container {
            height: 155px;
        }
    }

    @media only screen and (max-width: 1400px) {
        #VBR_Users_Popup {
            height: 95vh;
        }
    }
@media only screen and (min-width: 1430px) and (max-width: 1536px) {
    .vbr-card-container.vbr-peer-container {
        height: 180px;
    }
}
@media only screen and (max-width: 1680px) {
    #VbrInfoDialog {
        min-height: 80vh !important;
    }
}
@media only screen and (max-width: 1746px) {
    .vbr-card-container.vbr-trends-container, .vbr-card-container.vbr-peer-container {
        height:unset;
    }
}
@media only screen and (max-width: 1024px) {
    .dent-source-provider-act-as-input .blazored-typeahead__input, .dent-source-provider-act-as-input .blazored-typeahead__input-mask {
       font-size:11px;
    }
    .blazored-typeahead__clear {
        width:16px;
    }
    .vbr-performance-list-item .lable, .vbr-performance-list-item .value{
      font-size:9px;
    }
}