.sidebar-brand {
    background: #fff;
}
.app-header {
    background-color: #01408d !important;
}
.nav-link {
    color: #fff;
}
.nav-link:hover, .nav-link:focus {
    color: #09b97b;
}
.app-footer {
    text-transform: uppercase;
    color: #fff;
    background: #009961;
}
.app-footer a {
    color: #fff;
}
.user-panel {
    position: relative;
    color: #fff;
    border-bottom: 1px solid #4f5962;
}
.user-panel small {
    font-size: 12px;
}
.user-panel .image {
    display: inline-block;
    padding-left: .8rem;
}
.user-panel img {
    height: auto;
    width: 3rem;
}
.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23) !important;
}
.img-circle {
    border-radius: 50%;
}
.user-panel .info {
    display: inline-block;
    padding: 5px 5px 5px 10px;
}
.user-panel, .user-panel .info {
    overflow: hidden;
    white-space: nowrap;
    line-height: 18px;
}
.user-panel a {
    color: #fff;
    text-decoration: none;
}
.app-sidebar {
    background: #01408d;
    background-image: linear-gradient(180deg, #009863 5%, #01408d 12%, #009863);
}
.sidebar-wrapper a {
    color: #fff;
}
.sidebar-wrapper .sidebar-menu > .nav-item.menu-open > .nav-link, .sidebar-wrapper .sidebar-menu > .nav-item:hover > .nav-link, .sidebar-wrapper .sidebar-menu > .nav-item > .nav-link:focus {
    color: #fff;
    background-color: #042751;
}
.nav-item:hover .nav-icon, .nav-item:focus .nav-icon {
    color: #09b97b;
}
.sidebar-wrapper .nav-treeview > .nav-item > .nav-link {
    color: #fff;
}
.login-box, .register-box {
    width: 480px;
}
.login-box, .register-box {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0 0 0 / .2);
    padding: 30px 20px;
}
.login-box .card, .register-box .card {
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}
.login-box .card .card-body, .register-box .card .card-body {
    background: transparent;
}
body.login-page, body.register-page {
    background-image: linear-gradient(180deg, rgb(1 64 141 /.9) 15%, rgb(0 152 99 /.9) 85%), url(../images/Logo3.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.login-box-msg, .register-box-msg {
    color: #0c3d79;
    font-weight: 900;
    text-transform: uppercase;;
}
.login-box a, .register-box a {
    color: #0c3d79;
    text-decoration: none;
}
.login-box a:hover, .register-box a:hover {
    color: #2a976f;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #01408d;
    --bs-btn-border-color: #01408d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #01408d;
    --bs-btn-hover-border-color: #01408d;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #01408d;
    --bs-btn-active-border-color: #01408d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #01408d;
    --bs-btn-disabled-border-color: #01408d;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #2a976f;
    border-color: #2a976f;
}
.loader {
    border: 5px solid rgb(32 101 185);
    border-radius: 50%;
    border-top: 5px solid rgb(0 152 99 / 1);
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader-btn {
    display: flex;
    align-items: center;
    gap: 5px;
}
.btn .loader {
    border: 4px solid rgb(32 101 185);
    border-radius: 50%;
    border-top: 4px solid rgb(0 152 99 / 1);
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}
.app-content-header {
    margin-bottom: 15px;
    background: #EDF8F4;
}
.app-content-header h3 {
    padding: 10px 0 15px;
    margin-bottom: 15px !important;
    position: relative;
    font-weight: bolder;
}
.app-content-header h3::after {
    content: '';
    display: block;
    width: 41px;
    height: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/heading-line.png) no-repeat;
}
.user-box {
    background-image: linear-gradient(180deg, rgb(0 152 99 /1), rgb(1 64 141 /1));
}
.user-box .info-box-content a {
    color: #fff !important;
    font-size: 15px !important;
    line-height: 16px;
    font-weight: 500 !important;
    text-decoration: none;
}
.user-box .info-box-content a small {
    font-size: 12px !important;
}
.user-box .info-box-content .fs-8 {
    color: #fff !important;
    display: flex;
    align-items: center;
    gap: 5px;
}
.user-box .info-box-content span, .offline, .online {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #00ff2d;
}
.user-box .info-box-content span.offline, .offline {
    background: #01408d;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #09b97b;
}
.building-box {
    min-height: 175px;
    align-items: center;
    gap: 30px;
    position: relative;
    background-image: linear-gradient(180deg, rgb(0 152 99 /1), rgb(1 64 141 /1));
}
.building-box::after {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    position: absolute;
    background: rgba(255 255 255 /.2);
    left: 95px;
}
.building-arrow {
    width: 30px;
    height: 22px;
    position: absolute;
    right: 20px;
    bottom: 15px;
    background: url(../images/building-arrow.png) no-repeat;
}
.building-arrow:hover {
    opacity: .5;
    right: 19px;
}
.building-box .info-box-content a {
    color: #fff !important;
    font-size: 18px !important;
    line-height: 16px;
    font-weight: 500 !important;
    text-decoration: none;
    position: relative;
}
.building-box .info-box-content a::after {
    content: '';
    display: block;
    width: 40px;
    height: 6px;
    position: absolute;
    left: 1px;
    bottom: -11px;
    background: #fff;
}
select[id="building_id"] {
    height: 300px;
}
select[id="building_id"] option:checked {
    background-color: #007bff;
    color: white;
}
.user-status {
    padding-right: 10px;
}
.filter-box {
    min-width: 350px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.filter-box label {
    flex: none;
}
:root, [data-bs-theme=light] {
    --lte-sidebar-width: 360px;
}
.single-building-box .info-box-content a {
    color: #000 !important;
    font-size: 20px !important;
    line-height: 24px;
    font-weight: 500 !important;
    text-decoration: none;
    position: relative;
    margin-bottom: 5px;
}
.single-building-box:hover {
    background-image: linear-gradient(180deg, rgb(0 152 99 /1), rgb(1 64 141 /1));
}
.single-building-box:hover .info-box-content a, .single-building-box:hover .info-box-content .fs-8 {
    color: #fff !important;
}
.single-building-box:hover .info-box-content .fs-8 img {
    filter: brightness(0) invert(1);
}
.single-building-box .info-box-content .fs-8 {
    font-size: 14px !important;
    line-height: 18px;
}
.single-building-box .info-box-content .fs-8 a:hover {
    opacity: .5;
}
.dashboard-video {
    width: 100%;
    border-radius: 5px;
}
.bimviewer-video {
    width: 70%;
    margin: 30px auto 0;
    box-shadow: 0 0 15px 0 #ccc;
    border-radius: 5px;
}
.bimviewer-video video {
    width: 100%;
    display: block;
    border-radius: 5px;
}
.cloned-section {
    border: 1px solid #dc3545;
    padding: 20px 0;
    margin-top: 20px;
    position: relative;
}
.tenant-remove-section-btn {
    position: absolute;
    top: -54px;
    right: -2px;
    width: auto;
}
.totalsriscore {
    border-radius: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #009961;
    height: 100%;
    justify-content: center;
}
.totalsriscore .title {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #01408d;
}
.totalsriscore .score {
    color: #fff;
    font-size: 44px;
    font-weight: 900;
}
.bigb {
    margin-top: -15px;
}
.tab {
    display: none;
}
#progressbar {
    display: flex;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    justify-content: center;
}
#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    z-index: 0;
    text-align: center;
}
#progressbar .active {
    color: #673AB7;
}
#progressbar li:before {
    content: '';
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background-color: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}
#progressbar li.active:before, #progressbar li.active:after {
    background-color: #01408d;
}
#progressbar li.finish:before, #progressbar li.finish:after {
    background-color: #009961;
}
input[type="text"].disabled {
    pointer-events: none;
    opacity: 0.5; /* Makes it look inactive */
    background-color: #e9ecef; /* Optional: Gives a disabled appearance */
    cursor: not-allowed;
}
.bd-box {
    min-height: 140px;
    align-items: center;
    justify-content: space-between;
}
.bd-box .info-box-content a.metitle {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    text-transform: uppercase;
}
.bd-box .subi {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.bd-box .kv {
    font-size: 16px;
    font-weight: bolder;
    line-height: 24px;
}
.bd-box .use {
    font-size: 34px;
    font-weight: bolder;
    line-height: 44px;
}
.bd-box .info-box-content a.scoretitle {
    font-size: 16px !important;
    font-weight: bolder !important;
    line-height: 24px !important;
}
.bd-box ul {
    margin: 0;
    padding: 0;
    column-count: 2;
}
.bd-box ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
}
.bd-box .score {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 0 0 80px;
}
.bd-box.line::after {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    position: absolute;
    background: rgba(255 255 255 / .2);
    right: 104px;
}
.bd-box.left.line::after {
    left: 107px;
    right: auto;
}
.last-box .info-box-content {
    flex: 0 0 96px;
}
.b-info {
    box-shadow: 0 0 10px 0 inset #ccc;
}
.b-info .card-header {
    background: transparent !important;
}
.b-info .card-title {
    color: #00408C;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 20px;
    background: url(../images/h-line.png) no-repeat left top;
}
.b-info ul {
    margin: 0;
    padding: 0;
}
.b-info ul li {
    list-style-type: none;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}
