/* Custom container widths */

@media (min-width: 576px) {
  .container {
    /*max-width: 329px;*/
  }
}

@media (min-width: 768px) {
  .container {
    /*max-width: 438px;*/
  }
}

@media (min-width: 992px) {
  .container {
    /*max-width: 566px;*/
  }
}

@media (min-width: 1200px) {
  .container {
    /*max-width: 658px;*/
  }
}

@media (min-width: 1400px) {
  .container {
    /*max-width: 800px;*/
  }
}

.modal-header, .modal-footer {
  border: none;
}

.list-group-item {
  border: none;
}

.svg-white {
  fill: white;
  stroke: white;
}

a.custom-link {
  color: inherit;
  text-decoration: none;
}

a.custom-link.active {
  font-weight: bold;
}

.w-23 {
  width: 23%!important;
}

.avatar-frame {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.avatar-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*object-fit: contain;*/
  width: 100%;
  /*height: 100%;*/
}

.thumbnail-frame {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.thumbnail-frame img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.thumbnail-frame-2 {
  /*width: 50%;*/
  height: 240px;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}

.thumbnail-frame-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  /*width: 100%;*/
  height: 100%;
  border-radius: 12px;
}

.thumbnail-frame-3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  /*width: 100%;*/
  height: 100%;
  border-radius: 12px;
  /*max-width: 200px;*/
}

.thumbnail-frame .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*object-fit: contain;*/
  width: 100%;
  height: 100%;
}

.mogs-pills {
  background-color: #F5F3F5;
  color: #151618;
  padding: 16px;
  border-radius: 12px;
}

@media (min-width:576px) {
  .modal-sm {
    --bs-modal-width: 320px;
  }
}

.mog-modal-fix {
  padding: 10px;
}

.thumbnail-frame {
}

.text-element {
  max-width: 520px;
  margin: 0 auto;
}

.image-element {
  max-width: 780px;
  width: auto;
  display: block;
  margin: 0 auto;
}

.spacer1 {
  margin-bottom: 40px;
}

.spacer2 {
  margin-bottom: 16px;
}

.spacer3 {
  margin-bottom: 80px;
}

h5 {
  font-family: 'IBM Plex Sans';
  font-weight: bold;
}

h4 {
  font-family: 'IBM Plex Serif';
  font-weight: bold;
}

.box-heading {
  font-family: 'IBM Plex Mono';
  font-size: 12px;
  margin-top: -8px;
}

.about-heading {
  font-family: 'IBM Plex Mono';
  font-size: 12px;
  margin-bottom: 8px;
}

.figma-embed-container {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.figma-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.active {
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline !important;
}

