/* @import "/webapi/fl26791095/_main.css";
@import "/webapi/fl26790789/customer_service.css"; */
.main {
    padding-top: 100px !important;
    width: 100%;
}

@media screen and (max-width: 1200px) {
.main {
  padding-top: 70px !important;
}
}

/* CSS Document */
/*應用方案首頁*/
.AN_content {
  color: var(--gray);
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.AN_content::before {
  position: absolute;
  content: "";
  background: url("../../../assets/image/bg_01.png")no-repeat 0% 0%;
  background-size: 100% 100%;
  width: 100%;
  height: 350px;
  top: -100px;
  left: 0;
  z-index: -1;
}
.AN_content::after {
  position: absolute;
  content: "";
  background: url("../../../assets/image/bg_02.png")no-repeat 0% 0%;
  background-size: 100% 100%;
  width: 100%;
  height: 650px;
  bottom: -150px;
  left: 0;
  z-index: -1;
}
.AN_content div, .AN_content figure {
  box-sizing: border-box;
}
.AN_banner_text {
  text-align: center;
  margin: 4.6rem 0.8rem 8.6rem 0.8rem;
}
.AN_banner_text h1 {
  font-family: "Corbel";
  color: var(--blue);
  font-size: 2.8rem;
  font-weight: lighter;
  margin-bottom: 10px;
}
.AN_banner_text p {
	font-family: "Corbel";
  color: var(--gray);
  font-size: var(--font-subtitle);
  font-weight: lighter;
  line-height: 1.8;
}
.AN_Menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.AN_Menu figure {
  margin-right: 2rem;
  text-align: center;
  -webkit-transition: -webkit-transform .5s linear;
  -moz-transition: -moz-transform .5s linear;
  -o-transition: -o-transform .5s linear;
  -ms-transition: -ms-transform .5s linear;
  transition: transform .5s linear;
}
.AN_Menu figure:last-child {
  margin-right: 0;
}
.AN_Menu figure:hover {
  transition: .5s;
  transform: translateY(-10px);
}
.AN_Menu p {
  font-size: var(--font-subtitle);
  font-weight: 700;
  color: var(--blue);
  text-align: center;
}
.Menu-items {
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: var(--box-shadow);
  padding: 25px;
  min-height: 55%;
}
.Menu-items li {
  text-align: center;
  line-height: 2.5;
  list-style: none;
  border-bottom: solid 1px #e6e6e6;
  font-weight: 400;
}
.Menu-items li:last-child {
  border-bottom: solid 1px #FFF;
}
.Menu-items li a {
  color: var(--gray);
}
.Menu-items li a:hover {
  color: var(--blue);
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  .AN_banner_text {
    margin: 0.8rem 0.8rem 3.6rem 0.8rem;
  }
  .AN_Menu {
    flex-direction: column;
  }
  .AN_Menu figure {
    margin-right: 0;
    margin-top: 3rem;
  }
  .AN_Menu figure:first-child {
    margin-top: 0;
  }
  .AN_Menu figure img {
    width: 200px;
  }
}
/*應用方案第二層*/
/*第二層 banner*/
.AN_content_banner {
  display: flex;
  align-items: center;
  margin-top: 50px;
  flex-direction: column;
  background: url("../../../assets/image/bg_03.png")no-repeat 0% 100%;
  background-size: 100% 100%;
}
.AN_content_banner_top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.AN_content_banner div, .AN_content_banner figure {
  box-sizing: border-box;
}
.AN_content_banner h1 a, .AN_content_banner h1 a:hover {
  font-family: "Corbel";
  color: var(--blue);
  font-size: 2.8rem;
  font-weight: 100;
  margin-right: 5rem;
  line-height: 1.4;
}
.AN_content_banner img {
  width: 80%;
}
/*第二層 Menu TOP*/
.AN_menu-Sub > ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}
.AN_menu-Sub li {
  position: relative;
  /*  white-space: nowrap;*/
}
.AN_menu-Sub ul li {
  color: var(--blue);
  font-weight: 600;
  font-size: var(--font-content);
  padding-bottom: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.AN_menu-Sub li a {
  color: var(--blue);
  font-weight: 400;
  font-size: var(--font-content);
  padding-bottom: 0px;
  display: block;
}
.AN_menu-Sub li a:hover {
  color: var(--blue);
}
.AN_menu-Sub .open {
  color: var(--green);
  border-bottom: solid 2px var(--green);
}
.AN_menu-Sub ul ul {
  display: none;
  position: absolute;
  margin-top: 35px;
  padding: 15px 20px;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  z-index: 99;
  cursor: default;
  width: max-content;
}
.AN_menu-Sub ul ul li {
  margin: 0px;
  cursor: default;
  display: block;
}
.AN_menu-Sub ul ul li a {
  margin: 0px;
  color: var(--gray);
  border-bottom: solid 0px var(--white);
}
.AN_menu-Sub ul ul li:last-child {
  margin-bottom: -10px;
}
.AN_menu-Sub ul li:hover > ul { /* 滑鼠滑入展開次選單*/
  display: block;
}
/*第二層 內容*/
.AppNotes_page {
  display: flex;
}
.AppNotes_page nav {
  width: 25%;
  background: var(--white);
  box-shadow: var(--box-shadow);
  padding: 1rem 1.4rem;
  border-radius: 10px;
  margin-right: 5%;
  height: 100%;
  min-height: 651px;
}
.AppNotes_page nav .title {
  color: var(--green);
  border-bottom: 2px solid var(--green);
  font-weight: 600;
  line-height: 1.8;
}
.nav_content {
  margin-top: .8rem;
}
.nav_content li {
  margin-bottom: .4rem;
}
.nav_content a {
  color: var(--gray);
  line-height: 1.8;
}
.nav_content a:hover {
  color: var(--green);
}
.nav_content .active a {
  color: var(--blue);
}
.AN_list {
  width: 70%;
}
.list_title {
  font-weight: 600;
  color: var(--white);
  background: var(--blue);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: .5rem .8rem .5rem .8rem;
}
.list_type, .list_content {
  display: flex;
  color: var(--gray);
}
.list_type li, .list_content li {
  margin-right: .8rem;
  display: flex;
  align-items: center;
}
.list_type li:first-child, .list_content li:first-child {
  width: 70%;
}
.list_type li:last-child, .list_content li:last-child {
  width: 30%;
}
.list_type {
  background: var(--bg-color-gray);
  padding: .2rem .8rem;
}
.list_content {
  padding: .8rem .8rem;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  margin-top: .8rem;
}
.list_content:hover {
	cursor: pointer;
	color: var(--blue);
  border: solid 1px var(--blue);
  transition: .5s;
  transform: translateY(-2px);
}
@media only screen and (max-width: 499px) {
  .AN_menu-Sub ul li:first-child {
    justify-content: flex-start;
  }
  .AN_menu-Sub ul li:last-child {
    justify-content: flex-end;
  }
  .AN_menu-Sub > ul {
    justify-content: space-between;
  }
  .AN_menu-Sub ul ul:last-child {
    margin-right: -10px;
  }
  .AN_menu-Sub ul ul {
    width: 150px;
  }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
  .AN_menu-Sub ul li:last-child {
    justify-content: flex-end;
  }
  .AN_menu-Sub ul ul:last-child {
    margin-right: -50px;
  }
}
@media screen and (min-width: 0px) and (max-width: 992px) {
  .AN_banner_text h1, .AN_content_banner h1 a, .AN_content_banner h1 a:hover {
    font-size: var(--font-banner-title);
  }
  .AppNotes_page nav {
    display: none;
  }
  .AN_list {
    width: 100%;
  }
}
/*第三層 內容*/
/*應用筆記內頁 for PDF*/
.PFD_wrapper {
  padding: .8rem;
  background: var(--bg-color-gray-dark);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
}
.PFD_wrapper object a{
color: var(--orange);
}
.left {
  width: 70%!important;
	height: 900px!important;
}
.PFD_object {
  height: 900px;
}
.right {
  color: var(--white);
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  height: calc(900px - 30px);
  padding: 15px 3%;
  background: #525659;
  margin-left: 20px;
  border-radius: 5px;
  width: 30%;
}
.score-btn {
  padding: 10px;
  border-radius: 5px;
  margin-top: 20px;
  background-color: #ccc;
  border: none;
  cursor: text;
  display: flex;
  align-items: center;
  justify-content: center;

  .Download {
    width: 18px;
  }

  .Downloading {
    background-color: var(--green);
  }
}
.score-btn_active {
  background-color: var(--blue-light);
  cursor: pointer;
}
.score-btn_active:hover {
  background-color: var(--green);
}
.score-btn span {
  color: var(--bg-color-gray);
  /* background: url("../../../assets/image/Download.svg") no-repeat 0% 50%; */
  padding-left: 10px;
  font-size: 1rem;
  filter: brightness(0.4) sepia(0) hue-rotate(0deg) saturate(0);
}

.score-btn.active span {
    color: var(--bg-color-gray);
    /* background: url("../../../assets/image/Download.svg") no-repeat 0% 35%; */
    padding-left: 10px;
    font-size: 1rem;
    filter: none;
}

.score-btn_active span {
  color: var(--white);
  /* filter: brightness(1) sepia(0) hue-rotate(0deg) saturate(0); */
}
.score-Download {
  display: block;
}

.score-btn.active {
    background-color: var(--blue-light);
    cursor: pointer;
   span {
    color: #fff;
   }
}

.score-btn.downloading {
  background-color: var(--green);
  /* cursor: none; */
 span {
  color: #fff;
 }
}

.Appscore {
  color: #FBCC3B;
  font-size: var(--font-size);
  font-weight: 600;
  text-align: center;
}
.right hr {
  width: 100%;
  margin: 35px auto;
  border: 1px solid #848484;
}
.right input, .right textarea {
  border-radius: 5px;
  margin-top: 10px;
  padding: 8px;
  font: 400 var(--font-size) var(--font-family);

  &:focus {
    background-color: #fff;
  }
}
.import-text-btn {
  color: var(--white);
  padding: 10px;
  border-radius: 50px;
  margin-top: 20px;
  background-color: var(--blue-light);
  border: none;
  width: 30%;
  margin: 10px auto;
  font-size: var(--font-size);
  cursor: pointer;
}

.import-text-btn-disabled {
  background-color: var( --bg-color-gray);
  color: var( --bg-color-gray-dark)
}

.import-text-btn:hover {
  background-color: var(--green);
}
.import-text-btn-disabled:hover {
  background-color: var( --bg-color-gray);
}
.import-text-btn:active {
  background-color: var(--green-dark);
}
.wordsNum{
	color: var(--gray-light);
	font-size: var(--font-remark);
}
@media screen and (min-width: 0px) and (max-width: 750px) {
  .PFD_wrapper {
    flex-direction: column;
  }
  .left {
    width: 100%!important;
  }
  .right {
    padding: 15px 5%;
    width: calc(100% - 10%);
    height: auto;
    margin-left: 0;
    margin-top: 20px;
    box-sizing: content-box;
  }
  .PFD_object {
    height: 500px;
  }
}
@media screen and (min-width: 751px) and (max-width: 992px) {
  .left {
    width: 60%!important;
  }
  .right {
    width: 40%;
  }
}
/*星星評分*/
.Appscore-container {
  display: flex;
  flex-direction: column;
}
.star_box, .Appscore_text {
  display: flex;
  justify-content: space-around;
}
.star_box {
  color: #ccc;

  .star {
    font-size: 1.8rem;
    cursor: pointer;
  }

  .active {
    color: #f1c40f;
  }
}
.fa {
  font-size: 1.8rem;
  cursor: pointer;
}
.fa-star:before {
  content: "\f005"
}
.fa-star-o:before {
  content: "\f006"
}
.star_box .rating-star.is--active, .star_box .rating-star.is--hover {
  color: #f1c40f;
}
.star_box .rating-star.is--no-hover {
  color: #ccc;
}
.Appscore_checkbox {
  display: none;
  padding-left: 1rem;
  padding-right: 1rem;
}
.Appscore_checkbox.active {
  display: flex;
  flex-direction: column;
}
/*星星評分 END*/

/* CSS Document */
.page_narrow {
  margin: 2rem auto 5% !important;
}
/*頁面文字設定*/
.PG_title {
  color: var(--green);
  font-size: var(--font-title);
  font-weight: bold;
  display: flex;
}
.PG_title svg {
  display: block;
  width: 30px;
  margin-right: 5px;
}
.PG_title .st0 {
  fill: var(--green);
}
.Sub-TextTitle {
  color: var(--green);
  font-size: var(--font-subtitle);
  font-weight: 600;
  line-height: 1.6;
}
.TextTitle {
  color: var(--green);
  font-size: var(--font-subtitle);
  font-weight: 600;
  line-height: 1.6;
	margin: 0;
}
.TextTitle2 {
  color: var(--blue);
  font-size: var(--font-subtitle);
  font-weight: 600;
  line-height: 1.8;
}
.TextTitle3 {
  color: var(--blue-dark);
  font-size: var(--font-subtitle);
  font-weight: 600;
  line-height: 1.8;
}
.TextContent, .APP_TextContent {
  color: var(--gray);
  font-size: var(--font-content);
  line-height: 1.8;
  width: 100%;
}
.App_TextTitle_new {
  color: var(--blue);
}
.TextList {
  color: var(--gray);
  font-size: var(--font-content);
}
.TextList a {
  color: var(--blue);
}
.TextList a:hover {
  color: var(--green);
}
.TextList li {
  line-height: 1.8;
  text-indent: -1em;
}
.TextList li::before {
  font-family: fontawesome;
  content: "\f0da";
  font-size: 16px;
  color: var(--blue);
  padding-right: 0.8rem;
}
.TextFont {
  color: var(--blue-light);
  font-size: var(--font-content);
  font-weight: 600;
  line-height: 1.8;
}
/*for 產品白頁*/
/*簡介文字設定*/
.container_narrow {
  width: var(--width-narrow);
  max-width: var(--max-width-narrow);
  margin: 0 auto;
}
.container_fullnarrow {
  width: calc(var(--fullwidth-narrow));
}
.products_page {
  display: flex;
  flex-direction: column;
}
.PartNo {
  color: var(--blue);
  font-size: var(--font-banner-title);
  font-weight: 600;
  line-height: 1.6;
  /*  width: 100%;*/
  word-break: break-all;
}
/*簡介文字設定 END*/
/*點擊展開閱讀全文功能*/
/* 容器 */
.content_box {
  width: calc(var(--fullwidth-narrow) - var(--fullwidth-narrow-padding) - var(--fullwidth-narrow-padding));
  padding-left: var(--fullwidth-narrow-padding);
  padding-right: var(--fullwidth-narrow-padding);
  overflow: hidden;
  position: relative;
  box-sizing: initial;
}
/* 展开阅读全文 */
div.wanne_read_more {
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  position: absolute;
  text-align: center;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
}
/* 展开阅读全文按钮 */
div.wanne_read_more a {
  display: inline-block;
  color: var(--blue);
  border: 1px solid var(--blue);
  margin-top: 48px;
  padding: 10px 10%;
}
div.wanne_read_more a:hover {
  color: var(--white);
  border: 1px solid var(--white);
  background: var(--blue);
}
/* 向下箭头 */
div.wanne_read_more a .down_arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: rotate(45deg);
  margin-bottom: 3px;
  margin-left: 10px;
}
div.wanne_read_more a:hover .down_arrow {
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
}
/* 收起全文 */
div.wanne_read_few {
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 125px;
  position: absolute;
  text-align: center;
}
/* 收起全文按钮 */
div.wanne_read_few a {
  display: inline-block;
  color: var(--bg-color-gray-alpha);
  border: 1px solid #4d4d4d4f;
  margin-top: 70px;
  padding: 10px 10%;
}
.content_box.open {
  padding-bottom: 60px;
  margin-bottom: 20px;
  height: auto !important;
}

.content_box.close {
     /* padding-bottom: 60px;
     margin-bottom: 20px; */
    height: 200px;
  }

div.wanne_read_few a:hover {
  color: var(--white);
  border: 1px solid var(--white);
  background: var(--blue);
}
/* 向下箭头 */
div.wanne_read_few a .down_arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--bg-color-gray-alpha);
  border-bottom: 2px solid var(--bg-color-gray-alpha);
  transform: rotate(225deg);
  margin-bottom: -2px;
  margin-left: 10px;
}
div.wanne_read_few a:hover .down_arrow {
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
}
/*點擊展開閱讀全文功能 END*/
/*MORE 點擊展開閱讀全文功能*/
.appnotes_wrapper .about_MCU {
  overflow: hidden;
  position: relative;
  height: auto;
  max-height: 90px;
}
.appnotes_wrapper .about_MCU.more {
    height: auto;
    max-height: initial;
}
.appli_download .about_MCU {
  overflow: hidden;
  position: relative;
}

/* 展开阅读全文 */
div.about_MCU_read_few {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent var(--bg-color-gray-alpha) transparent;
}
div.about_MCU_read_few a {
  display: inline-block;
  font-size: 1rem;
  color: var(--white);
  right: 15px;
  bottom: -73px;
  position: absolute;
  z-index: 1;
  transform: rotate(312deg);
}
div.about_MCU_read_few:hover {
  border-color: transparent transparent var(--green) transparent;
}
div.about_MCU_read_few:hover a {
  color: var(--white);
}
/* 展开阅读全文按钮 */
div.about_MCU_read_more {
  position: absolute;
  cursor: pointer;
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 90px 90px;
  border-color: transparent transparent var(--blue-dark) transparent;
}
div.about_MCU_read_more a {
  display: inline-block;
  font-size: 1rem;
  color: var(--white);
  right: 10px;
  bottom: -75px;
  position: absolute;
  z-index: 1;
  transform: rotate(315deg);
}
div.about_MCU_read_more:hover {
  border-color: transparent transparent var(--green) transparent;
}
div.about_MCU_read_more:hover a {
  color: var(--white);
}
/*MORE 點擊展開閱讀全文功能 END*/
/*Tab*/
.page_tabs {
  width: 100%;
  margin-top: 20px;
}
.tabs svg, .tab_title svg, .appli_download_title SVG {
  width: 35px;
  margin-right: 10px;
}
.page_st0 {
  fill: var(--white);
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page_tabs ul.tabs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-color-gray-light);
  box-shadow: var(--box-shadow);
}
.page_tabs ul.tabs li {
  background: var(--bg-color-gray-light);
  width: calc(100% /4);
  border-right: 1px solid #fff;
}
.page_tabs ul.tabs li:last-child {
  border-right: unset;
}
.page_tabs ul.tabs li a {
  padding: 5px;
  color: var(--white);
  font-size: var(--font-content);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.page_tabs ul.tabs li.active {
  background: var(--blue);
}
.page_tabs ul.tabs li:hover, .page_tabs ul.tabs li.active:hover {
  background: var(--blue-dark);
}
.page_tabs ul.tabs li span {
  line-height: 1.5;
}
div.tab_container {
  width: calc(var(--fullwidth-narrow) - var(--fullwidth-narrow-padding) - var(--fullwidth-narrow-padding));
  padding-left: var(--fullwidth-narrow-padding);
  padding-right: var(--fullwidth-narrow-padding);
  background: var(--bg-color-gray);
  display: flex;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 70px;
  flex-wrap: wrap;
  flex-direction: row;
  box-sizing: initial;
}
/*Tab END*/
/*fixed*/
.page_fixbox {
  z-index: 95;
}
.breadcrumbs_bar.page_fixbox.page_fixed {
  position: fixed;
  top: 0px;
  margin-top: 73px;
  background-image: unset;
  z-index: 96;
  width: calc(var(--fullwidth-narrow));
}
.Title_box.page_fixbox {
  width: calc(var(--fullwidth-narrow) - var(--fullwidth-narrow-padding) - var(--fullwidth-narrow-padding));
  padding-left: var(--fullwidth-narrow-padding);
  padding-right: var(--fullwidth-narrow-padding);
  margin-top: 20px;
  box-sizing: initial;
}
.Title_box.page_fixbox.page_fixed {
  position: fixed;
  top: 0px;
  margin-top: 0px;
  padding-top: 120px;
  padding-left: var(--fullwidth-narrow-padding);
  padding-right: var(--fullwidth-narrow-padding);
  left: 0%;
  width: calc(var(--fullwidth-narrow) - var(--fullwidth-narrow-padding) - var(--fullwidth-narrow-padding));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 15%);
  box-sizing: initial;
}
.page_fixed_Bar {
  position: fixed;
  z-index: 90;
  top: 50px;
  border-top: 70px solid var(--white);
}
/*fixed END*/
/*Features*/
.tab_content {
  width: calc(var(--fullwidth-narrow));
}
.tab_content .TextTitle3 {
  border-radius: 10px 10px 0 0;
  padding: 1rem 1rem 0 2rem;
  background: var(--bg-color-white);
}
.tab_content .TextList {
  background: var(--white);
  margin-top: -13px;
  padding: 1rem 2rem 1rem 3rem;
  border-radius: 0 0 10px 10px;
}
/*Features END*/
/*tab_title*/
.tab_title_div ul label, .tab_title_div ul {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.tab_title, .appli_download_title {
  color: var(--blue);
  font-size: var(--font-subtitle);
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-top: 50px;
}
ul.tab_title_ul {
  background: #d8e5e9;
  font-weight: 600;
}
.tab_content .page_st0, .appli_download .page_st0, .appnotes_wrapper .page_st0 {
  fill: var(--blue);
}
.tab_title_div ul {
  border-bottom: 1px solid var(--gray-light);
}
.tab_title_div ul:first-child, .tab_title_div ul:last-child {
  border-bottom: unset;
}
.tab_title_div ul li:first-child {
  color: var(--blue);
}
ul.tab_title_ul li {
  color: var(--gray) !important;
}
.tab_title_div ul li {
  width: 100%;
  padding: 10px 20px;
}
.tab_title_div ul label {
  cursor: pointer;
  color: var(--gray);
}
.tab_title_div ul label:hover {
  background: var(--bg-color-blue-light);
}
#tab2 .tab_title_div ul li:first-child {
  word-break: break-all;
}
.tab_title_div {
  overflow: auto;
}
#tab3 .tab_title_div ul {
  min-width: max-content;
}
#tab3 .tab_title_div.scroll {
  margin: auto;
  white-space: nowrap;
}
#tab3 .tab_title_div ul li {
  color: var(--gray);
}
#tab3 .tab_title_div ul li, #tab3 .DTools li ul li {
  min-width: 100px;
}
#tab3 .tab_title_div ul li a {
  color: var(--blue);
}
#tab3 .tab_title_div ul li a:hover {
  color: var(--green);
}
#tab3 .tab_title_ul {
  min-width: max-content;
}
#tab3 .tab_title_ul ul li {
  background: #d8e5e9;
}
#tab3 .DTools {
  align-items: center;
}
#tab3 .DTools li > ul {
  display: flex;
  flex-direction: column;
}
#tab3 .DTools li > ul > li {
  padding: .2rem;
}
#tab3 .tab_title_ul li:first-child, #tab3 .DTools .DTPartNo {
  text-align: left;
  position: sticky;
  z-index: 1;
  left: 0px;
  background: var(--bg-color-blue-light);
  display: flex;
  align-items: center;
}
#tab3 .tab_title_ul li:first-child, #tab3 .DTools .DTPartNo {
  text-align: left;
  position: sticky;
  z-index: 1;
  left: 0px;
}
#tab3 .tab_title_ul li:first-child {
  background: #add6e2;
  border-right: 1px solid #add6e2;
}
#tab3 .DTools .DTPartNo {
  background: var(--bg-color-blue-light);
}
#tab4 .tab_title_div ul li:first-child {
  text-indent: -1.8em;
  padding: 10px 50px;
}
#tab4 .tab_title_div label li:first-child::before {
  font-family: fontawesome;
  content: "\f358";
  font-size: 16px;
  color: var(--blue);
  padding-right: .8rem;
}
/*tab_title END*/
@media only screen and (max-width: 300px) {
  .page_tabs .tabs svg {
    display: block;
  }
  .page_tabs ul.tabs li a span {
    display: none;
  }
}
@media screen and (min-width: 301px) and (max-width: 725px) {
  .page_tabs .tabs svg {
    display: none;
  }
  .page_tabs ul.tabs li a {
    font-size: var(--font-content);
  }
  .page_tabs ul.tabs li span {
    text-align: center;
  }
}
@media only screen and (max-width: 730px) {
  .page_tabs ul.tabs li {
    height: 60px;
  }
  .page_tabs ul.tabs li a {
    padding: 0 5px;
  }
}
@media screen and (min-width: 610px) and (max-width: 800px) {
  .page_tabs ul.tabs li a {
    font-size: var(--font-remark);
  }
}
/*Development Tools 另開視窗*/
.DT_Windows{
	background: var(--bg-color-white);
	box-shadow: var(--box-shadow);
    display: flex;
    justify-content: center;
}
.DT_Windows img{
	background: var(--white);
    display: flex;
    justify-content: center;
    margin: 2rem auto;
	width: 100%;
	max-width: 900px;
	height: 100%;
}
/*for 產品推廣政策*/
.policy strong {
  color: var(--blue);
}
.policy ul {
  margin: auto 5%;
  margin-bottom: 30px;
}
.policy li {
  list-style: disc;
  color: var(--blue);
  font-weight: 600;
}
.policy .TextTitle3 {
  color: var(--blue);
}
.policy .TextTitle3::before {
  font-family: fontawesome;
  content: "\f0da";
  font-size: 16px;
  color: var(--blue);
  padding-right: 0.8rem;
}
.EOL_Procedure_text {
  margin: auto 3%;
}
/*產品終止的流程*/
hgroup h1 {
  color: var(--white);
  font-size: var(--font-remark);
  font-weight: 600;
}
hgroup p {
  color: var(--white);
  font-size: .7rem;
  margin: 0;
  line-height: 1.8;
}
.speech-bubble {
  position: relative;
  background: var(--blue);
  border-radius: .4em;
  width: 100px;
  text-align: center;
}
.speech-bubble:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 17px solid transparent;
}
.speech-bubble.stag1 {
  left: -30px;
  bottom: 85px;
}
.speech-bubble.stag1:after {
  bottom: 0;
  left: 40%;
  border-top-color: var(--blue);
  border-bottom: 0;
  border-right: 0;
  margin-left: -30px;
  margin-bottom: -15px;
}
.speech-bubble.stag2 {
  left: -30px;
  bottom: -20px;
}
.speech-bubble.stag2:after {
  top: 0;
  left: 50%;
  border-bottom-color: var(--blue);
  border-top: 0;
  border-right: 0;
  margin-left: -28px;
  margin-top: -15px;
}
.speech-bubble.stag3 {
  left: -20px;
  bottom: 85px;
}
.speech-bubble.stag3:after {
  bottom: 0;
  left: 40%;
  border-top-color: var(--blue);
  border-bottom: 0;
  border-right: 0;
  margin-left: -30px;
  margin-bottom: -15px;
}
.speech-bubble.stag4 {
  left: -25px;
  bottom: 85px;
}
.speech-bubble.stag4:after {
  bottom: 0;
  left: 40%;
  border-top-color: var(--blue);
  border-bottom: 0;
  border-right: 0;
  margin-left: -30px;
  margin-bottom: -15px;
}
.speech-bubble.stag5 {
  right: 80px;
  bottom: -50px;
}
.speech-bubble.stag5:after {
  top: 0;
  left: 50%;
  border-bottom-color: var(--blue);
  border-top: 0;
  border-right: 0;
  margin-left: 20px;
  margin-top: -15px;
}
.w3-progress-container {
  width: 100%;
  height: 1.5em;
  position: relative;
  background-color: #f1f1f1;
  margin: 80px auto;
}
.w3-progressbar {
  color: var(--white);
  font-size: var(--font-remark);
  text-align: center;
  white-space: nowrap;
  background-color: var(--blue-light);
  height: 100%;
  position: absolute;
  line-height: inherit;
  border-right: 5px solid var(--blue);
}
.w3-progressbar.stag1 {
  border-left: 5px solid var(--blue);
  z-index: 4;
  width: 10%;
}
.w3-progressbar.stag2 {
  z-index: 3;
  width: 11%;
  left: 10%;
}
.w3-progressbar.stag3 {
  z-index: 2;
  width: 60%;
  left: 20%;
}
.w3-progressbar.stag4 {
  z-index: 1;
  width: 20%;
  left: 80%;
}
.w3-progressbar.stag5 {
  z-index: 1;
  width: 0%;
  left: 100%;
}
/*產品終止的流程 END*/
@media screen and (min-width: 0px) and (max-width: 300px) {
  .w3-progressbar.stag1 {
    width: 20%;
  }
  .w3-progressbar.stag2 {
    width: 20%;
    padding-left: 33px;
  }
  .w3-progressbar.stag3 {
    width: 40%;
    padding-left: 42px;
  }
  .w3-progressbar.stag4 {
    width: 20%;
  }
  .w3-progressbar {
    font-size: .5rem;
    line-height: 2;
  }
  .speech-bubble {
    width: 90px;
  }
  .speech-bubble.stag1 {
    left: -23px;
    bottom: 90px;
  }
  .speech-bubble.stag1:after {
    margin-left: -30px;
  }
  .speech-bubble.stag2 {
    left: -40px;
  }
  .speech-bubble.stag3 {
    left: -16px;
    bottom: 90px;
  }
  .speech-bubble.stag3:after {
    margin-left: -20px;
  }
  .speech-bubble.stag4 {
    bottom: 90px;
  }
}
@media screen and (min-width: 301px) and (max-width: 450px) {
  .w3-progressbar.stag1 {
    width: 20%;
  }
  .w3-progressbar.stag2 {
    width: 20%;
    padding-left: 33px;
  }
  .w3-progressbar.stag3 {
    width: 47%;
    padding-left: 42px;
  }
  .w3-progressbar.stag4 {
    width: 20%;
  }
  .w3-progressbar {
    font-size: .5rem;
    line-height: 2;
  }
  .speech-bubble {
    width: 100px;
  }
  .speech-bubble.stag1 {
    left: -27px;
    bottom: 90px;
  }
  .speech-bubble.stag1:after {
    margin-left: -30px;
  }
  .speech-bubble.stag2 {
    left: -33px;
  }
  .speech-bubble.stag3 {
    left: -12px;
    bottom: 90px;
  }
  .speech-bubble.stag3:after {
    margin-left: -20px;
  }
  .speech-bubble.stag4 {
    bottom: 90px;
  }
}
@media screen and (min-width: 451px) and (max-width: 600px) {
  .w3-progressbar.stag1 {
    width: 12%;
  }
  .w3-progressbar.stag2 {
    width: 13%;
    padding-left: 15px;
  }
  .w3-progressbar:first-child, .w3-progressbar:nth-child(2) {
    font-size: .5rem;
    line-height: 2;
  }
  .speech-bubble.stag2 {
    left: -40px;
  }
  .speech-bubble.stag3 {
    left: 4px;
  }
}
@media screen and (min-width: 601px) and (max-width: 750px) {
  .w3-progressbar.stag2 {
    width: 13%;
  }
  .w3-progressbar:first-child, .w3-progressbar:nth-child(2) {
    font-size: .7rem;
    line-height: 2;
  }
  .speech-bubble.stag3 {
    left: -10px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .w3-progressbar:first-child, .w3-progressbar:nth-child(2) {
    font-size: .8rem;
    line-height: 2;
  }
}
/*for 產品型號索引 + 限用產品*/
/* 固定凍結表頭 */
.TableScroll {
  overflow: auto;
}
.sub_bar.page_fixbox.page_fixed {
  position: fixed;
  top: 0px;
  margin-top: 73px;
  width: calc(var(--fullwidth-narrow) - var(--fullwidth-narrow-padding));
  z-index: 97;
}
@media screen and (min-width: 0px) and (max-width: 400px){
.sub_bar.page_fixbox .dropdown li a span{
  display: none;
}
	.sub_bar svg {
    width: 25px;
}
}
@media screen and (min-width: 401px) and (max-width: 768px){
.sub_bar.page_fixbox.page_fixed {
  width: calc(var(--fullwidth-narrow) - var(--width-narrow-padding));
}
}
.PG_title.page_fixbox.page_fixed {
  position: fixed;
  top: 0px;
  background: var(--bg-color-white);
  width: calc(var(--fullwidth-narrow) - var(--width-narrow-padding) - var(--width-narrow-padding));
  padding: 20px 0;
}
.TableHeader.page_fixbox.page_fixed {
  position: fixed;
  top: 0px;
  width: calc(var(--fullwidth-narrow) - var(--width-narrow-padding) - var(--width-narrow-padding));
  display: flex;
}
.TableHeader.page_fixbox.page_fixed .TextWhiteBold {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 表格*/
.fixbox_table .PG_title {
  margin-bottom: 20px;
}
.fixbox_table .TextWhiteBold {
  background-color: var(--blue);
  color: var(--white);
  text-align: center;
}
.fixbox_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--gray);
  font-size: var(--font-content);
}
.fixbox_table table tr td {
  border-bottom: var(--border-gray-light);
}
.fixbox_table table tr:last-child td {
  border-bottom: 0;
}
.fixbox_table table tr:first-child td {
  border-right: 1px solid var(--white);
}
.fixbox_table table tr:first-child td:last-child {
  border-right: 0px;
}
.fixbox_table table tr td:first-child {
  width: 20%;
  border-top-left-radius: 5px;
}
.fixbox_table table tr td:nth-child(2) {
  width: 60%;
}
.fixbox_table table tr td:nth-child(3) {
  width: 10%;
}
.fixbox_table table tr td:last-child {
  width: 10%;
  border-top-right-radius: 5px;
}
.fixbox_table table tr td:nth-child(3), .fixbox_table table tr td:last-child {
  text-align: center;
}
.fixbox_table table a {
  color: var(--blue);
}
.fixbox_table table tr a:hover {
  color: var(--green);
}
.fixbox_table table tr:hover {
  background-color: var(--bg-color-blue-lighter);
}
/*for 現有產品終止通知 + 終止產品*/
.EOL .TextList li {
  display: flex;
  flex-direction: column;
  border-bottom: var(--border-gray-light);
  padding-bottom: 0.8rem;
  word-break: break-all;
}
.EOL .TextList li:first-child {
  margin-top: .8rem;
}
.EOL .TextList li:last-child {
  border-bottom: unset;
}
.EOL .TextList p {
  color: var(--blue);
  font-weight: 600;
  text-indent: -1em;
  margin-left: 20px;
}
.EOL .TextList li {
  text-indent: unset;
}
.EOL .TextList li::before {
  content: " ";
}
.EOL .TextList li p::before {
  font-family: fontawesome;
  content: "\f0da";
  font-size: 16px;
  color: var(--blue);
  padding-right: 0.8rem;
}
.EOL .TextList li font {
  margin-left: 20px;
}
.EOL .TextList a {
  color: var(--green);
}
.EOL .TextList a:hover {
  color: var(--blue);
}
/*for 應用方案內頁*/
.container_fullnarrow.app_page {
  align-items: flex-start;
}
/*應用方案-特色*/
.product_img {
  width: 150px;
}
.product_img img {
  width: inherit;
}
.application_content {
  background: var(--bg-color-green-light);
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: .8rem;
}
.TextBlock {
  margin: 10px 20px;
  padding-right: .8rem;
  border-right: var(--border-gray-light);
  width: 23%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.TextBlock:last-child {
  border-right: 0px;
}
.TextBlock_TextTitle {
  color: var(--green);
  font-size: var(--font-subtitle);
  font-weight: 600;
  margin-bottom: 0;
}
.TextBlock_TextTitle:before {
  font-family: fontawesome;
  content: "\f111";
  font-size: 12px;
  margin-right: 10px;
  vertical-align: middle;
}
.TextBlock_TextContent {
  color: var(--gray);
  font-size: var(--font-remark);
}
/*應用方案-tab*/
.tab_container.container_fullnarrow.app_pag {
  background: var(--bg-color-white);
  color: var(--gray);
}
.tab_img {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab_img img {
  max-width: 800px;
  width: 100%;
  height: auto;
}
.Working_box {
  width: var(--width-narrow);
  max-width: var(--max-width-narrow);
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*應用方案-關鍵字*/
.key_word, .appli_key_word {
  width: calc(var(--fullwidth-narrow) - var(--fullwidth-narrow-padding) - var(--fullwidth-narrow-padding));
  padding-left: var(--fullwidth-narrow-padding);
  padding-right: var(--fullwidth-narrow-padding);
  margin-bottom: var(--page-bottom);
  color: var(--gray);
  font-size: var(--font-content);
  line-height: 1.8;
  box-sizing: initial;
}
.key_word a, .about_MCU a {
  color: var(--blue);
}
.key_word a:hover, .about_MCU a:hover {
  color: var(--green);
}
/*應用方案-下載*/
.appli_download {
  width: calc(var(--fullwidth-narrow) - var(--fullwidth-narrow-padding) - var(--fullwidth-narrow-padding));
  padding: var(--page-bottom) var(--fullwidth-narrow-padding);
  padding-bottom: 70px;
  color: var(--gray);
  font-size: var(--font-content);
  line-height: 1.8;
  background: var(--bg-color-gray);
  box-sizing: initial;
}
.appli_download_All {
  background: #2980b5;
  width: 100%;
  padding: 10px;
  color: var(--white);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.appli_download_All:hover {
  background: var(--blue);
}
.false {
  background: #66666645;
  cursor: default;
}
.false:hover {
  background: #66666645;
}
.appli_download_All div {
  display: flex;
}
.appli_download_All.false input, .appli_download_All.false .DT_All_SVG {
  cursor: default;
}
.appli_download_All input {
  margin-left: 30px;
  color: var(--witer);
  border: 0;
  font-size: var(--font-content);
  background-color: #ffffff00;
  cursor: pointer;
}
.DT_All_SVG {
  background: url("../../../assets/image/Download_all.svg");
  position: absolute;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.about_MCU {
  background: #e4e0e0;
}
.about_MCU li {
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .application_content {
    flex-direction: column;
    width: calc(var(--fullwidth-narrow) - var(--fullwidth-narrow-padding) - var(--fullwidth-narrow-padding));
    padding-left: var(--fullwidth-narrow-padding);
    padding-right: var(--fullwidth-narrow-padding);
    box-sizing: initial;
  }
  .TextBlock {
    width: 100%;
    border-right: 0px;
  }
  .TextBlock_TextTitle {
    margin-top: 0 !important;
  }
  .TextBlock_TextContent {
    margin-bottom: 0 !important;
  }
  .TextBlock:last-child {
    margin-bottom: 50px;
  }
  .app_block-img_box {
    flex-direction: column;
  }
}
/*應用方案-選單*/
.applications_menu_icon {
  display: block;
  position: absolute;
  top: 130px;
  z-index: 97;
  width: 22px;
  padding: 0 8px 0 12px;
  line-height: 40px;
  color: var(--white);
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.applications_menu_icon.close {
  background: var(--blue);
}
.applications_menu_icon.open {
  background: var(--blue-dark);
  top: 130px;
}
.applications_menu_icon.close::before {
  font-family: fontawesome;
  content: "\f0c9";
  background: var(--blue);
}
.applications_menu_icon.open::before {
  font-family: fontawesome;
  content: "\f00d";
}
.applications_menu_icon.page_fixbox.page_fixed {
  position: fixed;
  top: 60px;
  margin-top: 73px;
  z-index: 97;
}
.main .bg_black {
  z-index: 96;
  margin-top: -30px;
}
.applications_menu.close {
  display: none;
}
.applications_menu.open {
  display: block;
}
.applications_menu {
  position: absolute;
  /*  top: 135px;*/
  z-index: 96;
  font-size: var(--font-content);
  line-height: 2.4;
  background-color: var(--blue);
  box-shadow: var(--box-shadow);
  padding: 1.6rem 0 1.6rem 3.5rem;
  width: 10%;
  min-height: calc(100vh - 155px);
  min-width: 270px;
}
.applications_menu ul {
  border-bottom: 1px solid var(--blue-dark);
}
.applications_menu ul:last-child {
  border-bottom: 0px;
}
.applications_menu > ul:hover {
  background: var(--blue-dark);
}
.applications_menu > ul.active {
  background: var(--blue-light);
}
.applications_menu ul span {
  color: var(--white);
  padding: 0 1.8rem 0 0.8rem;
  cursor: pointer;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.applications_menu ul span i {
  line-height: 0;
}
.applications_menu ul span i::after {
  font-family: fontawesome;
  content: "\f105";
  font-size: 16px;
  color: var(--white);
  cursor: pointer;
  font-style: normal;
  position: absolute;
  /*  right: 10px;*/
}
.applications_menu ul div {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 100%;
  padding: 1.6rem 0 1.6rem 3.5rem;
  width: calc(100vw - 100% - 3.5rem - 17px);
  min-height: calc(100vh - 155px);
  background: #fdfdfd;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  box-shadow: var(--box-shadow);
}
.applications_menu ul div.active {
  display: flex;
}
.applications_menu ul div > li {
  color: var(--blue-dark);
  font-size: var(--font-subtitle);
  font-weight: 600;
  width: 220px;
  margin-right: 3rem;
  margin-bottom: 1rem;
  list-style-type: square;
}
.applications_menu ul div li > ul li {
  color: var(--blue-light);
  font-weight: normal;
  font-size: var(--font-content);
  list-style-type: square;
}
.applications_menu ul div li > ul li:last-child {
  border-bottom: 0px;
}
.applications_menu ul div li > ul li a {
  color: var(--blue-light);
  display: block;
  padding: .2rem;
  background: #fdfdfd;
}
.applications_menu ul div li > ul li:hover a {
  color: var(--green);
/*  background: var(--blue-light);*/
}

.application_Note .required_note {
  font-size: var(--font-remark);
  color: var(--orange);
  display: none;
  margin-top: -35px;
}

.application_Note.required input, .application_Note.required>.CAPTCHA_input>input[type="text"] {
  border: 1px solid var(--orange);
}

.application_Note.required .required_note {
  display: block;
}
@media only screen and (max-width: 500px) {
  .Title_box.page_fixbox .PartNo, .Title_box.page_fixbox .TextTitle, .content_box {
     /* margin: auto 25px; */
  }

  .input_item > .input_box {
    max-width: 100%;
  }
}
@media screen and (min-width: 501px) and (max-width: 1000px) {
  .Title_box.page_fixbox .PartNo, .Title_box.page_fixbox .TextTitle, .content_box {
    margin: auto 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .applications_menu_icon.close.page_fixbox {
    top: 155px;
  }
  .applications_menu_icon.close.page_fixbox.page_fixed {
    top: 60px;
  }
  .applications_menu_icon.page_fixbox.open {
    top: 160px;
  }
}
/*應用方案-左側選單 1000px以下*/
@media screen and (min-width: 0px) and (max-width: 300px) {
  .applications_menu {
    width: calc(100% - 3.5rem);
    padding: 0.8rem 0 1.6rem 2.6rem;
  }
  .applications_menu.open {
    min-height: 5000px;
  }
  .applications_menu ul {
    background-color: var(--blue);
  }
  .applications_menu ul div {
    min-height: min-content;
    padding: 1.6rem 2.4rem 1.6rem 2.8rem;
  }
  .applications_menu ul span {
    padding: 0 3.8rem 0 1.2rem;
  }
  .applications_menu ul span i {
    transform: rotate(180deg);
    transition: 1s ease-in-out;
    line-height: 0;
    transform-origin: 6px 0px;
  }
  .applications_menu ul span i.close {
    transform: rotate(0deg);
    transition: 1s ease-in-out;
  }
  .applications_menu ul span i::after {
    content: "\f107";
  }
  .applications_menu ul div > li {
    width: 100%;
    margin-right: 0.8rem;
  }
  .applications_menu ul div.active {
    margin-left: unset;
    position: unset;
    width: auto;
  }
}
@media screen and (min-width: 301px) and (max-width: 1000px) {
  .applications_menu {
    width: calc(100% - 3.5rem);
  }
  .applications_menu.open {
    min-height: 5000px;
  }
  .applications_menu ul {
    background-color: var(--blue);
  }
  .applications_menu ul div {
    min-height: min-content;
  }
  .applications_menu ul span i {
    transform: rotate(180deg);
    transition: 1s ease-in-out;
    line-height: 0;
    transform-origin: 6px 0px;
  }
  .applications_menu ul span i.close {
    transform: rotate(0deg);
    transition: 1s ease-in-out;
  }
  .applications_menu ul span i::after {
    content: "\f107";
  }
  .applications_menu ul div > li {
    width: 100%;
    margin-right: 0.8rem;
  }
  .applications_menu ul div.active {
    margin-left: unset;
    position: unset;
    width: auto;
  }
}
/*for 應用筆記內頁*/
.appnotes_wrapper {
  width: calc(var(--fullwidth-narrow) - var(--fullwidth-narrow-padding) - var(--fullwidth-narrow-padding));
  padding: var(--page-bottom) var(--fullwidth-narrow-padding);
  padding-top: 20px;
  padding-bottom: 70px;
  color: var(--gray-light);
  font-size: var(--font-content);
  line-height: 1.8;
  box-sizing: initial;
}
.appnotes_wrapper .about_MCU {
  background: var(--bg-color-gray);
}
.appnotes_wrapper .key_word {
  width: unset;
  padding-left: unset;
  padding-right: unset;
  margin-bottom: unset;
  margin-top: 20px;
}
.application-notes_page .Title_box.page_fixbox.page_fixed {
  background-image: linear-gradient(0deg, rgb(255 255 255) 0%, rgb(255, 255, 255) 15%);
  border-bottom: 1px solid #e6e6e6;
}

.radio {
  display: block;
}

.link::before {
  content: '、';
}

.link:first-child::before {
  content: '';
}

.MoreHide {
  display: none;
}

.breadcrumbs_bar span {
  color: var(--gray);
  /* margin: 0 8px; */
}

.item_name {
  width: fit-content;
}

.input_row_CAPTCHA .input_item {
  width: 100%;
  margin-right: 10px;
}

.input_row_CAPTCHA img {
  height: 35px;
}

.input_row_CAPTCHA input {
  margin-top: 0;
  margin-left: 5px;
}

.mat-radio-group {
  display: flex;
  flex-direction: column;
}