.b-info ul li:last-child {
    border-bottom: none;
}
.total-things {
    font-size: 14px;
}
.xtforms {
    display: flex;
    column-gap: 10px;
}
.pagination span {
    cursor: pointer;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.loader-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    background: rgba(0 0 0 / .4);
}
.loader-box-overlay .loader-box {
    border-radius: 5px;
    background: #fff;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    margin-top: 20%;
}
.bid {
    color: #fff;
    font-size: 14px;
    padding: 12px 0 0;
}
.circle-progress {
    position: relative;
    width: 90px;
    height: 90px;
    margin-left: auto;
}
.circle-progress svg {
    position: relative;
    width: 90px;
    height: 90px;
    transform: rotate(-90deg);
}
.circle-progress svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 5;
    stroke-linecap: round;
}
.circle-progress svg circle:first-of-type {
    cx: 45;
    cy: 45;
    r: 40; /* Adjusted radius */
}
@keyframes progress-animation {
    from {
        stroke-dashoffset: 247px;
    }
    to {
        stroke-dashoffset: calc(247px - (247px * var(--percent)) / 100);
    }
}
.circle-progress svg circle:last-of-type {
    cx: 45;
    cy: 45;
    r: 40; /* Adjusted radius */
    stroke-dasharray: 247px;
    animation: progress-animation 1.5s ease-out forwards;
    stroke: #3498db; 
}
.circle-progress .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: 600;
    line-height: 15px;
    color: #fff;
}
.results-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.results-box li {
    display: flex;
    align-items: center;
    column-gap: 15px;
    border-radius: 5px;
    padding: 10px;
    flex: 0 0 calc(33.791% - 15px);
    background-color: #01408d;
}
.results-box .txt {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}
.results-box .icon {
    border-radius: 100%;
    padding: 5px;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}
