/* CSS Log - 2024/08/07 ver1.0.1 */

:root {
  --g-dark: #333333;
  --g-dark-2: #666;

  --g-grey: #D7D7D7;

  --g-green: #00A94F;
  --g-green-2: #0BC160;

  --g-red: #B91213;
}

.icw .g-clear-input{
  right: 76px;
}

.g-clear-input::after {
  font-family: 'iconavigation';
  content: "\e906";
  font-size: 13px;
  color: #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 5px; 
}

.icw .g-search-button{
min-width: 24px;
  width: fit-content;
  height: 24px;
  border-radius: 16px !important;
  padding: 0px 8px;
  background-color: var(--g-green) !important;
  color:#fff !important;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -12px !important;
  display: inline-block;
  border: unset;
  cursor: pointer;
}

.footer-main {
  padding-bottom: 0;
}

.g-container {
  padding: 32px 16px 24px;
}

#page {
  opacity: 1;
}

.header-top::before {
  opacity: 1;
  background: #00a850;
  background: -webkit-gradient(linear, left top, right top, from(#00a850), to(#61d699));
  background: linear-gradient(90deg, #00a850 0%, #61d699 100%);
  background-size: 100% auto;
}

html {
  font-family: kurious !important;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: visible;
  overflow-y: visible;
  overflow-x: hidden;
}

#g-page-search {
  font-family: kurious;
  min-height: calc(var(--vh, 1vh) * 100);
}

#g-page-search > .g-container {
  height: 100%;
  overflow: hidden;
}

#g-type-serach {
  font-size: 16px !important;
}

#g-type-serach.valid {
  border: 1px solid var(--g-red) !important;
}

.g-header {
  color: var(--g-green) !important;
  text-align: center;
  font-size: 28px !important;
  line-height: 42px !important;
  font-weight: 700 !important;
  margin-bottom: 32px !important;
  font-family: kurious !important;
}

.g-sum-result {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.g-text-result {
  font-size: 18px;
  line-height: 36px;
  font-weight: 500;
  color: var(--g-dark);
}

.g-text-result p {
  vertical-align: middle;
  display: inline-block;
  font-weight: 700;
  font-size: 33px;
  line-height: 36px;
  margin: 0;
}

.g-text-result h2 {
  display: inline-block;
  font-family: 'kurious';
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.g-sum {
  font-size: 13px;
  color: var(--g-dark-2);
}

.g-guess-text {
  font-size: 18px;
  line-height: 27px;
  color: var(--g-dark);
  margin-top: 8px;
}

.g-link-text {
  color: var(--g-green) !important;
  font-weight: 700;
  text-decoration: unset;
}

.g-link-text span {
  text-decoration: underline;
}

.g-box-link {
  display: block;
  text-decoration: unset;
  margin-bottom: 48px;
}

#g-recommend-result .g-box-link {
  margin-bottom: 16px;
}

.g-box-link:hover .g-head-link  {
  text-decoration: underline;
}

.g-header-result {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--g-dark);
  margin-top: 32px;
  margin-bottom: 32px;
}

.g-img-link {
  border-radius: 8px;
  overflow: hidden;
  display: inline-flex;
  margin-bottom: 16px;
  width: 168px;
  min-width: 168px;
  height: 96px;
}

.g-head-link {
  color: var(--g-green);
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.g-link-url {
  color: var(--g-dark-2);
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'kurious-looped';
  word-break: break-all;
}

.g-text-link {
  color: var(--g-dark-2);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'kurious-looped';
  margin-bottom: 5px;
}

.ccpromo .g-text-link {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.g-wrapper-btn {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 24px;
  position: relative;
}

.g-btn-green {
  background-color: var(--g-green);
  border-radius: 8px;
  color: #FFF !important;
  font-size: 16px;
  line-height: 48px;
  padding: 0 32px;
  font-weight: 600;
  display: inline-block;
  text-decoration: unset;
}

.g-btn-green:hover {
  background-color: var(--g-green-2);
}

.g-wrapper-btn .g-btn-green-default {
  margin-top: 16px;
}

.g-btn-green-default {
  background-color: var(--g-green);
  border-radius: 8px;
  color: #FFF !important;
  font-size: 16px;
  line-height: 40px;
  padding: 0 32px;
  font-weight: 600;
  display: inline-block;
  text-decoration: unset;
}

.g-total-result {
  font-size: 13px;
  line-height: 20px;
  color: var(--g-dark);
  font-weight: 600;
  display: block;
  margin-top: 24px;
}

#g-content-recorder .g-text-start {
  color: var(--g-dark);
}

#g-content-recorder {
  position: relative;
  height: 100%;
  width: 100%;
}

