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

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999;
}

#preloader-login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 9999;
}

#preloaderStatus {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

#loaderListDetail,
#loaderPlayListDetail,
#loaderPlayListDetailContent {
    position: relative;
    background-color: transparent;
    z-index: 9999;
}

#loaderListDetailStatus,
#loaderPlayListDetailStatus,
#loaderPlayerListDetailContentStatus {
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 40px);
    padding-top: 72px;
}


#loaderPermissionTree {
    position: relative;
    background-color: transparent;
    z-index: 9999;
}

#loaderPermissionTree {
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc(50% - 40px);
    padding-top: 72px;
}

.login-blur {
    filter: blur(2px);
    backdrop-filter: blur(2px);
}

.login-blur-shadow {
    box-shadow: 0px 0px 10px #0000008f;
}


input:invalid[focused="true"] {
    border-color: #F64E60;
    padding-right: calc(1.5em + 1.3rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

    input:invalid[focused="true"] ~ .invalid-feedback {
        display: block !important;
    }

input:invalid:focus {
    border-color: #F64E60 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.25) !important;
}

.input-validation-error {
    border-color: #F64E60;
    padding-right: calc(1.5em + 1.3rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.325rem) center;
    background-size: calc(0.75em + 0.65rem) calc(0.75em + 0.65rem);
}

    .input-validation-error:not(select) {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F64E60' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F64E60' stroke='none'/%3e%3c/svg%3e");
    }

    .input-validation-error:focus {
        border-color: #F64E60 !important;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.25) !important;
        box-shadow: 0 0 0 0.2rem rgba(246, 78, 96, 0.25) !important;
    }

.field-validation-error {
    display: inline-block;
    width: 100%;
    margin-top: 0.25rem !important;
    font-size: 0.9rem;
    color: #F64E60;
    /* top: 0.25rem; */
}

.customHover {
    padding: 0.75rem 1.5rem !important;
    border-bottom: 0px solid transparent !important;
    border-radius: 0.42rem !important;
    margin: 0px !important;
    margin-bottom: 5px !important;
}

    .customHover.active {
        background-color: #F3F6F9 !important;
    }

    .customHover:hover {
        background-color: #F3F6F9 !important;
        transition: all 0.15s ease;
        color: #3699FF;
    }

.cardBodyCustom {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2.25rem;
}

.table th,
.table td {
    vertical-align: middle;
}

.display-none {
    display: none !important;
}

.table-hover tbody tr:hover {
    color: #3F4254;
    background-color: #f7f7f7 !important;
}

.responsive-image-class {
    max-width: 20vw;
    /* Resmin en fazla %60 genişliğinde olmasını sağlar */
    height: auto;
    /* Yüksekliği otomatik ayarla, oranları korur */
}

.rightTags {
    margin-top: 15px !important;
}

    .rightTags span:last-child {
        margin-top: 5px !important;
    }


.tab-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem;
    margin: 0.25rem;
    border-top: 1px solid #EBEDF3;
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
}


/*player css*/


/* (A) MATERIAL ICONS */
.aWrap .svg-inline--fa {
    color: white !important;
}

/* (B) WRAPPER */
.aWrap {
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* allow buttons to wrap into another row on small screens */
    /* flex-wrap: wrap; */
    /*  width: 550px;*/
    padding: 8px 30px;
    /* margin: 5px 0; */
    border-radius: 10px;
    background: black;
    gap: 1rem;
}

    .aWrap,
    .aWrap * {
        box-sizing: border-box;
    }

/* (C) PLAY/PAUSE BUTTON */
.aPlay {
    padding: 0;
    margin: 0;
    background: 0;
    border: 0;
    cursor: pointer;
}

/* (D) TIME */
.aCron {
    font-size: 14px;
    color: #cbcbcb;
    margin: 0 10px;
}

/* (E) RANGE SLIDERS */
/* (E1) HIDE DEFAULT */
.aWrap input[type="range"] {
    appearance: none;
    border: none;
    outline: none;
    box-shadow: none;
    width: 150px;
    padding: 0;
    margin: 0;
    background: 0;
}

.range,
.range-volume {
    position: relative;
    display: flex;
    align-items: center;
}

    .range input,
    .range-volume input {
        position: relative;
        z-index: 1;
    }

    .range .change-range,
    .range-volume .change-range {
        position: absolute;
        left: 0;
        top: 0;
        height: 6px;
        width: 0px;
        background-color: rgb(187, 187, 187);
        border-radius: 10px 0 0 10px;
    }

    .range-volume .change-range {
        height: 10px;
        width: 95%;
    }

.under-ranger {
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
    width: 100%;
    background-color: rgb(63, 63, 63);
    border-radius: 10px;
}

.range-volume .under-ranger {
    height: 10px;
}

.aWrap input[type="range"]::-webkit-slider-thumb {
    appearance: none;
}

/* (E2) CUSTOM SLIDER TRACK */
.aWrap input[type="range"]::-webkit-slider-runnable-track {
    background: transparent;
    height: 6px;
    border-radius: 10px;
}

/* (E3) CUSTOM SLIDER BUTTON */
.aWrap input[type="range"]::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

.aWrap input[type="range"]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 0;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-top: -5px;
}

