/*
    DEMO STYLE
*/
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
@import url('fonts.css?r=8262102');

* {
    margin: 0;
    padding: 0;
}
html {
    width: 100%!important;
    height: 100%!important;
    overflow-x: hidden;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    background: #222 url(../../assets/img/top-background.png?r=90162620) repeat-x center 87px!important;
}
body {
    margin: 0!important;
    font-family: 'poppinsregular', sans-serif!important;
    font-size: 0.875rem!important;;
    font-weight: 400!important;;
    line-height: 1.5!important;;
    color: #212529!important;;
    background: url(../../assets/img/top-background.png?r=90162620) repeat-x center bottom -550px!important;
}
@keyframes heartbeat
{
  0%
  {
    transform: scale( .98 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .96 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .96 );
  }
  100%
  {
    transform: scale( .98 );
  }
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block; 
}

hr.hr-style2 {
    width: 100%;
    border-top: 1px dashed rgba(0,0,0, 0.2);
    margin-bottom: 10px!important;
}
hr.hr-style3 {
    width: 100%;
    border-top: 1px dashed rgba(0,0,0, 0.2);
    margin-bottom: 50px!important;
    margin-top: 50px!important;
}
.copy {
    background: #0a1e53!important;
    border-radius: 10px!important;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
    font-family: 'Roboto Condensed'!important;
    color: #fff; 
    font-size: 13px; 
    padding: 10px;
    text-align: center;
}
.copy a {
    color: #fff!important;
}
h3.head-title {
    color: #666!important; 
    letter-spacing: 1px; 
    text-shadow: 1px 0px 0px #ffffff; 
    font-weight: bold;
    font-size: 14px;
    padding: 20px;

}
ol.breadcrumb {
    background: #00368a!important;
    border: none!important;
    border-radius: 0px!important;
    padding: 3px 10px!important;
    margin-bottom: 0px!important;
    
}
ol.breadcrumb li, ol.breadcrumb li a {
    color: #fff!important;
}
.padbott-1 {
    padding-bottom: 10px!important
}
.padbott-2 {
    padding-bottom: 20px!important
}
.padbott-3 {
    padding-bottom: 30px!important
}
.padbott-4 {
    padding-bottom: 40px!important
}
.padbott-5 {
    padding-bottom: 50px!important
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999!important;
  
    box-shadow: 1px 1px 33px rgba(0, 0, 0, 0.1);
    background: #fff!important;
    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.5s; /* Firefox < 16 */
        -ms-animation: fadein 0.5s; /* Internet Explorer */
         -o-animation: fadein 0.5s; /* Opera < 12.1 */
            animation: fadein 0.5s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.sticky + .content {
  padding-top: 60px;
}

section {
  height:calc(90% - 50px);
  height: 90vh;
}

button {
  border-radius: 0!important;
}

.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.no-gutter>[class*="col-"]{
  padding-left: 5px;
  padding-right: 5px;
}

.card {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background: none!important;
    border-radius: 0!important;
    margin-top: 10px;
    border: none!important;
}
.card-body {
    padding: 10px!important;
    background: #303030!important;
    
    border: none!important;
}
.card-profile {
    width: 100%;
    background: #0064b2!important;
    border-radius: 10px!important;
    overflow: hidden!important;
    border: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    
}
.card-header {
    background: url(../img/new_head_bg.gif) repeat-x center!important;
    color: #fff!important;
    border-radius: 10px!important;
    margin-bottom: 10px!important;
    border: none!important;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
}
.card-header b {
    font-family: 'Roboto Condensed'!important;
    line-height: 28px;
    font-size: 22px;
}
.white-bg {
    background: rgba(255,255,255, 1)!important; 
    border-radius: 10px!important;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
}
.dark-bg {
    background: #0a1e53 url(../img/dark-bg.png) no-repeat center bottom!important;
    border-radius: 10px!important;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
    color: #fff!important;
}

p {
    font-family: 'poppinsregular', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
h1 {
    font-size: 55px;
    line-height: 1.2;
    color: #333;
    font-weight: 600;
    padding-bottom: 12px;
}
h2 {
    font-size: 24px!important;
    font-family: "Raleway", sans-serif;
}
.head-bg {
    width: 100%;
    height: 650px;
    background: url('../img/head-bg2.png') bottom center repeat-x;
    overflow: hidden!important;
}
#navbar {
    padding: 20px 15px;
}

.navbar {
    background: #0049b9!important;
    border: none;
    border-radius: 0;
    color: #333;
    font-family: Yanone Kaffeesatz!important;
    border-top: 5px solid #1869cc;
}
.container {
      max-width: 1280px!important;
      margin-bottom: 0px!important;
}
.marq {
    margin-top: 100px;
    padding-top: 10px;
    padding-bottom: 7px;
    padding-left: 10px!important;
    padding-right: 10px!important;
    background: rgba(0,0,0, 0.8);
    border-radius: 10px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto";
    font-size: 16px;
}
.nav-link {
    color: #fff!important;
    font-size: 22px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.navbar a:hover {
    color: #513edd;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem!important;
    border: 1px solid rgba(0,0,0, 0.6);
}
#spinner {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 6s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ 
#particles-js{ position:absolute; width: 100%; height: 100%; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ 
.count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }

img.logo {
    height: 450px;
    max-width: 100%;
    animation: heartbeat 0.8s infinite;
}
.alert-danger {
    color: #712b29;
    background-color: #f7dddc;
    border: none!important;
}
.alert-success {
    border: none!important;
}
.text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.fansign, ul.banners, ul.ads, ul.program {
    list-style: none;
    list-style-type: none;
    overflow: hidden!important;
    margin: 0;
    padding: 0;
}
/** Player **/
.player_bg {
    padding: 15px;
    background: url(../img/kizz_player_bg2.gif) no-repeat center bottom;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
}
.player-holder {
    background: rgba(255,255,255, 0.9);
    height: 90px;
    -moz-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.6);
}
ul.player {
    list-style-type: none;
    overflow: hidden!important;
    height: 100%;
    margin-bottom: 0px!important;
}
ul.player li {
    font-size: 22px;
    width: 100%!important;
    padding: 20px 25px;
    vertical-align: middle;
    background: rgba(8,96,232, 1);
    text-align: left;
    vertical-align:middle;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; 
    cursor: pointer;
    color: #fff;
    font-family: 'glegooregular';
}
ul.player li a {
    margin-right: 10px;
    color: #fff!important;
}
ul.player li:hover {
    background: #0758d4;
}
ul.player li:focus, ul.player li:active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.slideHolder {
    background: #0049b9!important;
    padding: 5px 10px!important;
    padding-top: 0px!important;
}
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    border-radius: 5px;
    background: #f1f1f1;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}


