:root{--bgColor:#dbd8ae;--alternatebgColor:#ccc88e;--playerbgColor:#b9b464;--textColor:#48483a;--alternateTextColor:#48483a;--blankSideColor:#606060;--showInfoPadding:0.1rem;--iconForeColor:#48483a;--iconBgColor:#ccc88e;--headerLogoColor:#48483a}body,html{background:var(--blankSideColor);font-family:dm sans,system-ui,sans-serif;margin:0;height:100%}a,body,html{color:var(--textColor)}a{padding:100;text-decoration:none}.rgLogo{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;width:100%;height:auto}.mainBox{height:100%;display:flex;flex-direction:column;flex-wrap:nowrap;margin:0;padding:0}header{flex-shrink:0;flex-grow:0}.mainWrapper{background:var(--bgColor);flex-grow:1;display:flex;flex-direction:column;overflow-y:auto}footer{flex-shrink:0}.header1{background:var(--alternatebgColor)}.header1,.header2{display:grid;grid-template-columns:auto 1fr auto;padding:0;margin:0}.header2{background:var(--bgColor);text-align:center}.roundButton{display:grid;place-items:center;margin:.3rem;margin:0;padding:.5rem}.emptyButton{padding:2rem;margin:0}.headerContent{display:grid;place-items:center;margin:.3rem;margin:0;padding:.5rem}.livePage{height:100%;display:grid;grid-template-rows:auto 1fr auto;background:#555}.stationPicture{padding:0;text-align:center;background-color:#666;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-grow:1}.loadingContainer{height:100%;flex-direction:row}.loading,.loadingContainer{display:flex;place-items:center}.loading{background:var(--bgColor);flex-grow:1;flex-direction:column}.loader{border:35px solid var(--alternatebgColor);border-top:35px solid var(--playerbgColor);border-radius:50%;width:180px;height:180px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.loaderText{font-weight:800;padding:2rem;color:var(--playerbgColor);text-align:center}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.imageShadowsContainer{margin:0;padding:0;height:100%;display:flex;flex-direction:column;flex-grow:1}.topShadow{margin:0;padding:0;background-image:linear-gradient(var(--bgColor),transparent);background-size:cover;flex:1}.middleSpacer{color:transparent;flex:3}.bottomShadow{display:flex;justify-content:center;margin:0;padding:0;background-image:linear-gradient(transparent,var(--bgColor));background-size:cover;flex:1}.bottomSlot{text-align:justify;padding:0}.bottomSlot,.podcastPage{background:var(--bgColor)}.podcastPage{display:grid;grid-template-rows:auto 1fr}.listContainer{margin:0;padding:0;background:var(--bgColor)}.simpleContainer{grid-template-columns:auto 1fr auto}.iconContainer,.simpleContainer{border-radius:15px;display:grid;margin:.5rem;padding:0;background:var(--alternatebgColor)}.iconContainer{grid-template-columns:auto 1fr}.podcastData{display:grid;margin:.3rem}.playerWrapper{background:var(--alternatebgColor);text-align:center}.showTitle{font-size:5vw}.podcastTitle,.showTitle{padding:var(--showInfoPadding);margin:0;font-weight:500}.podcastTitle{font-size:4vw}.timeSlot{color:var(--alternateTextColor)}.showDescription,.timeSlot{padding:var(--showInfoPadding);margin:0;font-size:3.2vw}.showLongDescription{padding:1rem;margin:0;font-size:3.2vw}.bottomShadowIcons{padding:.6rem}.player-wrapper{align-items:center;background-color:var(--playerbgColor);display:flex;flex-direction:column}.player-details,.player-details-live{background-color:var(--playerbgColor);width:100%;padding-top:.3rem;padding-bottom:.3rem}.player-details-live{display:flex;flex-direction:column}.player,.player-extra-controls{background-color:var(--playerbgColor);display:flex;justify-items:center}.player{color:var(--textColor);flex:2;width:100%}.player-controls{display:flex;justify-items:center;flex-grow:1}.player-button{flex-grow:0;display:flex;justify-content:center;align-items:center}.player-core{padding-top:5px;padding-bottom:5px}.player-core,.player-text{flex-grow:1;display:flex;flex-direction:column}.player-text{justify-content:center;align-items:center}.player-controls>div a{color:#bbb;display:block;line-height:0;padding:.5rem;text-decoration:none}.player-progress{border:var(--bgColor);border-style:solid;border-width:1px;cursor:pointer;height:.4rem;min-width:160px;position:relative}.player-progress .player-seeker{opacity:.75}.player-progress .player-loaded,.player-progress .player-seeker{background-color:var(--iconForeColor);bottom:0;left:0;position:absolute;top:0;flex-grow:1}.player-progress .player-loaded{opacity:.3}.player-time{display:flex;justify-content:space-between}.player-time .player-time-current,.player-time .player-time-total{font-size:.8rem;padding-top:2px}@media only screen and (min-width:1030px){.showTitle{font-size:1.6vw}.timeSlot{margin-top:.5rem;font-size:2.2vw}.showDescription,.showLongDescription{margin-bottom:.5rem;font-size:1vw}body{padding-left:20%;padding-right:20%}.podcastTitle{font-size:1.6vw}.timeSlot{font-size:1.2vw}}@media only screen and (min-width:1200px){body{padding-left:30%;padding-right:30%}}