@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Pages/Public/Pages/AboutUs.razor.rz.scp.css */
.page-title[b-x3e3v419a8] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-x3e3v419a8] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.about-us[b-x3e3v419a8] {
  display: flex;
  flex-flow: column;
  gap: 48px;
}
.about-us .img[b-x3e3v419a8] {
  align-self: center;
  justify-self: center;
}
.about-us .content h2[b-x3e3v419a8] {
  font-size: 18px;
  font-weight: bold;
}
.about-us .content h3[b-x3e3v419a8] {
  font-size: 16px;
  font-weight: bold;
}
.about-us .content p[b-x3e3v419a8] {
  font-size: 14px;
  text-align: justify;
  line-height: 36px;
}
/* /Components/Pages/Public/Pages/ApplicationPages/Applications.razor.rz.scp.css */
.page-title[b-p61b0dodx6] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-p61b0dodx6] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.product-wrapper[b-p61b0dodx6] {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin: 40px 0;
  padding: 8px;
}
@media (max-width: 847px) {
  .product-wrapper[b-p61b0dodx6] {
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
}
/* /Components/Pages/Public/Pages/ApplicationPages/ApplicationSection.razor.rz.scp.css */
.product .item[b-wfczixsx3z] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
.product .item .content[b-wfczixsx3z] {
  width: 50%;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.product .item .content .header[b-wfczixsx3z] {
  width: 350px;
  border-bottom: 1px solid;
}
.product .item .content .header .spec[b-wfczixsx3z] {
  margin-bottom: 8px;
}
.product .item .content .header .spec .badge[b-wfczixsx3z] {
  padding: 6px;
  font-weight: lighter;
}
.product .item .content h2[b-wfczixsx3z] {
  font-size: 18px;
  font-weight: bold;
}
.product .item .content p[b-wfczixsx3z] {
  text-align: justify;
  line-height: 32px;
}
.product .item img[b-wfczixsx3z] {
  border-radius: 12px;
  width: 372px;
  height: auto;
}
.product.reverse .item[b-wfczixsx3z] {
  flex-flow: row-reverse;
}
@media (max-width: 991px) {
  .product .item[b-wfczixsx3z] {
    gap: 48px;
  }
  .product .item img[b-wfczixsx3z] {
    width: 50%;
  }
}
@media (max-width: 847px) {
  .product .item[b-wfczixsx3z] {
    flex-flow: column;
    gap: 12px;
    align-items: center;
  }
  .product .item .content[b-wfczixsx3z] {
    width: 100%;
  }
  .product .item img[b-wfczixsx3z] {
    width: unset;
  }
  .product.reverse .item[b-wfczixsx3z] {
    flex-flow: column;
  }
}
/* /Components/Pages/Public/Pages/ContactUs.razor.rz.scp.css */
.page-title[b-a6hjf10s4s] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-a6hjf10s4s] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.contact-us[b-a6hjf10s4s] {
  display: flex;
  gap: 10px;
  height: 100%;
  margin: 50px 0;
}
.contact-us .form[b-a6hjf10s4s] {
  flex-basis: 590px;
}
.contact-us .info[b-a6hjf10s4s] {
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
  gap: 8px;
}
.contact-us .info h2[b-a6hjf10s4s] {
  font-size: 14px;
  font-weight: bold;
}
.contact-us .info .items[b-a6hjf10s4s] {
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.contact-us .info .items .item[b-a6hjf10s4s] {
  display: flex;
  align-items: center;
  gap: 4px;
}
.contact-us .info .items .item i[b-a6hjf10s4s] {
  font-size: 16px;
}
.contact-us .info .items .item span[b-a6hjf10s4s] {
  font-size: 12px;
}
.contact-us .info .items .item:hover i[b-a6hjf10s4s], .contact-us .info .items .item:hover span[b-a6hjf10s4s] {
  color: #3B9FD0;
  cursor: pointer;
}
.contact-us[b-a6hjf10s4s]  .validation-message {
  color: red;
  font-size: 12px;
}
@media (max-width: 545px) {
  .contact-us[b-a6hjf10s4s] {
    flex-flow: column-reverse;
  }
}
/* /Components/Pages/Public/Pages/ContentPages/AnnouncementPage.razor.rz.scp.css */
.page-title[b-5u78epajip] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-5u78epajip] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/* /Components/Pages/Public/Pages/ContentPages/ArticlesPage.razor.rz.scp.css */
.page-title[b-vvjyflc45z] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-vvjyflc45z] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/* /Components/Pages/Public/Pages/ContentPages/Components/ContentComponent.razor.rz.scp.css */
a.announcement[b-el9g2jsrke] {
  width: stretch;
}
@media (max-width: 579px) {
  a[b-el9g2jsrke] {
    width: stretch;
  }
}

.content[b-el9g2jsrke] {
  display: flex;
  flex-flow: column;
  gap: 4px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
  width: 250px;
  height: 300px;
  position: relative;
}
.content .date[b-el9g2jsrke] {
  position: absolute;
  top: 20px;
  right: 4px;
  width: 70px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #0972b6;
  border-radius: 5px;
}
.content .date span[b-el9g2jsrke] {
  font-size: 10px;
}
.content.announcement[b-el9g2jsrke] {
  width: stretch;
  height: 128px;
  gap: 8px;
}
.content.announcement .date[b-el9g2jsrke] {
  left: 4px;
  right: unset;
}
.content:hover[b-el9g2jsrke] {
  box-shadow: 0px 0px 14px 5px rgba(0, 0, 0, 0.2509803922);
  transition: 0.5s;
}
.content .image[b-el9g2jsrke] {
  display: flex;
  justify-content: center;
}
.content .image img[b-el9g2jsrke] {
  border-radius: 8px;
}
@media (max-width: 579px) {
  .content[b-el9g2jsrke] {
    width: 100%;
  }
  .content.announcement .date[b-el9g2jsrke] {
    top: 38px;
  }
}

h2[b-el9g2jsrke] {
  font-size: 14px;
  font-size: 15px;
  margin-top: 8px;
  color: #000;
}

h3[b-el9g2jsrke] {
  font-size: 13px;
  color: #7a7878;
}

