

body {
    background-color: #F2F2F2;
}


.row {
    display: flex;
}

.col-sm-sh {
    display: flex;
    flex-direction: column;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.language_flag {
    transition: filter 0.5s;
    height: 25px;
    margin-top: 2px;
    padding-right: 2px;
}

/*Navs*/

.nav-logo-main {
    height: 40px;
}

.nav-brand {
    text-align: center;
    padding: 10px;
}

.nav-item {
    text-transform: uppercase !important;
}

.nav-hitradio-main {
    background-color: #000000 !important;
    padding: 0;
    border-bottom: 1px solid #737373;
}

.nav-hitradio-bottom {
    background-color: #c3d600 !important;
    padding: 0;
    border-bottom: 1px solid #737373;
}

.nav-link {
    color: white;
    font-weight: 400;
    font-size: 17px;
    cursor: pointer !important;
}

.nav-link.active {
    font-weight: 600;
}

.nav-link:hover {
    color: #c3d600 !important;
}

.nav-social-button {
    color: white;
    padding: 5px;
    font-size: 25px;
    transition: transform 0.5s;
}

.nav-social-button:hover {
    color: black !important;
    transform: scale(1.1);
}

.bottom-nav-link:hover{
    color: white !important;
}

.bottom-nav-link{
    font-size: 15px;
    text-transform: capitalize !important;
}

.btn {
    border-radius: 0;
}

.btn-outline-secondary:hover {
    border-color: #c3d600 !important;
    background-color: black !important;
}

.btn-outline-secondary {
    border-color: black;
}

/*cards*/

.card {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.card-header:first-child {
    border-radius: 0;
}
.card-header:not(:first-child) {
    border-radius: 0;
    border-top: 4px solid #c3d600;
}

.card-header {
    background-color: white;
    border-bottom: 4px solid #c3d600;
    color: black;
    font-weight: 400;
    font-size: 17px;
    border-radius: 0;
    text-transform: uppercase;
}

.card-img {
    border-radius: 0;
    border-bottom: 4px solid #c3d600;
}

.main-page-block-artist {
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}

.main-page-block-title{
    font-weight: 400;
    font-size: 15px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-2-line {
    display: block;
    display: -webkit-box;
    height: 3em; /* (number of lines * line-height) */
    line-height: 1.5em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.program-live-now-block {
    background-color: #c3d600;
    font-weight: 400;
    font-size: 15px;
    padding: 5px;
    border-radius: 0;
    border: 1px solid gray;
    line-height: 1.2;
    margin-bottom: 10px;
}

.program-live-now-timetable {
    font-weight: 600;
    text-transform: uppercase;
}


.tooltip-inner {
    border-radius: 0;
    text-align: left;
    background-color: #000000;
    color: #ffffff;
    border: 2px solid black;
}

.tooltip.show {
    opacity: 1;
}

.homepage-widget-listen-live{
    position: relative;
    top: 20px;
}

.btn-left{
    text-align: left;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    flex-shrink: 0;
}

.carousel-slide.active {
    display: flex;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c3d600;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.image-container {
    position: relative;
    display: inline-block;
}
.image-container img {
    width: 100%;
    height: auto;
}
.powerplay-like {
    position: absolute;
    bottom: 10px;
    right: 5px;
    font-size: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 5px;
    border-radius: 5px;
}
.copyright-text {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 5px;
    border-radius: 5px;
}


/*list*/

.homepage-upcoming-album {
    height: 5rem;
    width: 5rem;
}

.fs-19 {
    font-size: 19px;
}

.favorite-icon a {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eff0f2;
    border-radius: 6px;
    color: rgba(173,181,189,.55);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.upcoming-homepage-box .favorite-icon {
    position: absolute;
    right: 22px;
    top: 22px;
}

.fs-14 {
    font-size: 14px;
}

.track-vote-btn {
    padding: 3px;
}

.track-vote-btn-sm {
    padding: 3px;
    font-size: 110% !important;
}
.track-vote-container {
    padding-right: 5px;
}

.vote-container {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2px 5px;
    border-radius: 5px;
}


.track-thumbs-down {
    color: white;
    font-size: 150%;
    text-shadow:
            1px 1px 0 #DC3444,
            -1px 1px 0 #DC3444,
            1px -1px 0 #DC3444,
            -1px -1px 0 #DC3444,
            1px 0 0 #DC3444,
            -1px 0 0 #DC3444,
            0 1px 0 #DC3444,
            0 -1px 0 #DC3444;
}
.track-thumbs-down:hover {
    color: #DC3444;
    text-shadow: unset;
}

.track-thumbs-up {
    color: white;
    font-size: 150%;
    text-shadow:
            1px 1px 0 #00de00,
            -1px 1px 0 #00de00,
            1px -1px 0 #00de00,
            -1px -1px 0 #00de00,
            1px 0 0 #00de00,
            -1px 0 0 #00de00,
            0 1px 0 #00de00,
            0 -1px 0 #00de00;
}

.track-thumbs-up:hover {
    color: #00de00;
    text-shadow: unset;
}

.track-liked {
    color: #00de00;
    text-shadow: unset;
}

.track-disliked {
    color: #DC3444;
    text-shadow: unset;
}

.track-request {
    color: white;
    font-size: 150%;
    text-shadow:
            1px 1px 0 #c3d600,
            -1px 1px 0 #c3d600,
            1px -1px 0 #c3d600,
            -1px -1px 0 #c3d600,
            1px 0 0 #c3d600,
            -1px 0 0 #c3d600,
            0 1px 0 #c3d600,
            0 -1px 0 #c3d600;
}

.track-request:hover {
    color: #c3d600;
    text-shadow: unset;
}

.track-requested {
    color: #c3d600;
    text-shadow: unset;
}

.hot-release-homepage-artist {
    text-transform: uppercase;
}

.footer-container {
    background-color: #ffffff;
    padding: 20px
}

.vertical-timeline {
    width: 100%;
    position: relative;
    padding: 0.5rem 0 0.5rem;
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 67px;
    height: 100%;
    width: 1px;
    background: gray;
    border-radius: .25rem;
}

.vertical-timeline-element {
    position: relative;
    margin: 0 0 0rem;
}

.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 .8s;
}
.vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 55px;
}

.vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff;
}

.badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}
.badge:empty {
    display: none;
}


.badge-dot-xl::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: .25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}

.vertical-timeline-element-content {
    position: relative;
    margin-left: 76px;
    font-size: .8rem;
}

.vertical-timeline-element-content .timeline-title {
    font-size: .8rem;
    text-transform: uppercase;
    margin: 0 0 .5rem;
    padding: 2px 0 0;
    font-weight: bold;
}

.vertical-timeline-element-content .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -67px;
    top: 3px;
    padding-right: 10px;
    text-align: right;
    color: gray;
    font-size: .7619rem;
    white-space: nowrap;
}
.vertical-timeline-element-special {
    display: block;
    position: absolute;
    left: 2px;
    top: 60px;
    padding-right: 10px;
    text-align: right;
    color: gray;
    font-size: .7619rem;
    white-space: nowrap;
}

