.overview_community {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px auto;
      grid-template-columns: 300px auto;
  grid-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.overview_community .img_box {
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(222, 222, 222, 0.5);
}

.overview_community .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.overview_community .released {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
  grid-gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.overview_community .released .avatar_box {
  width: 100%;
  height: auto;
  max-height: 50px;
  overflow: hidden;
  border-radius: 50%;
}

.overview_community .released .avatar_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.overview_community .released .name_box p {
  color: #666;
}

.overview_community .released .name_box p:first-child {
  margin-bottom: 0.5rem;
}

.preview_text .title_preview {
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 1rem;
}

.preview_text .control_preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background-color: #e9f1ff;
  margin-bottom: 1rem;
}

.preview_text .control_preview #preview-input {
  width: 364px;
  height: 40px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  border: unset;
  outline: unset;
}

.preview_text .control_preview .transform_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0 1.5rem;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.preview_text .control_preview .transform_text p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #3b3b3b;
  cursor: pointer;
}

.preview_text .control_preview input[type="range"] {
  -webkit-appearance: none;
  width: 276px;
  height: 4px;
  background: white;
  border-radius: 5px;
  outline: none;
  opacity: 0.9;
}

.preview_text .control_preview input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #2476ff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.preview_text .control_preview input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #2476ff;
  border-radius: 50%;
  cursor: pointer;
}

.result_preview {
  width: 876px;
  margin-bottom: 1.5rem;
}

.result_preview .result_item {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 1.5rem 1rem;
  border: 1px solid #e9f1ff;
  border-top: unset;
}

.result_preview .result_item .name_font {
  display: inline-block;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #2476ff;
}

.result_preview .result_item .license_font {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fd4418;
  padding: 3px;
  border: 1px solid #fd4418;
  border-radius: 4px;
}

.result_preview .result_item .percent {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #b43011;
}

.result_preview .result_item .btn_right_download {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #fd8128;
}

@media all and (max-width: 768px) {
  .preview_text .control_preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .preview_text .control_preview input[type="range"], .preview_text .control_preview #preview-input {
    width: 100%;
  }
  .result_preview {
    width: 93vw;
  }
  .result_preview .result_item {
    overflow: auto;
  }
  #glyphModal .modal-dialog .modal-content .modal-body {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
  .overview_community {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    justify-items: center;
  }
  .result_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
  }
}
/*# sourceMappingURL=detail_community.css.map */