.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    border: 3px solid #f1f1f1;
}

.slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
    border: 3px solid #f1f1f1;
}
.equalizer{
  display:inline-block;
  width:15px;
  background-color: transparent;
  border: 0;
  position: relative;
  transition: opacity 0.5s ease;
}

.equalizer span{
  display: inline-block;
  width: 3px;
  background-color: #ddd;
  position: absolute;
  bottom: 0;
}

@keyframes shorteq{
  0% {height: 10px}
  50% {height: 5px}
  100% {height: 10px}
}
@-webkit-keyframes shorteq{
  0% {height: 10px}
  50% {height: 5px}
  100% {height: 10px}
}

@keyframes talleq{
  0% {height: 15px}
  50% {height: 8px}
  100% {height: 15px}
}
@-webkit-keyframes talleq{
  0% {height: 15px}
  50% {height: 5px}
  100% {height: 15px}
}

.bar1{
  height: 13px;
  left: 0;
  animation-name: shorteq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0s;
  -webkit-animation-name: shorteq;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 0s;
}

.bar2{
  height: 15px;
  left: 6px;
  animation-name: talleq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0.17s;
  -webkit-animation-name: talleq;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 0.17s;
}

.bar3{
  height: 13px;
  left: 12px;
  animation-name: shorteq;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-delay: 0.34s;
  -webkit-animation-name: shorteq;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
  animation-delay: 0.34s;
}

