@font-face {
    font-family: Freight;
    src: url("../../main/fonts/Freight/FreightTextProBold-Regular.woff2") format("woff2"), url("../../main/fonts/Freight/FreightTextProBold-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
#panel-logo {
    vertical-align: middle;
    font-family: Cinzel, serif;
    font-size: 30px;
    color: #1bb6b9;
}
.modal-map iframe {
    width: 100%;
}
.row-field ul {
    display: flex;
    margin: 10px 0;
}
.row-field ul li {
    font-size: 14px;
    background-color: #f1416c;
    color: #fff;
    padding: 7px 15px;
    border-radius: 10px;
}
.row-field ul li::marker {
    color: red;
}
img {
    max-width: 100%;
}
.btn-active-ellvue:hover {
    fill: #fff;
    color: #fff;
    border-color: #919191;
    background-color: #919191 !important;
}
.btn-active-ellvue:hover svg path {
    fill: #fff !important;
}
.tox-editor-container .tox-toolbar__overflow .tox-toolbar__group:last-child {
    column-gap: 10px;
}
.tox-editor-container .tox-toolbar__overflow .tox-toolbar__group:last-child > :nth-child(2):after {
    content: "\2713";
    display: inline;
    width: 20px;
    height: 20px;
    padding: 0 2px;
    font-size: 15px;
    vertical-align: text-top;
    margin-left: 3px;
    color: #fff;
    text-align: center;
    align-items: center;
    background-color: #1bb6b9;
    border-radius: 50%;
    position: relative;
    bottom: auto;
}
.tox-editor-container .tox-toolbar__overflow .tox-toolbar__group:last-child > :nth-child(2):hover:after {
    background: 0 0;
}
.tox-editor-container .tox-toolbar__overflow div:last-child button {
    cursor: pointer !important;
    color: #1bb6b9;
    background-color: #1bb6b912;
    border-radius: 4px;
    transition: 0.3s;
    position: relative;
    padding: 0 10px;
}
.tox-editor-container .tox-toolbar__overflow div:last-child button:hover {
    color: #ffffffff !important;
    background-color: #1bb6b9;
    transition: 0.3s;
}
.tox-editor-container .tox-toolbar__overflow div:last-child button > * {
    cursor: pointer !important;
}

.subeHideButton {
    transition: background-color 0.3s ease, transform 0.3s ease;
    background-color: #00e1e7; /* açık renk */
    border-radius: 10px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.subeHideButton i {
    color: white;
    font-size: 1rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.subeHideButton.hiddened {
    background-color: #1c1c3a; /* gizlenmiş hali - koyu */
}

.subeHideButton.hiddened i {
    transform: scale(0.9) rotateY(180deg); /* animasyonlu ters çevirme */
    color: #ff4d4d; /* gizli hali kırmızımsı */
}

/* Dropzone Lang Select */

#langSelect {
    appearance: none;
    @supports (appearance: base-select) {
        @media (hover: hover) {
            &,
            &::picker(select) {
                appearance: base-select;
            }
        }
    }
}

#langSelect {
    display: flex;
    justify-content: space-between;
    min-width: 50px;
    align-items: center;
    color: #a1a5b7;
    padding-block: 3px;
    padding-inline: 30px 40px;
    border-radius: 30px;
    border: 1px solid #e4e6ef;
    cursor: pointer;
    font-weight: 700;
    background: transparent;
    @media (hover: hover) {
        @supports (appearance: base-select) {
            padding-inline: 10px;
            background-image: none;
            &::picker-icon {
                content: "";
                width: 20px;
                height: 20px;
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%237e8299' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m19.5 8.25-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");

                transition: rotate 0.2s ease-out;
            }
            &:open::picker-icon {
                rotate: 180deg;
            }
            &::picker(select) {
                padding: 0;
                margin-top: 5px;
                border: 1px solid #F5F8FA;
                background: white;
                border-radius: 20px;
                font-weight: 400;

                opacity: 0;
                height: 0;
                overflow: clip;
                transition: height 0.5s ease-out, opacity 0.5s ease-out, overlay 0.5s,
                display 0.5s;

                transition-behavior: allow-discrete;
            }
            &:open::picker(select) {
                opacity: 1;
                height: calc-size(auto, size);
                overflow: auto;
                @starting-style {
                    opacity: 0;
                    height: 0;
                }
            }
            option {
                padding: 6px 20px;
                color: #a1a5b7;
                border-top: 1px solid indigo;
                cursor: pointer;
                transition-property: color, background;
                transition-duration: 0.2s;
                transition-timing-function: ease-out;
                &:where(:hover, :focus, :active) {
                    background: dodgerblue;
                    color: white;
                }
                &:checked {
                    background: #009ef7;
                    color: white;
                }
                &::checkmark {
                    display: none;
                }
                &:first-child {
                    border: 1px solid #e4e6ef;
                }
            }
        }
    }
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

.sr-only {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.page-form-save-button {
    position: fixed;
    cursor: pointer;
    z-index: 100;
    justify-content: center;
    align-items: center;
    bottom: 40px;
    box-shadow: 0 .5rem 1.5rem .5rem rgba(0, 0, 0, .075);
    transition: color .2s ease, background-color .2s ease;
    border-radius: .95rem;
    right: 100px !important;
    opacity: 1 !important;
}

.page-form-save-button .btn-group {
    margin-top: 0px !important;
}

label[for*='jsonLd'] ~ textarea{
    height: 500px !important;
}

.custom-length-menu {
    display: flex;
    align-items: center;
    gap: 10px; /* Select ile yazılar arasında boşluk bırak */
}

.custom-length-menu label {
    display: flex;
    align-items: center;
    flex-direction: row; /* Select sola, yazılar sağa */
    gap: 8px;
    font-weight: bold;
    color: #5e6278 !important;
    font-size: 14px;
    margin-bottom: 0;
    white-space: nowrap; /* Yazılar kaymasını engeller */
}

.custom-length-menu select {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-size: 14px;
    color: #495057;
    outline: none;
    transition: all 0.3s ease;
}

/* Select'e hover veya focus yapıldığında */
.custom-length-menu select:hover,
.custom-length-menu select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}


.btn-group {
    display: unset !important;
}

.dt-search {
    padding: 1rem 0 !important;
    text-align: right;
}

#dt-search-0 {
    width: fit-content !important;
    display: inline-block;
}