*, html, body {
	font-family: "Outfit", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	outline: none !important;
	box-shadow: none;
}

body {
	background: #d5dd26;
	color: #ffffff;
	padding: 0px !important;
}

.container {
	width: 100%;
	max-width: 600px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1 {
	color: #ffffff;
}

h2 {
	font-size: calc(1.2rem + .9vw);
}

h3 {
	font-size: calc(0.9rem + .9vw);
}

h4 {
	font-size: calc(0.8rem + .9vw);
}

h2, h3, h4, h5 {
	color: #d5dd26;
}

.text-primary {
	color: #d5dd26 !important;
}

.text-secondary {
	color: #b3217b !important;
}

.bg-info {
	background: #7ecfdf !important;
}

.btn, .btn:hover, .btn:active, .btn:focus {
	text-decoration: none;
}

a, a:hover, a:active, a:focus {
	color: #d5dd26;
	text-decoration: none;
	font-weight: 700;
	font-size: inherit;
}

a:hover {
	text-decoration: underline;
}

.page-wrap {
	margin-top: 40px;
	background: #b3217b;
	min-height: calc(100vh - 150px);
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding: 60px 20px;
}

.btn {
	border-radius: 50px;
	font-weight: 700;
	border-width: 3px;
	padding: 8px 20px;
	font-size: 19px;
	outline: none !important;
	box-shadow: none;
}

.btn-sm {
	font-size: 90% !important;
	padding: 8px 20px;
}

.btn-close {
	display: none;
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	color: #b3217b;
	background: #d5dd26;
	border-color: #d5dd26;
}

.btn-primary:hover {
	color: #d5dd26;
	background: #b3217b;
	border-color: #d5dd26;
}

.btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary:focus {
	color: #d5dd26;
	border-color: #d5dd26;
	background: #b3217b;
}

.btn-outline-primary:hover {
	color: #b3217b;
	background: #d5dd26;
	border-color: #d5dd26;
}

.btn-secondary, .btn-secondary:active, .btn-secondary:focus {
	background: #b3217b;
	border-color: #b3217b;
}

.btn-secondary:hover {
	color: #b3217b;
	background: #d5dd26;
	border-color: #b3217b;
}

.btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary:focus {
	color: #b3217b;
	border-color: #b3217b;
	background: #d5dd26;
}

.btn-outline-secondary:hover {
	color: #ffffff;
	background: #b3217b;
	border-color: #b3217b;
}

.btn-round {
	border: none !important;
	color: #d5dd26;
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    padding: 0px;
}

.modal-content .btn-round {
	color: #b3217b;
}

.btn-round .fa {
    font-size: 30px !important;
}

.circular-btn {
    width: 50px !important;
    height: 50px !important;
    padding: 0px !important;
    border-radius: 50% !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #b3217c;
    border-color: #b3217b;
}

.circular-btn i {
    color: #d5dd26;
    font-size: 1.2rem;
    line-height: 1;
}

.circular-btn:hover {
    background-color: #d5dd26;
    border-color: #b3217b;
}

.circular-btn:hover i {
    color: #b3217b;
}

.form-check-input:checked {
    background-color: #d5dd26 !important;
    border-color: #d5dd26 !important;
}

.form-check-input.switch-alt:checked {
    background-color: #b3217b !important;
    border-color: #b3217b !important;
}

.form-check-input:checked::before {
    background-color: white;
}

input, select, textarea {
    border-radius: 50px !important;
    padding: 15px 30px !important;
    border: none !important;
    font-size: 20px;
}

textarea {
    border-radius: 30px !important;
    width: 100%;
}

select {
    font-weight: 700 !important;
    color: #b3217b !important;
}

input::placeholder, select::placeholder, textarea::placeholder {
    color: #b3217b !important;
}

.email-input-group {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.email-input-group input {
    flex: 1;
}

.email-input-group button {
    margin-left: 5px;
}

.email-input-group {
    position: relative;
}

.email-input {
    padding-right: 60px !important;
}

.remove-email {
	position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 2;
}

.remove-email .fa {
	margin-top: 3px;
	color: #b3217b;
}

.badge {
	padding: 10px 20px;
	border-radius: 20px;
}

.card {
	border: none;
	border-radius: 30px;	
}

.card-title {
	color: #ffffff;
}

.card-text {
	color: #d5dd26;
}

.modal-content {
    background-color: #d6dd51;
    color: #781d57;
}

.modal-header, .modal-body, .modal-footer {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	border: none;
}

.modal-header {
	display: block;
}

.modal-title {
    color: #a43078;
    font-weight: bold;
    text-align: center;
}

.modal-body {
    color: #781d57;
}

.moderation .message {
	background: #d5dd26;
	padding: 25px;
}
.moderation .message .new {
	display: none;
}
.moderation .message .title {
	color: #b3217b;
	font-weight: 700;
}
.moderation .message .btn-move {
	background: none;
	border: none;
	padding-left: 18px;
	color: #b3217b;
}
.moderation .message .btn-move .fas {
	font-size: 24px !important;
}
.moderation .message .preview-btn {
	text-align: center !important;
	padding-left: 15px;
	padding-top: 8px;
	width: 50px;
	height: 50px;
}
.moderation .message .preview-btn .fa {
	color: #b3217b;
}

.moderation .btn-approve {
	background: #d5dd26;
	color: #ffffff;
}
.moderation .btn-hide {
	background: #a43078;
	border-color: #a43078;
	color: #ffffff;
}
.moderation .btn-delete {
	background: #771d57;
	border-color: #771d57;
	color: #ffffff;
}

.moderation .btn-sm {
	padding: 4px 0px;
	width: 42px;
}

.moderation .btn-sm .fas {
	font-size: 90% !important;
}

.moderation .btn-approve:hover, .moderation .btn-hide:hover, .moderation .btn-delete:hover {
	background: #ffffff !important;
	border-color: #ffffff;
	color: #b3217b;
}
.moderation .btn-secondary:hover {
	background: #b3217b !important;
	border-color: #b3217b;
	color: #ffffff;
}
.moderation .message.new {
	background: #7ecfdf;
}
.message.new .new {
	color: #771d57;
	display: inline-block;
	left: 88px;
	top: 36px;
	position: absolute;
	font-weight: 700;
}



.moderation .message.denied {
	background: #771d57;
}


.moderation .message.denied .btn {
	background: #771d57;
	border-color: #d5dd26;
}

.moderation .message.denied .btn .fas, .moderation .message.denied .btn .fa {
	color: #d5dd26;
}

.moderation .message.denied .btn:hover {
	background: #d5dd26;
	border-color: #d5dd26;
}

.moderation .message.denied .btn:hover .fas, .moderation .message.denied .btn:hover .fa {
	color: #771d57;
}









.audioUI {
    display: flex;
    justify-content: center;
    align-items: center;
}

.audioUI .audio-button {
	background: #ffffff;
	width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	border: 30px solid #ffffff;
}

.audioUI .audio-button.small {
	background: #ffffff;
	width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.audioUI .audio-button .fa, .audioUI #record-icon {
	color: #b3217c;
    font-size: 100px;
}

.audioUI .audio-button.small .fa {
    font-size: 60px;
}

.audioUI .audio-button.recording, .audioUI .audio-button.playing {
	background: #771d57;
	border: 30px solid #771d57;
}

.audioUI .audio-button.recording .fa, .audioUI .audio-button.recording .fas, .audioUI .audio-button.playing .fa, .audioUI .audio-button.playing .fas {
	color: #ffffff !important;
}

.audioUI #record-button.pulse {
    animation: pulse 2s infinite;
}

.audioUI #record-button #start {
	position: absolute;
	font-weight: 700;
	color: #ffffff;
}

