html,
body {
    background-color: #f4f6f9 !important;
}
.ss-single-selected {
    height: 39px !important;
    margin: 5px 0 0 0 !important;
}
.card-body {
    overflow: initial  !important;
}
#loaderCon {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1e39;
}
#loaderCon img {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 100%;
}
html {
    overflow: hidden;
}
.scroller {
    scrollbar-color: #b3b3b3 transparent !important;
    scrollbar-width: thin !important;
}
::-webkit-scrollbar {
    width: 6px !important;
}
::-webkit-scrollbar-track {
    background: transparent !important;
}
::-webkit-scrollbar-thumb {
    background: #b3b3b3 !important;
}
::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3 !important;
}
