/*==================== default ====================*/
.icw {
  font-weight: 400;
  color: #666666;
}
.icw .btn-more {
  position: relative;
  background-color: #09a94e;
  color: #fff;
  border-radius: 100px;
}
.icw .btn-more:after {
  font-family: "icokbank";
  content: "\e909";
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
}
.icw .btn-more .icon-more {
  margin-left: 10px;
  border-radius: 25px;
  background-color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.icw .btn-more .icon-more:before {
  content: "";
  border-top: 2px solid #09a94e;
  border-left: 2px solid #09a94e;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}
.icw .more {
  text-decoration: none;
  position: relative;
}
.icw .more:before {
  content: "";
  position: absolute;
  left: 0;
  right: 15px;
  bottom: 2px;
  height: 1px;
  background-color: #fff;
}

.row-0 {
  margin: 0px;
}
.row-0 > div {
  padding: 0px;
}

.row-20 {
  margin: 0 -10px;
}
.row-20 > div {
  padding: 0 10px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row-flex > div {
  float: none;
}
.row-flex > .col {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-flex > .col-auto {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.row-flex > .col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}

.visible-w375 {
  display: none;
}
.visible-w360 {
  display: none;
}
.text-green{
    color: #00A850;
}
.text-red{
    color: #E50020;
}
.bg-white{
    background: #fff;
}
.p-20{
    padding: 20px;
}
.mx-0{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*######################### header #########################*/
.header {
  position: sticky;
  top: 0;
  z-index: 9;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.16);
}

/*######################### footer #########################*/
.slogan {
  padding: 15px 0;
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.16);
}

/*############################ tab ###################################*/
/* Tab */
.tab-control {
  margin-bottom: 24px;
  margin-top: 32px;
  text-align: center;
}
.tab {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ffffff;
  border-radius: 45px;
}
.tab .control,
.tab .selector {
  border-radius: 45px;
  overflow: hidden;
}
.tab .control {
  display: table;
  table-layout: fixed;
  width: auto;
  background: #ebebeb;
}
.tab .control a {
  padding: 5px 25px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
  z-index: 1;
  min-width: 225px;
  height: 45px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  color: #000;
  transition: 0.3s ease-in-out;
}
.tab .control a.active {
  color: #fff;
  pointer-events: none;
}
.tab .selector {
  display: inline-block;
  height: 100%;
  position: absolute;
  background-color: #00a94f;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.tab-content {
  position: relative;
  opacity: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
}
.tab-content.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  visibility: visible;
  display: block;
}

/*######################### sc-main #########################*/
.sc-main {
  background-color: #fafafa;
  min-height: calc(100vh - 111.2px - 55px);
}
.sc-main-inner {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.sc-main-menu {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  overflow: auto;
  position: sticky;
  z-index: 1;
  top: 111.2px;
  left: 0;
  bottom: 0;
  width: auto;
  max-width: none;
  padding: 0;
  height: calc(100vh - 111.2px - 55px);
  padding: 50px 20px;
}
.sc-main-content {
  /* background-image: linear-gradient(135deg, #73e0a7 0%, #00a850 100%); */
  background: #fff;
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 50px 60px;
}

/*######################### nav-mainmenu #########################*/
.nav-mainmenu {
  width: 360px;
}
.nav-mainmenu .h-title {
  position: relative;
}
.nav-mainmenu .h-title .btn-mobile {
  display: none;
  color: #00a94f;
  font-family: "DBThaiTextXBd";
}
.nav-mainmenu .h-title .btn-mobile:after {
  font-family: "icokbank";
  content: "\e909";
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  color: #333333;
  width: 14px;
  height: 10px;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}
.nav-mainmenu .h-title .btn-mobile.active:after {
  transform: rotate(-90deg);
}
.nav-mainmenu .nav-main {
  padding-top: 30px;
}
.nav-mainmenu .nav-main ul {
  padding: 0;
  margin: 0;
}
.nav-mainmenu .nav-main ul > li {
  width: 100%;
  list-style: none;
}
.nav-mainmenu .nav-main ul > li.dropdown > .link:after {
  font-family: "icokbank";
  content: "\e909";
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  color: #333333;
  width: 15px;
  height: 20px;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}
.nav-mainmenu .nav-main ul > li.active.dropdown > .link:after {
  transform: rotate(-90deg);
}
.nav-mainmenu ul.nav-list > li + li {
  margin-top: 8px;
}
.nav-mainmenu ul.nav-list > li > .link {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  height: 50px;
  padding: 10px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
}
.nav-mainmenu ul.nav-list > li > .link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-image: linear-gradient(-90deg, #73e0a7 0%, #00a850 100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.nav-mainmenu ul.nav-list > li > .link .icon {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.nav-mainmenu ul.nav-list > li > .link .icon > img {
  width: 30px;
  filter: brightness(100%) grayscale(0) invert(0);
  transition: 0.3s ease-in-out;
}
.nav-mainmenu ul.nav-list > li > .link .txt {
  flex-basis: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
  line-height: 1;
  padding-left: 10px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  transition: 0.3s ease-in-out;
}
.nav-mainmenu ul.nav-list > li.active > .link:before {
  opacity: 1;
}
.nav-mainmenu ul.nav-list > li.active > .link:after {
  color: #fff;
}
.nav-mainmenu ul.nav-list > li.active > .link .icon > img {
  filter: brightness(0) grayscale(1) invert(1);
}
.nav-mainmenu ul.nav-list > li.active > .link .txt {
  color: #fff;
  font-weight: bold;
}
.nav-mainmenu ul.nav-list > li.active > ul.nav-list-sub {
  padding-bottom: 24px;
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.nav-mainmenu ul.nav-list-sub {
  padding-bottom: 0;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.nav-mainmenu ul.nav-list-sub > li {
  margin-top: 16px;
}
.nav-mainmenu ul.nav-list-sub > li > .link {
  position: relative;
  z-index: 1;
  padding-left: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  transition: 0.3s ease-in-out;
  display: block;
  padding-right: 45px;
}
.nav-mainmenu ul.nav-list-sub > li.active > .link {
  color: #00a94f;
  font-weight: bold;
}
.nav-mainmenu ul.nav-list-sub > li.active > .link:after {
  color: #00a94f;
}
.nav-mainmenu
  ul.nav-list
  > li.active
  > ul.nav-list-sub
  > li.active
  > ul.nav-list-sub-step {
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.nav-mainmenu ul.nav-list-sub-step {
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.nav-mainmenu ul.nav-list-sub-step > li {
  margin-top: 16px;
}
.nav-mainmenu ul.nav-list-sub-step > li > .link {
  position: relative;
  z-index: 1;
  padding-left: 68px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  transition: 0.3s ease-in-out;
  display: block;
  padding-right: 45px;
}
.nav-mainmenu ul.nav-list-sub-step.-III > li > .link {
  padding-left: 16px;

}

.nav-mainmenu ul.nav-list-sub-step > li.active > .link {
  color: #00a94f;
  font-weight: bold;
}
.nav-mainmenu ul.nav-list-sub-step > li.active.dropdown > .link:after {
  color: #00a94f;
}
.nav-mainmenu ul.nav-list-sub-step.-I > li > .link:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 60px;
  background:#999;
  width: 3px;
  height: 3px;
  z-index: 1;
  border-radius: 50%;
}
.nav-mainmenu ul.nav-list-sub-step.-I > li.active > .link:before{
  background:#00a94f;
}
.nav-mainmenu ul.nav-list-sub-step.-I > li.active > .link{
  position: relative;
}
.nav-mainmenu ul > li > .link > a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.nav-mainmenu
  ul.nav-list
  > li.active
  > ul.nav-list-sub
  > li.active
  > ul.nav-list-sub-step
  > li.active
  > ul.nav-list-sub-step.-II {
    
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.nav-mainmenu
  ul.nav-list
  > li.active
  > ul.nav-list-sub
  > li.active
  > ul.nav-list-sub-step
  > li.active
  > ul.nav-list-sub-step.-II 
  > li.active
  > ul.nav-list-sub-step.-III 
  {
  padding-left: 88px;
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}

.nav-mainmenu ul.nav-list-sub-step.-II > li > .link {
  padding-left: 88px;
}
.nav-mainmenu ul.nav-list-sub-step.-II > li > .link:before {
  display: none;
}

/*######################### sc-main-content #########################*/
.sc-main-content .content {
  height: 0px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease-in-out;
  /* max-width: 900px; */
  margin: 0 auto;
}
.sc-main-content .content.active {
  height: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
}
.sc-main-content .htag {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 25px;
}
.sc-main-content .htag > .tag {
  min-width: 150px;
  text-align: center;
  border-radius: 40px;
  color: #333333;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #fff;
  border: solid 1px #00A850;
  /* border-radius: 1rem; */
  padding: 10px 20px;
  font-size: 28px;
  line-height: 0.7;
  font-family: "DBThaiTextXBd";
}
.sc-main-content .sc-head {
  text-align: center;
  margin-bottom: 20px;
}
.sc-main-content .sc-head .title {
  color: #000;
  margin-bottom: 10px;
}
.sc-main-content .sc-head .desc {
  color: #000;
  margin-bottom: 10px;
}
.sc-main-content .sc-head .txt {
  text-align: center;
  color: #333333;
  margin-bottom: 25px;
}
.sc-main-content .sc-head .item-list {
  padding: 0;
  margin: 16px auto 20px;
  width: 500px;
  display: flex;
  justify-content: center;
}
.sc-main-content .sc-head .item-list > li {
  list-style: none;
  padding: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.sc-main-content .sc-head .thumb {
  width: 100px;
  margin: 0 auto 12px;
}
.sc-main-content .sc-head .text-area {
  font-size: 16px;
  color: #fff;
  text-align: center;
}
/*.sc-main-content .sc-content.-main{padding: 30px;}*/
.sc-main-content .sc-content {
  margin-top: 25px;
  background-color: #F2FFF8;
  border-radius: 10px;
  padding: 30px;
}

/* .sc-main-content .sc-content:has(.iframe) {
    margin-top: 25px;
    background: linear-gradient(135deg, #73e0a7 0%, #00a850 100%);
    border-radius: 10px;
    padding: 30px;
  } */

.sc-main-content .sc-content:has(.iframe) {
  margin-top: 0px;
  background: transparent;
  border: solid 8px #00a850;
  border-radius: 10px;
  padding: 8px;
}


.sc-main-content .sc-content .head {
  text-align: center;
  margin-bottom: 20px;
}
.sc-main-content .sc-content .head .s-title {
  color: #00a94f;
  margin-bottom: 10px;
}
.sc-main-content .sc-content .head .desc {
  color: #333333;
}
.sc-main-content .sc-content .body {
  width: 742px;
  margin-left: auto;
  margin-right: auto;
}
.sc-main-content .sc-content .body .txt {
  text-align: center;
  color: #333333;
  margin-bottom: 25px;
}
.sc-main-content .sc-content .body .item-list {
  padding: 0;
  /* margin: 0 -30px; */
}
.sc-main-content .sc-content .body .item-list:after {
  content: "";
  display: table;
  clear: both;
}
.sc-main-content .sc-content .body .item-list > li {
  float: left;
  list-style: none;
  width: calc(100% / 3);
  /* width: 100%; */
  padding: 0 30px;
}

.sc-main-content .sc-content .body .item-list.two-column > li {
    float: left;
    list-style: none;
    width: calc(100% / 2);
    /* width: 100%; */
    padding: 10px 0px;
  }

  .sc-main-content .sc-content .body .item-list.one-column > li {
    float: left;
    list-style: none;
    /* width: calc(100% / 2); */
    width: 100%;
    padding: 0 0px;
  }
.sc-main-content .sc-content .body .item-list > li .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}
.sc-main-content .sc-content .body .item-list.one-column > li .wrapper{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 10px;
    justify-content: center;
    background-color: #F2FFF8;
    padding: 16px 15px;
    width: 100%;
    /* margin: 0 30px; */
}
.sc-main-content .sc-content .body .thumb {
  width: 100px;
  margin: 0 auto 12px;
}
.sc-main-content .sc-content .body .text-area {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.sc-main-content .sc-content .body .row-flex {
  margin: 0;
  /* background: #fff;
  padding: 20px; */
}

.sc-main-content .sc-content .body .row-flex > .col-auto {
  position: relative;
  margin-left: 50px;
  padding-left: 50px;
}
.sc-main-content .sc-content .body .row-flex > .col-auto:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background-color: #cccccc;
}
.sc-main-content .sc-content .body .row-flex > .col-auto .item-list > li {
  width: 100%;
}
.sc-main-content .sc-content .iframe {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.sc-main-content .sc-content .iframe iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 720px;
  border: none;
}
.sc-main-content .sc-menu-list{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
 row-gap: 20px;
}

.sc-main-content .sc-menu-list .menu-item{
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 14px;
  background-color: #F2FFF8;
  border-radius: 10px;
  border: 1px solid #00A94F;
}
.sc-main-content .sc-menu-list .menu-item p{
  width:65%;
}
.sc-main-content .sc-menu-list .menu-item.active{
  background-color: #fff;
  border: 0;
}
.sc-main-content .sc-menu-list .menu-item.active .btn-howto{
  background-color: #F2FFF8;
}
.sc-main-content .sc-menu-list .menu-item .btn-howto{
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  font-size:14px;
}
.sc-main-content .sc-menu-list .menu-item .btn-howto img{
  margin-right: 4px;
  width: 15px;
  height: 15px;
}
.icw h4.title {
  font-weight: 300;
  margin-bottom: 8px;
}
@media (min-width:576px) {
.sc-main-content .sc-menu-list .menu-item{
  padding: 20px 20px;

}
  .sc-main-content .sc-menu-list .menu-item p{
    width:100%;
  }
.sc-main-content .sc-menu-list .menu-item .btn-howto{
  font-size:16px;
  min-width:120px;
}
}

@media (min-width:1600px) {
  .sc-main-content .sc-content .iframe iframe {
    min-height: 55vw;
  }
}

.btn-step{
    /* position: absolute; */
    margin-top: 10px !important;
}

.sc-main-content .sc-content .title {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}

/*######################### RESPONSIVE #########################*/
@media screen and (max-width: 1440px) {
  .sc-main-menu {
    padding: 40px 20px;
  }
  .sc-main-content {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .main {
    padding-top: 0px;
  }

  .sc-main {
    min-height: calc(100vh - 57px - 55px);
  }
  .sc-main-menu {
    padding: 30px;
    height: calc(100vh - 57px - 55px);
    top: 57px;
  }
  .sc-main-content {
    padding: 30px;
  }

  .nav-mainmenu {
    width: 300px;
  }

  .sc-main-content .sc-content .body {
    width: auto;
  }
  .sc-main-content .sc-content .body .thumb {
    width: 70px;
  }
  .sc-main-content .sc-content .body .item-list {
    margin: 0 -10px;
  }
  .sc-main-content .sc-content .body .item-list > li {
    padding: 0 10px;
  }
  .sc-main-content .sc-content .body .row-flex > .col-auto {
    margin-left: 20px;
    padding-left: 20px;
  }

  .sc-main-content .sc-content .iframe iframe {
    min-height: 427px;
  }
}
@media screen and (max-width: 991px) {
  .sc-main {
    background-image: linear-gradient(135deg, #73e0a7 0%, #00a850 100%);
  }
  .sc-main-inner {
    display: block;
  }
  .sc-main-menu {
    padding: 40px 15px 20px;
    height: auto;
    position: relative;
    top: 0;
  }
  .sc-main-content {
    padding: 20px 15px 40px;
    background-image: none;
    background-color: #fff;
  }

  .nav-mainmenu {
    width: 100%;
    border: 1px solid #eeeeee;
    background-color: #fff;
    border-radius: 10px;
  }
  .nav-mainmenu .h-title > strong {
    display: none;
  }
  .nav-mainmenu .h-title .btn-mobile {
    display: block;
    padding: 12px 12px;
  }
  .nav-mainmenu .nav-main {
    padding: 0 16px;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .nav-mainmenu .nav-main.active {
    padding: 10px 16px 16px;
    height: auto;
    overflow: visible;
    visibility: visible;
    opacity: 1;
  }

  .sc-main-content .sc-content .body .row-flex > .col-auto {
    margin-left: 40px;
    padding-left: 50px;
  }

  .sc-main-content .sc-content .iframe {
    padding-bottom: 76%;
  }
  .sc-main-content .sc-content .iframe iframe {
    min-height: 100%;
    position: absolute;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .tab .control {
    width: 100%;
  }
  .tab .control a {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.2;
  }

  .nav-mainmenu .h-title .btn-mobile {
    font-size: 26px;
  }

  .sc-main-content .sc-head .item-list {
    width: 100%;
    flex-wrap: wrap;
  }
  .sc-main-content .sc-head .item-list > li {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sc-main-content .sc-head .item-list > li + li {
    margin-top: 16px;
  }
  .sc-main-content .sc-content {
    padding: 20px;
  }
  .sc-main-content .sc-content .body .item-list {
    /* display: flex;
    flex-wrap: wrap; */
    justify-content: flex-start;
    margin: 0 -15px;
    /* width: 100%; */
  }
  .sc-main-content .sc-content .body .item-list > li {
    float: none;
    width: auto;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .sc-main-content .sc-content .body .thumb {
    width: 120px;
  }
  .sc-main-content .sc-content .body .row-flex > div {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sc-main-content .sc-content .body .row-flex > .col-auto {
    margin-left: 0;
    padding-left: 0;
    padding-top: 25px;
  }
  .sc-main-content .sc-content .body .row-flex > .col-auto:before {
    bottom: auto;
    top: 0;
    width: 100%;
    height: 1px;
  }
  .sc-main-content .sc-content .body .row-flex > .col-auto .item-list > li {
    margin-bottom: 0;
  }
  .sc-main-content .sc-content .iframe {
    padding-bottom: 91%;
  }
}
@media screen and (max-width: 375px) {
  .visible-w375 {
    display: block;
  }
  .hidden-w375 {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .visible-w360 {
    display: block;
  }
  .hidden-w360 {
    display: none;
  }
}
.text-guide{
  text-align: center;
}


/* Search section */

.search-container {
  display: flex;
  align-items: center;
  border: 2px solid #00A94F;
  border-radius: 50px;
  padding: 5px 10px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  width: 100%;
  position: relative; 
}

.search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  border: 2px solid #388e3c;
  border-radius: 50%;
  cursor: pointer;
}

.search-icon:hover {
  background-color: #e1e1e1;
}

.search-icon svg {
  width: 16px;
  height: 16px;
  fill: #388e3c;
}

#searchInput {
  border: none;
  outline: none;
  font-size: 16px;
  flex: 1;
  background-color: transparent;
}

#searchInput::placeholder {
  color: #999;
}

#searchResults a {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px 10px 50px;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-top: 10px;
    display: block; 
    color: #666;
    text-decoration: none;
}

#searchResults a:hover {
    color: #00A94F;
}

#searchResults .result-title-breadcrumb {
    font-size: 13px;
    color: #999999;
    display: block;
}

#searchResults .result-title-main {
    font-weight: bold;
    display: block;
}

#searchResults .result-title-secondary {
    font-size: 0.9em;
    color: #777;
    display: block;
}

#searchResults .search-highlight {
  color: #00A94F;
  font-weight: bold; 
}

.show-more-button {
  text-align: center !important;
  margin: auto !important;
  width: 100%;
  font-size: 16px;
  margin-top: 12px !important;
  border-radius: 12px !important;
  padding: 8px 12px !important;
}

.show-more-button:hover {
  background-color: #d0d0d0; 
}

.show-more-button:focus {
  outline: none; 
  box-shadow: 0 0 0 3px rgba(226, 226, 226, 0.5); 
}


.show-more-button.loading {
  background-color: #ccc; 
  color: #666; 
  cursor: wait; 
}

.show-more-button.loading:hover {
  background-color: #ccc; 
}

.search-clear {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-54%);
  cursor: pointer;
  color: #999;
  font-size: 24px;
  display: none; 
}

#searchInput:not(:placeholder-shown) + .search-clear {
  display: block;
}

#searchInput::-webkit-search-cancel-button {
  display: none; 
}