/* (F) VOLUME */
.aVolIco {
    margin: 0 10px;
    cursor: pointer;
}

input.aVolume {
    width: 100px !important;
}

.aVolume::-webkit-slider-runnable-track {
    height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
    margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
    margin-top: -3px !important;
}

.volume-container {
    display: flex;
    align-items: center;
}

/*player css bitti*/


.symbol {
    position: relative;
}

.badge-new {
    position: absolute;
    top: -9px;
    right: -5px;
}

    .badge-new > .label-sm {
        height: 15px !important;
        width: 30px !important;
        font-size: 10px;
    }

.alert.alert-custom.alert-light-success.alert-notice {
    border: 0;
    border-left: 4px solid #07703c;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.alert.alert-custom.alert-light-success {
    background-color: #12c069;
    border-color: transparent;
}

    .alert.alert-custom.alert-light-success .alert-text {
        color: #ffffff;
    }

    .alert.alert-custom.alert-light-success .alert-icon i {
        color: #ffffff;
    }

    .alert.alert-custom.alert-light-success .alert-close i {
        color: #ffffff;
    }

.tagify .tagify__tag div {
    order: 1 !important;
    padding-right: 0rem !important;
}

.tagify__tag {
    white-space: nowrap;
}

    .tagify__tag img {
        width: 100%;
        vertical-align: top;
        pointer-events: none;
    }

    .tagify__tag .tagify__tag__avatar-wrap {
        width: 25px;
        height: 25px;
        white-space: normal;
        border-radius: 50%;
        background: silver;
        margin-right: 5px;
        transition: .12s ease-out;
    }

    .tagify__tag:hover .tagify__tag__avatar-wrap {
        transform: scale(1.6) translateX(-10%);
    }

    .tagify__tag > div > * {
        vertical-align: initial !important;
    }


.no-padding-wrapper {
    /*  margin: -2rem -2.25rem;*/
}

.no-box-shadow-card {
    margin-top: 10px !important;
    border: 1px solid #f1f1f1 !important;
    box-shadow: 0px 0px 0px 0px rgba(82, 63, 105, 0.05) !important;
}

.select2-container--default .select2-selection--single.is-invalid {
    border-color: #dc3545;
    /* Bootstrap'in hata rengini kullanabilirsiniz */
}


