/*
Theme Name: Paylabs
Theme URI: https://paylabs.co.id/
Author: Stucel
Author URI: https://stucel.com/
Description: Special theme exclusively for Paylabs
Requires at least: 6.4
Tested up to: 6.6
Requires PHP: 8.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paylabs
Domain Path: /languages
Tags: 
*/



/* Urgent: Fix styling issue */
.benefit.front .benefit-data .benefit-card svg {
    min-width: 5rem;
}
.faq.help .faq-list .faq-question__title {
    color: var(--tertiary-dark) !important;
}
.faq.help .faq-list .faq-question[aria-expanded=true] .faq-question__title {
    color: var(--secondary) !important;
}
.testimonial.front .testimonial-meta {
    box-shadow: 0 4px 16px 0 #00000015;
}
footer::before {
    background-color: transparent;
    background-image: linear-gradient(to right, #286E8F, #F15A24);
}
.product.landing .product-card__detail::before {
    background-color: rgba(0, 0, 0, .5) !important;
}
.vacancies.career .vacancies-card, .product.solution {
    background-color: #DBE6FF;
}
.solution:not(.product) .solution-content-logos__image {
    max-width: 100%;
    max-height: none;
}
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: var(--tertiary-dark); 
  color: #fff; 
  text-align: center; 
  border-radius: 2px; 
  padding: 16px; 
  position: fixed; 
  z-index: 1;
  left: 50%;
  bottom: 30px; 
}

#snackbar.show {
  visibility: visible; 
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@media (min-width: 992px) {
  .affiliation.about .affiliation-logos-item__image {
    width: 18rem;
    height: 9rem;
  }
}
@media screen and (max-width: 1200px) {
    footer .footer-copyright {
        font-size: calc(var(--body) - .3rem);
    }
    .banner.front .banner-item__data {
        line-height: 1.1em;
    }
    .vacancy.single:not(.related) .vacancy-head__apply {
        padding: 0;
    }
}