html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.bilgi {
    width: 100%;
    margin: 10px 0px;
    padding: 5px 0px;
    border-radius: 0.375rem;
    background-color: #00ff0050;
    text-align: center;
}

.hosgeldin {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px;
    background-color: aliceblue;    
    vertical-align: middle;
    padding: 20px;
    margin-bottom: 10px
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.satir {
    color: #0f1419;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    border: 1px solid #bec2c3;
    border-radius: 16px;
    padding: 12px 16px;
    margin: 15px 0;
}

    .satir:hover {
        background-color: #aaaaaa10;
    }

    .satir:focus {
        background-color: #aaaaaa10;
        border: 1px solid #dee2e3;
    }

    .satir-ust {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-bottom: 12px;
    }

.islem-menusu {
    display: inline-flex;
    gap: 8px;
}

    .islem-menusu form {
        margin: 0;
    }

    .islem-menusu button {
        background: none;
        border: none;
        color: #536471;
        cursor: pointer;
        padding: 8px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.2s, color 0.2s;
    }

    .islem-menusu form[action*="Sil"] button:hover {
        background-color: rgba(244, 67, 54, 0.1);
        color: #f44336;
    }

    .islem-menusu form[action*="Degistir"] button:hover {
        background-color: rgba(29, 155, 240, 0.1);
        color: #1d9bf0;
    }

    .islem-menusu form[action*="Paylas"] button:hover {
        background-color: rgba(29, 155, 240, 0.1);
        color: #1d9bf0;
    }

.tarih-alani {
    margin: 3px 0px;
    color: #8899a6;
    font-size: 14px;
}

.etiketler {
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
    margin-top: 10px;
}

.etiket {
    font-size: 0.8em;
    margin: 10px 2px 2px 2px;
    max-width: calc(100% - 6px);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    background-color: #00000014;
    vertical-align: middle;
    box-sizing: border-box;
    border-radius: 12px;
    white-space: nowrap;
    outline: 0px;
    border: 0;
    padding: 0;
}

    .etiket > span {
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 8px;
        padding-right: 8px;
        white-space: nowrap;
    }



/* Style the code block wrapper wrapper */
.ql-code-block-container {
    background-color: #23241f20;
    color: #000000;
    overflow: visible;
    padding: 10px 15px;
    border-radius: 4px;
    font-family: Monaco, Consolas, "Andale Mono", "Ubuntu Mono", monospace;
    line-height: 1.428;
    margin-bottom: 10px;
}

/* Style the individual code lines generated by Quill */
.ql-code-block {
    white-space: pre-wrap;
    word-break: break-all;
}

.bolme-ayraci {
    width: fit-content;
    text-align: center;
    margin-top: 50px;
    /*background-color: #1d9bf0;
    color: #ffffff;*/
    color: #1d9bf0;
    padding: 5px 10px;
    /*border-radius: 10px;*/
    font-weight: 600;
    font-size: 1.3rem;
}

    .bolme-ayraci:first-child {
        margin-top: 20px;
    }

    .suzgec {
        display: flex;
        gap: 20px;
    }

.ara {
    display: flex;
    gap: 2px;
    border: solid 1px #00000020;
}

.ara > input {
    max-width: 200px;
    border: 0;
}

    .ara > button {
        background: none;
        border: none;
        color: #536471;
        cursor: pointer;
        padding: 8px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.2s, color 0.2s;
    }