@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    background-image: url("./img/Frame\ 1.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-attachment: local;
    /* Resim, scroll işlemiyle kaydırılırken yerel konumunu korur */

}

table {
    border-collapse: collapse;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 20px;
    /* Sadece satırlar arasındaki mesafeyi belirleme */
    text-align: center;
}

th,
td {
    padding: 8px;
    text-align: left;
    font-weight: 900;
}

th {
    background-color: #771D43;
    color: white;
    font-weight: 200;
    letter-spacing: 0.2rem;
    height: 2rem;
}

.border-radius {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.border-radius2 {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0);
}

tr:nth-child(even) {
    background-color: rgba(119, 29, 67, 0.1);

}

tr:nth-child(even) td {
    padding: 28px 8px;

}

tbody input {
    font-weight: 600;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    color: #171717;

}


button {
    margin-top: 10px;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: none;
}


.editable-cell {
    position: relative;
}

.editable-cell input {
    border: none;
    background-color: transparent;
    width: 100%;
    padding: 4px;
}

.editable-cell button.edit-button {
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    display: none;
}

.editable-cell:hover button.edit-button {
    display: block;
}

.editable-cell button.edit-button:hover {
    cursor: pointer;
}

h1 {
    text-align: center;
    letter-spacing: 0.5rem;
    font-weight: 300;
    color: #771D43;
}

div {
    text-align: center;
}

div img {
    height: 6rem;
}

.ekle-butonu {
    border: none;
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0);
    color: #771D43;
}

td button {
    border: none;
    font-weight: 100;
    background-color: rgba(0, 0, 0, 0);
    color: #771D43;
    text-transform: uppercase;
}

#search-input {
    text-align: center;
    width: 50%;
    height: 2rem;
    border-radius: 10px;
    border: 1px solid #771D43;
    margin: 10px;
}

.info {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #771D43;
    color: white;
    border-radius: 10px;
}

.info div {
    margin: 0px 1rem;
    padding: 1rem 0px;
}

.fa-solid {
    padding-right: 0.5rem;
}

.top-left {
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.top-left div {
    text-align: left !important;
    font-size: 1rem;
    padding-bottom: 0.6rem;
    font-weight: 600;
    color: #3f3f3f;
}

.iş__hatti {
    padding-left: 25px;
    padding-right: 25px;
}

@media only screen and (max-width: 1160px) {
    .top-left {
        display: none;
    }

}