.text-style-lead-color {color: #b00000 !important;}
.text-style-lead-color-active {color: #d00000 !important;}
.text-style-lead-color-dark {color: #b00000 !important;}

.hover-style-lead-color:hover {color: #b00000 !important;}

.guide-index { text-decoration-color: #b00000 !important;}
.guide-index:hover { color: #b00000 !important;}

.bg-style {background: #fcfcfc !important;}
.bg-style-lead-color {background: #b00000 !important;}
.bg-style-lead-color-active {background: #808080 !important;}
.bg-style-lead-color-dark {background: #000000 !important;}

.border-style-color { border-color: #b00000 !important; }
.border-color { border-color: #202020 !important; }

.pageAjaxLoader {
    background-image: url(/img/profile/fire/pageLoader.svg);
}

a:link, a:visited {
    color: black !important;
    cursor: pointer;
}
a:hover  {
    color: black !important;
    cursor: pointer;
}

a:active {
    color: black !important;
    cursor: pointer;
}

a.dropdown-item:link, a.dropdown-item:visited {
    color: #343a40 !important;
}

a.dropdown-item:active {
    background-color: #343a40 !important;
    color: white !important;
}

.scrollerY::-webkit-scrollbar {
    width: 5px;  /* remove scrollbar space */
    background: #f8f8f8;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
.scrollerY::-webkit-scrollbar-thumb {
    background: #c03020 !important;
}

.scrollerX::-webkit-scrollbar {
    height: 5px;  /* remove scrollbar space */
    background: #f8f8f8;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
.scrollerX::-webkit-scrollbar-thumb {
    background: #c03020 !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #d8d8d8;
    border-radius: 10px;
}