.btn-logout {
  transition: background-color 0.3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.btn-logout:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.progress {
  z-index: 1;
  width: 0px;
  height: 110%;
  position: absolute;
  left: 0px;
  top: -10px;
  transition: all linear 0.1s;
}

.content {
  z-index: 9;
  position: relative;
}

.image-holder {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.btn-file {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 5px 5px;
  width: 100%;
}

.btn-file i {
  font-weight: 600;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.navbar-profile {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 0%;
  font-size: 30px;
  color: #2f353a;
}

.audio-player {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #c8ced3;
  border-radius: 0.25rem;
}

.audio-player table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #c8ced3;
  box-sizing: border-box;
  padding: 5px;
}

.audio-player td {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #c8ced3;
  box-sizing: border-box;
  padding: 5px;
}

.audio-player th {
  position: relative;
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #c8ced3;
  box-sizing: border-box;
  padding: 5px;
}

.audio-title {
  overflow: hidden;
}

.audio-title .title {
  text-transform: uppercase;
  margin: 5px;
  font-weight: 600;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  animation: text-scroll 8s linear infinite;
}

@keyframes text-scroll {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.audio-time,
.volume-bar-holder {
  width: 100%;
}

.btn-control {
  cursor: pointer;
}

.dispblock {
  display: none;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.audiopb,
.volumepb {
  height: 4px;
  transition: 0.6s all ease;
  width: 0%;
}

.audiopb {
  background: rgba(0, 0, 0, 0.6);
}

#info-list {
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
}

iframe {
  border-radius: 5px;
  margin: 0 auto;
  width: 100%;
  height: 35vw; /* 100/56.25 = 560/315 = 1.778 */
  background: #c8ced3;
}

html,
body {
  height: 100%;
}

.container-anim {
  z-index: 1000000000;
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(250, 250, 250, 0.8);
}

.logo {
  z-index: 10000000000;
  height: 8em;
  width: 8em;
  animation-iteration-count: infinite;
}

.login-logo {
  right: 0;
  top: -3em;
  position: absolute;
  height: 6em;
  width: 12em;
  background: #fff;
  border-radius: 0.25rem;
}

.login-logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100.5%;
  padding-left: 0px;
  border-left: 1px solid #c8ced3;
  border-top: 1px solid #c8ced3;
  border-right: 1px solid #c8ced3;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-login::before {
  content: "";
  z-index: -100;
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  bottom: -0.4em;
  left: 0;
  background: #ff6536;
  border-radius: 0.25rem;
  border: 1px solid #c8ced3;
}

.full-img-holder {
  z-index: 1000000000;
  position: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}

.close-full-img-btn {
  position: fixed;
  top: 10px;
  right: 17px;
  color: white;
  background: none;
  border: none;
  font-size: 24px;
}

.full-img {
  position: relative;
  height: 80%;
  width: auto;
  border: 4px solid white;
  border-radius: 8px;
}

.img-preview {
  cursor: pointer;
}

.has-errors .select2-selection {
  border-color: #f86c6b !important;
}
