.card-comments img {
  width: 4rem;
}

.icon-btns {
  font-size: 25px;
}

.player-img {
  height: 50px;
  width: 50px;
}

audio {
  outline: none;
}

.playlist-label {
  font-size: 22px;
}

.btn-block {
  background: #e5eff2 !important;
}

.back-gray {
  background: #c0c0c0 !important;
}

.nav-tabs .nav-link.active.active {
  background-color: #c0c0c0 !important;
}

.btn3:hover {
  background: #e0e0e0 !important;
}

.btn3 {
  background: #fff !important;
}

#tabs-view .nav-tabs {
  border: none;
}

#tabs-view .nav-tabs .nav-link {
  color: white;
  border: none;
}

#tabs-view .nav-tabs .nav-link.active {
  border-top: 2px solid #fff;
}

#tabs-view .tab-content {
  border: none;
}

.default-color {
  background-color: #474c69 !important;
}

.info-color-dark {
  background-color: #22263e !important;
}

.nav-tabs .nav-link.active.active {
  background-color: #22263e !important;
}

.btn.btn-lg {
  color: #ceb290;
  font-weight: bold;
  /* padding: 1rem 2.4rem !important; */
  border-radius: 0.8rem;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
  border: 2px solid #fff;
  background: #474c69 !important;
}

.btn-block:hover {
  background: #ceb290 !important;
  color: #474c69 !important;
}

.content {
  padding: 2rem;
  margin: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
  background: #22263e !important;
  border-radius: 1rem;
  text-align: justify;
}

.contact-content {
  padding: 2rem;
  margin: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1) !important;
  background: #fff !important;
  border-radius: 1rem;
  text-align: justify;
}

.main-section {
  background: #eee;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.btn {
  box-shadow: none !important;
}

.navbar-brand {
  font-size: 2rem;
  font-weight: bold;
}

h4#myModalLabel {
  color: #000;
  font-weight: bold;
}

.list-group-item.active {
  z-index: 2;
  color: #ceb290;
  background-color: #ceb290;
  border-color: #ceb290;
  font-weight: bold;
}

.indigo-text {
  color: #ceb290 !important;
}

.deep-orange-text {
  color: #ffc107 !important;
}

.teal-text {
  color: #00c851 !important;
}

.list-group-item-action {
  width: 100%;
  color: #ceb290;
  text-align: inherit;
  background-color: #474c69 !important;
  border-color: #ceb290 !important;
  font-weight: bold;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ceb290 !important;
  border-color: #ceb290 !important;
  font-weight: bold;
}

.btn-success {
  background-color: #ceb290 !important;
}

.btn-danger {
  background-color: #dc3545 !important;
}

.btn-warning {
  background-color: #ffc720 !important;
}

.red-text {
  color: #dc3545 !important;
}

.deep-orange-text {
  color: #ffc720 !important;
}

.teal-text {
  color: #474c69 !important;
}

a.nav-link {
  color: white;
}

.nav-link.active {
  font-weight: bold;
}

footer {
  background-color: #474c69;
  color: #ceb290;
  text-align: center;
  padding: 20px;
  font-size: 1.2rem;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}

.animatedFadeInUp {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

i#close-player {
  cursor: pointer;
}

.bottom-text {
  font-size: 1.2rem;
  font-weight: bold;
}

.options-container {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  border-radius: 8px;
}

.options-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.option {
  cursor: pointer;
}

.option:hover {
  background-color: #ddd;
}

.custom-dropdown {
  position: relative;
}

.options-container {
  position: absolute;
  bottom: 100%;
  /* Position the dropdown container above the parent */
}

.embed-responsive {
  overflow: visible !important;
}

.success-message {
  display: none;
  color: green;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

/* for audio player */

#audio-footer {
  width: 100%;
  margin-top: 500px;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #22263e;
  color: white;
  padding: 20px;
}

.flex-display {
  display: flex !important;
}

.audio-player {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.track-info,
.progress-bar,
.player-controls,
.volume-control,
.speed-control {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  font-weight: bold;
}

.control-button,
.speed-button {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 24px;
  margin: 0 10px;
}

.progress-bar {
  width: calc(100% - 20px);
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}

.progress {
  width: 50%;
  height: 100%;
  background-color: #474c69;
}

.slider {
  width: 100px;
  margin: 0 10px;
}

.speed-button {
  font-size: 18px;
}

.volume-control {
  margin-left: auto;
}

.fa-volume-down,
.fa-volume-up {
  color: white;
  font-size: 18px;
}

.white-text {
  color: #ceb290 !important;
}

.btn-outline-success,
.btn-outline-success:hover,
.btn-outline-success:active {
  color: #ceb290 !important;
  background-color: transparent !important;
  border: 2px solid #474c69 !important;
}

.dropdown {
  cursor: pointer;
}

.dropdown-toggle::after {
  content: none;
}

span.fas.fa-bars {
  color: white;
  font-size: 24px;
}

.justify-content-end {
  margin-right: 4rem;
}

a#download-link {
  padding: 16px;
  color: white;
  font-size: 20px;
}

