﻿.guide-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.guide-logo-container img {
    height: 120px;
    width: 200px;
    max-width: 100%;
    padding: 5%;
}

.guide-logo-container.freeview {
    background-color: #ee1d25;
    background-image: radial-gradient(circle farthest-side at left bottom,#ffcf01 0%,rgba(151,38,143,0) 35%),radial-gradient(circle farthest-side at right top,rgba(151,38,143,.8) 0%,rgba(151,38,143,0) 25%);
}

.guide-logo-container.sky {
    background-image: radial-gradient(122.33% 88.73% at 110.9% -11.1%, rgb(12, 151, 228) 0%, rgb(26, 73, 186) 50%, rgb(22, 62, 167) 59%, rgb(12, 34, 119) 79%, rgb(1, 0, 61) 100%);
}

.guide-logo-container.threenow {
    background-image: url("/img/threenow-bg.svg");
    background-size: cover;
}

.guide-logo-container.tvnz {
    background-image: linear-gradient(#1110 39%,#111 100%),linear-gradient(62deg,#111 0%,#090f3600 99.98%),linear-gradient(339deg,#ff45d9e6 4.53%,#ff45d940 35.14%,#ff45d900 51.18%),linear-gradient(217deg,#2747f2 -8.12%,#090f36 75.37%);
}