.content {
    display: flex;
}

.filter-menu {
    height: calc(100vh - 79px);
    width: 0px;
    background: #11101D;
    color: white;
    transition: width 0.9s ease, padding 0.9s ease;

}

.filter-items .firma-card,
.footer {
    box-shadow: 0px 0px 20px 0px #11101d;

}

.filter-btn-container {
    padding-top: 0px;
    display: flex;

    position: fixed;
    bottom: 12px;
    width: 250px;
}

.ay-aitem label {
    width: 100%;
}

.filter-btn-container.active button::before {
    animation: animation-13 1s linear 0s forwards;

}

.filter-btn-container button::before {
    animation: animation-15 1s linear 0s forwards;

}

.filter-menu .filter-btn-container {
    height: 60px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.9s ease, visibility 0.9s ease;
}

.filter-menu .filter-btn-container::-webkit-scrollbar {
    display: none;
}

.filter-menu .filter-header {
    padding: 7px;
    text-align: center;
    color: #11101d;
    background: white;
    border-radius: 5px;
    font-size: 10pt;
    font-weight: 600;
    font-family: "Sour Gummy", sans-serif;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.9s ease, visibility 0.9s ease;

}

.filter-menu .filters {
    overflow: auto;
    height: calc(100vh - 200px);
    background-color: #11101d;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.9s ease, visibility 0.9s ease;
}

.filter-menu .filters::-webkit-scrollbar {
    display: none;
}

.filter-items::-webkit-scrollbar {
    display: none;
}

.filter-toggle {
    position: absolute;
    top: 50%;
    left: 0px;
    color: #f4f4f4;
    background-color: #11101d;
    padding: 10px 10px 10px 7px;
    border-radius: 0px 20px 20px 0px;
    box-shadow: 0px 0px 6px 0px #11101d;
    transition: transform 0.3s ease, left 0.9s ease, color 0.9s ease, background-color 0.9s ease, border-radius 0.9s ease, box-shadow 0.9s ease, padding 0.9s ease;
    z-index: 3;
}

.filter-toggle:hover {
    transform: scale(1.2);
}

.toggle-filter {
    display: none;
}

.alt-button {
    background-color: #ffff00;
    color: #11101d;
    height: 54px;
    width: 54px;
    font-size: 20px;
    border: 3px solid #11101d;
    border-radius: 10px;
    line-height: 0px;
}

.alt-button:hover {
    background-color: #ffff35;
}

.alt-button:active {
    background-color: #ffff10;

}

.filter-toggle.responsive {
    display: none !important;
}

.filter-add {
    display: none;
}