.bx-wrapper {
    box-shadow: none!important;
    border: none!important;
    background: none!important;
}
/** On Board **/
div.ob-stat {
    background: rgba(0,0,0, 0.6);
    padding: 10px;
    display: block;
    vertical-align: middle;
}
.live-badge {
    margin-left: 10px;
    margin-top: 10px;
    position: absolute;
    padding: 2px 6px!important;
    font-size: 12px!important;
    color: #fff;
    border-radius: 4px;
    font-weight: bolder;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    background: #000;
    left: 0;
}
b.flash-dot {
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
}
@keyframes flash {
    from {color: #d9534f;}
    to {color: #fff;}
}
span.ob-djstat {
    font-size: 18px;
    display: block;
    color: #fff;
    font-family: 'bebas';

}
span.ob-djname {
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 1.85rem!important;
  font-family: 'Roboto Condensed'!important;
}
span.ob-djprog {
    font-size: 12px;
    color: #fff!important;
    text-transform: uppercase!important;
    font-family: 'Roboto Condensed'!important;
}
div.ob1 {
    background: none;
    position: relative;
    height: 200px;
}
div.ob-box {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0.6) 100%);
}
div.ob-info {
    width: 100%;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 5px rgba(0,0,0, 1);
    overflow: hidden;
}
div.ob-bg {
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 10px;
    margin-top: 10px;
}
/** Online Users **/
ul.onlineuser {
    width: 100%;
    height: 225px;
    padding: 0;
    overflow-x: hidden;
}
ul.onlineuser li {
    display: block;
    padding: 5px;
    -webkit-transition: padding-left 0.2s ease-out;
    -moz-transition: padding-left 0.2s ease-out;
    -o-transition: padding-left 0.2s ease-out;
    transition: padding-left 0.2s ease-out;
    margin-bottom: 5px;
    background: rgba(0,0,0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer!important;
}
ul.onlineuser li:last-child {
    border-bottom: none !important;
}
ul.onlineuser li:hover {
    padding-left: 10px;
}
.onlineuser-pic, .opic {
    width: 40px;
    height: 40px;
    padding-bottom: 0;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}
img.opic {
    border: 2px solid rgba(0,0,0, 0.3);
}
.onlineuser-info {
    padding: 0;
    position: relative;
}
.onlineuser-name {
  color: #eeeeee;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto Condensed';
}
.onlineuser-rank {
    font-size: 12px;
}
.online-user::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 12px;
    background-color: transparent;
}
.online-user::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: 5px solid rgba(255,255,255,0);
    background-clip: content-box;
    background-color: #c7c7c7;
    -webkit-box-shadow: none;
}

.online-user::-webkit-scrollbar-thumb:hover {
    border-radius: 12px;
    border: 5px solid rgba(255,255,255,0);
    background-clip: content-box;
    background-color: #c7c7c7;
}
/** Chatbox CSS **/
input:focus{
    outline: none!important;
}

.modal-body {
    padding: 10px!important;
}
.modal-footer {
    padding: 10px!important;
}
form#chat_form {
    width: 100%;
    height: 30px;
    position: relative;
}
.chat_comp_l {
    width: 100%;
    height: 100%;
    float: left!important;
}
.chat_comp_r {
    position: absolute;
    padding-left: 5px;
    height: 100%!important;
    right: 0;
    top: 0px!important;
    float: right!important;
}
div.connect-fb {
    background: #3b5999;
    color: #fff;
    text-align: center;
    width: 50%;
    cursor: pointer;
}
div.connect-tw {
    background: #44cdf7;
    color: #fff;
    text-align: center;
    width: 50%;
    cursor: pointer;
}
input.fa-input, span.chat_time {
    font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
input#chat_msg {
    width: 100%;
    height: 100%;
    padding: 0;
    padding-left: 5px;
    font-size: 14px;
    z-index: 1;
    border-radius: 5px 0 0 5px;
    border: none !important;
    background: none !important;
    outline: none;
    color: #2c2c2c;
    font-weight: bold;
}
.send_chat_button {
    background: #0082d9!important;
    color: #fff;
    height: 100%;
    width: 40px;
    text-align: center;
    font-size: 16px !important;
    line-height: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none !important;
    float: right!important;
}
.send_chat_button i {
    font-size: 20px!important;
}
.chat_prog_bar {
  display: none;
    width: calc(100% - 6px);
    height: 5px;
    background: #e0e0e0;
    padding: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
}
.chat_prog_bar_fill {
    display: block;
    height: 5px;
    background: #659cef;
    border-radius: 3px;
    /*transition: width 250ms ease-in-out;*/
    transition: width 5s ease-in-out;
}
div#reply_box {
    background: rgba(0,0,0, 0.2);
    padding: 3px;
    position: absolute;
    margin-right: 10px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
