:root {
    --primary: #6c6fc6;
    --bg-body: #262626;
    --bg-app: #0a0a0a;
    --bg-inset: #404040;
    --bg-transparent: rgb(255 255 255 / 10%);
    --bg-modal: rgb(255 255 255 / 20%);
    --bg-dark: rgb(0 0 0 / 75%);
    --bg-gradient: linear-gradient(140deg, #a92bcd, #439bc1);
    --color-title: #ffffff;
    --color-text: rgb(255 255 255 / 50%);
    --duration: 0.3s;
    --container: 1480px;
    --spacer: 1rem;
    --shadow-l: 0px 8px 17px 2px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12), 0px 5px 5px -3px rgba(0, 0, 0, 0.2);
    --shadow-xl: 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12), 0px 8px 10px -7px rgba(0, 0, 0, 0.2);
    --scrollbar-color: rgb(255 255 255 / 50%);
    --main-padding: 1rem;
}
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
*,
::after,
::before {
    box-sizing: border-box;
}
body,
html {
    height: 100%;
}
* {
    margin: 0;
}
fieldset,
legend {
    padding: 0;
}
fieldset,
iframe {
    border-width: 0;
}
a {
    color: inherit;
    text-decoration: none;
    color: var(--primary);
    transition: color var(--duration);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    overflow-wrap: break-word;
}
address {
    font-style: normal;
    line-height: inherit;
}
abbr[title] {
    text-decoration: underline dotted;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
    padding: 0;
    border-width: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: inherit;
    color: inherit;
}
input:focus,
textarea:focus {
    outline: 0;
}
textarea {
    resize: vertical;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
    
    display: inline-block;
    vertical-align: middle;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
progress {
    vertical-align: baseline;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden] {
    display: none;
}
dd,
dl,
ol,
ul {
    list-style: none;
    padding: 0;
}
table {
    border-collapse: collapse;
    max-width: 100%;
}
tbody,
td,
th,
thead,
tr {
    border-width: 0;
    text-align: inherit;
}
tr > * {
    padding: 0.75rem;
    word-break: normal;
}
canvas,
img,
svg,
video {
    height: auto;
}
source {
    display: none;
}
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    max-width: 100%;
}
audio,
video {
    width: 100%;
}
body {
    background-size: cover;
    background-color: var(--bg-body);
    color: var(--color-text);
    font-family: Montserrat, sans-serif;
    transition: background-color var(--duration);
}
body.preload * {
    transition: none !important;
}
@media (max-width: 575px) {
    body,
    html {
        overflow: hidden;
    }
}
::-webkit-resizer {
    display: none;
}
b,
strong {
    font-weight: 700;
    color: var(--color-title);
}

/* Header logo */
.header-logo-img {
  max-height: 60px;
  width: auto;
}

/* Buton grubu düzenlemeleri */
.toggle-options {
  margin: 15px 0;
}

.toggle-options .btn {
  margin-right: 5px;
}

/* Mobil düzenlemeler */
@media (max-width: 991px) {
  .toggle-options {
    display: flex;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0;
  }
  
  .toggle-options .btn {
    flex: 0 0 auto;
    white-space: nowrap;
    margin-right: 5px;
  }
  
  .toggle-options .glyphicon {
    margin-right: 5px;
  }
}

/* Player Styles */
.player {
    padding: 2rem;
    position: fixed;
    inset: 0;
    z-index: 10;
    overflow-y: auto;
}

.player-cover-image {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    filter: blur(1rem);
    opacity: 0.5;
}

.player-wrapper {
    position: relative;
    z-index: 10;
    margin: 10px;
}

.player-cover {
    text-align: center;
}

.player-artwork {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1/1;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: var(--shadow-l);
}

.player-artwork img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Controller Styles */
.player-controller {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

.player-button {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--color-text);
    transition: all var(--duration);
}

.player-button:hover {
    color: var(--color-title);
    transform: scale(1.1);
}

.player-button-play {
    padding: 1rem;
    background-color: var(--primary);
    border-radius: 50%;
    color: white;
}

