:root {
  --h1size: 50px;
  --h2size: 35px;
  --h3size: 24px;
  --h4size: 20px;
  --h5size: 18px;
  --h6size: 15px;
  --bodysize: 16px;
  --rweight: 400;
  --mweight: 500;
  --sweight: 600;
  --bweight: 700;
  --eweight: 800;
  --bcweight: 900;
  --pfamily: 'Roboto', sans-serif;
  --sfamily: 'Oswald', sans-serif;
  --white: #ffffff;
  --light-white: #f5f5f5;
  --light-secondary: #ffffff;
  --deep-heading: #220044;
}

.navbar-nav_as .nav-item .active.nav-link:before, .navbar-nav_as .nav-item .nav-link:before {
    background: #ff0d00 !important;
    box-shadow: 0 0 0 0 #ff0d00 !important;
}
.cstmswtch label:before {
    background: linear-gradient(to right, #e04300 0%,#cc0000 0%,#e04300 100%)!important;
    
}
.player-btn {
    background: -moz-linear-gradient(left, #e04300 0%, #cc0000 0%, #e04300 100%)!important;
    background: -webkit-linear-gradient(left, #e04300 0%,#cc0000 0%,#e04300 100%)!important;
    background: linear-gradient(to right, #e04300 0%,#cc0000 0%,#e04300 100%)!important;
}
.ftr_social_links ul li a:hover {
    color: #ff0d00 !important;
}
.imprtnt_link_colmn ul li a:hover {
    color: #ff0d00 !important;
}
.ftr_copyright ul li h6 a:hover {
    color: #ff0d00 !important;
}
.current_show {
    background-color: #ff0d00 !important;
}
.show-meta h6 {
    color: #ff0d00 !important;
}
.dark-mode .schedule_cntnt .nav_pills_as .nav-item .nav-link:hover, .dark-mode .schedule_cntnt .nav_pills_as .nav-item .nav-link.active {
    background: #ff0d00 !important;
}
.schedule_cntnt .nav_pills_as .nav-item .nav-link:hover, .schedule_cntnt .nav_pills_as .nav-item .nav-link.active {
    background: #ff0d00 !important;
}
.send_m_btn button {
    background: linear-gradient(to right,#e04300 0%,#cc0000 49%,#e04300 100%)!important;
}
.send_m_btn button:hover {
    background: linear-gradient(to right, #cc0000 0% ,#e04300 49%, #cc0000 100%)!important;
}
.boder_box {
     background: linear-gradient(to right, #cc0000 0% ,#e04300 49%, #cc0000 100%)!important;
}
.team_person_skill a{
    color: #ff0d00 !important;
}
.p3-player.theme-light {
    background: #2cb3ed !important;
}
.p3-title {
    color: #ffffff !important;
}
.p3-artistInfo {
    color: #ffffff !important;
}
.p3-historyWpr.theme-light {
     background: #2cb3ed !important;
}



.book_ticket{
    background: linear-gradient(to right,#e04300 0%,#cc0000 49%,#e04300 100%)!important;
    color:#ffffff !important;
}
.book_ticket:hover {
    background: linear-gradient(to right, #cc0000 0% ,#e04300 49%, #cc0000 100%)!important;
    color:#ffffff !important;
}
.event-heading{
    color:#ff0d00;
}
.slider_next_prew_btn button:hover, .slider_next_prew_btn button:focus {
    background: linear-gradient(to right,#e04300 0%,#cc0000 49%,#e04300 100%)!important;
}