﻿/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.result-button-container {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 5px;
}

    .result-button-container a {
        text-decoration: none;
        color: black;
        padding: 8px;
        border: 1px solid #ccc;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

    .result-button-container button {
        text-decoration: none;
        color: black;
        padding: 8px;
        background-color: white;
        border: 1px solid #ccc;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

        .result-button-container button:hover {
            color: #ff0000;
            box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
        }

    .result-button-container a:hover {
        color: #ff0000;
        box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    }

.result-labels {
    list-style-type: none;
    padding: 0;
    text-align: left;
}

    .result-labels li {
        margin-bottom: 10px;
        padding: 10px;
        background-color: #f4f4f4;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    }

        .result-labels li a {
            color: black;
        }

            .result-labels li a:hover {
                color: #ff0000;
            }

.strip ul li:last-child {
    float: unset;
}

.list-group-item {
    position: relative;
    display: block;
    padding-left: 10px;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: none;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.fit-content-width {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* stenilen boluk deerini ayarlayabilirsiniz */
}

    .fit-content-width a,
    .fit-content-width button {
        flex: 1 0 calc(100% / var(--button-count) - 10px); /* 10px boluk deeri */
        width: auto;
        white-space: nowrap;
        text-align: center;
    }
    /* stenilen buton saysna gre --button-count deerini ayarlayn */
    .fit-content-width.button-count-2 {
        --button-count: 2;
    }

    .fit-content-width.button-count-3 {
        --button-count: 3;
    }

.disabledLink {
    pointer-events: none; /* Tklamay devre d brakr */
    color: gray; /* Rengi gri yapabilirsiniz veya istediiniz rengi seebilirsiniz */
    cursor: not-allowed; /* aretinin grnmn deitirir */
}

.logo_normal {
    height: 70px;
}

.logo_sticky {
    height: 37px;
}

/*CODING BY DKY*/
.customFilterSelect span span:after,
.customFilterSelect .select2:after {
    display: none !important;
}

.customFilterSelect span span {
    padding: 0 !important;
}
/*General*/
body {
    background: white;
    overflow-x: hidden;
}

main {
    background: white;
}

.position-relative {
    display: inline;
}

.main-menu > ul > li span > a {
    color: #0f172a;
    line-height: 55px;
    font-weight: bold;
    font-size: 0.95rem;
    padding: 0 10px 15px 10px;
}

.main-menu > ul > li:last-child span > a {
    background: #af4154;
    color: white !important;
    padding: 0 30px 0 30px;
    border-radius: 5px;
    line-height: 30px;
    margin-left: 15px;
    border: 2px solid #af4154;
    transition: all 0.35s;
}

    .main-menu > ul > li:last-child span > a:hover {
        background: white;
        color: #af4154 !important;
    }

.main-menu > ul > li:last-child span:hover > a {
    color: white;
    opacity: 1;
}

.main-menu > ul > li span:hover > a {
    color: #af4154;
    opacity: 1;
}

header {
    --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    border-bottom: none !important;
    padding: 5px 30px !important;
    height: 80px !important;
    background: white !important;
}

    header.header.sticky .logo_normal {
        display: block;
    }

    header.header.sticky {
        padding: 5px 0 0 0;
        border: none;
    }

    header.sticky .main-menu > ul > li span > a, header.header_in .main-menu > ul > li span > a {
        color: #0f172a;
    }

    header.sticky .main-menu > ul > li span:hover > a, header.header_in .main-menu > ul > li span:hover > a {
        color: #af4154;
        opacity: 1;
    }

.custom-logo-width {
    width: 40%;
}

.general-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #0f172a;
}

.general-sub-desc {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity));
    margin-bottom: 3rem;
    display: block;
    margin-top: 0.5rem;
}

.transition {
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.duration-15 {
    transition-duration: .15s;
}

.ease-out {
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.duration-200 {
    transition-duration: .2s;
}

footer ul.contacts li i {
    color: #af4154;
}

hr {
    margin: 5px 0 5px 0;
}

.margin_60_35 {
    padding-bottom: 12px;
}

footer ul li a:hover {
    color: #af4154;
}

footer ul.links li a:hover:after {
    color: #af4154;
}

footer h3 {
    font-size: 1.3rem;
}

.footer ul li a {
    font-size: 0.9rem;
}

.popover {
    border-radius: 10px;
    translate: 1px -4px;
}

.custom-popover {
    background: #757575;
    color: white;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 8px;
    padding: 0;
    margin: 0;
    border: 1px solid #e3dfdf;
    margin-left: 5px;
    position: relative;
    top: -1.5px;
    text-align: center;
}

.popover-header {
    width: 400px;
    background: white;
    padding: 0;
    color: white;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.2);
}

.popover-custom-title {
    background: #af4154;
    display: block;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popover-custom-body {
    color: black;
    padding: 5px 10px;
    font-weight: normal;
    margin-bottom: 5px;
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
    padding-right: 20px;
}
/*HOMEPAGE*/
/*Search Box Area*/
.search-box-title {
    font-size: 2.7rem;
    font-weight: bold;
    color: #0f172a;
    line-height: 62px;
}

.search-box-description {
    padding-top: 1rem;
    padding-bottom: 2rem;
    color: rgb(107 114 128);
    font-size: 1rem;
    font-weight: 500;
    line-height: 29px;
    margin-bottom: 0;
    text-align: justify;
}

.search-box-form {
}

    .search-box-form .search-box-input,
    .search-box-form #aramaTuru,
    .search-with-keywords input,
    .select2-search__field,
    .search-with-keywords select {
        font-family: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        font-size: 100%;
        font-weight: inherit;
        line-height: inherit;
        color: inherit;
        margin: 0;
        box-sizing: border-box;
        border: 0 solid #e5e7eb;
        border-width: 1px;
        border-radius: 5px;
        margin-right: 0.75rem;
        margin-top: 0.25rem;
        height: 3rem;
        width: 47%;
        --tw-border-opacity: 1;
        border-color: rgb(203 213 225/var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        padding: 0.5rem 0.75rem;
        position: relative;
        padding-right: 40px;
        outline: none;
    }

        .search-box-form #aranan:focus,
        .search-box-form #aramaTuru:focus,
        .search-with-keywords input:focus,
        .select2-search__field:focus,
        .search-with-keywords select:focus {
            outline: 1px solid #af4154;
        }

    .search-box-form .icon_search {
        position: absolute;
        right: 29px;
        top: 2px;
        font-size: large;
        color: #af4154;
        font-weight: bold;
        opacity: 0.85;
    }

    .search-box-form #aramaTuru {
        width: 25% !important;
        -webkit-appearance: none;
        background-size: 15px;
        background-image: url(/img/arrow.png);
        background-repeat: no-repeat;
        background-position: center right 14px;
    }

    .search-box-form #searchClick,
    .search-with-keywords button {
        --tw-bg-opacity: 1;
        background-color: #ab0f2b;
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity));
        padding-left: 2.5rem;
        padding-right: 2.5rem;
        border-radius: 5px;
        height: 3rem;
        margin-top: 0.25rem;
        box-sizing: border-box;
        border: 0 solid #e5e7eb;
        font-size: 18px;
        transition: opacity ease-in 150ms;
    }

        .search-box-form #searchClick:hover,
        .search-with-keywords button:hover {
            opacity: 0.75;
        }

.search-box-full-height {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.search-box-bg {
    position: relative;
}

    .search-box-bg::after {
        content: "";
        background-color: #f4f2ff;
        position: absolute;
        right: -24%;
        border-radius: 200px;
        width: 66%;
        height: 150%;
        bottom: 306px;
        transform: rotate(16deg);
        transform-origin: bottom left;
        z-index: -9999;
    }

.search-box-transform {
    position: relative;
    will-change: transform;
    --translate-x: 0px;
    --translate-y: 0px;
    transform: translate( var(--translate-x), var(--translate-y));
}

    .search-box-transform img {
        width: 75%;
        object-fit: cover;
        display: block;
        right: 0;
        float: right;
        border-radius: 20px;
        --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        margin-top: 5rem;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

.search-transform-left {
    position: absolute;
    left: 14%;
    top: 57%;
}

.search-transform-right {
    position: absolute;
    right: -130px;
    top: 50%;
}

    .search-transform-left p,
    .search-transform-right p {
        will-change: transform;
        --translate-x: 0px;
        --translate-y: 0px;
        transform: translate( var(--translate-x), var(--translate-y));
        background: white;
        padding: 15px 45px;
        border-radius: 10px;
        text-align: center;
        font-size: 15px;
        width: 100%;
        margin-bottom: 40px;
        font-weight: bold;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border: 1px solid #ededed;
    }

        .search-transform-left p a,
        .search-transform-right p a {
            color: #676767;
            transition: opacity ease-in 0.2s;
        }

            .search-transform-left p a:hover,
            .search-transform-right p a:hover {
                opacity: 0.75;
            }

            .search-transform-left p a span,
            .search-transform-right p a span {
                font-weight: bold;
                font-size: 23px;
                color: #af4154;
            }

.searcbox-popular-search {
    margin-top: 50px;
}

    .searcbox-popular-search span {
        font-weight: bold;
        margin-right: 5px;
    }

    .searcbox-popular-search a {
        color: #919191;
        margin-right: 5px;
        transition: color ease-in 0.2s;
    }

        .searcbox-popular-search a:hover {
            color: #af4154;
        }

/*Categories Box Area*/

.categories-boxes {
}

.categories-box {
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: rgba(244,242,255,.5);
    border-radius: 0.75rem;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    width: 98%;
}

.categories-box-icon {
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: block;
    --tw-text-opacity: 1;
    color: rgb(121 74 255/var(--tw-text-opacity));
    font-size: 3rem;
    color: #af4154;
}

.categories-box-title {
    font-weight: 600;
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    color: #0f172a;
}

.categories-box-number {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity));
    font-size: 1.2rem;
}

.caterories-link:hover .categories-box {
    background: #af4154;
}

.caterories-link:hover .categories-box-icon,
.caterories-link:hover .categories-box-number,
.caterories-link:hover .categories-box-title {
    color: white;
}

/*Why Us Area*/
.why-us-padding {
    padding-left: 25px;
}

.why-us {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.why-us-img {
    border-radius: 1rem;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.why-us-title {
    font-weight: bold;
    font-size: 2.25rem;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.why-us-sub-desc {
    display: block;
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity));
    line-height: 2;
    margin-bottom: 2rem;
}

.why-us-box {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    background-color: rgba(244,242,255,.5);
    border-radius: 0.75rem;
    margin-bottom: 30px;
}

.why-us-box-number {
    --tw-text-opacity: 1;
    color: #af4154;
    font-size: 2rem;
    margin-bottom: 0;
    font-weight: bold;
}

.why-us-box-title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.why-us-box-desc {
    --tw-text-opacity: 1;
    color: rgb(148 163 184/var(--tw-text-opacity));
    line-height: 2;
}

.why-us-box:hover {
    background: #af4154;
}

    .why-us-box:hover .why-us-box-number,
    .why-us-box:hover .why-us-box-title,
    .why-us-box:hover .why-us-box-desc {
        color: white;
    }

/*Subscribe Area*/
.subscribe {
    padding-bottom: 8rem;
}

.subscribe-box {
    background-color: transparent;
    background-image: radial-gradient(circle,#af4154,#8d3f4c,#99525f);
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 1.5rem;
}

    .subscribe-box:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: url(/img/bg3.webp);
        background-size: cover;
        background-position: 50%;
        opacity: 1;
        z-index: -1;
    }

.subscribe-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    letter-spacing: -2px;
    line-height: 54px;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 1.25rem;
}

.subscribe-sub-desc {
    --tw-text-opacity: 1;
    color: rgb(243 244 246/var(--tw-text-opacity));
    font-size: 1.125rem;
}

.subscribe-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-radius: 0.75rem;
    max-width: 36rem;
    display: flex;
    margin-top: 2.5rem;
    margin-left: auto;
    margin-right: auto;
}

    .subscribe-form input {
        border-radius: 0.75rem;
        width: 100%;
        margin-top: 0.25rem;
        display: block;
        height: 3rem;
        width: 100%;
        --tw-border-opacity: 1;
        border-color: rgb(203 213 225/var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255/var(--tw-bg-opacity));
        padding: 0.5rem 0.75rem;
        font-family: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        font-size: 100%;
        font-weight: inherit;
        line-height: inherit;
        color: inherit;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        border: 0 solid #e5e7eb;
        outline: none;
        font-size: 15px;
        margin-top: 10px;
    }

    .subscribe-form button {
        --tw-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
        --tw-text-opacity: 1;
        color: rgb(255 255 255/var(--tw-text-opacity));
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        border-radius: 0.75rem;
        padding: 0.5rem 1rem;
        cursor: pointer;
        background: #af4154;
        outline: none;
        border: none;
        width: 130px;
        margin: 10px 0;
        height: 50px;
        transition: opacity ease-in 0.2s;
    }

        .subscribe-form button:hover {
            opacity: 0.85;
        }

