.addNotification {
  text-align: center;
  padding: 4px 10px;
  float: right;
}

.titleNotification {
  color: #3c8dbc;
  font-weight: bold;
}

#notifications {
  border-collapse: collapse;
  width: 100%;
}

#notifications td,
#notifications th {
  border: 1px solid #ddd;
  padding: 8px;
}

#notifications tr:nth-child(even) {
  background-color: #f2f2f2;
}

#notifications tr:hover {
  background-color: #ddd;
}

#notifications th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ffffff;
}

.my-notification {
  padding: 10px;
  margin: 0 5px 5px;
  font-size: 14px;
  color: #ffffff;
  background: #44A4FC;
  border-left: 5px solid #187FE7;
}

.my-notification.warn {
  background: #ffb648;
  border-left-color: #f48a06;
}

.my-notification.error {
  background: #E54D42;
  border-left-color: #B82E24;
}

.my-notification.success {
  background: #68CD86;
  border-left-color: #42A85F;
}

.table-info {
  border-collapse: collapse;
  width: 100%;
}

.table-info td,
.table-info th {
  border: 1px solid #ddd;
  padding: 8px;
}

.table-info tr:nth-child(even) {
  background-color: #f2f2f2;
}

.table-info tr:hover {
  background-color: #ddd;
}

.table-info th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ffffff;
}

.rightNotification {
  float: right;
}

.sort:hover {
  cursor: pointer;
  background: #ddd;
}

.sidebar-menu .router-link-active {
  background-color: #245674;
  border-right: 2px solid #00dcff;
}

.sidebar-menu .router-link-active > a {
  color: white !important;
}

.small-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

.cheat-table tr td {
  line-height: 40px !important;
}

.reset-pwd {
  background: #d2d6de;
}

.cursor-pointer {
  cursor: pointer !important;
}

.avatar {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.fa-fb {
  color: #3b5998;
}

.fa-gg {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.fa-m {
  color: #5f9ea0;
}

.mr-10 {
  margin-right: 10px;
}

.cursor-pointer {
  cursor: pointer;
}