div.replyTo {
    background: #3399cc;
    color: #fff;
    font-size: 14px;
    padding: 2px 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
span.reply {
    background: #0071bc;
    color: #fff;
    height: 100% !important;
    border-radius: 3px;
    padding: 2px 5px;
    font-size: 13px;
}
span.reply i {
    font-size: 10px !important;
}
span.mod_msg, 
span.onair_msg, 
span.ann_msg {
    color: #fff;
    height: 100% !important;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 12px;
}

span.warn_msg,
span.ban_msg,
span.ads_msg {
    color: #fff;
    height: 100% !important;
    padding: 3px 5px;
    border-radius: 3px;
    font-size: 10px;
}
span.ads_msg {
    background: #325D88;
}
span.ban_msg {
    background: #981b1e;
}
span.warn_msg {
    background: #ff5200;
}
span.mod_msg {
    background: #c9302c;
}
span.onair_msg {
    background: #700505;
}
span.ann_msg {
    background: #0060ba;
}
i#remove_reply {
    color: #ededed;
    cursor: pointer;
}
i#remove_reply:hover {
    color: #256a8c;
}
i#remove_reply span {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
div#emoticons_button {
    height: 100%;
    padding-top: 4px;
    margin-right: 7px;
    z-index: 3 !important;
    float: right!important;
}
div#emoticons_button i {
    color: #a2a2a2;
    cursor: pointer;
}
div#emoticons_button i:hover {
    color: #868686;
}

div#chat_container {
    height: 814px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    font-family: 'poppinsregular', sans-serif;
}

div.chatbox_composer {
    padding: 5px;
    margin-bottom: 10px;
    background: rgba(255,255,255, 0.9);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    -moz-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 15px -15px rgba(0, 0, 0, 0.7);
}
div.chatbox_wrapper {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    margin-bottom: 10px;
}
div.chat {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 5px;
    -webkit-transition: padding-left 0.2s ease-out;
    -moz-transition: padding-left 0.2s ease-out;
    -o-transition: padding-left 0.2s ease-out;
    transition: padding-left 0.2s ease-out;
    font-family: 'poppinsregular', sans-serif;
}
div.chat:hover {
    padding-left: 10px;
}
div.chat_add_rep {
    width: 42px;
    height: 42px;
    background: rgba(0,0,0, 0.7);
    padding-top: 10px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    text-align:center;
    position: absolute;
    z-index: 2!important;
    cursor: pointer;
    opacity: 0;
    margin-left: 4px;
    margin-top: 4px;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;  
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}
div.chat_add_rep:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;  
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}

i.cur_staff {
    color: #fffc00; 
}
i.cur_system {
    color: #3399cc;
}
i.via_tw {
    color: #a1a1a1;
    font-size: 11px;
}
i.male {
    color: #3399ff;
}

