col-content {
  height: 100vh;
  overflow-y: scroll;
}

@media only screen and (width >= 1400px) {
  header {
    display: none;
  }

  col-content {
    background-color: #1a1a1a;
    width: calc(100% - 240px);
    height: 100vh;
  }
}

@media only screen and (width <= 1399.99px) {
  .xxl-hiden-menu {
    overflow-x: unset;
    overflow-y: unset;
    height: 100%;
  }

  .xxl-hiden-menu col-content {
    overflow-y: unset;
    overflow-x: unset;
    scrollbar-width: none;
    height: 100%;
    min-height: 100vh;
  }
}

col-content {
  width: 100%;
}

.offcanvas-xxl.offcanvas-start {
  width: 340px;
}

header {
  z-index: 1035;
  background: #161416;
  height: 56px;
  position: sticky;
  top: 0;
  left: 0;
}

.toggle-nav {
  background: inherit;
}

.obj-banner-container {
  background-image: url("../images/discovery-mps-banner.830b9613.png");
  background-size: 100% 100%;
  border-radius: 10px;
  width: calc(100% - 40px);
  height: 32%;
  min-height: 200px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.Search-Button-Placeholder {
  color: #757a81;
  font-size: 1rem;
}

.section-top-serach {
  width: calc(100% - 100px);
  min-width: 200px;
  max-width: 800px;
}

.search {
  justify-content: space-between;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 40px #3333331a;
}

.search input {
  text-indent: 25px;
  height: 50px;
  padding-right: 2.3rem;
}

.search input:focus {
  box-shadow: none;
  border: 4px solid #de97f6ac;
}

.ms-n5 {
  margin-left: -60px;
  padding-right: .75rem;
}

.list-title {
  margin-top: 40px;
  margin-left: 20px;
}

.section-team-grid {
  margin-left: 20px;
  margin-right: 20px;
}

.team-card-container {
  background-color: #2e2e2e9d;
  border-radius: 10px;
  padding: 16px;
}

.team-card-container:hover {
  background-color: #2e2e2e;
}

.obj-title-wrapper {
  height: 50px;
}

.obj-title-wrapper h6 {
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  width: 100%;
  line-height: 1.765;
  display: -webkit-box;
  overflow: hidden;
}

.medium-text {
  font-size: medium;
}

.help-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.575;
}

.piece-detail {
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  width: calc(100% - 40px);
  display: inline-block;
  overflow: hidden;
}

#commericalOrderPreviewModal .modal-content {
  background-image: linear-gradient(147deg, #000 0%, #2c2b2b 74%);
}

#commericalOrderPreviewModal .modal-header {
  background-color: #000;
  border: none;
  height: 42px;
  padding: 0;
}

.closeModalWrapper {
  flex-direction: row-reverse;
  width: 100%;
  padding: 5px 12px;
  display: flex;
}

.paper-cta-box {
  grid-column-gap: 12px;
  align-items: center;
  column-gap: 12px;
  display: flex;
}

#commericalOrderPreviewModal .modal-body {
  border: 1px solid #fff3;
  border-radius: 12px;
  padding-left: 2px;
  padding-right: 2px;
}

#commericalOrderPreviewModal iframe {
  width: 100%;
  height: 100%;
}

.btn-tool {
  color: #b5bac1;
  background-color: #000;
  border: none;
  width: 32px;
  height: 32px;
  padding: 0;
}

.btn-tool:hover {
  color: #fff;
}

.btn-tool i {
  vertical-align: middle;
  font-size: 16px;
}

.paper-header-container {
  align-items: center;
  display: flex;
}

.paper-header-container img {
  aspect-ratio: 1;
  border-radius: 50%;
  width: 40px;
}

.paper-detail-container {
  width: calc(100% - 40px);
  padding-left: 12px;
}

.paper-detail-container p {
  margin-bottom: 0;
}

.display-one-content {
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  -webkit-box-orient: vertical;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.nav-title h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  width: 200px;
  overflow: hidden;
}

#commericalOrderPreviewModal .modal-fullscreen .modal-body {
  overflow-y: unset;
}

.nav-sub-container .nav-link {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 400;
}

.not-found-resource {
  background-color: #141414;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 16px;
  display: flex;
}

.not-found-resource img {
  background-repeat: no-repeat;
  background-size: contain;
  height: 145px;
}

.not-found-resource p {
  color: #61666d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

.not-found-resource h4 {
  color: #b5bac1;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

@media (width >= 768px) and (width <= 1024px) {
  .logo {
    justify-content: flex-end !important;
  }

  #commericalOrderPreviewModal .modal-body {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}

@media (width <= 576px) {
  .logo {
    justify-content: flex-end !important;
  }

  #commericalOrderPreviewModal .modal-body {
    border: none;
    border-radius: 0;
    padding: 0;
  }
}
