/* This file is used as dependency in:
   ../../modules/sub-team.module/module.html 
   ../../modules/sub-services.module/module.html 
   ../../modules/sub-image-boxes.module/module.html 
   ../../modules/sec-team.module/module.html 
   ../../modules/sec-services.module/module.html 
   ../../modules/sec-image-boxes.module/module.html 
   ../../modules/sec-company-values.module/module.html */


 

.pwr-touch-btn {
    display: none;
}

@media (hover: none) {
    .pwr-touch-btn {
        background-color: rgba(var(--clr-background-lt-rgb), .85);
        border-radius: var(--br-btn);
        color: var(--clr-text-lt);
        display: flex;
        align-items: center;
        font-weight: 700;
        font-size: 10px;
        font-family: var(--ff-accent);
        line-height: 1;
        opacity: 1;
        padding: 6px 9px 5px;
        position: absolute;
        right: 12px;
        top: 12px;
        z-index: 500;
    }

    .pwr-touch-btn--dark {
        background-color: rgba(var(--clr-background-dk-rgb), .85);
        color: var(--clr-text-dk);
    }

    .pwr-touch-btn-container:hover .pwr-touch-btn {
        opacity: 0;
    }
    .pwr-touch-btn__icon {
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Cpath fill='%23171B25' fill-rule='nonzero' d='M4.94 7.148a.55.55 0 0 1 1.101 0v3.304a.55.55 0 0 1-1.101 0V7.148ZM5.49 3.3c-.323 0-.641.04-.949.117a.55.55 0 0 1-.27-1.066 4.953 4.953 0 0 1 6.174 4.801V8.8a.55.55 0 0 1-1.1 0V7.153A3.852 3.852 0 0 0 5.49 3.3Zm0-2.2A6.042 6.042 0 0 0 .962 3.132.55.55 0 0 1 .139 2.4 7.143 7.143 0 0 1 5.49 0c2.083 0 4.022.894 5.373 2.425a.55.55 0 1 1-.827.727A6.043 6.043 0 0 0 5.49 1.1Zm1.652 9.35V9.343a.55.55 0 0 1 1.101 0v1.107a.55.55 0 0 1-1.101 0ZM1.636 7.152V8.8a.55.55 0 0 1-1.1 0V7.152c0-1.262.474-2.452 1.315-3.36a.55.55 0 0 1 .808.746 3.835 3.835 0 0 0-1.023 2.614Zm2.203-.004v3.302a.55.55 0 0 1-1.102 0V7.148a2.752 2.752 0 0 1 5.506.003.55.55 0 0 1-1.101 0 1.65 1.65 0 0 0-3.303-.003Z'/%3E%3C/svg%3E");
        content: '';
        display: inline-block;
        margin-left: 5px;
        position: relative;
        width: 11px;
        height: 11px;
        top: 0px;
    }
    .pwr-touch-btn--dark .pwr-touch-btn__icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11'%3E%3Cpath fill='%23EEEEEE' fill-rule='nonzero' d='M4.94 7.148a.55.55 0 0 1 1.101 0v3.304a.55.55 0 0 1-1.101 0V7.148ZM5.49 3.3c-.323 0-.641.04-.949.117a.55.55 0 0 1-.27-1.066 4.953 4.953 0 0 1 6.174 4.801V8.8a.55.55 0 0 1-1.1 0V7.153A3.852 3.852 0 0 0 5.49 3.3Zm0-2.2A6.042 6.042 0 0 0 .962 3.132.55.55 0 0 1 .139 2.4 7.143 7.143 0 0 1 5.49 0c2.083 0 4.022.894 5.373 2.425a.55.55 0 1 1-.827.727A6.043 6.043 0 0 0 5.49 1.1Zm1.652 9.35V9.343a.55.55 0 0 1 1.101 0v1.107a.55.55 0 0 1-1.101 0ZM1.636 7.152V8.8a.55.55 0 0 1-1.1 0V7.152c0-1.262.474-2.452 1.315-3.36a.55.55 0 0 1 .808.746 3.835 3.835 0 0 0-1.023 2.614Zm2.203-.004v3.302a.55.55 0 0 1-1.102 0V7.148a2.752 2.752 0 0 1 5.506.003.55.55 0 0 1-1.101 0 1.65 1.65 0 0 0-3.303-.003Z'/%3E%3C/svg%3E");
    }

}