/*Search Page Filter Area*/
.toggle-area .filter-slide-toggle {
    display: none;
}

.search-with-keywords {
    padding: 10px;
    background: #fdfdfd;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 1.1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    user-select: none;
    position: relative;
    margin-top: 10px;
}

    .search-with-keywords span {
        margin: 0;
        padding: 10px 5px 10px 5px;
        position: relative;
        cursor: pointer;
        color: #5c5c5c;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        letter-spacing: 1px;
        display: block;
        font-weight: bold;
    }

        .search-with-keywords span:after {
            content: "\f053";
            position: absolute;
            right: 0;
            top: 6px;
            font-family: "Font Awesome 6 Free";
            display: inline-block;
            font-weight: bold;
            font-size: 20px;
            color: #af4154;
        }

.down-arrow:after {
    content: "\f107" !important;
}

.toggle-area .down-arrow:after {
    content: "\f053" !important;
}

.toggle-area span:after {
    content: "\f107" !important;
}

.search-with-keywords input {
    width: 100%;
    height: 2rem;
    margin-bottom: 10px;
}

    .search-with-keywords input[type="checkbox"] {
        width: 1em;
        height: 1em;
        padding: 0;
    }

.search-with-keywords select {
    height: 2rem;
    width: 70%;
    padding: 0 0.75rem;
    margin-top: 0;
    margin-right: 5px;
}

.search-with-keywords button {
    height: 2rem;
    width: calc(100% - 73%);
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.search-with-keywords label.form-check-label {
    margin-top: 5px;
    margin-bottom: 0;
}

.search-with-keywords ul li small {
    float: right;
    position: relative;
    top: -1px;
    right: 13px;
}

.search-with-keywords .list-group {
    display: block;
    margin-bottom: 0;
}

.search-with-keywords .custom-list-li {
    margin: 0;
    padding: 0;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.search-with-keywords .custom-form-check {
    font-weight: bold;
    color: #ab0f2b;
    margin-left: 10px;
}

    .search-with-keywords .custom-form-check label {
        font-weight: bold !important;
        margin-bottom: 5px;
    }

.form-check-input:checked {
    background-color: #af4154;
    border-color: #af4154;
    box-shadow: none;
}

.search-with-keywords .ml-4 {
    max-height: 150px;
    overflow: auto;
    width: 100%;
}

    .search-with-keywords .ml-4 small {
        top: 6px !important;
    }

.form-check-input:focus {
    border-color: white;
    outline: 0;
    box-shadow: none;
}

.t3-search-input {
    position: relative;
}

    .t3-search-input:before {
        content: "";
        background: url(https://www.enuygunbakici.com/assets/dist/img/magnifying-glass-solid.svg);
        background-size: cover;
        width: 13px;
        height: 13px;
        position: absolute;
        left: 11px;
        top: 13px;
        z-index: 9999;
    }

.t3-keyword {
    padding-left: 31px !important;
    margin-bottom: 4px !important;
    margin-left: 3px !important;
    width: 99% !important;
}

.custom-list-li .search-with-keywords {
    border-bottom: 1px solid #9d3748;
}

.custom-list-li .filter-slide-toggle {
    display: none;
}

.custom-small-title {
    right: 20px !important;
}

#filters_col {
    border: none;
    padding: 0;
}

a#filters_col_bt {
    background: #af4154;
    color: white;
    padding: 7px 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 42px;
    margin-bottom: 14px;
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
}

.margin_60_35 {
    padding-top: 20px;
}

.filter-icon-1 {
    float: right;
    font-size: 19px;
    color: white;
    border-radius: 5px;
    padding: 0;
    transition: all 0.1s ease-in-out;
    position: relative;
}

    .filter-icon-1:hover::after {
        content: attr(data-title);
        position: absolute;
        width: max-content;
        left: -82px;
        background-color: #0f172a;
        padding: 10px;
        border-radius: 10px;
        color: white;
        font-size: 11px;
        font-weight: bold;
        z-index: 99;
        top: 40px;
    }

a#filters_col_bt:before {
    display: none;
}

