@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/templates/default/fonts/Roboto-Medium.woff") format("woff");
}

body {
  padding-right: 0px !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Roboto", sans-serif !important;
}

.pagination {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  gap: 10px;
}

.pagination .other-page,
.pagination .next-page,
.pagination .last-page,
.pagination .current,
.pagination .pre-page,
.pagination .first-page {
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  background: #fff;
  color: var(--Black, #222);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
}

.pagination .current {
  background: #fff;
  border: 1px solid #2476ff;
  color: #2476ff;
}

.pagination .next-page,
.pagination .last-page,
.pagination .pre-page,
.pagination .first-page {
  background: #fff;
}

.pagination .first-page,
.pagination .last-page {
  display: none;
}

.flash-message-container {
  background: rgba(0, 0, 0, 0);
  display: none;
  z-index: 1056;
}

.flash-message-container#msgModal {
  background: rgba(0, 0, 0, 0.3);
}

.flash-message-container .flash-message {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.12);
  width: 320px;
}

.flash-message-container .flash-message.success, .flash-message-container .flash-message.alert {
  background: #ebf6e6;
  color: #2a7500;
}

.flash-message-container .flash-message.success .svg-success, .flash-message-container .flash-message.alert .svg-success {
  display: inline-block;
}

.flash-message-container .flash-message.success .svg-error, .flash-message-container .flash-message.alert .svg-error {
  display: none;
}

.flash-message-container .flash-message.error {
  background: #fbece6;
  color: #d53c00;
}

.flash-message-container .flash-message.error .svg-success {
  display: none;
}

.flash-message-container .flash-message.error .svg-error {
  display: inline-block;
}

ul {
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: unset !important;
  color: #333;
}

a:hover {
  color: #333;
}

.mobile-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  display: none;
}

.active-backdrop {
  display: block;
  opacity: 0.5;
  z-index: 1;
}

img,
iframe {
  max-width: 100%;
}

.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0.8) !important;
}

.container {
  max-width: 1230px !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

header .header_top {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

header .header_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

header .header_top a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .header_top a span {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
}

header .header_bottom_bg {
  background-color: #216be8;
}

header .header_bottom_bg .header_bottom {
  height: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 406px;
      grid-template-columns: auto 406px;
  grid-gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_bottom_bg .header_bottom .header_bottom_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .header_bottom_bg .header_bottom .header_bottom_left .header_logo {
  width: 140px;
  height: auto;
  overflow: hidden;
}

header .header_bottom_bg .header_bottom .header_bottom_left .header_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header .header_bottom_bg .header_bottom .header_bottom_right {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-grid-columns: auto 250px;
      grid-template-columns: auto 250px;
}

header .header_bottom_bg .header_bottom .header_bottom_right #frmSearch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header_bottom_bg .header_bottom .header_bottom_right #frmSearch button {
  position: absolute;
  border: unset;
  outline: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background: unset;
  padding: 0;
  right: 10px;
}

.submit_font_btn {
  background-color: #ffece8;
  border-radius: 4px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  gap: 10px;
}

.submit_font_btn span {
  font-weight: 400;
  font-size: 14px;
  line-height: 16.41px;
  letter-spacing: 0%;
  color: #fd4418;
}

main {
  margin-top: 24px;
}

main .home_split {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 300px;
      grid-template-columns: auto 300px;
  grid-gap: 24px;
}

footer {
  padding-top: 49px;
  padding-bottom: 48px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.25);
  margin-top: 1.5rem;
}

footer .footer_az {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

footer .footer_link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #3b3b3b;
  padding-right: 1rem;
  margin-right: 1rem;
  position: relative;
}

footer .footer_link a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #bfbfbf;
  position: absolute;
  right: -5px;
  top: 4px;
}

footer .footer_link a:last-child {
  padding-right: 0;
  margin-right: 0;
}

footer .footer_link a:last-child::after {
  display: none;
}

.font_item {
  margin-bottom: 1.5rem;
}

.font_item .top_font_item {
  height: 40px;
  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: 0 10px;
  background-color: #dedede;
}

