/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(to left, rgb(0 255 175 / 52%), #007bffde); 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #007bffde; 
}
h4 {
color: green!important;
}
.side-nav ul ul li a, .side-nav.fixed ul ul li a{
    padding-left:17px !important;
}

.side-nav ul li a, .side-nav.fixed ul li a {
    padding: 12px!important;
}
.sub-menu{
    border: 1px solid rgb(238, 238, 238);
    display:none;
}
.dropdown-list:hover .sub-menu{
    display:block;
}
nav .navbar{
  background:#fa0f17!important;
}

nav .nav-item{
	padding:0 4px!important;
}

nav a.nav-link{
  font-size:16px!important;
}

nav a.nav-link:hover{
  color:#000!important;
  transition:0.5s;
}

nav a.nav-item:hover{
  background:#fff!important;
  padding:0 4px!important;
  transition:0.5s;
}

.btn{
	background:#09b035!important;
}
td, th {
    border: 2px solid;
}
th {
    background: #000000;
    color:#ffffff;
}
td {
    background: rgb(255 255 255);
    color: rgb(0 0 0);
    font-size: 12px !important;
}
table{
        box-shadow: 0px 6px 18px 0px rgb(54 58 97);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: rgb(248 249 250);
    background-color: rgb(73 80 87);
}
iframe{

  width: 100%;
  height: 1000px;
}
.sidebar-profile .sidebar-profile-info span {
    color: rgb(33 37 41);
    background-color: rgb(255 255 255);
}.side-nav ul li a i.material-icons {
    color: rgb(255 255 255);
}
.pagination .pagination li:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
    background-color:#000;
}

/*.mirror:after {*/
/*background: rgba(255, 255, 255, 0.13);*/
/*    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );*/
/*    transition-delay: 9s;*/
/*    width: auto;*/
/*    transition: width 4s;*/
/*}*/
.mirror:nth-child(1) {
        background-image: linear-gradient(to left, rgb(0 255 175 / 52%), #007bffde);

    /*background-image: linear-gradient(to left, rgb(255 0 0 / 52%), #007bffde);*/
}
.mirror:nth-child(2) {
    background-image: linear-gradient(to left, rgb(0 255 175 / 52%), #007bffde);
}