#g-content-recorder .g-sound-wave span {
  background-color: var(--g-green);
}

#g-content-recorder .g-pulse-ring {
  border: 1px solid var(--g-green);
  animation: pulsate-green infinite 1.5s;
}

#g-content-recorder .g-wrapper-mic i {
  background-color: rgba(0, 169, 79, 0.1);
  color: var(--g-green)
}

@-webkit-keyframes pulsate-green {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
    background: transparent;
  }
  100% {
    -webkit-transform: scale(1.3, 1.3);
    opacity: 0;
    background: var(--g-green);
  }
}

.g-dynamic-header h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  font-family: 'kurious';
  text-align: center;
  color: var(--g-green);
}

.g-desc {
  font-family: 'kurious-looped' !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: var(--g-dark) !important;
  font-weight: 500 !important;
  text-align: center;
  margin-top: 16px !important;
}

.g-list-thumb {
  text-align: center;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 16px;
}

.g-link-thumb {
  text-align: center;
  margin-bottom: 16px;
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
}

.g-img-thumb {
  border-radius: 8px;
  width: 96px;
  height: 96px;
  display: block;
  margin: 0 auto;
}

.g-text-thumb {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin: 0 auto;
  margin-top: 4px;
  color: var(--g-dark);
}

.g-content-default {
  margin-top: 16px;
}

.g-content-default .g-btn-green {
  font-size: 20px;
  margin-bottom: 32px;
}

.g-plan-text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  font-family: 'kurious-looped' !important;
  color: var(--g-dark);
  margin-top: 8px;
}

.g-plan-text-2 {
  display: block;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  font-family: 'kurious' !important;
  color: var(--g-dark);
  margin-top: 8px;
}

.wrap-input-inner {
  /* padding: 9px 15px; */
  border: 1px solid var(--grey);
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  background-color: #FFF;
  position: relative;
}

.wrap-input-inner.open {
  border: 1px solid var(--green);
}

.g-all-box {
  position: relative;
}

.g-load-div {
  display: block;
  width: 36px;
  height: 30px;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -18px;
}

.g-loader {
  border: 5px solid #ccc;
  border-radius: 100%;
  border-top: 5px solid #00a950;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2000ms linear infinite;
  animation: spin 2000ms linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}


@keyframes spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}


@media screen and (min-width: 768px) {
  .g-header {
      font-size: 42px !important;
      line-height: 63px !important;
  }

  #g-content-recorder {
      height: calc(100vh - 280px) !important;
  }

  .g-sum-result {
      align-items: center;
  }

  .g-wrapper-btn.load-more  {
      display: flex;
      align-items: center;
  }

  .g-total-result {
      margin-top: 0;
      margin-left: 32px;
  }

  .g-plan-text {
      display: inline-block;
  }

  .g-plan-text-2 {
      display: inline-block;
      font-size: 16px;
      line-height: 24px;
      font-weight: 500;
  }

  #g-defult-result {
      margin-top: 40px;
  }

  .g-content-default .g-btn-green {
      margin-bottom: 24px;
  }

  .g-wrapper-contact .g-plan-text {
      font-weight: 700;
      font-size: 20px;
      line-height: 30px;
      color: var(--g-dark);
      margin-top: 0;
      font-family: 'kurious' !important;
  }

  .g-wrapper-contact {
      margin-top: 8px;
  }

  .g-wrapper-contact i {
      display: none;
  }

  .g-wrapper-btn .g-btn-green-default {
      margin-top: 0;
      color: var(--g-dark) !important;
      background: transparent;
      padding: 0;
      font-size: 20px;
  }

  .g-box-link {
      display: flex;
  }

  .g-img-link {
      margin-right: 24px;
  }

  .g-dynamic-header h2 {
      font-size: 33px;
      line-height: 40px;
  }

  .g-plan-text-2 {
      font-family: 'kurious-looped' !important;
  }
}

  .grecaptcha-badge {visibility: hidden !important;}
