﻿/* Base (mobil) stiller */
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}


.p-2 {
    padding: 0.5rem;
}


.border-x {
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #e5e7eb;
    border-right-color: #e5e7eb;
}

.rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.h-max {
    height: max-content;
}


.gap-2 {
    gap: 0.5rem;
}


.focus\:outline-none:focus {
    outline: none;
}

.rounded {
    border-radius: 0.25rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}


.pt-4 {
    padding-top: 1rem;
}

.text-white {
    color: #ffffff;
}

.font-medium {
    font-weight: 500;
}

.text-red-500 {
    color: #ef4444;
}

.overflow-x-auto {
    overflow-x: auto;
}

.min-w-full {
    min-width: 100%;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.bg-\[\#737373\] {
    background-color: #737373;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.left-32 {
    left: 11rem;
}


.text-justify {
    text-align: justify;
}

.font-bold {
    font-weight: 700;
}

.list-disc {
    list-style-type: disc;
}

.absolute {
    position: absolute;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.border-gray-300 {
    border-color: #d1d5db;
}


.pt-3 {
    padding-top: 0.75rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.hidden {
    display: none;
}

.flex-row {
    flex-direction: row;
}

.hover\:bg-\[\#0069d9\]:hover {
    background-color: #0069d9;
}


.pt-1 {
    padding-top: 0.25rem;
}


.flex-col {
    flex-direction: column;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.justify-center {
    justify-content: center;
}

.bg-\[\#5cbbed\] {
    background-color: #5cbbed;
}

.bg-\[\#0069d9\] {
    background-color: #0069d9;
}


.text-black {
    color: #000000;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}



.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.w-full {
    width: 100%;
}

.border {
    /* Tailwind: border-width: 1px; varsayılan renkle */
    border-width: 1px;
    border-style: solid;
    border-color: #e5e7eb; /* istersen burayı kendi rengine göre değiştir */
}

.grid {
    display: grid;
}

.border-white {
    border-color: #ffffff;
}

.rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
}

.border-b {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e5e7eb; /* Tailwind default gray-300 */
}

.font-medium {
    font-weight: 500;
}

.p-3 {
    padding: 0.75rem;
}

.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #e5e7eb;
    border-bottom-color: #e5e7eb;
}


.bg-\[\#456db5\] {
    background-color: #456db5;
}

.w-\[95\%\] {
    width: 95%;
}


.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.transition-all {
    transition-property: all;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.relative {
    position: relative;
}

.flex-grow {
    flex-grow: 1;
}

.right-2 {
    right: 0.5rem;
}


.text-center {
    text-align: center;
}

.text-gray-600 {
    color: #4b5563;
}

.bottom-1 {
    bottom: 1.1rem;
}

.items-center {
    align-items: center;
}

.border-r {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e5e7eb;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-duration: 150ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


.bg-\[\#edf7fc\] {
    background-color: #edf7fc;
}

.bg-white {
    background-color: #ffffff;
}


.text-\[\#00569a\] {
    color: #00569a;
}

.duration-200 {
    transition-duration: 200ms;
}

.bottom-9 {
    bottom: 3.3rem;
}

.w-\[5\%\] {
    width: 5%;
}


.pl-2 {
    padding-left: 0.5rem;
}

.table-auto {
    table-layout: auto;
}

.w-\[30\%\] {
    width: 30%;
}


.flex {
    display: flex;
}


.h-full {
    height: 100%;
}


.mt-6 {
    margin-top: 1.5rem;
}

.grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
}

.scale-\[150\%\] {
    transform: scale(1.5);
}

@media (min-width: 480px) {
    .xs\:w-\[55\%\] {
        width: 55%;
    }
}

@media (min-width: 425px) {
    .sm2\:w-\[60\%\] {
        width: 60%;
    }
}

@media (min-width: 640px) {
    .sm\:w-\[80\%\] {
        width: 80%;
    }
}


/* md: varyantları (min-width: 768px) */
@media (min-width: 768px) {
    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .md\:pt-8 {
        padding-top: 2rem;
    }

    .bottom-9 {
        bottom: 3.2rem;
    }

    .left-32 {
        left: 10.5rem;
    }

    .md\:pb-16 {
        padding-bottom: 4rem;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:w-\[97\%\] {
        width: 97%;
    }

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .lg\:w-\[85\%\] {
        width: 85%;
    }

    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .lg\:w-\[3\%\] {
        width: 3%;
    }

    .lg\:justify-end {
        justify-content: flex-end;
    }

    .lg\:border-b-0 {
        border-bottom-width: 0;
    }

    .lg\:grid-cols-\[2fr_1fr\] {
        grid-template-columns: 2fr 1fr;
    }

    .lg\:border-r {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #e5e7eb;
    }


    .lg\:text-left {
        text-align: left;
    }
}

@media (min-width: 1280px) {
    .xl\:w-\[87\%\] {
        width: 87%;
    }
}

@media (min-width: 1536px) {
    .\32 xl\:w-\[90\%\] {
        width: 90%;
    }
}