div.chat_header {
    padding: 0px;
    margin: 0px;
    position: relative;
    line-height: 20px;
    position: relative;
}
div.chat_body {
    margin-left: 65px;
    position: relative;

}
div.chat_body p {
    background: rgba(255,255,255, 0.8);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    font-size: 13px;
    color: #444444;
    word-wrap: break-word;
    font-weight: bold;
    line-height: 25px;
    vertical-align: middle;
    font-weight: 400;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 9px!important;
    margin-bottom: 1px!important;
}
div.chat_body small {
    float: right!important;
    font-size: 8px!important;
    text-transform: uppercase!important;
}
div.chat_body img.chat_emoji {
    width: 35px;
    padding: 0px;
    margin: 0px;
}
div.chat_body strong {
    font-family: 'poppinsregular', sans-serif;
    font-size: 15px;
    letter-spacing: -0.5px !important;
    line-height: 16px;
    cursor: pointer;
}
.chat_u_img {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
img.img-circle {
    border-radius: 50%!important;
}
.chat_name {
    color: #e0e0e0!important;
}
.p_rank {
    display: inline-table;
    background-image: url(../../assets/img/rank_sprites.png);
    width: 32px;
    height: 10px;
    vertical-align: middle!important;
}
.p_rank2 {
    display: inline-table;
    background-image: url(../../assets/img/rank_sprites.png);
    width: 40px;
    height: 10px;
    vertical-align: middle!important;
}
.bronze-1 {
    background-position: 0px 0px;
}
.bronze-2 {
    background-position: -31px 0px;
}
.bronze-3 {
    background-position: -62px 0px;
}
.bronze-4 {
    background-position: -93px 0px;
}
.bronze-5 {
    background-position: -124px 0px;
}
.silver-1 {
    background-position: 0px -10px;
}
.silver-2 {
    background-position: -31px -10px;
}
.silver-3 {
    background-position: -62px -10px;
}
.silver-4 {
    background-position: -93px -10px;
}
.silver-5 {
    background-position: -124px -10px;
}
.gold-1 {
    background-position: 0px -20px;
}
.gold-2 {
    background-position: -31px -20px;
}
.gold-3 {
    background-position: -62px -20px;
}
.gold-4 {
    background-position: -93px -20px;
}
.gold-5 {
    background-position: -124px -20px;
}
.platinum-1 {
    background-position: 0px -30px;
}
.platinum-2 {
    background-position: -31px -30px;
}
.platinum-3 {
    background-position: -62px -30px;
}
.platinum-4 {
    background-position: -93px -30px;
}
.platinum-5 {
    background-position: -124px -30px;
}
.star-1 {
    background-position: 0px -40px;
}
.star-2 {
    background-position: -39px -40px;
}
.star-3 {
    background-position: -78px -40px;
}
.star-4 {
    background-position: -117px -40px;
}
.star-5 {
    background-position: -156px -40px;
}
.tooltip-inner {
    max-width: 200px!important;
    padding: 1px 6px!important;
    color: #fff!important;
    text-align: center!important;
    background-color: #000!important;
    border-radius: .25rem!important;
}
/** Rank Colors 
** Owner - #981b1e
** Admin - #e35000
** Moderator - #005e0b
** Male DJ - #046b99
** Female DJ - #e31c3d
**
**
**
**
**/

strong.chat_name-1 {
    color: #981b1e !important;
}
strong.chat_name-2 {
    color: #e35000 !important;
}
strong.chat_name-3 {
    color: #005e0b !important;
}
strong.chat_name-4 {
    color: #046b99 !important;
}
strong.chat_name-5 {
    color: #e31c3d !important;
}
strong a.vip_name {
  animation: glow .5s infinite alternate;

}
/**
    text-align: center;
  
  background: linear-gradient(to right, #FFF 20%, #FF0 40%, #FF0 60%, #FFF 80%);
  background-size: 200% auto;
  
  color: #000;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  animation: shine 1s linear infinite;

  **/
i#prem-badge {
    background: linear-gradient(to right, #FFF 20%, #FF0 40%, #FF0 60%, #FFF 80%);
    background-size: 200% auto;

    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    animation: shine 1s linear infinite;
}
@keyframes shine {
    to {
        background-position: 200% center;
    }
}

span.r-system {
    background: #333 !important;
}
span.r-0 {
    background: rgba(0,0,0, 0.5)!important;
}
span.r-1 {
    background: #981b1e !important;
}
span.r-2 {
    background: #e35000 !important;
}
span.r-3 {
    background: #005e0b !important;
}
span.r-4 {
    background: #046b99 !important;
}
span.r-5 {
    background: #e31c3d !important;
}
span.r-6 {
    background: #d81c95!important;
}
span.r-vip {
    color: #f1c93d !important;
    font-weight: bold !important;
    background: #333 !important;
}
div.vip_premium-1 {
    background: rgba(156,156,156, 0.5) url(../img/premium-cbg-1.png) no-repeat top right;
}
div.vip_premium-2 {
    background: rgba(156,156,156, 0.5) url(../img/premium-cbg-2.png) no-repeat top right;
}
div.vip_premium-3 {
    background: rgba(156,156,156, 0.5) url(../img/premium-cbg-3.png) no-repeat top right;
}
div.vip_premium-4 {
    background: rgba(156,156,156, 0.5) url(../img/premium-cbg-4.png) no-repeat top right;
}
div.vip_premium-5 {
    background: rgba(156,156,156, 0.5) url(../img/premium-cbg-5.png) no-repeat top right;
}
li.vip_premium_mini-1 {
    background: url(../img/premium-bg-1.png) no-repeat right !important;
}
li.vip_premium_mini-2 {
    background: url(../img/premium-bg-2.png) no-repeat right !important;
}
li.vip_premium_mini-3 {
    background: url(../img/premium-bg-3.png) no-repeat right !important;
}
li.vip_premium_mini-4 {
    background: url(../img/premium-bg-4.png) no-repeat right !important;
}
li.vip_premium_mini-5 {
    background: url(../img/premium-bg-5.png) no-repeat right !important;
}
span.chat_name_rank {
    color: #fff;
    padding: 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 8px;
    letter-spacing: 1px !important;
    margin-left: 5px!important;
    vertical-align: middle;
    text-transform: uppercase;
}
span.chat_name_label {
    color: #fff;
    background: rgba(0,0,0, 0.5);
    padding: 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 8px;
    letter-spacing: 1px !important;
    margin-left: 3px!important;
    vertical-align: middle;
    text-transform: uppercase;
}
span.chat_gender {
    color: #fff;
    padding: 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 8px;
    letter-spacing: 1px !important;
    margin-left: 3px!important;
    vertical-align: middle;
    text-transform: uppercase;
}
span._M {
    background: #008ef1!important;
}
span._F {
    background: #f100e9!important;
}
span.chat_gender_F {
    color: #fff;
    background: #f100e9;
    padding: 3px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 8px;
    letter-spacing: 1px !important;
    margin-left: 3px!important;
    vertical-align: middle;
    text-transform: uppercase;
}
div.chat_img {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 0px;
    background: #bababa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    float: left!important;
}
div.chat_img:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent #bababa;
    display: block;
    width: 0;
    z-index: 1;
    right: -8px;
    top: 18px;
}
div.chat_img img {
    width: 50px;
    height: 50px;
    position: relative;
    border: 4px solid #bababa;
}
div.chat_img i.chat_user_rank {
    bottom: 0; 
    right: 0; 
    position: absolute;
    z-index: 3;
}
span.chat_time {
    color: #909090;
}
div.chat_emoji_box {
    width: 97%;
    background: #ffffff;
    margin-top: 15px;
    max-height: 200px;
    overflow-x: auto;
    left: 0;
    padding: 5px 5px 5px 5px;
    display: none;
    position: absolute;
    z-index: 3;
    border-radius: 5px;
}
div.chat_emoji_box img {
    width: 40px;
    padding: 5px;
    float: left;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}
div.chat_emoji_box img:hover {
    background: #eeeeee;
}
ul.emoji_list {
    list-style: none;
    list-style-type: none;
    overflow: hidden!important;
    margin: 0;
    padding: 0;
}
ul.emoji_list li {
    display: inline-block;
}
div#show_admin_action {
    right: 0;
    z-index: 2;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;  
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}
div#show_admin_action:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;  
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}
span.warn_butt {
    float: right!important;
    cursor: pointer!important;
    color: #ff5900;
    padding: 2px!important;
    font-size: 10px;
    margin-left: 3px!important;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
}
span.ban_butt {
    float: right!important;
    cursor: pointer!important;
    color: #e00005!important;
    padding: 2px!important;
    font-size: 10px;
    margin-left: 3px!important;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
}
span.report_butt {
    float: right!important;
    cursor: pointer!important;
    color: #fff!important;
    padding: 2px!important;
    font-size: 10px;
    margin-left: 3px!important;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
}
ul.staff_comms {
    list-style: none;
    list-style-type: none;
    margin: 0px!important;
    padding: 0px!important;
}
.nav-tabs .nav-link {
    padding: 5px 10px!important;
    margin-right: 3px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: none!important;
    border-bottom: 1px solid #ededed!important;
    font-size: 12px!important;
    color: #333!important;
        padding: 3px 8px!important;
}
.nav-tabs .nav-link {
    border-bottom: 1px solid #ededed!important;
    font-size: 12px!important;
    color: #333!important;
        padding: 3px 8px!important;
}
/**
::-webkit-scrollbar {
    width: 5px;
    margin-right: 5px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(96,96,96, 0.3);
}
 
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 2px;
    background: rgba(201,201,201, 0.8); 
    -webkit-box-shadow: inset 0 0 6px #333); 
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(17,17,17, 0.5); 
} **/

/** @ Rainbow Color - BarkadaFM VIP **/

