.fonts_detail .name_font {
  font-family: Roboto;
  font-weight: 500;
  font-size: 24px;
  line-height: 28.13px;
  letter-spacing: 0%;
  margin-bottom: 1rem;
  text-transform: capitalize;
}

.fonts_detail .font_family_name {
  margin-bottom: 1.5rem;
  font-family: Roboto;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.fonts_detail .fb_x {
  margin-bottom: 1.5rem;
}

.fonts_detail .font_info_text {
  font-family: Roboto;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  margin-bottom: 1.5rem;
}

.fonts_detail .table_info_font {
  margin-bottom: 1.5rem;
}

.fonts_detail .table_info_font table {
  width: 100%;
  border-left: 1px solid #3b3b3b;
  border-top: 1px solid #3b3b3b;
  border-collapse: collapse;
}

.fonts_detail .table_info_font table tbody {
  width: 100%;
}

.fonts_detail .table_info_font table tbody tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px auto;
      grid-template-columns: 200px auto;
}

.fonts_detail .table_info_font table tbody tr td {
  border-right: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
  padding: 9px 12px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  color: #666666;
}

.fonts_detail .table_info_font table tbody tr td:first-child {
  background-color: #e9f1ff;
  color: black;
}

.fonts_detail .table_info_font table tbody tr td a {
  display: inline-block;
  color: #2476ff;
  text-decoration: underline !important;
}

.fonts_detail .fonts_btn {
  margin-bottom: 1.5rem;
}

.fonts_detail .fonts_btn .btn_download,
.fonts_detail .fonts_btn .btn_buy,
.fonts_detail .fonts_btn .btn_collection {
  background-color: #2476ff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  gap: 10px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  color: #fff;
  margin-right: 0.5rem;
}

.fonts_detail .fonts_btn .btn_collection {
  background-color: #ffece8;
  color: #fd4418;
}

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

.fonts_detail .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;
}

.fonts_detail .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;
}

.fonts_detail .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;
}

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

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

.fonts_detail .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;
}

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

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

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

.fonts_detail .result_preview .result_item .name_dot {
  background-color: whitesmoke;
  padding: 10px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
}

.fonts_detail .result_preview .result_item .view_glyphs {
  background-color: #ffece8;
  padding: 10px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  color: #fd4418;
  border: unset;
}

.fonts_detail .result_preview .result_item .result_text {
  line-height: 100%;
}

.fonts_detail .font_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem;
}

.fonts_detail .font_tag p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 17.58px;
  text-transform: uppercase;
}

.fonts_detail .font_comment h4 {
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #3b3b3b;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #dedede;
  position: relative;
  margin-bottom: 1rem;
}

.fonts_detail .font_comment h4::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 220px;
  height: 3px;
  background-color: #2476ff;
}

.fonts_detail .font_comment .comment_box {
  margin-bottom: 1.5rem;
}

.fonts_detail .font_comment .comment_box p {
  font-family: Roboto;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 1rem;
}

.fonts_detail .font_comment .comment_box p a {
  color: #2476ff;
}

.fonts_detail .font_comment .comment_box #submit_cmt #note_cmt {
  width: 100%;
  background-color: whitesmoke;
  border-radius: 4px;
  margin-bottom: 1rem;
  border: unset;
}

.fonts_detail .font_comment .comment_box #submit_cmt button {
  background-color: #2476ff;
  border-radius: 4px;
  padding: 1rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 18.75px;
  border: unset;
}

.fonts_detail .realated_fonts h3 {
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: #0d0d0d;
  margin-bottom: 1.5rem;
}

#addModal .font_name {
  font-family: Roboto;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  color: #0d0d0d;
  margin-bottom: 1.5rem;
}

#addModal .add_to_collection select {
  border: 1px solid #757575;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  background-color: #fafafa;
  width: 370px;
  margin-bottom: 1.5rem;
}

#addModal .add_to_collection button {
  background-color: #fd4418;
  border: unset;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 5px;
}

#glyphModal .modal-dialog {
  max-width: 728px;
}

#glyphModal .modal-dialog .modal-content .modal-body {
  height: 80vh;
  overflow: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.5rem;
}

#glyphModal .modal-dialog .modal-content .modal-body .glyph-item {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

#glyphModal .modal-dialog .modal-content .modal-body .glyph-item .big_char {
  font-size: 42px;
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

#glyphModal .modal-dialog .modal-content .modal-body .glyph-item .small_char {
  border-radius: 0 0px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px;
  color: #fff;
  font-size: 14px;
  background-color: #bfbfbf;
}

@media all and (max-width: 768px) {
  .fonts_detail .preview_text .control_preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .fonts_detail .preview_text .control_preview input[type="range"], .fonts_detail .preview_text .control_preview #preview-input {
    width: 100%;
  }
  .fonts_detail .result_preview {
    width: 93vw;
  }
  .fonts_detail .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;
  }
}
/*# sourceMappingURL=fonts.css.map */