.form-check-single {
    margin-top: 10px !important;
}

    .form-check-single small {
        top: 6px !important;
    }

.filter-submit-button {
    width: 100%;
    background: #af4154;
    font-weight: 900;
    border-radius: 5px;
    border: 2px solid #af4154;
}

    .filter-submit-button:hover {
        background: white;
        color: #af4154 !important;
    }
/*Search Page Result Area*/
.result-counter {
    border: 1px solid #dedede;
    border-radius: 5px;
    position: relative;
    height: 42px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .result-counter span {
        position: absolute;
        right: 13px;
        top: 8px;
        font-size: 12px;
        cursor: pointer;
        color: #0f172a;
    }

        .result-counter span:hover {
            color: #af4154;
        }

            .result-counter span:hover i {
                color: #af4154;
                font-weight: 900;
            }

    .result-counter p {
        padding: 10px 0 9px 15px;
        margin-bottom: 0;
    }

        .result-counter p strong {
            color: #af4154;
        }

.result-tabs {
    border-bottom: 1px solid #dedede;
    display: flex;
}

    .result-tabs a span {
        font-size: 11px;
        font-weight: bold;
        position: relative;
        top: -1px;
        color: #af4154;
    }

    .result-tabs a {
        padding: 10px;
        background-color: #dee4eb;
        border: solid 1px #c7d0db;
        width: auto;
        margin-right: 8px;
        background-color: #dee4eb;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: solid 1px #c7d0db;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        color: #0f172a;
        position: relative;
        bottom: -1px;
    }

        .result-tabs a:hover {
            background-color: #eef2f6;
        }

            .result-tabs a:hover::after {
                content: attr(data-title);
                position: absolute;
                width: max-content;
                left: -82px;
                background-color: #0f172a;
                padding: 10px;
                border-radius: 10px;
                color: white;
                font-size: 11px;
                font-weight: bold;
                z-index: 99;
                top: 47px;
            }

.result-active-tab {
    background-color: #fff !important;
    border: solid 1px #dedede !important;
    border-bottom: solid 1px #fff !important;
    border-top: solid 3px #af4154 !important;
    bottom: -1px;
    z-index: 2;
    position: relative;
    font-weight: bold;
}

.result-box-container {
    margin-top: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
    position: relative;
}

    .result-box-container:hover {
        box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    }

.result-box-top-title-container {
    position: absolute;
    right: 17px;
    top: -12px;
    margin: 0;
    padding: 0;
}

    .result-box-top-title-container li {
        float: left;
        margin-left: 10px;
    }

.result-box-top-title {
    font-weight: normal;
    color: #af4154;
    border: 1px solid #dedede;
    padding: 5px 10px;
    border-radius: 54px;
    font-size: 11px;
    background: white;
}

.result-box-title {
    font-size: 18px;
    display: block;
    color: #0f172a;
    margin-top: 3px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 20px;
    position: relative;
    padding-top: 10px;
    z-index: 1 !important;
    max-width: 100%;
}

    .result-box-title::before {
        position: absolute;
        content: attr(data-title);
        color: #0f172a;
        font-family: Arial;
        left: -5px;
        top: -35px;
        font-weight: normal;
        border: 1px solid #dedede;
        padding: 5px 20px;
        border-radius: 54px;
        font-size: 11px;
        background: white;
    }

.result-box-context-menu {
    position: absolute;
    right: 20px;
    color: #0f172a;
    cursor: pointer;
    top: 28px;
    font-size: 23px;
    z-index: 999;
    width: 50px;
    text-align: right;
}

#result-box-context-menu-ul {
    display: none;
    background-color: white;
    padding: 10px 0;
    border-radius: 15px 0 15px 15px;
    box-shadow: rgba(0,0,0,.2) 0 12px 28px 0, rgba(0,0,0,.1) 0 2px 4px 0, rgba(255,255,255,.05) 0 0 0 1px inset;
    position: absolute;
    right: 21px;
    min-width: 250px;
    z-index: 3;
    top: 62px;
}

    #result-box-context-menu-ul li {
        padding: 8px 15px;
        display: flex;
        align-items: center;
        font-size: .85em;
        transition: all .2s;
        cursor: pointer;
    }

        #result-box-context-menu-ul li:hover {
            background: #af4154;
            color: white;
        }

        #result-box-context-menu-ul li::before {
            font-weight: 900;
            font-family: "Font Awesome 6 Free";
            content: "\f192";
            margin-right: 7px;
            position: relative;
            top: -1px;
            font-size: 11px;
        }

        #result-box-context-menu-ul li svg {
            width: 18px;
            margin-right: 10px;
        }

.result-box-text {
    font-size: 15px;
    margin-top: 10px;
    line-height: 27px !important;
    text-align: justify;
    margin-bottom: 22px;
    font-weight: 500;
}

.result-box-text-read-more {
    font-size: 12px;
    margin-left: 5px;
    color: #af4154;
    transition: all 0.1s ease-in-out;
}

    .result-box-text-read-more:hover {
        font-weight: bold;
        color: #af4154;
    }

    .result-box-text-read-more i {
        font-size: 10px;
    }

.result-law-button {
    background: #af4154;
    color: white !important;
    padding: 0 15px 0 15px;
    border-radius: 5px;
    line-height: 30px;
    border: 2px solid #af4154;
    transition: all 0.35s;
    position: absolute;
    right: 16px;
    top: 37px;
    display: none;
}

    .result-law-button:hover {
        background: white;
        color: #af4154 !important;
    }

.result-law-box {
    display: none;
}

.result-law-div {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px 15px;
    background: #fdfdfd;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    border-radius: 5px;
    max-height: 100%;
}

.result-law-links {
    list-style: auto;
    padding-left: 20px;
}

    .result-law-links li {
    }

        .result-law-links li a::after {
            content: "\f35d";
            position: absolute;
            right: -23px;
            top: 3px;
            font-family: "Font Awesome 6 Free";
            display: inline-block;
            font-weight: bold;
            font-size: 15px;
            color: #af4154;
        }

        .result-law-links li a {
            padding-top: 4px;
            padding-bottom: 4px;
            display: inline-block;
            color: #0f172a;
            transition: all 0.1s ease-in-out;
            position: relative;
        }

            .result-law-links li a:hover {
                font-weight: bold;
            }

.result-law-text-container {
    height: calc(100% - 34px);
}

    .result-law-text-container p {
        margin-bottom: 0;
        background: #2d2d2d;
        color: white;
        border-top-left-radius: 5px;
        padding: 5px 10px;
        border-top-right-radius: 5px;
    }

    .result-law-text-container textarea {
        width: 100%;
        height: 100%;
        border: 1px solid #d5d5d5;
        border-bottom-left-radius: 5px;
        padding: 5px 10px;
        border-bottom-right-radius: 5px;
        text-align: justify;
    }

        .result-law-text-container textarea:focus-visible {
            outline: none;
            -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
            -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 20%);
            box-shadow: 0 0 2px rgb(0 0 0 / 20%);
        }

.result-law-keywords {
    margin-top: 10px;
    z-index: 0 !important;
}

    .result-law-keywords span {
        font-weight: bold;
    }

    .result-law-keywords ul {
        margin: 0;
        margin-top: 16px;
        white-space: nowrap;
        height: 30px;
    }

        .result-law-keywords ul li {
            margin-right: 5px;
            margin-bottom: 15px;
            display: inline;
        }