.results-box .icon span {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #fff;
    background: #009961;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 11px;
}
.card-title {
    font-size: 24px;
    font-weight: 500;
}
.sri-table {
    margin: 0 auto;
    border-radius: 8px;
    font-size: 14px;
    color: #333;
    position: relative;
}
.sri-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
}
.sri-table th,
.sri-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #e0e0e0;
}
.sri-table th {
    background-color: #01408d;
    color: white;
}
.sri-table tr.top th {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    background-color: #f0f5fc;
}
.sri-table tr.top .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.sri-table tr.top .sri {
    background-color: #009961;
    color: white;
    font-size: 24px;
}
.sri-table tr.top .thheader {
    background-color: #01408d;
    padding: 10px;
}
.sri-table tr.top h2 {
    font-size: 30px;
    color: #fff;
    margin: 0;
}
.sri-table th.total {
    background-color: #009961;
}
.sri-table th.sri-column {
    background-color: #009961;
    color: white;
}
.sri-table td.sri-column {
    background-color: #f2f2f2;
}
.domains-column {
    text-align: left;
    padding-left: 10px;
    width: 260px;
    font-size: 16px;
    line-height: 20px;
    background-color: #f7f7f7;
    font-weight: 600;
}
.domains-column .icon-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
    text-align: left;
}
.domains {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #01408d;
    position: absolute;
    left: -30px;
    bottom: 108px;
    width: 30px;
    height: 315px;
}
.domains-txt {
    color: #fff;
    font-size: 24px;
    letter-spacing: 5px;
    transform: rotate(-90deg);
}
.building-details .details {
    display: flex;
    column-gap: 10px;
    font-size: 13px;
    line-height: 16px;
}
.rooms-data .sensor-details {
    font-size: 12px;
}
.rooms-data  .info-box {
    min-height: 125px;
    color: #fff;
    background: #009863;
}
.rooms-data  .info-box.orange {
    color: #000;
}
.rooms-data  .info-box.orange2 {
    color: #000;
}
.rooms-data  .info-box.blue {
    color: #fff;
}
.rooms-data  .info-box.light-blue {
    color: #fff;
}
.rooms-data  .info-box.light-blue2 {
    color: #000;
}
.rooms-data  .info-box.red {
    color: #fff;
}
.rooms-data .info-box .loader {
    position: absolute;
    top: 5px;
    right: 5px;
}
.rooms-data .sensor-details .name {
    font-size: 14px;
}
.rooms-data .sensor-details .bid {
    font-size: 10px;
    border-radius: 3px;
    background: #fff;
    display: table;
    color: #000;
    line-height: 12px;
    padding: 2px 5px;
    margin-bottom: 8px;
}
.rooms-data .info-box-content {
    font-size: 13px;
    line-height: 18px;
}
.rooms-data .sensor-details .info-box-content li {
    padding: 3px 0;
}
.info-box .status {
    background: #333;
    color: #fff;
    position: absolute;
    top: -22px;
    right: 0;
    height: 25px;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    gap: 10px;
    z-index: -1;
}
#iotTable {
    row-gap: 40px;
}
.chat-validation .btn {
    color: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #01408d;
    background-color: #01408d;
}
.chat-validation .btn:hover {
    border: 1px solid #009961;
    background-color: #009961;
}
.direct-chat-text {
    color: #fff;
    background-color: #01408d;
    border-color: #01408d;
}
.direct-chat-text::after, .direct-chat-text::before {
    border-right-color: #01408d;
}
.end > .direct-chat-text {
    color: #fff;
    background-color: #009961;
    border-color: #009961;
}
.end > .direct-chat-text::after, .end > .direct-chat-text::before {
    border-left-color: #009961;
}
.chat-validation .btn .loader {
    position: absolute;
}
.direct-chat .direct-chat-text {
    font-size: 14px;
}
#chat-btn {
    width: 80px;
    height: 80px;
    background-color: #01408d7a;
    border-radius: 100%;
    position: fixed;
    right: 10px;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#chat-btn:hover {
    background-color: #01408d;
}
#chat-bg {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    position: relative;
    width: 60px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #009961;
}
#chat-bg:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 2px solid transparent;
    border-top: 10px solid #009961;
}
#chat-box {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 600px;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 999999;
}
.direct-chat-messages {
    height: 40vw;
}
.direct-chat .card-body {
    overflow-y: auto; /* Ensures the element is scrollable */
    scrollbar-width: 10px; /* For Firefox */
    scrollbar-color: #009961 #01408d; /* Scrollbar thumb and track colors for Firefox */
}
/* For WebKit browsers (Chrome, Edge, Safari) */
.direct-chat .card-body::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
}
.direct-chat .card-body::-webkit-scrollbar-track {
    background: #f0f0f0; /* Background of the scrollbar track */
}
.direct-chat .card-body::-webkit-scrollbar-thumb {
    background-color: #555; /* Color of the scrollbar thumb */
    border-radius: 10px; /* Round the edges of the thumb */
    border: 2px solid #f0f0f0; /* Optional: adds padding-like effect */
}
.direct-chat .card-body::-webkit-scrollbar-thumb:hover {
    background-color: #333; /* Darker color on hover */
}
.btn-tool:not(.btn-tool-custom) {
    --bs-btn-color: #01408d;
    border: 1px solid #eee;
}
.btn-tool:hover {
    border: 1px solid #eee;
    outline: none;
    color: #000 !important;
    background-color: transparent;
}
.btn-tool:hover .bi::before {
    color: #01408d !important;
}
.btn-tool:hover .bi::before {
    color: #01408d !important;
}
.eye-open {
    display: none;
}
.permissions {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.permissions:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 solid #eee;
}
.permissions strong {
    color: #00408C;
    font-size: 14px;
    font-weight: 600;
    min-width: 130px;
    display: inline-block;
}
.permissions span {
    font-size: 14px;
    font-weight: 500;
}
.myrating-box {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    padding: 0 10px;
}
.myrating .EPCRating {
    color: #000;
    font-size: 98px;
    line-height: 98px;
    font-weight: 800;
    border-radius: 5px;
    background: #fff;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 10px;
}
.myrating .EPCRating.A {
    color: #fff;
    background: #04a44e;
}
.myrating .EPCRating.B {
    color: #fff;
    background: #4dbb48;
}
.myrating .EPCRating.B2 {
    color: #fff;
    background: #4bb946;
}
.myrating .EPCRating.C {
    color: #000;
    background: #c0d731;
}
.myrating .EPCRating.D {
    color: #000;
    background: #fff100;
}
.myrating .EPCRating.E {
    color: #fff;
    background: #faba10;
}
.myrating .EPCRating.F {
    color: #fff;
    background: #f36e21;
}
.myrating .EPCRating.G {
    color: #fff;
    background: #ee1d23;
}
.myrating .mec {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.myrating .mhc {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.progress-bar {
    line-height: 15px;
    background-color: #01408d !important;
}
.show-pdf {
    position: relative;
}
.show-pdf .loader-box-overlay {
    align-items: start;
    padding-top: 20%;
}
#pdfViewer {
    width: 100%;
    height: 100%;
}
.building-count {
    position: absolute;
    background: #fff;
    padding: 0 5px;
    border-radius: 3px;
    font-size: 13px;
    top: 4px;
    right: 4px;
}
.color-a1 {
    stop-color: #01a54e;
}
.color-a2 {
    stop-color: #00a54f;
}
.color-a3 {
    stop-color: #01a54e;
}
.color-b1 {
    stop-color: #49ba48;
}
.color-b2 {
    stop-color: #4dba47;
}
.color-b3 {
    stop-color: #4dbb48;
}
.color-c1 {
    stop-color: #c0d731;
}
.color-c2 {
    stop-color: #c0d72f;
}
.color-c3 {
    stop-color: #c3d533;
}
.color-d1 {
    stop-color: #fff100;
}
.color-d2 {
    stop-color: #fff100;
}
.color-e1 {
    stop-color: #fcb912;
}
.color-e2 {
    stop-color: #fcb913;
}
.color-f {
    stop-color: #f36e21;
}
.color-g {
    stop-color: #ee1d23;
}

.color-red {
    stop-color: #e23131;
}
.color-yellow {
    stop-color: #fbe500;
}
.color-green {
    stop-color: #25cd6b;
}
.gradient-mask {
    visibility: hidden;
}
.gauge {
    height: 220px;
    width: 300px;
    margin: 0 auto;
}
.gauge .dxg-range.dxg-background-range {
    fill: url(#gradientGauge);
}
.gauge .dxg-line {
    transform: scaleX(1.04) scaleY(1.03) translate(-4px, -4px);
}
.gauge .dxg-line path:first-child,
.gauge .dxg-line path:last-child {
    display: none;
}
.gauge .dxg-line path:nth-child(2),
.gauge .dxg-line path:nth-child(6) {
    stroke: #ed811c;
}
.gauge .dxg-line path:nth-child(3),
.gauge .dxg-line path:nth-child(5) {
    stroke: #a7db29;
}
.gauge .dxg-line path:nth-child(4) {
    stroke: #25cd6b;
}
.gauge .dxg-elements text:first-child {
    transform: translate(19px, 13px);
}
.gauge .dxg-elements text:last-child {
    transform: translate(-27px, 14px);
}
.gauge .dxg-value-indicator path {
    transform: scale(1.2) translate(0, -5px);
    transform-origin: center center;
}
.gauge .dxg-value-indicator .dxg-title {
    text-transform: uppercase;
}
.gauge .dxg-value-indicator .dxg-title text:first-child {
    transform: translateY(5px);
}
.gauge .dxg-value-indicator .dxg-spindle-border:nth-child(4),
.gauge .dxg-value-indicator .dxg-spindle-hole:nth-child(5) {
    transform: translate(0, -109px);
}
.gauge .dxg-value-indicator .dxg-spindle-hole {
    fill: #01408d;
}

/* Hide anonymous label in iframes */
iframe .toolbar [title="anonymous"],
iframe .header-item:contains('anonymous') {
    display: none !important;
}