.wizard.wizard-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .wizard.wizard-4 .wizard-nav .wizard-steps {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33% - 0.25rem);
            flex: 0 0 calc(33% - 0.25rem);
            width: calc(33% - 0.25rem);
            background-color: #F3F6F9;
            border-top-left-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
        }

            .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                color: #3F4254;
                padding: 2rem 2.5rem;
            }

                .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-number {
                    font-size: 1.3rem;
                    font-weight: 600;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 2.75rem;
                    flex: 0 0 2.75rem;
                    height: 2.75rem;
                    width: 2.75rem;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    background-color: rgba(54, 153, 255, 0.08);
                    color: #3699FF;
                    margin-right: 1rem;
                    border-radius: 0.5rem;
                }

                .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-label {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                }

                    .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper .wizard-label .wizard-title {
                        font-size: 1.1rem;
                        font-weight: 600;
                    }

            .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] {
                background-color: #ffffff;
            }

                .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-wrapper .wizard-number {
                    color: #ffffff;
                    background-color: #3699FF;
                }

                .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-wrapper .wizard-label .wizard-title {
                    color: #3699FF;
                }

        .wizard.wizard-4 .wizard-nav .wizard-steps[data-total-steps="2"] .wizard-step {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 0.25rem);
            flex: 0 0 calc(50% - 0.25rem);
            width: calc(50% - 0.25rem);
        }

        .wizard.wizard-4 .wizard-nav .wizard-steps[data-total-steps="3"] .wizard-step {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(33.3333333333% - 0.25rem);
            flex: 0 0 calc(33.3333333333% - 0.25rem);
            width: calc(33.3333333333% - 0.25rem);
        }

        .wizard.wizard-4 .wizard-nav .wizard-steps[data-total-steps="4"] .wizard-step {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(25% - 0.25rem);
            flex: 0 0 calc(25% - 0.25rem);
            width: calc(25% - 0.25rem);
        }

@media (max-width: 1399.98px) {
    .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.25rem);
        flex: 0 0 calc(50% - 0.25rem);
        width: calc(50% - 0.25rem);
        border-bottom-left-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .wizard.wizard-4 .wizard-nav .wizard-steps[data-total-steps="2"] .wizard-step, .wizard.wizard-4 .wizard-nav .wizard-steps[data-total-steps="4"] .wizard-step {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.25rem);
        flex: 0 0 calc(50% - 0.25rem);
        width: calc(50% - 0.25rem);
    }

    .wizard.wizard-4 .wizard-nav .wizard-steps[data-total-steps="3"] .wizard-step {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .wizard.wizard-4 .wizard-nav .wizard-steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step {
            -webkit-box-flex: 0 !important;
            -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
            position: relative;
            width: 100% !important;
        }

            .wizard.wizard-4 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                padding: 0.5rem 2rem;
            }
}

.custom-file-input {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .custom-file-input::file-selector-button {
        display: none;
    }

.custom-file-label {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-file {
    position: relative;
    width: 100%;
}

    .custom-file input[type="file"] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
    }


.select2-results__option[aria-disabled="true"]:not(.loading-results)::before {
    content: "(Pasif) ";
    color: red;
    font-size: calc(1em - 1px);
}

.statusLabel {
    display: block;
    width: max-content;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
}

.ahref-ellipsis {
    display: inline-block;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.ahref-ellipsis-200 {
    display: inline-block;
    width: 225px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.text-ellipsis {
    display: inline-block;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.text-ellipsis-150 {
    width: 150px;
}

.text-ellipsis-175 {
    width: 175px;
}

.symbol.symbol-30 > a > img {
    width: 100%;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
}


.example-preview {
    border: 4px solid #F3F6F9;
    padding: 1.75rem 1.5rem;
    border-top-left-radius: 0.42rem;
    border-top-right-radius: 0.42rem;
}

.sort-column {
    cursor: pointer;
}

.sort-active {
    color: #3699FF !important;
}

.sort-icon {
    vertical-align: baseline;
    font-size: 1rem;
}

.sort-active > .sort-icon {
    color: #3699FF !important;
}

.fix-column-width {
    white-space: nowrap;
    width: 1%;
    text-align: center !important;
}

.iban-mask {
    text-transform: uppercase;
}

.no-select {
    user-select: none;
}

a.disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.activeCountsDiv {
    background-color: rgb(248 251 255 / 36%) !important;
}

.passiveCountsDiv {
    background-color: rgb(242 242 242 / 24%) !important;
}

.footer-wrapperDiv {
    border: 1px solid #EBEDF3;
    padding: 1rem 1.5rem;
    border-bottom-left-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
}

.error-placeholder {
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 0.42rem;
    border: 1px solid #b62b2bab;
}

    .error-placeholder i {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .error-placeholder p {
        margin: 0;
        font-size: 12px;
        padding: 0px 5px;
        text-align: center;
    }

.error-placeholder-40 {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 0.42rem;
    border: 1px solid #b62b2bab;
}

    .error-placeholder-40 i {
        font-size: 20px;
    }

#password-criteria ul {
    padding-left: 5px;
}

    #password-criteria ul li {
        transition: all 0.3s ease;
        font-size: 0.9rem;
        margin-bottom: 5px;
    }

        #password-criteria ul li.invalid {
            color: #888;
        }

            #password-criteria ul li.invalid .fa-times-circle {
                color: #f64e60;
            }

        #password-criteria ul li.valid {
            color: #1bc5bd;
        }

            #password-criteria ul li.valid .fa-check-circle {
                color: #1bc5bd;
            }

