body {
  /* padding: 15px; */
  min-height: 99%;
}
* {
  font-family: Poppins, sans-serif;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
pre {
  font-family: Courier, 'Courier New';
}
button.btn-mobile {
  padding: 25px 30px !important;
}
table thead th {
  font-size: 16px !important;
}
table tbody td {
  font-size: 16px !important;
}
body.night-mode, body.night-mode .page-container, body.night-mode .jumbotron.vertical-center, body.night-mode table tbody td {
  background-color: #2F2F2F!important;
  color: #f3f3f3!important;
}
body.night-mode .form-control {
  background-color: #4D4D4D!important;
  color: #f3f3f3!important;
}
.page-container {
  margin-top: 65px;
  width: 95% !important;
}
.add-margin {
  margin-top: 15px;
}
.body-container {
  margin-top: 20px;
}
.nav-select {
  top: 0px;
  left: 50px;
}
.left-label {
  text-align: right; padding-right: 7px !important;;
}
.jumbotron.vertical-center {
  margin-bottom: 0;
  background: white;
}
.vertical-center {
  min-height: 90%;
  min-height: 90vh; 
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
  -webkit-box-align : center;
  -webkit-align-items : center;
  -moz-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  width: 100%;
  -webkit-box-pack : center;
  -moz-box-pack : center;
  -ms-flex-pack : center;
  -webkit-justify-content : center;
  justify-content : center;
}
.logo {
  height: 25px;
}
.large-glyphicon {
  font-size: 25px;
}
.centered, .center-me {
  text-align: center;
}
.btn-full {
  width: 100%;
}
.footer {
  bottom: 0;
  width: 100%;
  text-align: right;
  float: right!important;
  font-size: 12px;
  position: absolute;
  padding-right: 10px;
}
.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}
.home-date-header {
  display:flex;
}
.home-date-header span {
  font-size: 20px;
}
.home-date-header .dropdown {
  margin-left: 8px;
}
.badge-success {
  background-color: #79ad52!important;
}
.badge-danger {
  background-color: #a92e28!important;
}
.request-get {
  color: rgb(97, 189, 109);
}
.request-post {
  color: rgb(243, 121, 52);
}
.tags {
  padding: 5px;
  font-size: 1.25em;
}
.top-account{
  padding-top: 7px;
}
.logo-home {
  font-size: 20px;
  font-weight: 600;
}
.logo-home img {
  width: 125px;
  white-space: nowrap;
}
.highlight-color {
  color: #3498db !important;
}
/*audio player w wave*/
.player {
  position: relative;
}
.plyr--audio .plyr__controls {
  background: none !important;
  border: none !important;
}
.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
  height: 2px !important;
  margin: 1px 0 0 !important;
}
.plyr__progress--seek {
  height: 50px !important;
}
.wave-holder {
  position: absolute;
  left: 0;
  right: 0;
}
.wave-holder img {
  width:100%;
  height: 77px;
}
.selected-dropdown {
  background-color: #f5f5f5;
}
.selected-dropdown a {
}
@media (min-width: 0px) and (max-width: 479px) { /*phone*/
  .wave-holder {
    margin-left: 49px;
    margin-right: 89px;
  }
  .logo-home img {
    width: 75px;
  }
  .logo-home {
    font-size: 12px;
  }
}
@media (min-width: 480px) and (max-width: 767px) { /*tablets*/
  .wave-holder {
    margin-left: 54px;
    margin-right: 164px;
  }
}
@media (min-width: 768px) {  /*larger*/
  .wave-holder {
    margin-left: 54px;
    margin-right: 205px;
  }
}
/* other responsive stuff */
@media (max-width: 767px) {
  .nav-select {
    position: absolute;
  }
}