﻿
/* Custom Scroll Bar Style(3) */
/*#_PatientAdmissionList::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #F5F5F5;
    }

    #_PatientAdmissionList::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    #_PatientAdmissionList::-webkit-scrollbar-thumb {
        border-radius: 7px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }*/




body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track,
div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #fbfbfb !important;

}

body::-webkit-scrollbar,
html::-webkit-scrollbar,
div::-webkit-scrollbar {
    width: 10px;
    height: 14px;
   background-color: #F5F5F5;
}

/*body::-webkit-scrollbar-thumb,*/
div::-webkit-scrollbar-thumb {
      background-color: #397393 !important;
    border: 2px solid #d7d7d7 !important;
    border-radius: 0px;
}
    