#password-match-status {
    padding-top: 5px;
    padding-left: 5px;
}

#password-match-status.valid {
    color: #1bc5bd;
    font-weight: 500;
}

#password-match-status.invalid {
    color: #f64e60;
    font-weight: 500;
}

#password-match-status.valid .fa-check-circle {
    color: #1bc5bd;
}

#password-match-status.invalid .fa-times-circle {
    color: #f64e60;
}

.label-agreement-renewed {
    color: #065f46 !important;
    background-color: #d1fae5 !important;
}
.label-agreement-active {
    color: #ecf2ff !important;
    background-color: #2162f2 !important;
}
.label-agreement-ended {
    color: #fbfbfb !important;
    background-color: #bb0013 !important;
}
.label-agreement-terminated {
    color: #fff6e5 !important;
    background-color: #ffa800 !important;
}


/* Otomatik Uzama Sistemi Bilgi Kartı - Metronic v7 Custom CSS */
.auto-renewal-info-card {
    background: linear-gradient(135deg, #312e81 0%, #1e1b4b 100%);
    border-radius: 0.75rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border: none;
}

    .auto-renewal-info-card .card-body {
        color: #ffffff;
        position: relative;
        padding: 1.5rem 1.5rem;
        min-height: auto;
    }

/* İçerik Alanı - Tüm genişliği kullan */
.auto-renewal-content {
    width: 100%;
    padding-right: 35%;
}

/* Dekoratif Gradient */
.auto-renewal-decor-gradient {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 33.333333%;
    background: linear-gradient(to left, rgba(55, 48, 163, 0.8), transparent);
    opacity: 0.5;
    pointer-events: none;
}

/* Dekoratif İkon */
.auto-renewal-decor-icon {
    position: absolute;
    right: -0.5rem;
    bottom: -1rem;
    font-size: 6rem;
    color: rgba(55, 48, 163, 0.5);
    transform: rotate(12deg);
    pointer-events: none;
    z-index: 1;
}

/* Başlık Stilleri */
.auto-renewal-info-card h2 {
    color: #ffffff;
}

    .auto-renewal-info-card h2 i {
        color: #ffffff;
    }

/* Metin Stilleri */
.auto-renewal-info-card p {
    color: rgba(255, 255, 255, 0.8);
}

/* Vurgu Renkleri */
.auto-renewal-info-card .text-warning {
    color: #fbbf24 !important;
}

.auto-renewal-info-card .text-success {
    color: #6ee7b7 !important;
}

/* Responsive Düzenlemeler */
@media (max-width: 768px) {
    .auto-renewal-content {
        padding-right: 0;
    }

    .auto-renewal-decor-icon {
        font-size: 4rem;
        right: -0.25rem;
        bottom: -0.5rem;
    }

    .auto-renewal-decor-gradient {
        width: 40%;
    }

    .auto-renewal-info-card .card-body {
        padding: 1.25rem 1rem;
    }
}

.image-input-wrapper {
    background-position: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    border-radius: 8px;
    border: 2px dashed #e4e4e4;
}
#removeProfilePhoto {
    border: 1px dashed #bf3232;
}