/* Volume Control */
.player-button-volume {
    position: relative;
}

.dropdown {
    position: absolute;
    width: 140px;
    background-color: var(--bg-dark);
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: var(--shadow-l);
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all var(--duration);
}

.dropdown.is-active {
    opacity: 1;
    pointer-events: auto;
}

/* Mobile Styles */
@media (max-width: 991px) {
    .toggle-options {
        --btn-fs: 0;
        --btn-gap: 0;
        --i-size: 16px;
    }

    .header {
        background: var(--bg-gradient);
    }

    .player {
        padding-top: calc(2rem + 72px);
    }

    .toggle-options {
        display: flex;
        gap: 0.25rem;
        justify-content: center;
        width: 100%;
        padding: 0 0.5rem;
    }
    

    
    .toggle-options .btn svg {
        display: none !important;
    }
}

/* Utility Classes */
.flex { display: flex; }
.column { flex-direction: column; }
.items-center { align-items: center; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.g-2 { gap: 2rem; }
.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }
.fw-700 { font-weight: 700; }
.color-title { color: var(--color-title); }

/* Icon Styles */
.i {
    stroke-width: 2;
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}


/* Animations */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.truncate-line {
    display: -webkit-box;
    -webkit-line-clamp: var(--line-clamp, 2);
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.app {
    background-color: var(--bg-app);
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
}
.app::after {
    content: "";
    inset: 0;
    position: absolute;
    background-image: linear-gradient(transparent 70%, #000);
    z-index: 5;
}
.header {
    position: absolute;
    width: 100%;
    z-index: 50;
}
.header-wrapper {
    padding: var(--main-padding);
}
.header-logo-img {
    height: 80px;
}
.toggle-options {
    gap: 0.5rem;
}
@media (min-width: 992px) {
    :root {
        --main-padding: 3vw;
    }
    .btn {
        --btn-fs: 0.875vw;
        --btn-padding: 0.75vw;
        --i-size: 1.25vw;
        --btn-gap: 0.5vw;
    }
    .header-logo-img {
        max-width: 10vw;
        height: auto;
    }
    .toggle-options {
        gap: 0.5vw;
    }
}
@media (max-width: 991px) {
    .header {
        background: var(--accent, var(--bg-gradient));
        box-shadow: var(--shadow-l);
    }
    .toggle-options {
        --btn-fs: 0;
        --btn-gap: 0;
        --i-size: 16px;
    }
}
.main > * + * {
    margin-top: 3rem;
}
.scrollbar {
    overflow: auto;
    scrollbar-color: var(--scrollbar-color) transparent;
    scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: transparent;
}
.scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 5px;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-color);
    border-radius: 10px;
}
.dropdown {
    position: absolute;
    width: 140px;
    background-color: var(--bg-dark);
    padding: 1.5rem;
    border-radius: 1rem;
    left: 50%;
    box-shadow: var(--shadow-l);
    transform: translateX(-50%);
    bottom: calc(100% + 0.5rem);
    transition: opacity var(--duration), transform var(--duration);
}
.dropdown:not(.is-active) {
    pointer-events: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-1rem);
}
@media (min-width: 992px) {
    .footer {
        position: absolute;
        padding: var(--main-padding);
        bottom: 0;
        left: 0;
        display: inline-flex;
        z-index: 10;
    }
    .footer-wrapper {
        gap: 1.25vw;
    }
}
.footer small {
    font-size: 1rem;
}
@media (max-width: 991px) {
    .footer-app {
        padding: var(--main-padding);
        border-top: 1px solid;
        border-bottom: 1px solid;
        justify-content: center;
    }
    .footer-copyright {
        padding: var(--main-padding);
        text-align: center;
    }
    .footer-tv {
        padding-bottom: 1rem;
        text-align: center;
    }
    .mobile-menu {
        position: fixed;
        height: 100vh;
        padding-top: calc(2rem + 72px);
        z-index: 40;
        background: var(--accent, var(--bg-gradient));
        transition: transform var(--duration);
        width: 100%;
    }
    .mobile-menu:not(.is-active) {
        pointer-events: none;
        transform: translateY(-100%);
    }
    .player-social {
        justify-content: center;
        padding: var(--main-padding);
    }
}
.i {
    stroke-width: var(--i-stroke, 2);
    width: var(--i-size, 24px);
    height: var(--i-size, 24px);
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
@keyframes pulse {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.2;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
.player {
    padding: 0rem;
    position: fixed;
    inset: 0;
    z-index: 10;
    overflow-y: auto;
}

.player-cover-title {
    text-shadow: 0 0.052vw 0.052vw #000;
    padding-top: 1rem;
}
.player-cover-image {
    --cover-blurred: 1rem;
    position: absolute;
    z-index: 0;
    object-fit: cover;
    object-position: center;
    transition: opacity calc(var(--duration) * 3);
    filter: blur(var(--cover-blurred));
    max-width: initial;
    inset: calc(var(--cover-blurred) * -5);
    width: calc(100% + var(--cover-blurred) * 10);
    height: calc(100% + var(--cover-blurred) * 10);
}
.player-wrapper {
    margin-top: 10px;
    margin-bottom: auto;
    position: relative;
    z-index: 10;
}
.player-artwork {
    background-color: var(--primary);
    border-radius: calc(1rem + 1vw);
    box-shadow: var(--shadow-l);
    overflow: hidden;
    width: 100%;
    max-width: 400px;
    aspect-ratio: 1/1;
    display: flex;
}
.player-artwork img {
    transition: transform calc(var(--duration) * 3);
}
.player-controller {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.player-volume {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}
.player-range-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: background-color var(--duration);
    background-color: var(--accent, var(--primary));
}
.player-range-wrapper {
    position: relative;
    height: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.25);
}
.player-range-thumb {
    width: 15px;
    height: 15px;
    transition: background-color var(--duration);
    background-color: var(--accent, var(--primary));
    border-radius: 5rem;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
}
.player-button {
    color: rgba(255, 255, 255, 0.75);
    transition: color var(--duration), background-color var(--duration);
    position: relative;
}
@media (min-width: 992px) {
    .footer small {
        font-size: 0.8vw;
    }
    .player-controller {
        padding-top: 1.5rem;
        gap: 2rem;
    }
    .player-button {
        --i-size: 1.5vw;
    }
    .player-section-audio {
        max-width: 390px;
    }
}

@keyframes color-pulse {
    0%, 100% { background-color: #ff4757; }
    50% { background-color: #ffa502; }
}

@keyframes scale-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.2); }
}