.swiper {
    width: calc(90vw - 70px);
    max-width: 800px;
    overflow: hidden;
    margin-left: 0;
}

.swiper-slide {
    display: block;
    width: auto;
}

.result-law-keywords ul li a {
    padding: 5px;
    border: 1px solid lightgrey;
    font-size: 11px;
    color: #0f172a;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    height: 28px;
    display: inline-block;
}

    .result-law-keywords ul li a:hover {
        color: #af4154;
    }

.result-box-action-buttons {
    padding-top: 10px;
    border-top: 1px solid lightgrey;
    margin-top: 10px;
}

.result-box-left-actions-buttons {
    margin: 0;
}

    .result-box-left-actions-buttons li {
        float: left;
        border: 1px solid #c9c9c9;
        text-align: left;
        margin-right: 10px;
        border-radius: 5px;
        transition: all 0.2s ease-in-out;
        position: relative;
        min-width: 50px;
    }

        .result-box-left-actions-buttons li:hover,
        .result-box-left-actions-buttons .active-li {
            background: #af4154;
            color: white !important;
        }

            .result-box-left-actions-buttons .active-li i {
                color: white !important;
            }

            .result-box-left-actions-buttons li:hover::before {
                content: attr(data-title);
                position: absolute;
                width: max-content;
                left: 0;
                background-color: #0f172a;
                padding: 10px;
                border-radius: 10px;
                color: white;
                font-size: 11px;
                font-weight: bold;
                z-index: 99;
                top: 40px;
            }

            .result-box-left-actions-buttons li:hover button {
                color: white !important;
            }

                .result-box-left-actions-buttons li:hover button i:before {
                    font-weight: 900;
                }

        .result-box-left-actions-buttons li button {
            border: none;
            background: transparent;
            color: #c9c9c9;
            font-size: 20px;
            transition: all 0.2s ease-in-out;
            width: 100%;
        }

        .result-box-left-actions-buttons li:hover a {
            color: white !important;
        }

            .result-box-left-actions-buttons li:hover a i:before {
                font-weight: 900;
            }

        .result-box-left-actions-buttons li a {
            border: none !important;
            background: transparent !important;
            color: #c9c9c9 !important;
            font-size: 20px !important;
            transition: all 0.2s ease-in-out !important;
            width: 100% !important;
            display: block;
            text-align: center;
            color: #897e7e !important;
        }

            .result-box-left-actions-buttons li a i {
                /*padding-left: 15px;*/
            }

        .result-box-left-actions-buttons li button span {
            font-size: 15px;
            margin-left: 5px;
            top: -2px;
            position: relative;
            right: -1px;
            padding-right: 5px;
        }

.result-box-right {
    float: right;
}

    .result-box-right li {
        float: right;
        border: 1px solid #897e7e;
    }

        .result-box-right li:first-child {
            margin: 0 !important;
        }

        .result-box-right li button {
            color: #897e7e;
        }

        .result-box-right li:hover {
            background: #0f172a;
            color: white !important;
        }

/*Detail Page Area*/
.detail-area .result-box-left-actions-buttons li {
    width: 40px;
}

.detail-area .result-tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    background: white;
}

.detail-area .result-box-title-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 47px;
    z-index: 1;
    background: white;
}

.detail-area .result-box-top-title-container {
    top: -35px;
    right: -6px;
}

.detail-area .result-box-context-menu {
    right: 0;
    top: 6px;
}

.detail-area .result-box-title::before {
    display: none;
}

.detail-area #result-box-context-menu-ul {
    display: block;
    box-shadow: none;
    top: -4px;
    right: 0;
    background: transparent;
}

    .detail-area #result-box-context-menu-ul i {
        margin-right: 8px;
        font-size: 15px;
    }

    .detail-area #result-box-context-menu-ul li:hover {
        border-radius: 5px;
    }

    .detail-area #result-box-context-menu-ul li::before {
        display: none;
    }

.detail-area .result-box-action-buttons {
    position: sticky;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: none;
}

.detail-area .result-box-left-actions-buttons {
    background: #676767;
    padding: 10px;
    border-radius: 10px;
}

.detail-area .right-detail-ul {
    background: #af4154;
    border-radius: 100px;
    height: 70px;
    width: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
}

    .detail-area .right-detail-ul li {
        margin-right: 0px !important;
        border: 1px solid white;
        border-radius: 100px;
        height: 50px;
        position: relative;
        top: -1px;
    }

        .detail-area .right-detail-ul li i {
            position: relative;
            top: 12px;
            width: 100%;
            display: block;
            height: 40px;
        }

        .detail-area .right-detail-ul li button {
            color: white;
        }

        .detail-area .right-detail-ul li:hover {
            background: white !important;
            color: #1ba39c !important;
        }

        .detail-area .right-detail-ul li button:hover {
            color: #af4154 !important;
        }

.detail-area #result-box-context-menu-ul li {
    padding: 8px 8px;
    font-size: 14px;
}

.detail-area .swiper {
    width: calc(100vw - 70px);
    max-width: 100%;
    z-index: 0;
}

.detail-area .result-law-keywords ul li {
    margin-right: 5px !important;
}

.detail-area .result-tabs a:hover::after {
    display: none;
}

.detail-area .result-box-left-actions-buttons li:hover::before {
    left: -6px;
    top: -50px;
}

.result-box-text-detail {
}

    .result-box-text-detail p {
        margin-bottom: 15px;
        line-height: 24px;
        text-align: left !important;
    }

/*Login Area*/
.login-success-a {
    margin-left: 11px !important;
    padding: 0 15px 0 15px !important;
}

    .login-success-a i {
        margin-left: 2px;
        font-size: 12px;
    }

@media only screen and (min-width: 992px) {
    .main-menu ul ul {
        left: 11px;
        overflow: hidden;
        border-radius: 0 0 5px 5px;
        width: 242px;
        background-color: #f9f9f9;
        position: absolute;
        top: 40px;
        right: 0;
        z-index: 99;
        transition: all .5s;
        color: black;
        box-shadow: rgba(50,50,105,.15) 0 2px 5px 0, rgba(0,0,0,.05) 0 1px 1px 0;
    }

        .main-menu ul ul li {
            margin: 0;
            position: relative;
            cursor: pointer;
        }

            .main-menu ul ul li a {
                border-bottom: 1px solid rgba(156,156,155,.28);
                transition: all .3s;
                position: relative;
                display: block;
                padding: 11px 10px;
                color: #413d4b;
                font-weight: 400 !important;
                font-size: 14px !important;
            }

                .main-menu ul ul li a:hover {
                    background-color: #f9dca9c9;
                    color: black;
                }

                .main-menu ul ul li a i {
                    margin-right: 10px;
                    color: #af4154;
                }
}

/*User Page Menu Area*/
.user-panel-wrapper {
    border-radius: 5px;
    box-shadow: rgba(60,64,67,.3) 0 1px 2px 0, rgba(60,64,67,.15) 0 2px 6px 2px;
    overflow: hidden;
}

    .user-panel-wrapper ul {
        margin: 0;
    }

        .user-panel-wrapper ul li {
            margin: 0;
            position: relative;
            cursor: pointer;
            display: block;
            height: auto;
            padding: 0;
        }

            .user-panel-wrapper ul li a {
                border-bottom: 1px solid rgba(156,156,155,.28);
                transition: all .3s;
                position: relative;
                display: block;
                padding: 15px 20px;
                color: #413d4b;
                font-weight: 400;
                font-size: 14px;
                line-height: 1;
                white-space: nowrap;
                margin: 0;
            }

                .user-panel-wrapper ul li a:hover {
                    background-color: #f9dca9c9;
                    color: black;
                }

                .user-panel-wrapper ul li a i {
                    margin-right: 10px;
                    color: #af4154;
                }

            .user-panel-wrapper ul li:first-child {
                cursor: auto;
                text-align: center;
                padding-top: 20px;
            }

                .user-panel-wrapper ul li:first-child .custom-avatar {
                    position: relative;
                    display: inline-block;
                    cursor: pointer;
                    border-radius: 50px;
                    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
                }

                .user-panel-wrapper ul li:first-child p {
                    margin: 7px 0px;
                    text-align: center;
                    font-size: 16px;
                    font-weight: 600;
                }

                    .user-panel-wrapper ul li:first-child p span {
                        font-weight: normal;
                    }

                .user-panel-wrapper ul li:first-child img {
                    width: 90px;
                    height: 90px;
                    margin: 0 auto;
                    border-radius: 50px;
                    object-fit: cover;
                }

                .user-panel-wrapper ul li:first-child .custom-middle {
                    transition: .5s ease;
                    /*opacity: 0;*/
                    position: absolute;
                    top: 0;
                    text-align: center;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    display: table;
                }

                    .user-panel-wrapper ul li:first-child .custom-middle img {
                        margin: 0;
                    }

                .user-panel-wrapper ul li:first-child .custom-avatar:hover .custom-middle {
                    opacity: 1;
                }