.font_item .top_font_item .font_by {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.41px;
  color: #666666;
}

.font_item .top_font_item .font_by span {
  font-weight: 700;
  color: #0d0d0d;
}

.font_item .top_font_item .found_in {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.41px;
  color: #666666;
}

.font_item .top_font_item .found_in a {
  display: inline-block;
  font-weight: 600;
}

.font_item .bottom_font_item {
  padding: 0 2rem;
  width: 100%;
  height: 140px;
  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;
  border: 1px solid #dedede;
  border-top: unset;
}

.tab_fonts {
  display: -ms-grid;
  display: grid;
  margin-bottom: 1.5rem;
}

.tab_fonts .tab_item {
  padding: 14px;
  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;
  border: 2px solid #e9f1ff;
  font-family: Roboto;
  font-weight: 600;
  font-size: 14px;
  line-height: 16.41px;
  text-transform: uppercase;
  color: #000;
}

.tab_fonts .active {
  background-color: #e9f1ff;
  color: #216be8;
}

.title_newFresh {
  font-family: Roboto;
  font-weight: 500;
  font-size: 30px;
  line-height: 35.16px;
  letter-spacing: 0%;
  color: #0d0d0d;
  margin-bottom: 1.5rem;
}

.list_member_fonts .member_font_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px auto;
      grid-template-columns: 300px auto;
  border-top: 4px solid #216be8;
}

.list_member_fonts .member_font_item .left_box {
  padding-top: 1.5rem;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-grid-columns: 50px auto;
      grid-template-columns: 50px auto;
  grid-gap: 1rem;
}

.list_member_fonts .member_font_item .left_box .img_box {
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.list_member_fonts .member_font_item .left_box .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list_member_fonts .member_font_item .left_box .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list_member_fonts .member_font_item .left_box .info_box .first_line {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.list_member_fonts .member_font_item .left_box .info_box .second_line {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.list_member_fonts .member_font_item .right_box {
  border-left: 2px solid #216be8;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}

.list_member_fonts .member_font_item .right_box .btn_see_all {
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #2476ff;
  margin-bottom: 1.5rem;
  text-align: end;
  display: block;
}

.list_member_fonts .member_font_item:last-child {
  border-bottom: 4px solid #216be8;
}

.btn-menu_mobile {
  display: none;
}

.offcanvas-top {
  width: 80%;
  height: 100vh;
  left: unset;
}

.offcanvas-top .offcanvas-header {
  background-color: #216be8bd;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.offcanvas-top .offcanvas-header .btn-close {
  color: #fff;
}

.offcanvas-top .offcanvas-body {
  padding: 0;
  background-color: #216be8bd;
}

.offcanvas-top .offcanvas-body .register_btn_mobile {
  display: table;
  padding: 10px 20px;
  background: #f3b42b;
  border-radius: 10px;
  margin: 30px auto 24px;
  color: #fff;
  font-family: ample;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

@media all and (max-width: 1024px) {
  header .header_bottom_bg .header_bottom {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  header .header_bottom_bg .header_bottom .header_bottom_right {
    display: none;
  }
  main .home_split {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

@media all and (max-width: 768px) {
  footer .footer_az {
    gap: 0.5rem;
    white-space: nowrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_member_fonts .member_font_item {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .list_member_fonts .member_font_item .right_box {
    border-top: 2px solid #216be8;
    padding-top: 1.5rem;
    border-left: unset;
    padding-left: unset;
  }
  .list_member_fonts .member_font_item .left_box {
    padding-bottom: 1.5rem;
  }
}

@media all and (max-width: 500px) {
  .hidden_mobile {
    display: none !important;
  }
  .btn-menu_mobile {
    display: block;
    background: unset;
    border: unset;
    outline: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .submit_font_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.5rem auto;
  }
  .title_newFresh {
    font-size: 24px;
    line-height: 120%;
  }
  .font_item .top_font_item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
  .tab_fonts .tab_item {
    font-size: 12px;
    line-height: 120%;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */