.evPlayer {
    background-color: #4f5b7b;
    color: white;
    padding: 5px;
    position: sticky;
    bottom: 0;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: fill-available;
    overflow: hidden;
    z-index: 10000000;
}

.evPlayerImg {
    width: 35px;
    float: left;
    margin-right: 15px;
}

.evPlayerLiveBtn {
    background: transparent;
    background-color: transparent !important;
    padding: 1px 7px !important
}

.evPlayerSelect {
    background: #bdc4d5 !important;
    border-radius: 0.357rem;
    height: 35px;
    width: auto !important;
    color: #4f5b7b;
    font-weight: bold;
    border-color: #5d667e;
}

.evPlayerStop {
    display: none;
}

.evPlayerLiveBtn {
    background: transparent;
    background-color: transparent !important;
    padding: 3px 8px !important;
    vertical-align: middle;
    color: white;
    margin-right: 30px;
    color: orange;
    height: 35px;
    box-shadow: none;
    border: navajowhite;
}

.evPlayerPlay , .evPlayerStop{
    vertical-align: middle;
    margin: 0 20px;
    background: transparent;
    border: navajowhite;
    color: white !important;
    padding: 3px 9px !important;
    cursor: pointer;
    box-shadow: none;
}
.evPlayerDiv1{
    float: left;
}

.evPlayerH6{
    display: contents !important;
    vertical-align: middle;
}

.spinner {
    width: 15px;
    height: 15px;
    position: relative;
    margin: auto;
    float: left;
    margin-right: 7px;
    color: orange !important;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: orange;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