@-webkit-keyframes colorRotate {
    from { color: rgb(255, 0, 0); }
    16.6% { color: rgb(255, 0, 255); }
    33.3% { color: rgb(0, 0, 255); }
    50% { color: rgb(165, 0, 100); }
    66.6% { color: rgb(0, 180, 0); }
    83.3% { color: rgb(215, 70, 0); }
    to { color: rgb(255, 0, 0); }
}
@-moz-keyframes colorRotate {
    from { color: rgb(255, 0, 0); }
    16.6% { color: rgb(255, 0, 255); }
    33.3% { color: rgb(0, 0, 255); }
    50% { color: rgb(165, 0, 100); }
    66.6% { color: rgb(0, 180, 0); }
    83.3% { color: rgb(215, 70, 0); }
    to { color: rgb(255, 0, 0); }
}
@-o-keyframes colorRotate {
    from { color: rgb(255, 0, 0); }
    16.6% { color: rgb(255, 0, 255); }
    33.3% { color: rgb(0, 0, 255); }
    50% { color: rgb(165, 0, 100); }
    66.6% { color: rgb(0, 180, 0); }
    83.3% { color: rgb(215, 70, 0); }
    to { olor: rgb(255, 0, 0); }
}
@keyframes colorRotate {
    from { color: rgb(255, 0, 0); }
    16.6% { color: rgb(255, 0, 255); }
    33.3% { color: rgb(0, 0, 255); }
    50% { color: rgb(165, 0, 100); }
    66.6% { color: rgb(0, 180, 0); }
    83.3% { color: rgb(215, 70, 0); }
    to { color: rgb(255, 0, 0); }
}
/** Login **/
.modal {
    padding: 0!important;
}
.main-section {
    margin: 0 auto;
    margin-top:100px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 0px 0px 0px!important;
}
.login-user-img{
    margin-top:-50px;
}
.login-user-img img {
    height: 100px;
    width: 100px;
    border: 5px solid #fff;
    border-radius: 50%!important;
}
.login-user-name {
    margin:10px 0px;
}
.login-user-name h1 {
    font-size:30px;
    color:#676363;
}
.login-user-name button {
    position: absolute; 
    top:-50px;
    right:20px;
    font-size:30px;
}
.login-form-input button {
    width: 100%;
    margin-bottom: 20px;
}
.login-link-part {
    margin-top: 5px;
    border-radius: 5px;
    background-color: rgba(15,15,15, 0.1);
    padding:10px;
}
.white-box {
    border-radius: 5px;
    background: rgba(255,255,255, 1)!important;
    padding: 14px;
}
.white-box a {
    color: #284a6c!important;
}
/** others **/
div.swal-text {
    text-align: center!important;
}
/** @ Rainbow Color - BarkadaFM VIP **/


@keyframes glow {
    to {
        text-shadow: 0 0 10px #fff;
    }
}

