/*
Theme Name: paycompass
Text Domain: paycompass
Version: 2.8
Tested up to: 6.7
Requires at least: 4.7
Requires PHP: 5.2.4
Description:
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: Taggart Media Group
Author URI: https://taggartmediagroup.com/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

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

.hidden-item {
    display: none;
}

.solutions-tab-nav-inner{
    padding-bottom: 0;
}
.swiper.solutions-tab-slider {
    padding-bottom: 15px;
}
.swiper.solutions-tab-slider .swiper-scrollbar.swiper-scrollbar-horizontal{
    bottom: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
}
.swiper.solutions-tab-slider:hover .swiper-scrollbar.swiper-scrollbar-horizontal{
    opacity: 1;
}
.swiper.solutions-tab-slider{
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-bg-color: var(--bs-secondary-light);
    --swiper-scrollbar-drag-bg-color: var(--bs-secondary);
    --swiper-scrollbar-size: 6px;
}

@media (max-width: 1024px){
    .swiper.solutions-tab-slider .swiper-scrollbar.swiper-scrollbar-horizontal{
        opacity: 1;
    }
}