@keyframes glow {
    0%, 100% { box-shadow: 0 0 10px 2px rgba(255, 69, 0, 0.8); }
    50% { box-shadow: 0 0 20px 5px rgba(255, 69, 0, 1); }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

/* Başlangıç Durumu: Dikkat Çekici */
.player-button-play {
    position: relative;
    padding: 1rem;
    border-radius: 999px;
    background-color: #ff4757;
    transition: transform 0.3s ease, background-color 0.3s ease;
    animation: color-pulse 2s infinite, scale-pulse 1.5s infinite, glow 2s infinite;
}

/* Başlangıçta Dalgalar (::before ve ::after) */
.player-button-play::after,
.player-button-play::before {
    pointer-events: none;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    inset: 0;
    opacity: 0;
    animation: pulse 2s ease-out infinite;
    display: block; /* Başlangıçta göster */
}

.player-button-play:after {
    animation-delay: 1s;
}

/* Aktif Durum: Şeffaf ve Çerçeveli */
.player-button-play.is-active {
    animation: none; /* Ana buton animasyonlarını durdur */
    background-color: transparent; /* Arka planı şeffaf yap */
    box-shadow: 0 0 5px 2px rgba(255, 69, 0, 0.6); /* Çerçeve efekti */
    transform: scale(1); /* Normal boyutta kal */
}

/* Aktif Durum: Dalga Efektlerini Kaldır */
.player-button-play.is-active::after,
.player-button-play.is-active::before {
    display: none; /* Dalga efektlerini gizle */
}

.player-section-audio {
    flex: none;
}
.player-section-meta {
    width: 100%;
}
.player-social {
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 3px 1px rgba(0, 0, 0, 0.075));
    gap: 0.5rem;
}
@media (min-width: 992px) {
    .player-social {
        position: absolute;
        padding: var(--main-padding);
        z-index: 50;
        max-width: 40vw;
        bottom: 1vw;
        right: 0;
        gap: 1.125vw;
    }
}
.player-social-item {
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 0.75rem;
    --i-size: 20px;
}
.player-social-item:not(:hover) {
    color: #fff;
}
.player-apps-item {
    transition: filter var(--duration);
}
@media (min-width: 992px) {
    .player-social-item {
        padding: 0.75vw;
        --i-size: 1.25vw;
    }
    .player-apps-item img {
        width: auto;
        height: 3vw;
    }
}
.player-apps-item:hover {
    filter: drop-shadow(0 0px 10px white);
}
.player-program {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    color: #fff;
    text-transform: uppercase;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    z-index: 10;
    inset: auto 0 0;
}
.player-program-badge {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    background-color: #c62828;
    border-radius: 0.5rem;
}
.player-program-time-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.player-program-name {
    font-weight: 700;
    font-family: "Akira Expanded", sans-serif;
}
.player-program-description {
    font-size: 0.875rem;
}
.station {
    transition: opacity var(--duration);
}
.station-img {
    width: 120px;
    aspect-ratio: 1/1;
    box-shadow: var(--shadow-l);
    border-radius: 0.5rem;
}
.station:not(.is-active) {
    opacity: 0.5;
}
.station:hover {
    opacity: 1;
}
.history {
    --cols-min: 20rem;
}
.history-item {
    padding: 0.75rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    box-shadow: var(--shadow-l);
    width: 100%;
    position: relative;
    padding-right: calc(0.75rem + 35px);
    max-width: 290px;
    overflow: hidden;
    z-index: 1;
}
.history-item::before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
    background: var(--accent);
    opacity: 0.5;
}
.history-spotify {
    bottom: 0.75rem;
    right: 0.75rem;
    position: absolute;
    color: #fff;
    transition: opacity var(--duration);
}
.history-spotify:not(:hover) {
    opacity: 0.5;
}
.history-spotify[href="#not-found"] {
    opacity: 0.1;
    pointer-events: none;
}
.history-image {
    width: 64px;
    aspect-ratio: 1/1;
}
.history-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.visualizer {
    position: absolute;
    filter: url(main.min.ori.css#gooey);
    inset: auto -20px -20px;
    z-index: 0;
    pointer-events: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 100%;
    opacity: 0.5;
}
.visualizer-filter {
    display: none;
}
.modal {
    position: fixed;
    max-width: 900px;
    margin: 0 auto;
    z-index: 120;
    inset: 1rem;
    transition: opacity var(--duration);
    display: flex;
}
.modal:not(.is-active) {
    pointer-events: none;
    opacity: 0;
}
.modal-content {
    max-height: 100%;
    width: 100%;
    background-color: var(--bg-dark);
    border-radius: 0.5rem;
    box-shadow: var(--shadow-xl);
    display: flex;
    flex-direction: column;
    padding: var(--main-padding);
    margin: auto;
}
.modal-title {
    margin-bottom: 1.5rem;
    line-height: 1;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.modal-body {
    font-size: 1.125rem;
}
.modal-overlay {
    opacity: var(--modal-overlay-opacity, 0);
    z-index: 100;
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(1rem);
    transition: opacity var(--duration);
}
.modal.is-active ~ * {
    --modal-overlay-opacity: 1;
}
.modal-video {
    inset: 50% auto auto 50%;
    position: absolute;
    margin: auto;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 880px;
    padding: 1rem;
    background-color: var(--bg-modal);
    border-radius: 0.5rem;
    z-index: 150;
    box-shadow: var(--shadow-xl);
    transition: opacity var(--duration);
}
.modal-video [data-close] {
    position: absolute;
    right: -1.25rem;
    top: -1.25rem;
}
.modal-video:not(.is-active) {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.modal-video iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
}
.modal-video.is-active ~ * {
    --modal-overlay-opacity: 1;
}
.offcanvas {
    background-color: var(--bg-modal);
    inset: 0 0 0 auto;
    position: absolute;
    padding: 1.5rem;
    z-index: 120;
    box-shadow: var(--shadow-xl);
    transition: transform var(--duration), opacity var(--duration);
    backdrop-filter: blur(1rem);
}
.offcanvas:not(.is-active) {
    transform: translateX(110%);
    pointer-events: none;
    opacity: 0;
}
.offcanvas [data-close] {
    margin-bottom: 1rem;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.fixed {
    position: fixed;
}
.sticky {
    position: sticky;
}
.z-10 {
    z-index: 10;
}
.z-20 {
    z-index: 20;
}
.z-30 {
    z-index: 30;
}
.z-40 {
    z-index: 40;
}
.z-50 {
    z-index: 50;
}
.z-60 {
    z-index: 60;
}
.z-70 {
    z-index: 70;
}
.z-80 {
    z-index: 80;
}
.z-90 {
    z-index: 90;
}
.z-100 {
    z-index: 100;
}
.g-0\.25 {
    gap: 0.25rem;
}
.g-0\.5 {
    gap: 0.5rem;
}
.g-0\.75 {
    gap: 0.75rem;
}
.g-0\.875 {
    gap: 0.875rem;
}
.g-1 {
    gap: 1rem;
}
.g-1\.25 {
    gap: 1.25rem;
}
.g-1\.5 {
    gap: 1.5rem;
}
.g-1\.75 {
    gap: 1.75rem;
}
.g-2 {
    gap: 0rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.inline-grid {
    display: inline-grid;
}
.none {
    display: none;
}
.items-start {
    align-items: flex-start;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.justify-around {
    justify-content: space-around;
}
.justify-evenly {
    justify-content: space-evenly;
}
.row {
    flex-direction: row;
}
.column {
    flex-direction: column;
}
@media (min-width: 576px) {
    .s\:g-0\.25 {
        gap: 0.25rem;
    }
    .s\:g-0\.5 {
        gap: 0.5rem;
    }
    .s\:g-0\.75 {
        gap: 0.75rem;
    }
    .s\:g-0\.875 {
        gap: 0.875rem;
    }
    .s\:g-1 {
        gap: 1rem;
    }
    .s\:g-1\.25 {
        gap: 1.25rem;
    }
    .s\:g-1\.5 {
        gap: 1.5rem;
    }
    .s\:g-1\.75 {
        gap: 1.75rem;
    }
    .s\:g-2 {
        gap: 2rem;
    }
    .s\:block {
        display: block;
    }
    .s\:inline-block {
        display: inline-block;
    }
    .s\:inline {
        display: inline;
    }
    .s\:flex {
        display: flex;
    }
    .s\:inline-flex {
        display: inline-flex;
    }
    .s\:grid {
        display: grid;
    }
    .s\:inline-grid {
        display: inline-grid;
    }
    .s\:none {
        display: none;
    }
    .s\:row {
        flex-direction: row;
    }
    .s\:column {
        flex-direction: column;
    }
}
@media (min-width: 768px) {
    .m\:g-0\.25 {
        gap: 0.25rem;
    }
    .m\:g-0\.5 {
        gap: 0.5rem;
    }
    .m\:g-0\.75 {
        gap: 0.75rem;
    }
    .m\:g-0\.875 {
        gap: 0.875rem;
    }
    .m\:g-1 {
        gap: 1rem;
    }
    .m\:g-1\.25 {
        gap: 1.25rem;
    }
    .m\:g-1\.5 {
        gap: 1.5rem;
    }
    .m\:g-1\.75 {
        gap: 1.75rem;
    }
    .m\:g-2 {
        gap: 2rem;
    }
    .m\:block {
        display: block;
    }
    .m\:inline-block {
        display: inline-block;
    }
    .m\:inline {
        display: inline;
    }
    .m\:flex {
        display: flex;
    }
    .m\:inline-flex {
        display: inline-flex;
    }
    .m\:grid {
        display: grid;
    }
    .m\:inline-grid {
        display: inline-grid;
    }
    .m\:none {
        display: none;
    }
    .m\:row {
        flex-direction: row;
    }
    .m\:column {
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .l\:g-0\.25 {
        gap: 0.25rem;
    }
    .l\:g-0\.5 {
        gap: 0.5rem;
    }
    .l\:g-0\.75 {
        gap: 0.75rem;
    }
    .l\:g-0\.875 {
        gap: 0.875rem;
    }
    .l\:g-1 {
        gap: 1rem;
    }
    .l\:g-1\.25 {
        gap: 1.25rem;
    }
    .l\:g-1\.5 {
        gap: 1.5rem;
    }
    .l\:g-1\.75 {
        gap: 1.75rem;
    }
    .l\:g-2 {
        gap: 2rem;
    }
    .l\:block {
        display: block;
    }
    .l\:inline-block {
        display: inline-block;
    }
    .l\:inline {
        display: inline;
    }
    .l\:flex {
        display: flex;
    }
    .l\:inline-flex {
        display: inline-flex;
    }
    .l\:grid {
        display: grid;
    }
    .l\:inline-grid {
        display: inline-grid;
    }
    .l\:none {
        display: none;
    }
    .l\:row {
        flex-direction: row;
    }
    .l\:column {
        flex-direction: column;
    }
}
@media (min-width: 1200px) {
    .xl\:g-0\.25 {
        gap: 0.25rem;
    }
    .xl\:g-0\.5 {
        gap: 0.5rem;
    }
    .xl\:g-0\.75 {
        gap: 0.75rem;
    }
    .xl\:g-0\.875 {
        gap: 0.875rem;
    }
    .xl\:g-1 {
        gap: 1rem;
    }
    .xl\:g-1\.25 {
        gap: 1.25rem;
    }
    .xl\:g-1\.5 {
        gap: 1.5rem;
    }
    .xl\:g-1\.75 {
        gap: 1.75rem;
    }
    .xl\:g-2 {
        gap: 2rem;
    }
    .xl\:block {
        display: block;
    }
    .xl\:inline-block {
        display: inline-block;
    }
    .xl\:inline {
        display: inline;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:inline-flex {
        display: inline-flex;
    }
    .xl\:grid {
        display: grid;
    }
    .xl\:inline-grid {
        display: inline-grid;
    }
    .xl\:none {
        display: none;
    }
    .xl\:row {
        flex-direction: row;
    }
    .xl\:column {
        flex-direction: column;
    }
}
.wrap {
    flex-wrap: wrap;
}
.wrap-reverse {
    flex-wrap: wrap-reverse;
}
.nowrap {
    flex-wrap: nowrap;
}
.flex-1 {
    flex: 1 1 0;
}
.flex-auto {
    flex: auto;
}
.flex-initial {
    flex: initial;
}
.flex-none {
    flex: none;
}
.content-start {
    align-content: flex-start;
}
.content-end {
    align-content: flex-end;
}
.content-center {
    align-content: center;
}
.content-between {
    align-content: space-between;
}
.content-around {
    align-content: space-around;
}
.content-evenly {
    align-content: space-evenly;
}
.auto-fill {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--cols-min, 16rem)), 1fr));
}
.auto-fit {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--cols-min, 16rem)), 1fr));
}
.o-auto {
    overflow: auto;
}
.o-hidden {
    overflow: hidden;
}
.ox-auto {
    overflow-x: auto;
}
.ox-hidden {
    overflow-x: hidden;
}
.oy-auto {
    overflow-y: auto;
}
.oy-hidden {
    overflow-y: hidden;
}
.events-none {
    pointer-events: none;
}
.events-auto {
    pointer-events: auto;
}
.color-primary {
    color: var(--primary);
}
.color-text {
    color: var(--color-text);
}
.color-title {
    color: var(--color-title);
}
.fs-1 {
    font-size: 2.5rem;
}
.fs-2 {
    font-size: 1.75rem;
}
.fs-3 {
    font-size: 1.5rem;
}
.fs-4 {
    font-size: 1.25rem;
}
.fs-5 {
    font-size: 1.125rem;
}
.fs-6 {
    font-size: 1rem;
}
.fs-7 {
    font-size: 0.875rem;
}
.fs-8 {
    font-size: 0.75rem;
}
@media (min-width: 576px) {
    .s\:fs-1 {
        font-size: 2.5rem;
    }
    .s\:fs-2 {
        font-size: 1.75rem;
    }
    .s\:fs-3 {
        font-size: 1.5rem;
    }
    .s\:fs-4 {
        font-size: 1.25rem;
    }
    .s\:fs-5 {
        font-size: 1.125rem;
    }
    .s\:fs-6 {
        font-size: 1rem;
    }
    .s\:fs-7 {
        font-size: 0.875rem;
    }
    .s\:fs-8 {
        font-size: 0.75rem;
    }
}
@media (min-width: 768px) {
    .m\:fs-1 {
        font-size: 2.5rem;
    }
    .m\:fs-2 {
        font-size: 1.75rem;
    }
    .m\:fs-3 {
        font-size: 1.5rem;
    }
    .m\:fs-4 {
        font-size: 1.25rem;
    }
    .m\:fs-5 {
        font-size: 1.125rem;
    }
    .m\:fs-6 {
        font-size: 1rem;
    }
    .m\:fs-7 {
        font-size: 0.875rem;
    }
    .m\:fs-8 {
        font-size: 0.75rem;
    }
}
@media (min-width: 992px) {
    .l\:fs-1 {
        font-size: 2.5rem;
    }
    .l\:fs-2 {
        font-size: 1.75rem;
    }
    .l\:fs-3 {
        font-size: 1.5rem;
    }
    .l\:fs-4 {
        font-size: 1.25rem;
    }
    .l\:fs-5 {
        font-size: 1.125rem;
    }
    .l\:fs-6 {
        font-size: 1rem;
    }
    .l\:fs-7 {
        font-size: 0.875rem;
    }
    .l\:fs-8 {
        font-size: 0.75rem;
    }
}
@media (min-width: 1200px) {
    .xl\:fs-1 {
        font-size: 2.5rem;
    }
    .xl\:fs-2 {
        font-size: 1.75rem;
    }
    .xl\:fs-3 {
        font-size: 1.5rem;
    }
    .xl\:fs-4 {
        font-size: 1.25rem;
    }
    .xl\:fs-5 {
        font-size: 1.125rem;
    }
    .xl\:fs-6 {
        font-size: 1rem;
    }
    .xl\:fs-7 {
        font-size: 0.875rem;
    }
    .xl\:fs-8 {
        font-size: 0.75rem;
    }
}
.fw-100 {
    font-weight: 100;
}
.fw-200 {
    font-weight: 200;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 800;
}
.fw-900 {
    font-weight: 900;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.capitalize {
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.underline {
    text-decoration: underline;
}
.line-through {
    text-decoration: line-through;
}

@media (max-width: 991px) {
  .toggle-options {
    --btn-fs: 0.75rem; /* Yazı boyutunu küçük ekranlar için ayarla */
    --btn-gap: 0.5rem; /* Butonlar arası boşluk */
    --i-size: 16px;    /* İkon boyutu */
  }
  
  .toggle-options .btn {
    padding: 0.5rem 1rem;
    min-width: auto;
    white-space: nowrap;
  }
  
  /* İkonları mobilde gizle */
  .toggle-options .btn svg {
    display: none;
  }
}

@media (max-width: 991px) {
  .toggle-options {
    display: flex;
    gap: 0.25rem;
    justify-content: center;
    width: 100%;
    padding: 0 0.5rem;
  }
  
  .toggle-options .btn {
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
    
    border-radius: 999px;
    color: white;
    display: inline-block !important;
    flex: 1;
    min-width: 0;
    text-align: center;
  }
  
  /* Mobilde simgeleri gizle */
  .toggle-options .btn svg {
    display: none !important;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 2.2;
  border-radius: 10px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(76, 94, 107, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #bf00bf;
  border-color: #bf00bf; }
  .btn-primary:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #bf00bf;
    border-color: #bf00bf; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #3c4a55;
    border-color: #37444d; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 94, 107, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #37444d;
    border-color: #323d46; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(76, 94, 107, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #4c5e6b;
  border-color: #4c5e6b; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #4c5e6b;
    border-color: #4c5e6b; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #333333;
  background-color: transparent;
  background-image: none;
  border-color: #333333; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #333333;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.btn-outline-secondary {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 94, 107, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(76, 94, 107, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #4c5e6b;
  background-color: transparent;
  background-image: none;
  border-color: #4c5e6b; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #4c5e6b;
    border-color: #4c5e6b; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #4c5e6b;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #4c5e6b;
    border-color: #4c5e6b; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #333333;
  background-color: transparent; }
  .btn-link:hover {
    color: #0d0d0d;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 10px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 10px; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

	img:is([sizes="auto"i], [sizes^="auto,"i]) {
		contain-intrinsic-size: 3000px 1500px
	}

	@keyframes shake {
		0% {
			transform: translateX(0);
		}

		25% {
			transform: translateX(-5px);
		}

		50% {
			transform: translateX(5px);
		}

		75% {
			transform: translateX(-5px);
		}

		100% {
			transform: translateX(0);
		}
	}

	.play-button {
		animation: pulse 1.5s infinite;
		animation: shake 0.5s infinite;
	}

	@keyframes pulse {
		0% {
			background-color: #ff4757;
			box-shadow: 0 0 10px #ff4757;
		}

		50% {
			background-color: #ff6b81;
			box-shadow: 0 0 20px #ff6b81;
		}

		100% {
			background-color: #ff4757;
			box-shadow: 0 0 10px #ff4757;
		}
	}

	.radio-player {
		position: fixed;
		bottom: -var(--player-height);
		left: 0;
		right: 0;
		height: var(--player-height);
		background: rgba(0, 0, 0, 0.9);
		transition: bottom var(--animation-duration) ease-in-out;
		z-index: 1000;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 20px;
		color: white;
	}

	.radio-player.active {
		bottom: 0;
	}

	.player-info {
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.player-controls {
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.play-button {
		background: #646cff;
		border: none;
		color: white;
		padding: 10px 20px;
		border-radius: 5px;
		cursor: pointer;
		transition: background 0.3s;
	}

	.play-button:hover {
		background: #535bf2;
	}

	.play-button.active {
		animation: none !important;
		background: #ff4757;
	}

	.play-button:not(.active) {
		animation: pulse 1.5s infinite, shake 0.5s infinite;
	}


@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes glow {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(120%);
  }
  100% {
    filter: brightness(100%);
  }
}

@keyframes shine {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}

  .bf {
    margin: 35px;
  }
  
/* Ekran genişliği 1200px veya daha küçük olan cihazlar için */
@media (max-width: 1200px) {
  .bf {
    margin: 20px;
  }
}

/* Ekran genişliği 992px veya daha küçük olan cihazlar için */
@media (max-width: 992px) {
  .bf {
    margin: 15px;
  }
}

/* Ekran genişliği 768px veya daha küçük olan cihazlar için */
@media (max-width: 768px) {
  .bf {
    margin: 10px;
  }
}

/* Ekran genişliği 480px veya daha küçük olan cihazlar için */
@media (max-width: 480px) {
  .bf {
    margin: 5px;
  }
}