@-webkit-keyframes colorRotate {
    from { color: rgb(255, 0, 0); }
    16.6% { color: rgb(255, 0, 255); }
    33.3% { color: rgb(0, 0, 255); }
    50% { color: rgb(165, 0, 100); }
    66.6% { color: rgb(0, 180, 0); }
    83.3% { color: rgb(215, 70, 0); }
    to { color: rgb(255, 0, 0); }
}
@-moz-keyframes colorRotate {
    from { color: rgb(255, 0, 0); }
    16.6% { color: rgb(255, 0, 255); }
    33.3% { color: rgb(0, 0, 255); }
    50% { color: rgb(165, 0, 100); }
    66.6% { color: rgb(0, 180, 0); }
    83.3% { color: rgb(215, 70, 0); }
    to { color: rgb(255, 0, 0); }
}
@-o-keyframes colorRotate {
    from { color: rgb(255, 0, 0); }
    16.6% { color: rgb(255, 0, 255); }
    33.3% { color: rgb(0, 0, 255); }
    50% { color: rgb(165, 0, 100); }
    66.6% { color: rgb(0, 180, 0); }
    83.3% { color: rgb(215, 70, 0); }
    to { olor: rgb(255, 0, 0); }
}
@keyframes colorRotate {
    from { color: rgb(255, 0, 0); }
    16.6% { color: rgb(255, 0, 255); }
    33.3% { color: rgb(0, 0, 255); }
    50% { color: rgb(165, 0, 100); }
    66.6% { color: rgb(0, 180, 0); }
    83.3% { color: rgb(215, 70, 0); }
    to { color: rgb(255, 0, 0); }
}
/** DJ On Board Profile **/
div.ob-stat {
    background: rgba(0,0,0, 0.6);
    padding: 10px;
    display: block;
    vertical-align: middle;
}
.card-profile .btn {
    font-size: 12px!important;
    border-radius: 25px!important;
    letter-spacing: .1rem!important;
    font-weight: bold!important;
    padding: 7px 10px!important;
    text-transform: uppercase!important;
}
.card-img-top {
    border-radius: 0;
    height: 140px;
    background: url('../img/onboard-bg.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

.card-img-profile {
    max-width: 100%;
    border-radius: 50%;
    margin-top: -105px;
    margin-bottom: 5px;
    width: 150px;
    height: 150px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
  }

.card-title {
    margin-bottom: 50px;
}
.card-title small {
    display: block;
    font-size: .6em;
    margin-top: .2em;
}
:root {
  --marquee-width: 100%;
  --marquee-height: 20vh;
  /* --marquee-elements: 12; */ /* defined with JavaScript */
  --marquee-elements-displayed: 5;
  --marquee-element-width: 260px;
  --marquee-animation-duration: calc(var(--marquee-elements) * 3s);
}

.marquee {
  width: 100%;
  background-color: #0a1e53!important;
  border-radius: 10px!important;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.48);
    color: #fff!important;
  overflow: hidden;
  position: relative;
    
}
.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  content: "";
  z-index: 1;
}
.marquee:before {
  left: 0;
  background: linear-gradient(to right, #0a1e53 10%,  transparent 100%);
}
.marquee:after {
  right: 0;
  background: linear-gradient(to left, #0a1e53 10%,  transparent 100%);
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling var(--marquee-animation-duration) linear infinite;
}
/* .marquee-content:hover {
  animation-play-state: paused;
} */
@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-1 * var(--marquee-element-width) * var(--marquee-elements))); }
}
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: var(--marquee-element-width);
  max-height: 100%;
  white-space: nowrap;
    padding-right: 10px;
}

.marquee-content li img {
  width: 100%;
  height: 330px;
  margin-right: 10px;
}

@media (max-width: 600px) {
  html { font-size: 12px; }
  :root {
    --marquee-width: 100vw;
    --marquee-height: 16vh;
    --marquee-elements-displayed: 3;
  }
  .marquee:before, .marquee:after { width: 5rem; }
}
div.chatbox_login {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: visible;
}
h3.rules {
    color: #fff;
    font-family: 'Roboto Condensed'!important;
}
ul.rules-list {
    list-style: none;
    list-style-type: none;
    margin-bottom: 50px;
}
ul.rules-list li {
    color: #fff;
    font-family: 'Roboto Condensed'!important;
    font-size: 18px;
}
#login-form form {
    width: 100%;
    max-width: 300px;
    padding: 25px;
    margin: auto;
}
#login-form {
    width: 302px;
    margin: 5vh auto;
    background: #f3f3f3;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 20px;
}
#login-form .form-signin .btn {
    font-size: 12px!important;
    border-radius: 25px!important;
    letter-spacing: .1rem!important;
    font-weight: bold!important;
    padding: 10px!important;
    text-transform: uppercase!important;
}
#login-form button[type="submit"] {
    margin-top: 10px;
}
#login-form .facebook-btn {
    background: #3C589C;
    color: #ffffff;
}
#login-form .form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#login-form .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#login-form .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 13px;
}

ul.latest_member {
    list-style: none;
    list-style-type: none;
    overflow: hidden!important;
    margin: 0;
    padding: 0;
}
ul.latest_member li {
    display: inline-block;
    margin-left: 10px;
}
ul.latest_member li img {
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    width: 50px!important;
    height: 50px!important;
    cursor: pointer!important;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.php-email-form {
  width: 100%;
}


.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form input, .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.php-email-form input {
  height: 44px;
}

.php-email-form textarea {
  padding: 10px 12px;
}

.php-email-form button[type="submit"] {
  border: 0;
  padding: 10px 32px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #0880e8;
  background: #fff;
}

.php-email-form button[type="submit"]:hover {
  background: #0880e8;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}