.navbar {
  padding: 0.1rem 1rem !important;
}

.navbar .dropdown-menu {
  margin-right: -25px;
  position: absolute;
  margin-top: 0;
  margin-top: 102px;
  background-color: #22263e;
}

.navbar .dropdown.show a {
  background-color: #22263e;
  color: #ceb290;
}

h1.text-center.white-text {
  font-weight: bold;
}

span.item-name.float-left {
  color: #ceb290;
}

.btn.btn-sm {
  color: #ceb290;
}

.custom-control-input:checked~.custom-control-label::before {
  background-color: #ceb290;
  border-color: #ceb290;
}

.custom-control-input:not(:checked)~.custom-control-label::before {
  background-color: #ffffff;
  border-color: #ceb290;
}

i.fas.fa-arrows-alt.p-1 {
  color: #ceb290;
}

button#close-audio-footer {
  margin-top: -12px;
  margin-right: -11px;
}

.icon-text {
  margin-left: 8px;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background-color: #474c69 !important;
  border-color: #474c69 !important;
}

.btn-default:not([disabled]):not(.disabled).active,
.btn-default:not([disabled]):not(.disabled):active,
.show>.btn-default.dropdown-toggle {
  background-color: #474c69 !important;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background-color: #ceb290 !important;
  border-color: #ceb290 !important;
}

.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background-color: #ceb290 !important;
}

.btnContact {
  padding: 8px 10px !important;
  font-size: 15px !important;
  border-radius: 8px !important;
  width: 20%;
}

.dropdown-item {
  font-weight: 700 !important;
}

main.main-section {
  margin-top: 120px;
}

.tabs-bg {
  position: fixed;
  width: 100%;
  z-index: 1000;
}

a#tehillim-for-date {
  margin-top: 40px;
}

a#intro-audio {
  margin-top: 40px;
}

ul#myTab {
  width: 80%;
}

.fa-bars {
  position: absolute;
  margin-top: 70px;
  z-index: 6;
  color: #ceb290 !important;
}

.tabs-bg {
  background: #22263e;
  height: 45px;
}

.page_title {
  margin-top: 25px;
}

.nav-tabs .nav-link {
  border-top-left-radius: unset !important;
  border-top-right-radius: unset !important;
}

.card,
.navbar,
.pagination .page-item.active .page-link {
  box-shadow: unset !important;
}

img.TEHILLIM_Logo {
  padding: 12px;
  width: 253px;
}

footer {
  margin-top: 80px;
}

audio::-webkit-media-controls-panel {
  background-color: rgba(47, 50, 67, 255) !important;
  border: 3px solid rgba(47, 50, 67, 255) !important;
  border-radius: 30px;
}

audio::-webkit-media-controls-mute-button {
  background-color: rgba(203, 202, 208, 255);
  border-radius: 50%;
}

audio::-webkit-media-controls-play-button:hover {
  background-color: rgba(203, 202, 208, 255);
}

audio::-webkit-media-controls-current-time-display {
  color: rgba(203, 202, 208, 255);
}

audio::-webkit-media-controls-time-remaining-display {
  color: rgba(203, 202, 208, 255);
}

audio::-webkit-media-controls-timeline {
  /* background-color: rgba(203,202,208,255); */
  border-radius: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

audio::-webkit-media-controls-volume-slider {
  /* background-color:rgba(203,202,208,255); */
  border-radius: 25px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 0%;
  color: rgba(252, 253, 251, 255);
}

audio::-webkit-media-controls-volume-slider-container {
  color: rgba(252, 253, 251, 255);
}

#playback-select {
  font-size: 13px;
  border: 1px solid rgba(203, 202, 208, 255);
  color: rgb(7 7 7);
  background-color: rgba(203, 202, 208, 255);
  font-weight: 400;
  border-radius: 8px;
  width: 68px !important;
  padding: 4px 0px 4px 8px;
  height: 32px;
}

#playback-select:hover {
  border-color: rgb(71, 76, 105) !important;
}

#playback-select::after {
  border-color: rgb(71, 76, 105) !important;
  background-color: #22263e !important;
}

#playback-select>option {
  padding: 50px !important;
  height: 30px !important;
}

#playback-select:focus {
  outline: none !important;
}

select,
select:focus {
  outline: none !important;
  border: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.button-1 {
  background-color: rgba(203, 202, 208, 255);
  margin-left: 9px !important;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: black;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 4px 10px 4px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  height: 32px;
  margin-top: 14px;
}

.button-1:hover,
.button-1:focus {
  background-color: rgba(203, 202, 208, 255);
}

.button-1.clicked {
  border-color: rgb(71, 76, 105);
}

.email-link {
  text-decoration: none;
  position: relative;
  color: #ceb290;
}

.email-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #ceb290;
  transition: background-color 0.3s;
}

