.login-page {
    background-size: cover;
    background-image: url('/images/background/Forklift-Safety-System.jpg.webp');
    background-size: cover;
}

.my-sidebar {
    background-color: #c6c9e7;
}

.nav-pills .nav-link {
    color: #333;
}

.my-sidebar .nav-item li :hover {
    color: #fff !important;
    background-color: #007bff;
}

.my-sidebar .nav-treeview .nav-item {
    background-color: #6f9de178;
    border-radius: 4px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    padding: 5px;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: white;
    padding: 5px;
}

.text-colour-style {
    color: #8778c5;
}

/* .tooltip .arrow:before {
  border-top-color: #ecd897 !important;
}

.tooltip .tooltip-inner {
  background-color: #ecd897;
  color: #333;
  opacity: 1 !important;
} */

.tooltip.show {
    opacity: 1 !important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: 37px !important;
}

.select2-selection__arrow {
    height: 36px !important;
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.tooltip-inner {
    max-width: 400px;
}