.app-body .main {
  margin-left: 16px;
}

.creative-card {
    width: 17rem;
}

td.creative-list-thumbnail {
  padding: 0rem;
  width: 4.8rem;
  height: 4.8rem;
}
.creative-list-thumbnail img {
  max-width: 4.8rem;
  max-height: 4.8rem;
}

.toggle-password-btn {
  position: absolute;
  right: 20px;
  top: 0;
  height: calc(1.5em + 0.75rem + 2px);
  aspect-ratio: 1;
}

.container-fluid.account-detail {
  height: calc(100% - 70px);
}

.google-data-studio {
  position: relative;
  height: auto;
  transform-origin: top center;
  max-width: 1180px;
  margin: 0 auto;
}

.google-data-studio iframe {
  min-height: 900px;
  display: block;
  aspect-ratio: 1180/900;
  margin-left: -16px;
}

.google-data-studio iframe,
.google-data-studio object,
.google-data-studio embed {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}

span#account-name-displayer {
  position: absolute;
  left: 36px;
}

select#account-select {
  visibility: hidden;
}

.account-select .select2.select2-container.select2-container--bootstrap4 {
  visibility: hidden;
}

.account-select .select2.select2-container.select2-container--bootstrap4.manual-select-display {
  visibility: visible;
}

.table thead th {
  border-bottom: none;
}

.non-border-top {
  border-top: none !important;
}
