/*
Theme Name: LACC
Author: LACC
Description: This is the LACC theme.
Version: 1.0.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html
Text Domain: dcpl-lacc

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

*/

/* @todo: Type: CSS, Message: Move this to its own sass file. Don't merge in header.sass */


.trp-language-switcher{
	width: 120px;
}
.trp-language-switcher > div {
    border-radius: 12px;
    border-color: #ffffff;
    background-position: calc(100% - 20px) calc(1em - 4px), calc(100% - 3px) calc(1em + 0px);
    background-color: #010198 !important;
    
}   
.trp-language-switcher > div { 
    background-image: url('data:image/svg+xml,<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M6 9L12 15L18 9" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path></g></svg>');
    background-size: 14px;
}
.trp-language-switcher > div > a{
    color: #ffffff;
    padding: 0 12px;
}
.trp-language-switcher .trp-ls-shortcode-language{
    z-index: 10;
}
.trp-language-switcher > div > a:hover{
    color: var(--dcpl-lacc-primary-color);
    background-color: #fff !important;
}