.block {
  display: block;
}

.hide {
  display: none;
}

.notification-bar {
  position: fixed;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #333;
  clear: both;
  z-index: 999;
}

.notification-bar .container {
  padding: 10px;
}

.yellow-noti {
  background-color: var(--yellow-btn) !important;
  color: white;
}

.red-noti {
  background-color: var(--red-btn) !important;
  color: white;
}

.white-background {
  background-color: #fff !important;
}

.no-column-lines-table {
  border-collapse: collapse !important;
}

.no-column-lines-table th,
.no-column-lines-table td {
  border: none !important;
}

.custom-input-field-entry {
  border-radius: 20px;
  padding: 10px 10px;
  border: 0;
  background-color: #f5f5f5;
}

.sgg-header-container {
  padding: 30px 90px 30px 90px;
}
