@charset "UTF-8";
/*
    Theme Name: Castx
    Theme URI: http://wp.afracode.com/castx/
    Author: Afracode
    Author URI: https://themeforest.net/user/afracode/
    Description: ...
    Requires at least: 5.3
    Tested up to: 5.6
    Requires PHP: 5.6
    Version: 1.1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: castx
    Tags: translation-ready, blog, portfolio


    Castx Afracode Theme, (C) 2024 Afracode.com

 */
.afc-audio-player {
    overflow: visible;
}
.myplaylist {
  position: absolute;
  bottom: 120%;
  right: 50px;  
  background-color: rgb(0 0 0 / 70%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 30px;
  border-radius: 20px;
}
.myplaylist ul {
  margin-left: 0px;
  list-style: none;
}
.myplaylist ul li {
  margin-bottom: 10px;
}
input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #DDDDDD;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #EA1F32;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #EA1F32;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #DDDDDD;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #DDDDDD;
  border-radius: 1px;
  border: 0px solid #000000;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #EA1F32;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #EA1F32;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #DDDDDD;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #DDDDDD;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #EA1F32;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #EA1F32;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #DDDDDD;
}
input[type=range]:focus::-ms-fill-upper {
  background: #DDDDDD;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]) {
  border: none;
  margin-top: 0;
  max-width: 200px;
  position: relative;
  margin-bottom: 0;
}
.afc-audio-player--style-black .afc-audio-player__progress__bar:after {
    display: none;
}
.afc-audio-player--style-black .afc-audio-player__progress {
   background-color: transparent !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.myplaylist li p {
  margin-bottom: 0;
}
.myplaylist li {
  list-style: none;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #202020;
}
.myplaylist li span {
  font-weight: 300;
  color: #ddd;
  font-size: 12px;
  display: flex;
}
.myplaylist li span svg {
  max-width: 13px;
  margin-right: 5px;
}
.myplaylist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.donation-box .fields {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding:15px !important ;
}
.donation-box .fields input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]) {
  max-width: 100%;
  margin-top: 15px;
  background-color: #fff !important;
}
.donation-box .fields input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):nth-child(1) {
  margin-top: 0px !important;
}
.donation-box #obs {
  height: 110px;
  width: 100%;
  border: none;
  resize: none;
  background-color: #fff !important;
  margin-top: 15px;
}
.donation-box .amount {
  width: 100% !important;
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  padding: 15px;
  display: flex !important;  
  flex-wrap: wrap;
}
.donation-box .amount .ep_button {
  width: calc(25% - 10px) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
}
.donation-box .amount .ep_button:nth-child(5) {
  width: calc(100% - 10px) !important ;
}
.donation-box .amount .ep_button input {
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF !important;
  border-radius: 0 !important;
}
.donation-box .amount .ep_button input {
  min-width: 100px !important;
}
.donation-box {
  height: 100% !important;
  border-radius: 10px !important;
}
.donation-container {
  height: 100% !important;
}
.donation-box > p {
  padding: 15px;
}
li.donation_link {
  display: none;
}
@media (max-width:767px) {
li.donation_link {
  display: block;
}
}