.filter-items {
    width: 100%;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: calc(100vh - 79px);
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.footer {
    flex-shrink: 0;
    /* Boyutu içerik kadar olsun, küçülmesin */
}

.firma-card {
    flex-grow: 1;
    overflow: auto;

}

.firma-card::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width: 576px) {
    .toggle-filter:checked~.filter-menu {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;

    }

    .toggle-filter:checked~.filter-toggle {
        left: calc(100% - 33px);
        color: #11101d;
        background-color: #ffff00;
        padding: 10px 7px 10px 10px;
        border-radius: 20px 0px 0px 20px;
        box-shadow: 0px 0px 6px 0px #ffff00;

    }

    .toggle-filter:checked~.filter-toggle i:before {
        content: '\e810' !important;
    }

    .toggle-filter:checked~.filter-menu .filter-header {
        opacity: 1;
        visibility: visible;
    }

    .toggle-filter:checked~.filter-menu .filters {
        opacity: 1;
        visibility: visible;
    }

    .toggle-filter:checked~.filter-menu .filter-btn-container {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    @keyframes animation-15 {
        from {
            width: 100%;
        }

        to {
            width: 51px;
        }
    }

    .ay-acc {
        width: 95% !important;
    }

    .filter-btn-container .btn-alt {
        width: calc(100% - 160px);
        margin-left: 6px;
        height: 50px;
        margin-top: 2px;
    }

    .toggle-filter:checked~.filter-items {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .toggle-filter:checked~.filter-menu {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;

    }

    .toggle-filter:checked~.filter-toggle {
        left: calc(100% - 33px);
        color: #11101d;
        background-color: #ffff00;
        padding: 10px 7px 10px 10px;
        border-radius: 20px 0px 0px 20px;
        box-shadow: 0px 0px 6px 0px #ffff00;

    }

    .toggle-filter:checked~.filter-toggle i:before {
        content: '\e810';
    }

    .toggle-filter:checked~.filter-menu .filter-header {
        opacity: 1;
        visibility: visible;
    }

    .toggle-filter:checked~.filter-menu .filters {
        opacity: 1;
        visibility: visible;
    }

    .toggle-filter:checked~.filter-menu .filter-btn-container {
        opacity: 1;
        visibility: visible;
        width: 100%;
    }

    .toggle-filter:checked~.filter-items {
        display: none;
    }

    @keyframes animation-15 {
        from {
            width: 100%;
        }

        to {
            width: 60px;
        }
    }

    .ay-acc {
        width: 95% !important;
    }

    .filter-btn-container .btn-alt {
        width: calc(100% - 160px);
        margin-left: 6px;
        height: 41px;
        margin-top: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .filter-menu {
        width: 250px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .filter-add {
        height: calc(100vh - 79px);
        display: block;
        width: 170px;
        align-content: center;
        background-color: #11101D;
        padding: 10px;
    }

    .filter-add a,
    img {
        width: 100%;
    }

    .filter-items {
        width: calc(100% - 420px);
        padding: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .filter-toggle {
        left: 217px;
        color: #11101d;
        background-color: #f4f4f4;
        padding: 10px 7px 10px 10px;
        border-radius: 20px 0px 0px 20px;
        box-shadow: 0px 0px 6px 0px #f4f4f4;

    }

    .filter-menu .filter-header {
        opacity: 1;
        visibility: visible;
    }

    .filter-toggle {
        display: none;
    }

    .filter-menu .filters {
        opacity: 1;
        visibility: visible;
    }

    .filter-menu .filter-btn-container {
        opacity: 1;
        visibility: visible;
        width: 250px;
    }

    @keyframes animation-15 {
        from {
            width: 100%;
        }

        to {
            width: 60px;
        }
    }

    .filter-btn-container .btn-alt {
        width: 160px;
        margin-left: 6px;
        height: 41px;
        margin-top: 2px;
    }
}





@keyframes animation-1 {
    0% {
        width: 10%;
    }

    50% {
        width: 100%;

    }

    100% {
        width: 2px;
        left: auto;
        right: 0;
    }
}

@keyframes animation-2 {
    0% {
        height: 2px;
        bottom: calc(100% - 20px);
    }

    50% {
        height: calc(100% - 20px);

    }

    100% {
        height: 1px;
        bottom: calc(100% - 20px);

        top: 0;
        background-color: transparent;
    }

}

@keyframes animation-3 {
    0% {
        border-color: transparent;
    }

    100% {
        border-color: #ffff00;
    }
}

@keyframes animation-4 {
    0% {
        height: 1px;
        bottom: calc(100% - 20px);

        top: 0;
        background-color: transparent;
    }

    50% {
        height: calc(100% - 20px);
        bottom: 0;

    }

    100% {
        height: 2px;
        bottom: 0;
        top: auto;
        background-color: #ffff00;
    }

}

@keyframes animation-5 {
    0% {
        width: 2px;
        left: auto;
        right: 0;
    }

    50% {
        width: 100%;

    }

    100% {
        width: 90%;
        height: 1px;
        right: 5%;
    }
}

@keyframes animation-6 {
    0% {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }

    100% {
        visibility: visible;
        height: auto;
        opacity: 1;

    }
}


@keyframes animation-7 {
    0% {
        border-color: #ffff00;
    }

    50% {
        border-color: #ffff00;
    }

    100% {
        border-color: transparent;
    }
}


@keyframes animation-8 {
    0% {
        visibility: visible;
        height: auto;
        opacity: 1;
    }

    100% {

        visibility: hidden;
        opacity: 0;
        height: 0;
    }
}

@keyframes animation-9 {
    0% {
        width: 90%;
        height: 1px;
        right: 5%;
        bottom: 0;
        top: auto;
    }

    50% {
        width: 100%;

    }

    100% {
        height: 2px;
        width: 2px;
        left: auto;
        right: 0;
        bottom: 0;
        top: auto;
    }
}

@keyframes animation-10 {
    0% {
        height: 2px;
        bottom: 0;
        top: auto;
        background-color: #ffff00;
    }

    50% {
        height: calc(100% - 20px);
        bottom: 0;

    }

    100% {

        height: 1px;
        bottom: calc(100% - 20px);

        top: 0;
        background-color: transparent;
    }

}

@keyframes animation-11 {
    0% {
        height: 1px;
        bottom: auto;
        top: 10px;
        background-color: transparent;
    }

    50% {
        height: calc(100% - 20px);
        background-color: #ffff00;

    }

    100% {
        top: auto;
        bottom: 0;
        height: 2px;
        background-color: transparent;
    }

}

@keyframes animation-12 {
    0% {
        width: 2px;
        left: auto;
        right: 0;
        background-color: #ffff00;

    }

    50% {
        width: 100%;

    }

    100% {
        width: 10%;
        left: 0;
        right: auto;

    }
}

@keyframes animation-13 {
    to {
        width: 100%;
    }
}

@keyframes animation-14 {
    to {
        left: auto;
        right: 0;
    }
}

.ay-acc {
    margin-bottom: 20px;
    position: relative;

}

[class^="ay-accordion-"] {
    display: none;
}

.ay-acc.hide .ay-aitem {
    visibility: hidden;
    height: 0;
    opacity: 0;
}

.ay-acc .ay-aitem {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 2px;
    font-size: 11pt;
}

.ay-acc .ay-acc-label {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 13pt;
}

.ay-acc .ay-acc-label:before {
    content: "";
    position: absolute;
    top: 28px;
    width: 10%;
    background-color: #ffff00;
    height: 2px;
    align-self: center;
    left: 0%;
    border-radius: 10px;
}



.ay-acc .ay-acc-label i {

    position: relative;
}

.ay-acc .ay-acc-label i::before {
    padding-top: 1px;
    font-size: 20px;
    z-index: 2;
    background-color: #11101D;
    border-radius: 50%;
    height: 22px;
    margin-right: 2px;
    width: 22px;
    position: relative;
    border: 2px solid transparent;
}


.ay-acc.active .ay-acc-label i::before {
    animation: animation-3 0.3s linear 0.6s forwards;
}


.ay-acc.active .ay-aitem {
    animation: animation-6 0.3s linear 0.6s forwards;

}

.ay-acc.active .ay-acc-label:before {
    animation: animation-1 0.3s linear 0s forwards, animation-2 0.3s linear 0.3s forwards, animation-4 0.3s linear 0.6s forwards, animation-5 0.3s linear 0.9s forwards;
}


.ay-acc.deactive .ay-acc-label i::before {
    animation: animation-7 1.4s linear 0s forwards;
}

.ay-acc.deactive .ay-aitem {
    animation: animation-8 0.3s linear 0.6s forwards;

}

.ay-acc.deactive .ay-acc-label:before {
    animation:
        animation-9 0.3s linear 0s forwards,
        animation-10 0.5s linear 0.3s forwards,
        animation-11 0.3s linear 0.8s forwards,
        animation-12 0.3s linear 1.1s forwards;
}

.hidden-radio {
    display: none;
}

.hidden-radio:checked~i::before {
    color: #ffff00;
    content: '\e814';
}

.ay-duble-input {
    display: flex;
}

.ay-duble-input input {
    width: 40%;
    background: none;
    border: none;
    box-shadow: none !important;
    box-sizing: unset;
    outline: none;
    border: none;
    color: white;
    text-align: center;
}

.ay-duble-input input:focus-visible {
    border-bottom: 1px solid white;
}

.ay-duble-input label {
    width: 20%;
    font-size: large;
    text-align: center;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}





@media only screen and (max-width: 576px) {
    .alert-container {
        padding-top: 45%;
    }

    .alert-message img {
        border-radius: 5px;
        width: 50%;
    }

    .alert-message {
        text-align: center;
    }

    .alert-title {
        font-size: 17pt;
        text-align: center;
        margin-top: 40px;
    }

    .alert-subtitle {
        font-size: 11pt;
        text-align: center;
        color: #f4d749;
        margin-top: 35px;

    }
    .alert-subtitle a{
        font-size: 11pt;
        text-align: center;
        color: #ff3131;
    }
}
@media only screen and (min-width: 576px) {
    .alert-container {
        padding-top: 5%;
    }

    .alert-message img {
        border-radius: 5px;
        width: 40%;
    }

    .alert-message {
        text-align: center;
    }

    .alert-title {
        font-size: 17pt;
        text-align: center;
        margin-top: 40px;
    }

    .alert-subtitle {
        font-size: 11pt;
        text-align: center;
        color: #f4d749;
        margin-top: 35px;

    }
    .alert-subtitle a{
        font-size: 11pt;
        text-align: center;
        color: #ff3131;
    }
}



.blurred-image {
    filter: blur(5px); /* Blur seviyesi (px cinsinden) */
    -webkit-filter: blur(5px); /* Safari için */
    user-drag: none; /* Sürüklemeyi engelle */
    -webkit-user-drag: none; /* Webkit tabanlı tarayıcılar için */
  }