/*User Page My Account Page*/
.item-container {
    background-color: #f2f3f7;
    border-radius: 5px;
    padding: 5px 30px 30px 30px;
    margin-bottom: 70px;
}

.item-title {
    font-size: 18px;
    margin: 15px 10px 10px 10px;
    /* font-weight: bold; */
    color: #181a1b;
    position: relative;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.item-flex-container {
    display: flex;
}

.tab-menu {
    list-style-type: none;
    margin-top: 45px;
    width: 150px;
    position: relative;
    z-index: 2;
    right: -1px;
}

    .tab-menu li a.active {
        border: 1px solid #e4e8ec;
        border-left: 3px solid #af4154;
        border-right: none;
    }

    .tab-menu li a:hover, .tab-menu li a.active {
        background-color: #fff;
    }

    .tab-menu li a {
        font-size: 14px;
        color: #9a9c9d;
        display: block;
        margin-bottom: 5px;
        padding: 10px;
        border: 1px solid transparent;
        border-left: 3px solid transparent;
        transition: all .3s;
    }

.custom-tab-content {
    background-color: #fff;
    padding: 20px;
    width: calc(100% - 150px);
    border-radius: 5px;
    min-height: 500px;
    border: 1px solid #e4e8ec;
    position: relative;
    z-index: 1;
    display: none;
}

.content-title {
    color: #232325;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #e4e8ec;
    margin-top: 25px;
}

.content-container {
    padding: 25px 0 15px 0;
}

    .content-container form {
        width: 400px;
    }

        .content-container form #ogrenciDurumDiv,
        .content-container form #CalismaDurumDiv,
        .content-container form #avukatDurumDiv,
        .content-container form #kurumsalDurumDiv {
            display: none;
        }

    .content-container .form-control:focus {
        border-color: #af4154;
        box-shadow: none;
    }

    .content-container .btn-check:focus + .btn-primary, .btn-primary:focus {
        background-color: #af4154;
        border-color: #af4154;
        box-shadow: none;
    }

    .content-container .btn-primary:hover {
        background-color: white;
        color: #af4154;
    }

    .content-container .btn-primary {
        background: #af4154;
        border: #af4154;
        box-shadow: none !important;
        border: 2px solid #af4154;
        border-color: #af4154;
        font-weight: bold;
        width: 35%;
        float: right;
        font-size: 14px;
    }

    .content-container .customBtn {
        float: left;
        margin-top: 20px;
        background: orange;
        border-color: orange;
    }

        .content-container .customBtn:hover {
            color: orange;
        }

    .content-container textarea {
        height: 100px;
    }

    .content-container .info {
        color: #7d7d82;
        font-size: 15px;
        padding: 10px 0;
        width: 90%;
        line-height: 25px;
        padding-top: 0;
        margin: 0;
    }

        .content-container .info i {
            color: orange;
            font-size: 20px;
        }

    .content-container select {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right 1rem center;
        background-size: 1em;
    }

.titleDescription {
    font-size: 14px;
    color: #181a1b;
    margin: 15px 0;
}

.thead-dark {
    background: #b94b5e;
    color: white;
    border-top-left-radius: 10px;
}

.table > tbody {
    vertical-align: middle;
}

.table-new-add {
    position: absolute;
    right: 0;
    border: 1px solid #16a085;
    background: #16a085;
    color: white;
    font-size: 13px;
    padding: 8px 25px;
    border-radius: 5px;
    top: 0;
    transition: all 0.15s ease-in;
    font-weight: bold;
}

    .table-new-add i {
        margin-left: 7px;
    }

    .table-new-add:hover {
        background: white;
        color: #16a085;
    }

.user-area-main {
    padding: 40px 0;
}

.d-none-table {
    display: none;
}

.showTableSub {
    cursor: pointer;
    transition: all .3s;
}

    .showTableSub:hover {
        opacity: 0.9;
    }

.custom-table-buton {
    position: relative;
    background: #af4154;
    color: white;
    font-size: 15px;
    box-shadow: none !important;
    transition: all 0.15s ease-in;
    border: 2px solid #af4154;
}

    .custom-table-buton:hover::after {
        opacity: 1;
    }

    .custom-table-buton::after {
        content: attr(data-title);
        position: absolute;
        width: max-content;
        left: 0;
        background-color: #0f172a;
        padding: 10px;
        border-radius: 10px;
        color: white;
        font-size: 11px;
        font-weight: bold;
        z-index: 99;
        top: 40px;
        opacity: 0;
    }

    .custom-table-buton:hover {
        background: white;
        color: #af4154;
    }

.flat-blue-bg {
    background: #3d81c1;
    border: 2px solid #3d81c1;
}

    .flat-blue-bg:hover {
        color: #3d81c1;
    }

.mb-15 {
    margin-bottom: 15px;
}

.redirectClass {
    background-color: #af4154 !important;
    outline: none !important;
    box-shadow: none !important;
}

.page-link {
    color: #af4154 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #af4154 !important;
    border-color: #af4154;
}

.select2-container .select2-selection--single {
    padding: 8px !important;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 22px;
}

.btnFiltrele {
    width: 100%;
    background: #af4154;
    color: white !important;
    border-radius: 5px;
    line-height: 30px;
    border: 2px solid #af4154;
    transition: all 0.35s;
}

    .btnFiltrele:hover {
        background: white;
        color: #af4154 !important;
        border-color: #af4154;
    }

.filter_type {
    margin-bottom: 10px;
}

.highlight {
    background-color: #af4154;
    font-size: 14px;
    color: white;
    border: 1px solid #af4154;
    border-radius: 5px;
    padding: 4px;
    margin: 0px;
}

.result-box-text-detail font {
    line-height: 35px !important;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: 900;
    font-size: 16px;
}

.truncisible {
    display: none;
}

.no-results-message {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 5px;
    font-weight: bold;
}

.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default {
    width: initial !important;
    padding-left: 5px;
    margin-bottom: 0px;
    margin-top: 2px;
}

    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border: solid #af4154 1px;
        outline: 0;
        border-radius: 4px;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #af4154;
    }

.select2-container .select2-selection--multiple {
    min-height: 40px;
}

.customFlexBox,
.customFlexBox2 {
    display: flex;
    flex-flow: row;
}

    .customFlexBox input,
    .customFlexBox2 input {
        flex: 1;
        margin-right: 0;
        height: 40px;
        padding-right: 10px;
    }

        .customFlexBox input:first-child {
            margin-right: 5px;
        }

.customSingleSelect .select2-container .select2-selection--single {
    padding: 6px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
    right: 4px;
}

.select2-search__field {
    height: 40px !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: #af4154 !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-deny {
    background-color: rgb(30 147 30) !important;
}

    div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus,
    div:where(.swal2-container) button:where(.swal2-styled).swal2-deny:focus,
    div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel:focus {
        box-shadow: none !important;
    }

.detailCustomBoxTitle {
    padding-right: 30%;
    line-height: 30px;
}