.audioUI #record-button #stop {
	position: absolute;
	font-weight: 700;
	color: #ffffff;
	display: none;
}

.audioUI #countdown {
	color: #b3217c !important;
    position: absolute;
    font-size: 125px;
    color: white;
    z-index: 10;
    display: none;
    font-weight: 700;
}

#record-again-button, #upload-button {
	width: 180px !important;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
    50% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.audioUI .fa-play {
	margin-left: 5px;
}


.time {
	font-weight: 700;
	font-size: 20px;
	display: block;
	margin-top: 10px;
}

.recorder #record-icon.fa-stop {
    font-size: 100px; /* Adjusted for larger icon */
}

.recorder #upload-message {
    font-size: 1.25em;
    color: green;
}

.play-btn {
	margin: 0 auto !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 26px;
}

.charCountWrap {
	background: #ffffff;
    border-radius: 30px !important;
    padding-bottom: 6px;
}
.charCountWrap input {
	width: 100%;
	text-align: center;
	padding-bottom: 0px !important;
}
#charCount {
	color: #b3217b;
	font-weight: bold;
	font-size: 80%;
	margin-right: 20px;
	right: 20px;
}

.progress-bar {
	background-color: #d5dd26;
}















#audio-feed {
	padding-bottom: 115px;
}