.clamped-text[b-el9g2jsrke] {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 76px;
  line-height: 1.5em;
}
/* /Components/Pages/Public/Pages/ContentPages/Components/PublicContentDetailComponent.razor.rz.scp.css */
.content-wrapper[b-nqa06s3v94] {
  display: flex;
  flex-flow: row;
  margin-top: 20px;
  gap: 8px;
}
.content-wrapper .content[b-nqa06s3v94] {
  flex-grow: 1;
  height: calc(100vh - 165px);
  overflow-y: auto;
  padding: 0 8px;
  scrollbar-width: thin;
  scrollbar-color: #999 #f0f0f0;
}
.content-wrapper .content[b-nqa06s3v94]::-webkit-scrollbar {
  width: 6px;
}
.content-wrapper .content[b-nqa06s3v94]::-webkit-scrollbar-track {
  background: #f0f0f0;
}
.content-wrapper .content[b-nqa06s3v94]::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.content-wrapper .content[b-nqa06s3v94]::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.content-wrapper .content article img[b-nqa06s3v94] {
  border-radius: 8px;
}
.content-wrapper .content article h1[b-nqa06s3v94] {
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
}
.content-wrapper .content article .date[b-nqa06s3v94] {
  right: 4px;
  width: 125px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #0972b6;
  border-radius: 5px;
  font-size: 10px;
  margin: 8px 0;
}
.content-wrapper .content article .description[b-nqa06s3v94] {
  margin-top: 16px;
}
.content-wrapper .last[b-nqa06s3v94] {
  width: 350px;
  flex-shrink: 0;
  display: flex;
  flex-flow: column;
  gap: 6px;
  border-right: 3px solid #0972b6;
  height: fit-content;
  padding: 12px;
}
.content-wrapper .last[b-nqa06s3v94]  a {
  font-size: 13px;
}
.content-wrapper .last[b-nqa06s3v94]  a:hover {
  color: #000;
}
.content-wrapper .last h3[b-nqa06s3v94] {
  font-size: 14px;
  margin-bottom: 8px;
}
@media (max-width: 867px) {
  .content-wrapper[b-nqa06s3v94] {
    flex-flow: column;
  }
  .content-wrapper .content[b-nqa06s3v94] {
    height: fit-content;
  }
  .content-wrapper .last[b-nqa06s3v94] {
    width: 100%;
    margin-bottom: 12px;
  }
}
/* /Components/Pages/Public/Pages/ContentPages/Components/PublicContentWrapper.razor.rz.scp.css */
.content-wrapper[b-ah81r2ulop] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 24px 0px;
}
@media (max-width: 786px) {
  .content-wrapper[b-ah81r2ulop] {
    justify-content: center;
  }
}
@media (max-width: 579px) {
  .content-wrapper[b-ah81r2ulop] {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }
}
/* /Components/Pages/Public/Pages/ContentPages/NewsPage .razor.rz.scp.css */
.page-title[b-f2u40ah8l3] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-f2u40ah8l3] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/* /Components/Pages/Public/Pages/HomePage/Components/Banners.razor.rz.scp.css */
.banner[b-1iedsl18cz] {
  margin-top: 20px;
}
.banner img[b-1iedsl18cz] {
  border-radius: 12px;
}
/* /Components/Pages/Public/Pages/HomePage/Components/BrandSlider.razor.rz.scp.css */
.brand-slider[b-o6tqu3z2h3] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}
.brand-slider h4[b-o6tqu3z2h3] {
  font-size: 20px;
  font-weight: bold;
}
.brand-slider .item .brand-data[b-o6tqu3z2h3] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 16px;
}
.brand-slider .item .brand-data img[b-o6tqu3z2h3] {
  width: unset !important;
}
/* /Components/Pages/Public/Pages/HomePage/Components/FAQ.razor.rz.scp.css */
.faq[b-qggcnelhmq] {
  margin: 40px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.faq h4[b-qggcnelhmq] {
  font-size: 20px;
  font-weight: bold;
}
.faq .accordion[b-qggcnelhmq] {
  width: 100%;
}
.faq button[b-qggcnelhmq] {
  font-size: 16px;
}
.faq .accordion-button:not(.collapsed)[b-qggcnelhmq] {
  background-color: #3B9FD0;
  color: #fff;
}
/* /Components/Pages/Public/Pages/HomePage/Components/Features.razor.rz.scp.css */
.features[b-55o84xyrmr] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.features span[b-55o84xyrmr] {
  font-size: 14px;
  font-weight: bold;
}
.features .feature[b-55o84xyrmr] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 8px;
}
/* /Components/Pages/Public/Pages/HomePage/Components/HomeOfficeBackground.razor.rz.scp.css */
.home-office-bg[b-4f765pxv5p] {
  background-image: url("../../../../../images/home-office-bg.webp");
  position: relative;
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
}
.home-office-bg .overlay[b-4f765pxv5p] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.home-office-bg p[b-4f765pxv5p] {
  position: relative;
  color: #fff;
  font-size: 32px;
  text-align: center;
  max-width: 800px;
}
@media (max-width: 861px) {
  .home-office-bg[b-4f765pxv5p] {
    height: 350px;
  }
  .home-office-bg p[b-4f765pxv5p] {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .home-office-bg[b-4f765pxv5p] {
    height: 250px;
  }
  .home-office-bg p[b-4f765pxv5p] {
    font-size: 16px;
  }
}
/* /Components/Pages/Public/Pages/HomePage/Components/PluginSlider.razor.rz.scp.css */
.plugin-slider[b-h0tcrczhcv] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
}
.plugin-slider h4[b-h0tcrczhcv] {
  font-size: 20px;
  font-weight: bold;
}
.plugin-slider .item .plugin-data[b-h0tcrczhcv] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 16px;
}
.plugin-slider .item .plugin-data img[b-h0tcrczhcv] {
  width: unset !important;
}
.plugin-slider .item .plugin-data h5[b-h0tcrczhcv] {
  font-size: 14px;
}
/* /Components/Pages/Public/Pages/HomePage/Components/ProductsIntroduction.razor.rz.scp.css */
.prd-intro[b-hq78y75by9] {
  display: flex;
  flex-flow: column;
  gap: 50px;
  margin: 40px 0;
}
.prd-intro h4[b-hq78y75by9] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.prd-intro .item[b-hq78y75by9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.prd-intro .item .content[b-hq78y75by9] {
  width: 50%;
}
.prd-intro .item .content h5[b-hq78y75by9] {
  font-size: 16px;
  font-weight: bold;
}
.prd-intro .item .content p[b-hq78y75by9] {
  text-align: justify;
  line-height: 32px;
}
@media (max-width: 728px) {
  .prd-intro .item[b-hq78y75by9] {
    flex-flow: column;
    justify-content: center;
    gap: 10px;
  }
  .prd-intro .item .content[b-hq78y75by9] {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 12px;
  }
  .prd-intro .item .content h5[b-hq78y75by9] {
    text-align: center;
  }
  .prd-intro .item.secound[b-hq78y75by9] {
    flex-flow: column-reverse;
  }
}
/* /Components/Pages/Public/Pages/HomePage/Components/StaticSlider.razor.rz.scp.css */
.banner[b-18sez75kr2] {
  width: 50%;
}
.banner img[b-18sez75kr2] {
  border-radius: 12px;
}
@media (max-width: 728px) {
  .banner[b-18sez75kr2] {
    width: 80%;
  }
}
/* /Components/Pages/Public/Pages/HomePage/Components/Statistic.razor.rz.scp.css */
.statistic[b-dlntcin6ty] {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 12px;
  margin: 40px 0;
  background: #3B9FD0;
  color: #fff;
  height: 150px;
  padding: 12px;
  border-radius: 8px;
}
.statistic .item[b-dlntcin6ty] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 12px;
  width: 25%;
  text-align: center;
}
.statistic .item span.value[b-dlntcin6ty] {
  font-size: 24px;
  font-weight: bold;
}
.statistic .item span.title[b-dlntcin6ty] {
  font-size: 14px;
}
.statistic .item:not(:last-child)[b-dlntcin6ty] {
  border-left: 1px solid #f1f1f1;
}
@media (max-width: 498px) {
  .statistic[b-dlntcin6ty] {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: fit-content;
  }
  .statistic .item[b-dlntcin6ty] {
    width: 100%;
    border-left: none !important;
  }
}
/* /Components/Pages/Public/Pages/HomePage/Home.razor.rz.scp.css */
.home-header[b-n5kbo4qzhn] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.home-header h1[b-n5kbo4qzhn] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.home-header h2[b-n5kbo4qzhn] {
  font-size: 16px;
  font-weight: bold;
}
/* /Components/Pages/Public/Pages/PluginPages/Plugins.razor.rz.scp.css */
.page-title[b-pt8guw2zn1] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-pt8guw2zn1] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.product-wrapper[b-pt8guw2zn1] {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin: 40px 0;
  padding: 8px;
}
@media (max-width: 847px) {
  .product-wrapper[b-pt8guw2zn1] {
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
}
/* /Components/Pages/Public/Pages/PluginPages/PluginSection.razor.rz.scp.css */
.product .item[b-povwtiup3b] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
.product .item .content[b-povwtiup3b] {
  width: 50%;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.product .item .content .header[b-povwtiup3b] {
  width: 350px;
  border-bottom: 1px solid;
}
.product .item .content .header .spec[b-povwtiup3b] {
  margin-bottom: 8px;
}
.product .item .content .header .spec .badge[b-povwtiup3b] {
  padding: 6px;
  font-weight: lighter;
}
.product .item .content h2[b-povwtiup3b] {
  font-size: 18px;
  font-weight: bold;
}
.product .item .content p[b-povwtiup3b] {
  text-align: justify;
  line-height: 32px;
}
.product .item img[b-povwtiup3b] {
  border-radius: 12px;
  width: 100px;
  height: auto;
}
.product.reverse .item[b-povwtiup3b] {
  flex-flow: row-reverse;
}
@media (max-width: 991px) {
  .product .item[b-povwtiup3b] {
    gap: 48px;
  }
  .product .item img[b-povwtiup3b] {
    width: 50%;
  }
}
@media (max-width: 847px) {
  .product .item[b-povwtiup3b] {
    flex-flow: column;
    gap: 12px;
    align-items: center;
  }
  .product .item .content[b-povwtiup3b] {
    width: 100%;
  }
  .product .item img[b-povwtiup3b] {
    width: unset;
  }
  .product.reverse .item[b-povwtiup3b] {
    flex-flow: column;
  }
}
/* /Components/Pages/Public/Pages/PricePages/Prices.razor.rz.scp.css */
.page-title[b-5scxbj4038] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-5scxbj4038] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.prices[b-5scxbj4038] {
  padding: 12px;
  display: flex;
  flex-flow: column;
  gap: 48px;
}
.prices ul li[b-5scxbj4038] {
  margin: 10px 0;
}
.prices ul li span[b-5scxbj4038] {
  font-weight: bold;
}
/* /Components/Pages/Public/Pages/PricePages/PriceTable.razor.rz.scp.css */
table tbody tr th[b-rq5ptoh1k9] {
  font-size: 12px;
  font-weight: normal;
}
table tbody tr th span.title[b-rq5ptoh1k9] {
  font-size: 12px;
  font-weight: normal;
}
table tbody tr th span.badge[b-rq5ptoh1k9] {
  font-weight: normal;
}
/* /Components/Pages/Public/Pages/ProductPages/Products.razor.rz.scp.css */
.page-title[b-4254li3jk8] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-4254li3jk8] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.product-wrapper[b-4254li3jk8] {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin: 40px 0;
  padding: 8px;
}
@media (max-width: 847px) {
  .product-wrapper[b-4254li3jk8] {
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
}
/* /Components/Pages/Public/Pages/ProductPages/ProductSection.razor.rz.scp.css */
.product .item[b-ke2tybdvuk] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
}
.product .item .content[b-ke2tybdvuk] {
  width: 50%;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.product .item .content .header[b-ke2tybdvuk] {
  width: 350px;
  border-bottom: 1px solid;
}
.product .item .content .header .spec[b-ke2tybdvuk] {
  margin-bottom: 8px;
}
.product .item .content .header .spec .badge[b-ke2tybdvuk] {
  padding: 6px;
  font-weight: lighter;
}
.product .item .content h2[b-ke2tybdvuk] {
  font-size: 18px;
  font-weight: bold;
}
.product .item .content p[b-ke2tybdvuk] {
  text-align: justify;
  line-height: 32px;
}
.product .item img[b-ke2tybdvuk] {
  border-radius: 12px;
  width: 372px;
  height: auto;
}
.product.reverse .item[b-ke2tybdvuk] {
  flex-flow: row-reverse;
}
@media (max-width: 991px) {
  .product .item[b-ke2tybdvuk] {
    gap: 48px;
  }
  .product .item img[b-ke2tybdvuk] {
    width: 50%;
  }
}
@media (max-width: 847px) {
  .product .item[b-ke2tybdvuk] {
    flex-flow: column;
    gap: 12px;
    align-items: center;
  }
  .product .item .content[b-ke2tybdvuk] {
    width: 100%;
  }
  .product .item img[b-ke2tybdvuk] {
    width: unset;
  }
  .product.reverse .item[b-ke2tybdvuk] {
    flex-flow: column;
  }
}
/* /Components/Pages/Public/Pages/SupportPages/DownlaodSupport.razor.rz.scp.css */
.page-title[b-3679pdyqo7] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-3679pdyqo7] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.download-wrapper[b-3679pdyqo7] {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.download-wrapper .groups[b-3679pdyqo7] {
  display: flex;
  flex-flow: column;
  padding: 12px;
  border: 1px dashed #dcdcdc;
  border-radius: 4px;
}
.download-wrapper .groups span[b-3679pdyqo7] {
  font-size: 14px;
}
.download-wrapper .groups .links[b-3679pdyqo7] {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.download-wrapper .download-section-wrapper[b-3679pdyqo7] {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
/* /Components/Pages/Public/Pages/SupportPages/DownloadSection.razor.rz.scp.css */
.download-section[b-wskp6agrpr] {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.download-section h2[b-wskp6agrpr] {
  font-size: 16px;
  font-weight: bold;
  background: #dcdcdc;
  padding: 14px;
  border-radius: 4px;
}
.download-section .file-download-wrapper[b-wskp6agrpr] {
  margin: 4px 30px;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.download-section .file-download-wrapper .file-download[b-wskp6agrpr] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-section .file-download-wrapper .file-download h3[b-wskp6agrpr] {
  font-size: 14px;
  font-weight: bold;
}
.download-section .file-download-wrapper .file-download .seperator[b-wskp6agrpr] {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  margin-left: 14px;
  margin-right: 14px;
  flex-grow: 1;
}
.download-section .file-download-wrapper .file-download .alert[b-wskp6agrpr] {
  width: 100%;
  text-align: center;
}
/* /Components/Pages/Public/Pages/SupportPages/HelpSupport.razor.rz.scp.css */
.page-title[b-s0i9kh1vas] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-s0i9kh1vas] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.support-wrapper[b-s0i9kh1vas] {
  display: flex;
  flex-flow: column;
  gap: 48px;
  margin: 40px 0;
}
.support-wrapper .file-download-wrapper[b-s0i9kh1vas] {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.support-wrapper .file-download-wrapper .file-download[b-s0i9kh1vas] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support-wrapper .file-download-wrapper .file-download h2[b-s0i9kh1vas] {
  font-size: 16px;
  font-weight: bold;
}
.support-wrapper .file-download-wrapper .file-download .seperator[b-s0i9kh1vas] {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  margin-left: 14px;
  margin-right: 14px;
  flex-grow: 1;
}
/* /Components/Pages/Public/Pages/SupportPages/LearningSupport.razor.rz.scp.css */
.page-title[b-irhto3ir3i] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-irhto3ir3i] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.support-wrapper[b-irhto3ir3i] {
  display: flex;
  flex-flow: column;
  gap: 48px;
  margin: 40px 0;
}
.support-wrapper .file-download-wrapper[b-irhto3ir3i] {
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.support-wrapper .file-download-wrapper .file-download[b-irhto3ir3i] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support-wrapper .file-download-wrapper .file-download h2[b-irhto3ir3i] {
  font-size: 16px;
  font-weight: bold;
}
.support-wrapper .file-download-wrapper .file-download .seperator[b-irhto3ir3i] {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  margin-left: 14px;
  margin-right: 14px;
  flex-grow: 1;
}
/* /Components/Pages/Public/Pages/SupportPages/VideoSupport.razor.rz.scp.css */
.page-title[b-i9pa9u3wev] {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #efefef;
  width: 100%;
  height: 150px;
  padding: 8px;
  border-radius: 4px;
  gap: 16px;
}
.page-title h1[b-i9pa9u3wev] {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.support-wrapper[b-i9pa9u3wev] {
  display: flex;
  flex-flow: column;
  gap: 48px;
  margin: 40px 0;
}
.support-wrapper .video-wrapper[b-i9pa9u3wev] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.support-wrapper .video-wrapper .file[b-i9pa9u3wev] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  width: 340px;
  text-align: center;
}
.support-wrapper .video-wrapper .file h2[b-i9pa9u3wev] {
  font-size: 14px;
  font-weight: bold;
}
.support-wrapper .video-wrapper .file .video-container[b-i9pa9u3wev] {
  padding: 8px;
  min-width: 250px;
}
.support-wrapper .video-wrapper .file .video-container video[b-i9pa9u3wev] {
  width: 250px;
  border-radius: 8px;
}
/* /Components/Pages/Public/Shared/Footer.razor.rz.scp.css */
.footer-wrapper[b-5bu92eu493] {
  background: #3B9FD0;
  padding: 20px;
}
.footer-wrapper footer[b-5bu92eu493] {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.footer-wrapper footer .sections[b-5bu92eu493] {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.footer-wrapper footer .sections .section[b-5bu92eu493] {
  display: flex;
  flex-flow: column;
}
.footer-wrapper footer .sections .section h4[b-5bu92eu493] {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
}
.footer-wrapper footer .sections .section .links[b-5bu92eu493] {
  display: flex;
  flex-flow: column;
  margin-top: 10px;
  gap: 7px;
}
.footer-wrapper footer .sections .section .links a[b-5bu92eu493], .footer-wrapper footer .sections .section .links[b-5bu92eu493]  .smart-link {
  color: #fff;
  font-size: 14px;
}
.footer-wrapper footer .sections .section .links a:hover[b-5bu92eu493], .footer-wrapper footer .sections .section .links[b-5bu92eu493]  .smart-link:hover {
  color: #000;
}
.footer-wrapper footer .social[b-5bu92eu493] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.footer-wrapper footer .social a[b-5bu92eu493], .footer-wrapper footer .social[b-5bu92eu493]  .smart-link {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-wrapper footer .social a i[b-5bu92eu493], .footer-wrapper footer .social[b-5bu92eu493]  .smart-link i {
  font-size: 28px;
  color: #0972b6;
  margin-top: 6px;
}
.footer-wrapper footer .social a .aparat-icon[b-5bu92eu493], .footer-wrapper footer .social[b-5bu92eu493]  .smart-link .aparat-icon {
  width: 34px;
}
.footer-wrapper footer .social a:hover[b-5bu92eu493], .footer-wrapper footer .social[b-5bu92eu493]  .smart-link:hover {
  background: #0972b6;
}
.footer-wrapper footer .social a:hover i[b-5bu92eu493], .footer-wrapper footer .social[b-5bu92eu493]  .smart-link:hover i {
  color: #fff;
}
.footer-wrapper footer .copy-right[b-5bu92eu493] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-wrapper footer .copy-right span[b-5bu92eu493] {
  color: #fff;
  font-size: 14px;
}
/* /Components/Pages/Public/Shared/OwlCarouselComponent/OwlCarousel.razor.rz.scp.css */
.hide-nav .owl-nav[b-0z1r15dhvm] {
  display: none;
}
/* /Components/Pages/Public/Shared/Pagination.razor.rz.scp.css */
.pagination[b-kc2gggnbkq] {
  gap: 6px;
}
.pagination span[b-kc2gggnbkq] {
  font-size: 12px;
}

.page-link[b-kc2gggnbkq] {
  color: #3B9FD0;
  border-radius: 4px;
}

.active > .page-link[b-kc2gggnbkq], .page-link.active[b-kc2gggnbkq] {
  background-color: #0972b6;
  border-color: #0972b6;
  color: #fff;
}
/* /Components/Pages/Public/Shared/SiteHeader.razor.rz.scp.css */
.site-header[b-dupsckaw2r] {
  padding-top: 4px;
}
.site-header header[b-dupsckaw2r] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.site-header header .top-header[b-dupsckaw2r] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.site-header header .nav-menu[b-dupsckaw2r] {
  flex-flow: row-reverse;
}
.site-header header .actions[b-dupsckaw2r] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.site-header header .actions a[b-dupsckaw2r], .site-header header .actions[b-dupsckaw2r]  .smart-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0972b6;
  color: #fff;
  width: 80px;
  height: 40px;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}
.site-header header .actions a:hover[b-dupsckaw2r], .site-header header .actions[b-dupsckaw2r]  .smart-link:hover {
  background: #3B9FD0;
}
.site-header header .actions a.dashboard[b-dupsckaw2r], .site-header header .actions[b-dupsckaw2r]  .smart-link.dashboard {
  background: #3B9FD0;
}
.site-header header .actions a.dashboard:hover[b-dupsckaw2r], .site-header header .actions[b-dupsckaw2r]  .smart-link.dashboard:hover {
  background: #0972b6;
}
.site-header header .bg-body-tertiary[b-dupsckaw2r] {
  background-color: #3a3a3a !important;
}
.site-header header nav[b-dupsckaw2r] {
  border-radius: 4px;
  box-shadow: 0px 0px 4px rgba(131, 127, 127, 0.2901960784);
}
.site-header header nav .navbar-nav > li > a.nav-link[b-dupsckaw2r], .site-header header nav .navbar-nav > li[b-dupsckaw2r] >  .smart-link {
  font-size: 14px;
  color: #fff !important;
  transition: 0.3s;
}
.site-header header nav .navbar-nav > li > a.nav-link:hover[b-dupsckaw2r], .site-header header nav .navbar-nav > li[b-dupsckaw2r] >  .smart-link:hover {
  color: #3B9FD0 !important;
}
.site-header header nav .header-dropdown .dropdown-menu[b-dupsckaw2r] {
  border: 0;
  border-radius: 4px;
  box-shadow: 0px 0px 6px #f1f1f1;
}
@media (min-width: 576px) {
  .site-header header nav .nav-link[b-dupsckaw2r] {
    text-align: center;
  }
  .site-header header nav .header-dropdown .dropdown-menu[b-dupsckaw2r] {
    width: 200px;
  }
  .site-header header nav .navbar-nav > li:not(:last-child)[b-dupsckaw2r] {
    position: relative;
  }
  .site-header header nav .navbar-nav > li:not(:last-child)[b-dupsckaw2r]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    border-left: 1px solid #fff;
  }
  .site-header header nav .navbar-nav > li:not(:last-child) > .nav-link[b-dupsckaw2r] {
    padding-left: 12px;
  }
  .site-header header nav .navbar-nav > li[b-dupsckaw2r] {
    margin-right: 4px;
    text-align: center;
  }
}
.site-header header .navbar-toggler[b-dupsckaw2r] {
  background: #fff;
}

.dropdown-menu .dropdown-item[b-dupsckaw2r], .dropdown-menu[b-dupsckaw2r]  .smart-link {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}
.dropdown-menu .dropdown-item:hover[b-dupsckaw2r], .dropdown-menu[b-dupsckaw2r]  .smart-link:hover {
  color: #0972b6;
}

@media (min-width: 576px) {
  .dropdown:hover > .dropdown-menu[b-dupsckaw2r],
  .dropdown-submenu:hover > .dropdown-menu[b-dupsckaw2r] {
    display: block;
  }
}
.dropdown-submenu[b-dupsckaw2r] {
  position: relative;
}
.dropdown-submenu > .submenu-link > a.dropdown-toggle[b-dupsckaw2r]::after {
  display: none !important;
}
.dropdown-submenu .dropdown-menu[b-dupsckaw2r] {
  top: 0;
  right: 100%;
  margin-top: -1px;
  display: none;
  position: absolute;
  min-width: 180px;
  z-index: 1000;
}
.dropdown-submenu .submenu-link[b-dupsckaw2r] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 8px;
}
.dropdown-submenu .submenu-link img[b-dupsckaw2r] {
  position: absolute;
  left: 20px;
  top: 16px;
  transition: 0.3s ease-in-out;
}
.dropdown-submenu .submenu-link a:hover + img[b-dupsckaw2r] {
  left: 14px;
}
@media (max-width: 575.98px) {
  .dropdown-submenu .dropdown-menu[b-dupsckaw2r] {
    position: static;
    display: none;
    width: 100%;
    margin: 0;
    background: #dcdcdc;
  }
  .dropdown-submenu.show > .dropdown-menu[b-dupsckaw2r] {
    display: block;
  }
  .dropdown-submenu .submenu-link img[b-dupsckaw2r] {
    transform: rotate(-90deg);
    filter: invert(49%) sepia(63%) saturate(3833%) hue-rotate(177deg) brightness(94%) contrast(92%);
  }
  .dropdown-submenu .dropdown-item:active[b-dupsckaw2r] {
    background-color: #3B9FD0;
  }
}
/* /Components/Splash.razor.rz.scp.css */
@keyframes spin-b-0vtbs8sf3i {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spalsh[b-0vtbs8sf3i] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  gap: 10px;
  font-family: "Vazirmatn", sans-serif;
  color: #666;
  background: #fff;
  position: relative;
  z-index: 9999;
}
.spalsh img[b-0vtbs8sf3i] {
  width: 80px;
  opacity: 0.85;
}
.spalsh .loading-text[b-0vtbs8sf3i] {
  font-size: 15px;
  font-family: "iranyekan";
}

.spinner[b-0vtbs8sf3i] {
  width: 32px;
  height: 32px;
  border: 3px solid #ccc;
  border-top-color: #555;
  border-radius: 50%;
  animation: spin-b-0vtbs8sf3i 1s linear infinite;
}