.mevzuatCustomDetail {
}

    .mevzuatCustomDetail table {
        border: 1px solid #ccc;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }

        .mevzuatCustomDetail table caption {
            font-size: 1.5em;
            margin: .5em 0 .75em;
        }

        .mevzuatCustomDetail table tr {
            background-color: #f8f8f8;
            border: 1px solid #ddd;
            padding: .35em;
        }

        .mevzuatCustomDetail table th,
        .mevzuatCustomDetail table td {
            padding: .625em;
            text-align: center;
        }

        .mevzuatCustomDetail table th {
            font-size: .85em;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

@media screen and (max-width: 600px) {
    .mevzuatCustomDetail table {
        border: 0;
    }

        .mevzuatCustomDetail table caption {
            font-size: 1.3em;
        }

        .mevzuatCustomDetail table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .mevzuatCustomDetail table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .mevzuatCustomDetail table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            .mevzuatCustomDetail table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .mevzuatCustomDetail table td:last-child {
                border-bottom: 0;
            }
}

@media (min-width: 1200px) {
    h1, .h1, h2, .h2 {
        font-size: 15px;
        font-weight: bold;
    }
}

.makaleCustomDetail * {
    font-family: "Poppins", Helvetica, sans-serif !important;
}

.shareBox {
}

    .shareBox p {
        text-align: center;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
    }

    .shareBox ul {
        text-align: center;
        display: inline-block;
        margin: 0;
    }

        .shareBox ul li {
            float: left;
            padding: 0 20px;
        }

            .shareBox ul li a i {
                display: block;
                font-size: 50px;
            }

            .shareBox ul li a span {
                font-weight: bold;
                font-size: 13px;
            }

.noteBoxContainer {
    min-width: 700px !important;
}

.noteBox {
    display: flex;
}

    .noteBox #noteLeft {
        flex: 1;
        padding-right: 10px;
        max-height: 250px;
    }

        .noteBox #noteLeft h5 {
            font-weight: bold;
            font-size: 14px;
            color: #af4154;
        }

        .noteBox #noteLeft .noteDate {
            display: block;
            font-size: 11px;
            color: grey;
            margin-bottom: 5px;
        }

        .noteBox #noteLeft .noteDelete {
            position: absolute;
            right: 10px;
            top: 8px;
            width: 20px;
            height: 20px;
            line-height: 20px;
            text-align: center;
            cursor: pointer;
            z-index: 9999;
            padding-right: 0;
        }

        .noteBox #noteLeft p,
        .noteBox #noteRight p {
            text-align: left;
            font-size: 16px;
            font-weight: bold;
            border-bottom: 1px solid #dbdbdb;
            margin: 0;
            padding-bottom: 5px;
            margin-bottom: 10px;
        }

        .noteBox #noteLeft ul {
            text-align: left;
            max-height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
            margin: 0;
        }

            .noteBox #noteLeft ul li {
                background: #efefef;
                margin-bottom: 10px;
                padding: 10px;
                border-radius: 5px;
                line-height: 18px;
                position: relative;
            }

                .noteBox #noteLeft ul li span {
                    font-size: 14px;
                    padding-right: 30px;
                }

    .noteBox #noteRight {
        flex: 1;
        padding-left: 10px;
    }

        .noteBox #noteRight p {
        }

        .noteBox #noteRight textarea {
            display: block;
            width: 100%;
            border-radius: 5px;
            font-size: 13px;
            padding: 5px;
            border-color: #b7b7b7;
        }

            .noteBox #noteRight textarea:focus-visible {
                outline: none;
            }

        .noteBox #noteRight button {
            width: 100%;
            background: #af4154;
            color: white !important;
            border-radius: 5px;
            line-height: 30px;
            border: 2px solid #af4154;
            transition: all 0.35s;
            margin-top: 10px;
            font-size: 15px;
        }

            .noteBox #noteRight button:hover {
                background: white;
                color: #af4154 !important;
                border-color: #af4154;
            }

.reviews-container {
    box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
    position: relative;
}

.reviews-container-title {
    font-size: 18px;
    display: block;
    color: #0f172a;
    margin-top: 3px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 20px;
    position: relative;
    padding-top: 10px;
    z-index: 0 !important;
    max-width: 100%;
    font-weight: bold;
}

.reviews-container .review-box {
    padding-left: 0;
}

.reviews-container .rev-content {
    background-color: #f5f5f5;
}

.add-review {
    box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
    position: relative;
}

.addReview textarea {
    min-height: 130px;
    outline: none;
}

    .addReview textarea:focus {
        box-shadow: none;
        border-color: #af4154;
    }

.addReview button {
    width: 15%;
    background: #af4154;
    color: white !important;
    border-radius: 5px;
    line-height: 40px;
    border: 2px solid #af4154;
    transition: all 0.35s;
}

    .addReview button:hover {
        background: white;
        color: #af4154 !important;
        border-color: #af4154;
    }

.btnGenel {
    width: 100%;
    background: #af4154;
    color: white !important;
    border-radius: 5px;
    line-height: 30px;
    border: 2px solid #af4154;
    transition: all 0.35s;
}

    .btnGenel:hover {
        background: white;
        color: #af4154 !important;
        border-color: #af4154;
    }

.profileTabs a:hover::after {
    display: none !important;
}

.custom-result-box-top-title {
    font-weight: bold;
}

.customProfileNotes {
    position: absolute;
    top: 26px;
    right: 39px;
}

.mx-width80 {
    max-width: 80%;
    border: none;
}

.w20 {
    width: 20px;
}

.profileNotesArea {
    border-top: 1px solid lightgray;
    padding-top: 20px;
}

    .profileNotesArea button {
        background: #af4154;
        color: white !important;
        padding: 5px;
        border-radius: 5px;
        line-height: 30px;
        border: 2px solid #af4154;
        transition: all 0.35s;
        text-align: left;
    }

        .profileNotesArea button:hover {
            opacity: 0.85;
        }

    .profileNotesArea p {
        padding-right: 30px;
    }

    .profileNotesArea ul li {
        background: #efefef;
        margin-top: 10px;
        padding: 10px;
        border-radius: 5px;
        line-height: 18px;
        position: relative;
    }

        .profileNotesArea ul li span.noteDelete {
            position: absolute;
            right: 15px;
            top: 10px;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            cursor: pointer;
        }

        .profileNotesArea ul li span.noteDate {
            margin-bottom: 10px;
            display: block;
            font-size: 12px;
            color: #6d6d6d;
        }

    .profileNotesArea ul {
        display: none;
    }

.changeName {
    background: #0f172a !important;
    border: #0f172a !important;
}

.reviewEditUl {
    display: flex;
    position: absolute;
    right: 16px;
    top: 21px;
}

    .reviewEditUl li {
        margin-right: 0 !important;
        margin-left: 15px;
        font-size: 17px;
    }

        .reviewEditUl li span {
            cursor: pointer;
        }

section .pricing-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.8em;
}

