﻿.chatgen{font-family:"Roboto Condensed";position:fixed;bottom:90px;display:inline-flex;background-color:#fff;border-radius:10px 0 0 10px;z-index:1000;right:-138px;transition:all .33s ease-in-out;}@media(min-width:768px){.chatgen{right:-278px;}}.chatgen.active{right:0;background-color:#fff;}.chatgen.active .chatgen__switch::after{width:22px;height:22px;background-image:url("/Content/sharedComponents/headerFooterSazka/images/arrow-right.svg");}.chatgen__switch{border-radius:inherit;cursor:pointer;width:38px;position:relative;}.chatgen__switch::after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:20px;height:20px;background-image:url("/Content/sharedComponents/headerFooterSazka/images/chat1.svg");background-size:contain;background-repeat:no-repeat;background-position:center;}@media(min-width:768px){.chatgen__switch{width:42px;}.chatgen__switch::after{width:22px;height:22px;}}.chatgen__container{display:flex;column-gap:6px;padding:8px;}@media(min-width:768px){.chatgen__container{padding:10px;}}.chatgen__btn{display:inline-flex;align-items:center;gap:8px;flex-direction:row;margin:0;background-color:#000253;color:#fff;text-transform:uppercase;text-align:center;white-space:nowrap;border-radius:10px;touch-action:manipulation;vertical-align:middle;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none;text-decoration:none!important;transition:all .15s ease-in-out;cursor:pointer;padding:9px 12px;line-height:1;font-size:14px;font-weight:400;outline:0;}.chatgen__btn:hover,.chatgen__btn:focus{text-decoration:none!important;background-color:#00036c;color:#fff;}.chatgen__btn--desktop{display:none;}@media(min-width:768px){.chatgen__btn--desktop{display:inline-flex;}}@media(min-width:768px){.chatgen__btn{flex-direction:column;gap:6px;}}