import { css } from 'styled-components/macro' import { ClientConfig, ClientIds, ClientNames, } from './types' export const insports: ClientConfig = { auth: { clientId: ClientIds.Insports, }, defaultLanguage: 'en', description: 'Live sports streaming platform. Football, basketball, ice hockey and more. Access to various player playlists and game highlights. Multiple subscription options. Available across all devices.', disabledPreferences: true, name: ClientNames.Insports, privacyLink: '/privacy-policy-and-statement?client_id=insports-ott-web', showSearch: true, showSmartBanner: true, styles: { background: 'background-image: url(/images/Checker.png);', logo: 'insports-logo.svg', logoHeight: 2.465, logoLeft: 1.7, logoTop: 1.5, logoWidth: 6.37, matchLogoHeight: 2.465, matchLogoWidth: 6.37, matchPageMobileHeaderLogo: css` width: 90px; height: 27px; top: 0; `, mobileHeaderLogo: css` width: 77px; height: 24px; `, userAccountLogo: css` width: 6.37rem; height: 2.465rem; `, }, termsLink: '/terms-and-conditions?client_id=insports-ott-web', title: 'InSports TV - The Home of Sports Streaming', }