/*!
Theme Name: Indobara Bahana
Theme URI: http://underscores.me/
Author: Vodjo
Author URI: https://www.vodjo.com
Description: Theme for Indobara Bahana
Version: 1.1.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: indobara
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Indobara Bahana is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.default-content p strong {
  font-family: "Poppins";
  font-weight: 700;
}

.default-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.default-content img.alignright {
  float: right;
}

.default-content img.size-full {
  width: 100% !important;
}

.default-content .bg-gray,
.default-content .row {
  margin-bottom: 1rem;
}

/* .default-content blockquote {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    padding: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.default-content blockquote p {
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
}

.default-content blockquote p strong {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
}

.default-content blockquote p:nth-of-type(2) {
    margin-bottom: 0;
}

.default-content ul li {
    color: rgb(var(--color-gray));
    font-size: 14px;
} */

.career-content h4 {
  font-family: Inter;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
}

.career-content p,
.career-content li {
  font-size: 14px;
  color: rgb(var(--color-gray));
  margin-bottom: 5px;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 18px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0 0 0;
  font-size: 12px;
  line-height: 18px;
  border: none;
  padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
  color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  font-size: 14px !important;
  line-height: 22px !important;
}

.loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.6s linear infinite;
  margin-right: 8px;
  vertical-align: middle;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#popupMessage {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  z-index: 9999;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
}

a.disabled {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
}

#nav-product img.icon {
  opacity: 0.2;
  filter: grayscale(100%);
}

#nav-product .active img.icon {
  opacity: unset;
  filter: unset;
}

.default-content.product-description strong {
  font-weight: 600;
  font-family: Poppins;
  font-size: 16px;
}

.default-content.product-description {
  font-size: 14px;
  line-height: 27px;
  font-family: Inter;
  color: rgb(var(--color-gray-2));
}

.default-content.product-description ul {
  padding-left: 17px;
}

.default-content.product-description ul li {
  font-size: 14px;
  color: rgb(var(--color-gray-2));
}

.checkbox-items {
  position: relative;
}

.checkbox-items label {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  font-family: "Poppins";
  transition: all 150ms ease-in-out;
}

.checkbox-items label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1.5px solid #e7e7e7;
  /* border-radius: 50%; */
  transition: all 150ms ease-in-out;
}

.checkbox-items label::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  /* border-radius: 50%; */
  position: absolute;
  left: 3px;
  top: 9px;
  transition: all 150ms ease-in-out;
}

.checkbox-items input:checked + label::before {
  border-color: rgb(var(--color-blue));
}

.checkbox-items input:checked + label::after {
  background-color: rgb(var(--color-blue));
}

.single-project img.mfp-img {
  width: 100% !important;
  height: auto !important;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-items {
  aspect-ratio: unset;
}

.calculator-content {
  font-size: 14px;
  line-height: 22px;
  color: rgb(var(--color-gray));
}

.calculator-content p strong {
  font-family: unset;
}

.calculator-content ul {
  padding-left: 15px;
  line-height: 27px;
}

.iframe-form {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 500px;
}

@media (max-width: 1024px) {
  /* Tablet */
  .iframe-form {
    min-height: 725px;
  }
}

@media (max-width: 768px) {
  /* Smartphone */
  .iframe-form {
    min-height: 775px;
  }
}

.contact .modal-dialog-scrollable .modal-content {
  overflow: auto;
}

.iframe-form-modal {
  width: 100%;
  height: 100%;
  border: none;
  min-height: 725px;
}

@media (max-width: 1024px) {
  /* Tablet */
  .iframe-form-modal {
    min-height: 725px;
  }
}

@media (max-width: 768px) {
  /* Smartphone */
  .iframe-form-modal {
    min-height: 750px;
  }
}

.tax-product-brand .orange-dot {
  z-index: -1;
  bottom: -20px;
}

.anchor-offset {
  scroll-margin-top: 75px;
}

.anchor-offset-more {
  scroll-margin-top: 150px;
}

.color-gray a {
  color: rgb(var(--color-gray));
}

.btn-primary:focus {
  color: var(--bs-btn-active-color);
}

.label-hidden {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mobile-child-content {
  display: none;
}

.mobile-child-content.show {
  display: block;
}

input:read-only,
input:read-only:focus {
  color: rgb(var(--color-gray-2));
}

/* Text Colors */
.color-dark {
  color: #222222 !important;
}

.color-white {
  color: #ffffff !important;
}

/* Button Styles */
.btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active {
  color: #222222;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-dark {
  color: #222222;
  border-color: #222222;
  background-color: transparent;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