.nowplaying-album-special {
    display: block;
    margin-bottom: 10px;
    color: gray;
    font-size: .7619rem;
    white-space: nowrap;
}

.special-banner-badge {
    width: 76px;
}

.vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}
.dot-layzer{
    color: #c3d600;
    font-size: 90%;
    text-shadow:
            1px 1px 0 gray,
            -1px 1px 0 gray,
            1px -1px 0 gray,
            -1px -1px 0 gray,
            1px 0 0 gray,
            -1px 0 0 gray,
            0 1px 0 gray,
            0 -1px 0 gray;
}

.btn-primary {
    color: black;
    background-color: #c3d600;
    border-color: #c3d600;
}

.btn-primary:hover {
    color: black;
    background-color: #c3d600;
    border-color: #c3d600;
}

label {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 90%;
    margin-bottom: 5px
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #737373;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.required:after {
    content:" *";
    color: #DC3444;
}
.message-homepage {
    resize: none;
    height: 100%;
}
.form-contact-email {
    display: none;
}
p.middle-bar {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #737373;
    line-height: 0.1em;
    margin: 10px 0 20px;
}
p.middle-bar span {
    background: #fff;
    padding: 0 10px;
}

.nav-live-player-button {
    position: relative;
    z-index: 1;
    transition: 500ms ease-in-out;
    transition-property: all;
    animation: pulse 2s infinite;
    background-color: #c3d600;
}


@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}

.nav-live-player-button:hover,
.nav-live-player-button:focus {
    color: #c3d600;
    background-color: #c3d600;
    transform: scale(1.2);
    animation: none;
}


.nav-live-player-button:after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0.6;
    border-radius: inherit;
    box-shadow: 0 0 1em 1em #c3d600;
    transition: 500ms ease-in-out;
    transition-property: opacity;
}

.nav-live-player-button:hover::after,
.nav-live-player-button:focus::after {
    opacity: 0.6;
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #c3d600;
    color: black;
    text-align: center;
    font-weight: 600;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
}
.modal-title {
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0.5rem;
}
.candidate-list-images{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    transition: transform 0.5s;
}

.homepage-upcoming-album{
    transition: transform 0.5s;

}
.homepage-upcoming-album:hover {
    transform: scale(1.05);
}

.live-animate {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
