.h-header .search-icon-center {
  display: none;
}

.h-header .form-global-search {
  display: none;
}

.bg-logo {
  justify-content: center;
}

.cursor-pointer.flex.items-center.font-normal.dim.text-white.mb-6.text-base.no-underline {
  display: none;
}

.cursor-pointer.flex.items-center.font-normal.dim.text-white.mb-6.text-base.no-underline.activity-log {
  display: flex;
}

.no-underline.dim.font-bold.text-90.mr-6 {
  display: none;
}

.bg-logo {
  background-color: #FFF;
}

.flex.items-center.relative.shadow.h-header.bg-white.z-20.px-6 {
  box-shadow: none;
}

div[class="overflow-hidden overflow-x-auto relative"] {
  overflow: auto;
  max-height: 100vh;
}

#modal-component .relative > div.list {
  overflow: auto;
  max-height: 65vh;
}

table[data-testid=resource-table] thead,
#modal-component .relative > div.list table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}

button div span span.rounded-lg {
  bottom: 0;
}

.bg-red {
  background-color: #fff6f6;
  transition: all 0.5s ease-in-out;
}