section .pricing-card {
    flex: 0 1 18.75rem;
    background: #fff;
    text-align: center;
    padding: 2.5em 2em;
    border-radius: 0.625rem;
    position: relative;
    cursor: pointer;
}

    section .pricing-card li {
        text-transform: capitalize;
        font-size: 1rem;
        margin-bottom: 10px;
    }

    section .pricing-card .ribbon {
        position: absolute;
        width: 2.5rem;
        height: 6.875rem;
        background: #b62828;
        top: -0.625rem;
        left: 1.563rem;
        transition: opacity 0.3s ease-in;
        visibility: hidden;
        opacity: 0;
    }

        section .pricing-card .ribbon > div {
            transform: rotate(-90deg);
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            margin-top: 0.625rem;
            margin-bottom: 0.625rem;
        }

        section .pricing-card .ribbon svg {
            width: 0.625rem;
            color: #1b1b1b;
        }

        section .pricing-card .ribbon::before {
            content: "";
            position: absolute;
            top: 0;
            right: -0.563rem;
            border-left: 0.313rem solid #b62828;
            border-right: 0.313rem solid transparent;
            border-top: 0.313rem solid transparent;
            border-bottom: 0.313rem solid #b62828;
        }

        section .pricing-card .ribbon::after {
            content: "";
            position: absolute;
            bottom: -0.063rem;
            left: 0;
            border-left: 1.25rem solid transparent;
            border-right: 1.25rem solid transparent;
            border-top: 1.25rem solid transparent;
            border-bottom: 1.25rem solid #1b1b1b;
        }

    section .pricing-card hr {
        display: block;
        width: 35%;
        margin: 0 auto;
        margin-top: 1.875rem;
        margin-bottom: 1.563rem;
        visibility: visible;
    }

        section .pricing-card hr.first {
            background: #d6d4d3;
            height: 0.156rem;
            border: none;
        }

        section .pricing-card hr.second {
            background: #1b1b1b;
            height: 0.25rem;
            border: none;
        }

    section .pricing-card h3 {
        color: #1b1b1b;
        text-transform: uppercase;
        font-size: 1.3rem;
        letter-spacing: 0.063rem;
    }

    section .pricing-card .card-price {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3rem;
        font-weight: bold;
        color: #1b1b1b;
        margin: 1.563rem 0;
    }

        section .pricing-card .card-price span {
            color: #1b1b1b;
            font-size: 1.5rem;
            margin-right: 0.625rem;
        }

    section .pricing-card .card-btn {
        background: #d6d4d3;
        color: #1b1b1b;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 0.9rem;
        padding: 0.5rem 1.875rem;
        display: inline-block;
        transition: opacity 0.3s ease-in;
        visibility: hidden;
        opacity: 0;
        bottom: 13px;
        position: absolute;
        left: 5%;
        width: 90%;
        right:;
    }

    section .pricing-card.active {
        background: #af4154;
        color: #ffffff;
        font-weight: bold;
    }

        section .pricing-card.active li {
            font-size: 1.063rem;
        }

        section .pricing-card.active .ribbon {
            opacity: 1;
            visibility: visible;
        }

        section .pricing-card.active:hover .card-btn {
            background: #fff;
        }

        section .pricing-card.active hr {
            opacity: 0;
            margin: 0;
            visibility: hidden;
        }

        section .pricing-card.active h3 {
            color: #d6d4d3;
        }

        section .pricing-card.active .card-price span {
            color: #d6d4d3;
        }

        section .pricing-card.active .card-price {
            color: #fff;
        }

        section .pricing-card.active .card-btn {
            background: #d6d4d3;
            color: #1b1b1b;
            opacity: 1;
            margin-top: 2.813rem;
            visibility: visible;
        }

section .card {
    background: transparent !important;
    color: inherit !important;
}

.packagesPeriod label {
    font-weight: bold;
}

.packagesPeriod li {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 15px;
    position: relative;
}

    .packagesPeriod li:last-child::after {
        content: "Avantajlı Teklif";
        position: absolute;
        background: #ed1f42;
        width: 92px;
        height: 24px;
        color: white;
        padding: 5px;
        border-radius: 5px;
        top: -11px;
        left: 83px;
        font-size: 10px;
        line-height: 13px;
        opacity: 0.9;
        font-weight: bold;
    }


mark {
    background-color: #3c4693;
    font-size: 14px;
    color: white;
    border: 1px solid #3c4693;
    border-radius: 5px;
    padding: 4px;
    margin: 0px;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
    background-color: white;
    width: 50%;
    margin: 100px auto;
    padding: 20px;
    border-radius: 5px;
}

/*Mevzuat Ağacı*/
.mevzuatTree {
    margin-top: 20px;
}

