.report-selection-container {
  background-image: url('../../../resources/images/background.avif');
  display: flex;
  height: calc(100vh - 38px);
  padding: 15px;
  width: 100vw;
}

.report-selection-container .main-container {
  background: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px -4px 16px;
  height: 100%;
  padding: 5px 15px;
  width: 100%;
}

.report-selection-container .header {
  align-items: center;
  border-bottom: thin solid #00000030;
  color: #4F4F4F;
  display: flex;
  font-size: 18px;
  height: 60px;
  width: 100%;
}

.report-selection-container .header #numUsers {
  font-size: 12px;
  margin-left: 0.8em;
  color: #666;
  text-transform: uppercase;
}

.btn-create-new-report {
  align-items: center;
  background: #094979;
  border-radius: 0px;
  color: white;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  justify-content: center;
  padding: 6px 14px;
  text-transform: uppercase;
  width: max-content;
}

#select_dashboard .cell {
  display: flex;
  align-items: center;
}

#select_dashboard .cell .datasource-pill {
  background: #D6F0E0;
  border-radius: 15px;
  color: #0D6832;
  padding: 2px 8px;
}

#select_dashboard .row .cell:nth-child(1) span:nth-child(1),
#select_datasource .row .cell:nth-child(2) span:nth-child(1) {
  color: #094979;
  font-size: 12px;
}

.main-container i.fa-thin.fa-arrow-down {
  color: #b6b9be;
  display: block;
  font-size: 30px;
  margin-block: 10px;
}

.main-container .new-report-step {
  max-width: 270px;
  margin: auto;
  border: thin solid #00000020;
  margin-top: 0px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main-container .new-report-step .heading {
  align-items: center;
  border-bottom: thin solid #eee;
  display: flex;
  font-size: 13px;
  height: 40px;
  padding: 15px;
  text-transform: uppercase;
}

.main-container .new-report-step:not(:has(.body)) {
  border: thin solid #094979;
  color: #094979;
  width: max-content;
}

.main-container .new-report-step .heading:not(:has(+ .body)) {
  border-bottom: 0;
  justify-content: center;
}

.main-container .new-report-step .body {
  color: #9FA6B2;
  height: 100%;
  flex-grow: 1;
  font-size: 13px;
  padding: 15px;
  text-align: left;
  width: 100%;
}

.main-container .new-report-step .body b {
  display: block;
  margin-bottom: 10px;
}

.main-container .new-report-step.focused-step .heading {
  background-color: #094979;
  color: white;
}

.harbour-ui-visualization {
  border: 0 !important;
  max-width: 100% !important;
}

.harbour-ui-visualization .table.table-viz {
  margin: 0 !important;
  width: 100% !important;
}

.side-nav {
  background: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px, rgba(0, 0, 0, 0.1) 0px -4px 16px;
  height: 100%;
  margin-right: 10px;
  min-width: 225px;
  padding: 5px 10px;
  width: 15vw;
}

.side-nav .harbour-menu {
  font-size: 14px;
  height: calc(100% - 80px);
  margin-top: 20px;
  overflow: auto;
  position: relative;
}

.side-nav .harbour-menu .menu-item {
  cursor: pointer;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.side-nav .harbour-menu .menu-item:hover {
  background-color: #00000005;
}

textarea.error {
  border: 2px solid #C72B4F;
}

#new_users_emails + .harbour-msg-red {
  display: none;
  outline: none;
}

#new_users_emails.error + .harbour-msg-red {
  display: unset;
  outline: none;
}

.u_alert .uModal_Container {
  max-width: 300px;
}

#selectFolder .folder {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  width: 135px;
  float: left;
  border: thin solid #00000010;
  margin-bottom: 10px;
  margin-left: 10px;
  cursor: pointer;
  box-shadow: rgba(60, 64, 67, 0.15) 0px 1px 2px 0px, rgba(60, 64, 67, 0.01) 0px 1px 3px 1px;
  border: 1px solid #00000020;
  border-radius: 4px;
}

#selectFolder .folder .name {
  border-top: thin solid #00000010;
  justify-content: center;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 4px;
  overflow: hidden;
  padding: 6px;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
}

#selectFolder .folder .meta {
  color: #1f1f1f;
  font-size: 10px;
  margin-bottom: 4px;
  overflow: hidden;
  padding: 6px;
  text-overflow: ellipsis;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#selectFolder .folder i {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#selectFolder .folder i.fa-folder-open {
  background: #f9f9f9;
}

#selectFolder .sectionName {
  color: #212121;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 10px;
}

.folderDepth {
  background: #00000005;
  border-bottom: thin solid #00000030;
}

.folderDepth > div {
  cursor: pointer;
  border-right: thin solid #00000030;
  padding-right: 10px;
}

#selectFolder .folder.report div:nth-child(1) {
  position: relative;
}

#selectFolder .folder.report div:nth-child(1) {
  height: 100%;
  width: 100%;
}

#selectFolder .folder.report .actionOnHover {
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-color: #00000099;
  font-size: 10px;
  color: white;
  font-weight: bold;
  text-align: center;
  justify-content: center;
}

#selectFolder .folder.report div:nth-child(1):hover .actionOnHover {
  display: flex;
}

@media (max-width: 1000px) {
  .report-selection-container > .side-nav {
      display: none;
  }

  .report-selection-container .main-container > div:nth-child(2) > div:nth-child(2) {
    display: none;
  }

  .report-selection-container .main-container > div:nth-child(2) > div:nth-child(1) {
    width: 100% !important;
  }

  .report-selection-container > .side-nav.show-nav {
      display: block;
      position: fixed;
      height: calc(100% - 70px);
      z-index: 9999;
  }

  .folder-search {
    margin-top: 37px !important;
    max-width: 85% !important;
  }

  .report-selection-container .header:has(.folder-search) {
    align-items: baseline !important;
    height: 80px;
    padding-top: 5px;
  }
}

.folder-search {
  background: white;
  border: thin solid #00000040;
  height: 30px;
  font-size: 14px;
  left: 0;
  margin: auto;
  max-width: 50vw;
  padding: 7px;
  position: absolute;
  right: 0;
  width: 450px;
}

#selectFolder .box-shadow-home:has(div) {
    box-shadow: 0 1px 2px 0px #00000030;
    margin: 4px;
    border-radius: 7px;
    padding: 12px;
    background: white;
    border-top: thin solid #00000010;
}