#player-play-btn {
	position: absolute;
}

.audio-item-row {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
	border-bottom: 2px solid #d5dd26;
	padding-bottom: 40px;
}

.audio-item-row:last-child {
    border-bottom: none;
}

.audio-item-row .play-btn, .audio-item-row .play-btn:focus, .audio-item-row .play-btn:active {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
}

.audio-item-row .play-btn:hover {
    background: #ffffff;
}

.audio-item-row .play-btn .fas {
	color: #b3217b;
	font-size: 25px;
}

.audio-item-row h5 {
    color: #ffffff;
    margin: 0;
    font-size: 1.25rem;
}

.audio-details {
    flex: 1;
    margin-left: 20px;
}

.audio-player {
    position: fixed;
    bottom: -270px;
    left: 0;
    right: 0;
	background: #d5dd26;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding: 40px 20px 20px 20px;
    transition: bottom 0.3s;
}

.audio-player .btn {
	padding: 12px 17px;
}

.audio-player.visible, .embed .audio-player {
    bottom: 0;
}

.progress-bar-container {
    width: 100%;
}

#player-title {
	padding-left: 70px;
}

.player-info {
	min-height: 70px;
	overflow: hidden;
}

.player-container {
    width: 100%;
    margin: 0 auto;
}

.time-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #b3217b;
}

.time-labels span {
	font-weight: 700;
}

.player-progress-bar {
    width: 100%;
    height: 12px;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: white;
    border-radius: 6px;
    overflow: hidden;
}

.player-progress-bar::-webkit-progress-bar {
    background-color: white;
    border-radius: 6px;
}

.player-progress-bar::-webkit-progress-value {
    background-color: #b3217b;
    border-radius: 6px;
}

.player-progress-bar::-moz-progress-bar {
    background-color: #b3217b;
    border-radius: 6px;
}

@media only screen and (max-width: 470px) {
	.nav-icons {
		transform: scale(90%) translateX(5%);
	}
	.main-logo {
		height: 70px;
	}
}

@media only screen and (max-width: 400px) {
	.nav-icons {
		transform: scale(80%) translateX(10%);
	}
	.main-logo {
		height: 60px;
	}
}

@media only screen and (max-width: 350px) {
	.nav, .nav div {
		padding: 0px;
		margin: 0px;
	}
}

@media only screen and (max-width: 325px) {
	.nav-icons {
		transform: scale(60%) translateX(20%);
		width: 100vw;
		position: absolute;
		right: 0px;
	}
	.main-logo {
		height: 50px;
	}
}