.mevzuatTreeInput input {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    border-width: 1px;
    border-radius: 5px;
    margin-top: 0.25rem;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 0.5rem 0.75rem;
    position: relative;
    outline: none;
    width: 70%;
    float: left;
    margin-bottom: 10px;
    flex: 1;
    margin-right: 0;
    height: 40px;
    padding-right: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mevzuatTreeInput button {
    background: #af4154;
    color: white !important;
    padding: 0 8px 0 8px;
    border-radius: 5px;
    line-height: 30px;
    border: 2px solid #af4154;
    transition: all 0.35s;
    width: 30%;
    height: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    top: 4px;
}

    .mevzuatTreeInput button:hover {
        background: white;
        color: #af4154 !important;
    }

.mevzuatTreeTexts p {
    margin-bottom: 0;
    font-weight: 500;
}

.clearfix {
    clear: both;
}

.wtree ol {
    display: none;
}

    .wtree ol.visible {
        display: block;
    }

.wtree span {
    cursor: pointer;
}

ol {
    margin-left: 30px;
    counter-reset: item;
}

.wtree li {
    list-style-type: none;
    margin: 10px 0 10px 10px;
    position: relative;
}

/*.wtree li:before {
        content: "";
        counter-increment: item;
        position: absolute;
        top: -10px;
        left: -30px;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        width: 30px;
        height: 15px;
    }

    .wtree li:after {
        position: absolute;
        content: "";
        top: 5px;
        left: -30px;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        width: 30px;
        height: 100%;
    }

    .wtree li:last-child:after {
        display: none;
    }*/

.nested-tree {
    display: none; /* Varsayılan olarak gizli */
}

    .nested-tree.visible {
        display: block; /* Görünür yapmak için kullanılacak sınıf */
    }


.wtree li span {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    color: #666666;
    text-decoration: none;
}

    .wtree li span:before {
        /*content: counters(item, ".") " ";*/
    }

    .wtree li span:hover, .wtree li span:focus {
        color: #000;
        border: 1px solid #474747;
    }

        .wtree li span:hover + ol li span, .wtree li span:focus + ol li span {
            color: #000;
            border: 1px solid #474747;
        }

        .wtree li span:hover + ol li:after, .wtree li span:hover + ol li:before, .wtree li span:focus + ol li:after, .wtree li span:focus + ol li:before {
            border-color: #474747;
        }

.wtree li span {
    background-color: #F7F7F7;
}

.wtree li li span {
    background-color: #EAEFF3;
}

.wtree li li li span {
    background-color: #E1E5D7;
}

.wtree li li li li span {
    background-color: #d9d6c8;
}

.wtree .display {
    margin-right: 12px;
    font-weight: bold;
}

.wtree input, label {
    margin: 12px 0px 20px 0px;
}

.wtree label {
    padding-left: 6px;
    padding-right: 12px;
}

/*.wtree #radio-1:checked + label ~ ol li ol li {
    display: none;
}

.wtree #radio-2:checked + label ~ ol li ol li ol li {
    display: none;
}

.wtree #radio-3:checked + label ~ li ol li ol li {
    display: none;
}*/

.mevzuatTreeResultBox {
    max-height: 300px; /* Maksimum yüksekliği belirle */
    overflow-y: auto; /* Taşan içeriği kaydırılabilir yap */
    position: absolute; /* Tüm diğer öğelerden bağımsız hale getir */
    z-index: 10; /* Üstte görünmesini sağla */
    background-color: white !important;
    color: black !important;
    margin-top: 50px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 2px rgb(0 0 0 / 20%);
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
    left: -10%;
    width: 110%;
    top: 3px;
}

    .mevzuatTreeResultBox:hover {
        box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: -1px 1px 9px 0px rgba(0,0,0,0.25);
    }

    .mevzuatTreeResultBox h5 {
        font-size: 18px;
        display: block;
        color: #0f172a;
        border-bottom: 1px solid lightgrey;
        padding-bottom: 20px;
        position: relative;
        z-index: 1 !important;
        max-width: 100%;
    }

    .mevzuatTreeResultBox p {
        font-size: 15px;
        margin-top: 10px px;
        line-height: 27px !important;
        text-align: justify;
        margin-bottom: 22px;
        font-weight: 500;
    }

.mevzuatTreeLeftUl {
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

    .mevzuatTreeLeftUl li {
        list-style-type: inherit !important;
        margin: 0 5px 0 0 !important;
        position: relative !important;
        width: 60px !important;
    }

        .mevzuatTreeLeftUl li::after {
            display: none !important;
        }

        .mevzuatTreeLeftUl li:before {
            content: "";
            counter-increment: none !important;
            left: 0 !important;
            top: 40px !important;
            bottom: 0 !important;
            border-left: none !important;
            border-bottom: none !important;
            height: 35px !important;
        }

        .mevzuatTreeLeftUl li span:before {
            content: "" !important;
        }

        .mevzuatTreeLeftUl li:nth-child(4),
        .mevzuatTreeLeftUl li:nth-child(2),
        .mevzuatTreeLeftUl li:nth-child(3) {
            float: left !important;
        }

    .mevzuatTreeLeftUl span {
        background-color: transparent !important;
        display: inherit !important;
        border: 0 !important;
        padding: 0 !important;
        color: #c9c9c9 !important;
        text-decoration: none;
    }

.mevzuatSearch .mevzuatTreeResultBox {
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
}

.mevzuatSearch label {
    margin: 0 !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    font-weight: bold;
    color: #af4154;
}

.nav-tabs .nav-link {
    color: #535353;
}

.mobileRespMenu {
    display: none;
}

.respPositionRelative {
    position: relative;
}
/*RESPONSIVE*/
@media screen and (max-width: 600px) {
    .categories-boxes, .why-us-img {
        display: none;
    }

    header {
        height: 55px !important;
    }

    .hamburger {
        background: #af4154;
        position: absolute;
        left: 15px;
        top: 9px;
    }

    .search-box-bg {
        overflow: hidden;
    }

        .search-box-bg::after {
            width: 66%;
            height: 480px;
            top: -60px;
            right: 68px;
            opacity: 0.35;
        }

    .search-box-title {
        font-size: 1.3rem;
        line-height: 25px;
        text-align: center;
        margin: 0;
    }

    .search-box-description {
        display: none;
    }

    .search-box-full-height {
        align-items: start;
        padding-top: 90px;
        height: auto;
    }

    .search-box-form .search-box-input {
        width: 100%;
        margin-top: 35px;
        margin-bottom: 10px;
    }

    .search-box-form .icon_search {
        top: 47px;
        right: 15px;
    }

    .position-relative {
        display: block;
    }

    .search-box-form #aramaTuru {
        width: 50% !important;
    }

    .search-box-form #searchClick {
        width: 45%;
        font-size: 15px;
    }

    #logo img {
        height: 22px;
        margin: 15.5px 0 0 0;
    }

    .searcbox-popular-search {
        margin-top: 21px;
    }

    .search-box-right-side {
        padding-top: 0;
    }

    .search-box-transform {
        width: 100%;
    }

        .search-box-transform img {
            width: 100%;
            object-fit: cover;
            display: block;
            right: auto;
            float: none;
            margin-top: 10px;
            height: 200px;
            box-shadow: none;
            opacity: 0.9;
        }

    .searcbox-popular-search {
        margin-top: 35px;
    }

    .search-transform-left p, .search-transform-right p {
        padding: 5px 15px;
        width: 150px;
        margin-bottom: 15px;
    }

        .search-transform-left p a span, .search-transform-right p a span {
            font-size: 22px;
        }

    .search-transform-left {
        left: 5%;
        top: 15%;
    }

    .search-transform-right {
        right: 5%;
        top: 15%;
    }

    .why-us {
        padding-top: 0px;
    }

    .why-us-title {
        text-align: center;
        font-size: 1.8rem;
        margin-top: 40px;
    }

    .why-us-sub-desc {
        text-align: center;
    }

    .why-us-padding {
        padding: 15px;
        padding-bottom: 3px;
    }

    .subscribe-title {
        font-size: 1.8rem;
    }

    .subscribe-form button {
        font-size: 13px;
    }

    .subscribe {
        padding-bottom: 60px;
    }

    footer h3 {
        margin: 0 0 15px 0;
        font-size: 16px;
        padding-top: 0;
    }

    footer ul {
        padding-top: 0px;
        list-style: circle;
        padding-left: 2rem;
    }

        footer ul li {
            margin-bottom: 8px;
            font-size: 15px;
        }

    .contacts {
        list-style: none;
        padding: 0;
    }

    .follow_us img {
        width: 85%;
        display: block;
        margin: 0 auto;
    }

    ul#additional_links {
        text-align: center;
        padding-right: 0;
    }

        ul#additional_links li {
            font-size: 10px;
        }

    .responsiveTable {
        border: 0;
    }

        .responsiveTable caption {
            font-size: 1.3em;
        }

        .responsiveTable thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .responsiveTable tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .responsiveTable td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .9em;
            text-align: right;
        }

            .responsiveTable td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            .responsiveTable td:last-child {
                border-bottom: 0;
            }

    .customSpanTable {
        text-align: center !important;
        background: #af4154 !important;
        color: white !important;
        font-size: 13px !important;
        margin-bottom: 10px !important;
    }

        .customSpanTable td {
            font-size: 13px !important;
            text-align: center !important;
        }

    .table-new-add {
        top: -2px;
    }

    .item-title {
        font-size: 20px;
        margin-bottom: 20px !important;
    }

    .titleDescription {
        text-align: justify;
    }

    .result-counter {
        height: auto;
    }

    .result-tabs {
        overflow-y: hidden;
        margin-bottom: 10px;
    }

    .item-flex-container {
        flex-direction: column;
    }

        .item-flex-container .tab-menu {
            display: flex;
            margin: 0;
            width: auto;
            overflow-x: scroll;
        }

        .item-flex-container .custom-tab-content {
            width: 100%;
            padding: 0;
            border-top: none;
            min-height: auto;
        }

        .item-flex-container label {
            margin: 0;
            margin-bottom: 10px;
        }

        .item-flex-container .content-container {
            padding: 0px 0 15px 0;
        }

        .item-flex-container .content-title {
            margin-top: 15px;
            padding-left: 10px;
        }

    .item-container {
        padding: 0px;
    }

    .content-container form {
        width: auto;
        padding: 10px;
    }

    .content-container .btn-primary {
        float: left;
        margin-bottom: 20px;
    }

    .customUserItemTitle {
        position: relative;
        left: 10px;
        top: 10px;
    }

    .content-container .info {
        padding: 10px;
    }

    .content-container .customBtn {
        width: auto;
        margin-left: 10px;
    }

    .user-panel-wrapper ul li:first-child,
    .user-panel-wrapper {
        display: none;
        box-shadow: none;
    }

    .mobileRespMenu {
        display: block;
        background: #e02848;
        color: white;
        font-weight: bold;
        text-align: center;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
        border-radius: 5px;
        cursor: pointer;
        margin-bottom: 20px;
    }

    .user-area-main {
        padding: 15px 0;
    }

    .respPositionRelative {
        position: relative;
    }

    /*    sonradan eklenenler*/

    .nested-tree.visible {
        display: block;
    }

    .tree-item {
        cursor: pointer;
    }

        .tree-item.tree-item-down::after {
            content: " ▼"; /* Açılmış ikon */
        }

        .tree-item:not(.tree-item-down)::after {
            content: " ►"; /* Kapalı ikon */
        }


    .highight {
        background-color: #af4154;
    }
}

@media screen and (max-width: 991px) {
    /* Overflow engelleme - Ekran kaymasını önle */
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Bootstrap grid - Tüm col-* sınıfları mobilde tam genişlik */
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6,
    .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4,
    .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8,
    .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
    .col-md-1, .col-md-2, .col-md-3, .col-md-4,
    .col-md-5, .col-md-6, .col-md-7, .col-md-8,
    .col-md-9, .col-md-10, .col-md-11, .col-md-12,
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4,
    .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8,
    .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        box-sizing: border-box !important;
    }

    /* Row düzeni - Negatif margin kaldır */
    .row {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Sidebar ve filtre alanları */
    aside, #sidebar, .sidebar, [id*="sidebar"] {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
    }

    /* Container genişlikleri */
    .container, .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 10px !important;
        padding-right: 20px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 15px !important;
        box-sizing: border-box !important;
    }

    /* Ana içerik wrapper */
    #page, .main-wrapper, [id*="page"], [class*="wrapper"] {
        padding-left: 10px !important;
        padding-right: 20px !important;
        padding-top: 15px !important;
        box-sizing: border-box !important;
    }

    /* Tüm içerik alanları */
    main, section, article, div[class*="content"] {
        max-width: 100% !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
        padding-left: 5px !important;
        padding-right: 10px !important;
    }

    /* Başlıklar ve kartlar */
    .card, .box, .panel, [class*="box"], [class*="card"] {
        margin-left: 5px !important;
        margin-right: 10px !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
}
