.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bg-dark {
    background-color: #0e1407 !important
}

#show-request {
    position: fixed;
    right: 23px;
    bottom: 21px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 44px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #28a745;
    -webkit-box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    -moz-box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    opacity: 1;
    visibility: visible
}

#show-request:hover {
    border-color: #2273e5
}

#show-request a {
    color: #fff;
    font-size: 150%
}

.jumbotron {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fff;
}

.jumbotron p:last-child {
    margin-bottom: 0
}

.jumbotron h1 {
    font-weight: 300
}

.jumbotron .container {
    max-width: 40rem
}

.install-panel {
    display: none;
    position: sticky;
    bottom: 15px;
    z-index: 1050;
    margin: 0 auto;
    width: 160px
}

.install-app {
    display: flex;
    height: 39px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #17a2b8;
    outline: 0;
    border: 1px solid rgba(255,255,255,.8);
    border-radius: 10px
}

a.install-app:hover {
    text-decoration: none;
    background-color: #021012;
    color: #fff
}

.hide-install-panel {
    position: absolute;
    margin-top: -10px;
    margin-left: 150px;
    height: 20px;
    width: 20px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: red;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,.8);
    text-align: center;
    line-height: 1
}

a.hide-install-panel:hover {
    text-decoration: none;
    color: #fff
}

body {
    background-color: rgb(40 167 69 / 30%) !important;
}

.banners {
    margin: 5rem 0rem 3rem 0rem;
}

.banner-panel {
    overflow: hidden;
}

.banner-container {
    width: 100%;
}

.swiper-slide-container {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide-container img {
    width: 100%;
    max-height: 200px;
}

.radio-panel {
    padding: 2rem 0;
    border-radius: 2rem;
}

.sponsor-panel {
    padding: 1rem 1rem;
    border: 1px solid rgb(40 167 69 / 20%) !important;
    border-radius: 2rem;
    background-color: #fff;
}

.radio-panel, .sponsor-panel {
    margin: 0rem 0rem 3rem 0rem;
}

.player-background {
    background-image: url(../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 250px;
    min-height: 440px;
    padding-top: 8px
}

.radio-panel-bg, .player-background {
    background-color: #041107;
}

.navbar-bg {
    background-color: #28a745;
    border-bottom: 1px solid rgb(40 167 69 / 16%) !important;
}

.player-theme {
    height: 440px;
    width: 100%;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 20px;
    border: 0px none rgb(255, 255, 255);
}

footer {
    padding: 2rem 0 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

footer div {
    font-size: 1rem
}

@media (max-width: 768px) {
    .jumbotron {
        padding: 3rem 0 2rem;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem
    }

    .banners {
        margin: 4.5rem 0rem 1rem 0rem;
    }

    .banner-container {
        margin: auto 1rem;
        width: calc(100% - 2rem);
    }

    .radio-panel {
        margin: 0rem 0rem 1rem 0rem !important;
        padding: 1.5rem 0 !important;
        border-radius: 1.5rem !important;
    }

    .sponsor-panel {
        margin: 1rem 0rem 3rem !important;
    }

    footer div {
        text-align: center !important;
        font-size: .7rem !important;
        line-height: 1.4rem;
    }
}