.email-link:hover {
  color: #ffcd90;
}

.email-link:hover::after {
  background-color: #ffcd90;
}

@media only screen and (max-width: 769px) {
  #audio-footer {
    width: unset;
    padding: 1px 10px 6px 10px;
  }

  .track-info.text-right {
    text-align: center !important;
  }

  .mobileRow {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .flex-column {
    -ms-flex-direction: unset !important;
    flex-direction: unset !important;
  }

  .col-md-2.float-right.playback.pt-2 {
    text-align: center;
  }

  ul#myTab {
    margin-left: 60px;
  }

  .fa-bars {
    margin-top: 12px;
  }

  .navbar .dropdown-menu {
    margin-top: 45px;
  }

  .dropdown-menu-right {
    right: unset;
    left: unset;
  }

  .row.justify-content-center.mb-3.animated.animatedFadeInUp.fadeInUp {
    margin-right: unset;
    margin-left: unset;
  }

  .navbar {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .navbar-collapse {
    justify-content: center;
  }

  .navbar-collapse .navbar-nav {
    flex-direction: column;
    text-align: center;
  }

  .navbar-brand {
    margin-right: auto;
    margin-left: auto;
  }

  button#close-audio-footer {
    margin-top: -127px !important;
    margin-right: -65px !important;
  }

  .btnContact {
    width: 100% !important;
  }
}

@media only screen and (max-width: 600px) {
  #audio-footer {
    width: -webkit-fill-available;
  }

  ul#myTab {
    margin-left: 60px;
  }

  .fa-bars {
    margin-top: 12px;
  }

  .navbar .dropdown-menu {
    margin-top: 45px;
  }

  .tabs-bg {
    background: #22263e;
    height: 45px;
  }

  .row.justify-content-center.mb-3.animated.animatedFadeInUp.fadeInUp {
    margin-right: unset;
    margin-left: unset;
  }

  .navbar-brand {
    font-size: 0.1rem;
  }

  .playback.pt-2 {
    float: left !important;
  }

  .py-5 {
    padding-top: 0 !important;
  }

  .py-5 {
    padding-bottom: 0 !important;
  }

  footer {
    font-size: 12px !important;
  }
}

@media only screen and (width: 768px) {
  #audio-footer {
    width: -webkit-fill-available;
  }

  button#close-audio-footer {
    margin-top: -56px !important;
    margin-right: -649px !important;
  }

  ul#myTab {
    margin-left: 0px;
  }

  .fa-bars {
    margin-top: 12px;
  }

  .navbar .dropdown-menu {
    margin-top: 104px;
    margin-left: -132px;
  }

  .tabs-bg {
    background: #22263e;
    height: 45px;
  }

  .row.justify-content-center.mb-3.animated.animatedFadeInUp.fadeInUp {
    margin-right: unset;
    margin-left: unset;
  }

  .fa-bars {
    margin-top: 70px;
    color: #ceb290;
  }

  img.TEHILLIM_Logo {
    margin-left: 225px;
  }

  footer {
    font-size: 12px !important;
  }
}

@media only screen and (width: 769px) {
  #audio-footer {
    width: unset;
  }

  button#close-audio-footer {
    margin-top: -71px !important;
    margin-right: -626px !important;
  }

  ul#myTab {
    margin-left: 0px;
  }

  .fa-bars {
    margin-top: 12px;
  }

  .navbar .dropdown-menu {
    margin-top: 104px;
    margin-left: -132px;
  }

  .tabs-bg {
    background: #22263e;
    height: 45px;
  }

  .row.justify-content-center.mb-3.animated.animatedFadeInUp.fadeInUp {
    margin-right: unset;
    margin-left: unset;
  }

  .fa-bars {
    margin-top: 70px;
    color: #ceb290;
  }

  img.TEHILLIM_Logo {
    margin-left: 225px;
  }

  footer {
    font-size: 12px !important;
  }
}

/* For desktop  */
@media only screen and (min-width: 768px) {
  .col-md-12.PowerOfTehillim {
    max-width: 60%;
  }

  .track-info,
  .progress-bar,
  .player-controls,
  .volume-control,
  .speed-control {
    margin-top: 10px;
  }
}

/* Portrait for iPhone */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
  button#close-audio-footer {
    margin-top: -108px !important;
    margin-right: -65px !important;
  }
}

/* Landscape for iPhone */
@media only screen and (min-device-width: 812px) and (max-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  button#close-audio-footer {
    margin-top: -108px !important;
    margin-right: -65px !important;
  }
}

@media only screen and (max-width: 794px) {
  .playback {
    text-align: center;
  }
}

.pt-2, .py-2 {
  padding-bottom: 5px !important;
}