﻿/* Scrollbar Styling */
html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: var(--light);
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    transition: all .3s ease-in-out;
}

[ng-cloak].splash {
    display: block !important;
}

/* Action we're hiding */
.animate-fade.ng-hide-add {
    -webkit-transition: opacity 0.35s ease;
    transition: opacity 0.35s ease;
    opacity: 1;
}

.animate-fade.ng-hide-add-active {
    opacity: 0;
}

/* Action we're showing */
.animate-fade.ng-hide-remove {
    -webkit-transition: opacity 0.35s ease 0.35s;
    transition: opacity 0.35s ease 0.35s;
    opacity: 0;
}

.animate-fade.ng-hide-remove-active {
    opacity: 1;
}

.animate-fade.ng-hide-add, .animate-fade.ng-hide-remove {
    display: block !important;
}

.animate-fade {
    position: absolute;
}

.wow {
    visibility: hidden;
}

/* ngIf animation */
.animationIf.ng-enter,
.animationIf.ng-leave {
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

    .animationIf.ng-enter,
    .animationIf.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .animationIf.ng-leave,
        .animationIf.ng-enter.ng-enter-active {
            opacity: 1;
        }

.splash {
    display: none;
}

.user-dropdown .dropdown-menu {
    position: absolute;
}

.user-dropdown .dropdown-toggle::after {
    display: none;
}

body {
    background-color: #f9fbfd;
}

.btn:disabled {
    pointer-events: none;
    cursor: no-drop;
}

a[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.main-navbar .navbar-brand {
    margin-top: 0px;
}

#loading-bar-container {
    position: relative;
}

#loading-bar .bar {
    position: absolute;
    background: linear-gradient( to bottom right, rgba(18, 111, 235, 0.9), rgba(114, 3, 225, 0.9) );
}

#loading-bar-spinner {
    position: absolute;
}

.red-effect {
    box-shadow: 0 0 10px #683632 !important;
}

.green-effect {
    box-shadow: 0 0 10px #466832 !important;
}

.yellow-effect {
    box-shadow: 0 0 10px #686332 !important;
}

.black-effect {
    box-shadow: 0 0 10px #030302 !important;
}

.blue-effect {
    box-shadow: 0 0 10px #324b68 !important;
}

.br-theme-css-stars .br-widget a.br-selected:after {
    color: var(--warning) !important;
}

.top-back {
    background-color: #00639b;
    padding: 5px 0px;
}

    .top-back .top-menu {
        float: right;
        position: relative;
    }

        .top-back .top-menu .dropdown-toggle,
        .top-back .top-menu .dropdown-toggle:hover,
        .top-back .top-menu .dropdown-toggle:focus {
            color: #fff;
            font-size: 18px;
            text-decoration: none;
        }

            .top-back .top-menu .dropdown-toggle:after {
                border: none;
            }

        .top-back .top-menu .dropdown-menu {
            transform: translate3d(3px, 10px, 0px) !important;
            right: 0px;
            left: auto !important;
            top: auto !important;
            padding: 10px;
        }

    .top-back .content .logo-area {
        background-color: #fff;
        border: 1px solid #8d3c70;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        text-align: center;
        margin-right: 5px;
    }

        .top-back .content .logo-area img {
            transform: translateY(5px);
        }

    .top-back .content .text-area {
        color: #fff;
    }

        .top-back .content .text-area span {
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 100px;
            overflow: hidden;
            cursor: default;
        }

        .top-back .content .text-area .f1 {
            font-size: 8px;
        }

        .top-back .content .text-area .f2 {
            font-size: 12px;
        }

        .top-back .content .text-area .f3 {
            font-size: 14px;
            line-height: 1.1;
        }


.navbar .bg-blue {
    background-color: #0077ab;
}

.blue-navbar .navbar-brand {
    display: flex;
    align-items: center;
}

    .blue-navbar .navbar-brand .icon-area:before {
        position: absolute;
        width: 0;
        height: 0;
        border-left: 56px solid transparent;
        border-right: 0px solid #fff;
        border-bottom: 65px solid #fff;
        content: "";
        bottom: 0;
        left: -55px;
    }

    .blue-navbar .navbar-brand .icon-area {
        position: relative;
    }

    .blue-navbar .navbar-brand-img,
    .blue-navbar .navbar-brand > img {
        max-height: 100%;
    }

.blue-navbar .top-right {
    position: absolute;
    right: 0;
    top: 0px;
    background-color: #0077ab;
    height: 100%;
    font-size: 12px;
    letter-spacing: .2px;
    padding-left: 0px;
    padding-right: calc((100% - 1140px) / 2);
    padding-top: 9px;
}

.blue-navbar .navbar-menu .nav-link,
.blue-navbar .navbar-menu .nav-link:hover,
.blue-navbar .navbar-menu .nav-link:focus {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.blue-navbar .navbar-menu {
    position: absolute;
    right: 65px;
    bottom: -8px;
}

.main-navbar {
    justify-content: space-between;
}

    .main-navbar .nav-item .nav-link,
    .main-navbar .nav-item .nav-link:hover,
    .main-navbar .nav-item .nav-link:focus {
        color: #00639b;
        font-size: 14px;
        text-decoration: none;
    }

    .main-navbar .navbar-nav {
        right: 0px;
        top: -15px;
    }

    .main-navbar .navbar-toggler:focus {
        outline: 1px solid #00639b;
        border-radius: 5px;
    }

.badge-basket {
    font-size: .6rem;
    position: absolute !important;
    right: -2px;
    border: 1px solid #fff;
    top: -10px !important;
}


.arrow_box:after, .arrow_box:before {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    right: 2%;
}

.arrow_box:after {
    border-bottom-color: #fff;
    border-width: 10px;
    margin-right: 3px;
}

.arrow_box:before {
    border-bottom-color: #ddd;
    border-width: 13px;
}

.arrow_box .head {
    font-weight: 600;
    text-align: center;
    border-bottom: 1px solid #009dfe;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.arrow_box .name {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    white-space: nowrap;
    padding-bottom: 5px;
    border-bottom: 1px solid #00639b;
    margin-bottom: 5px;
    font-weight: 700;
}

    .arrow_box .name .icon {
        font-size: 18px;
        margin-right: 10px;
        color: #2e8966;
    }

.arrow_box .dropdown-item {
    padding: 5px 3px;
    display: flex;
    align-items: center;
    font-size: 13px;
}

    .arrow_box .dropdown-item .icon {
        color: #2e8966;
        font-size: 15px;
        margin-right: 7px;
    }

.navbar-alt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.btn-green,
.btn-green:hover,
.btn-green:focus {
    background-color: #2e8966;
    color: #fff;
    border: 1px solid #2e8966;
    border-radius: 5px;
    font-size: 15px;
    padding: 6px 10px;
    text-decoration: none;
    box-shadow: none;
}

    .btn-green.flex {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .btn-green.dropdown-toggle {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        padding: 8px 10px 5px 10px;
    }

        .btn-green.dropdown-toggle:focus {
            outline: none;
            box-shadow: none;
        }

        .btn-green.dropdown-toggle::after {
            content: '\f107';
            border: none;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            vertical-align: middle;
            display: contents;
        }

.btn-sepet-blue, .btn-sepet-blue:hover, .btn-sepet-blue:focus {
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    border-radius: 5px;
    font-size: 15px;
    padding: 6px 10px;
    text-decoration: none;
    box-shadow: none;
}

}

.bord img {
    height: 69%;
    position: absolute;
    left: 80%;
    z-index: 999;
    background-color: #ffffff;
    top: 17%;
}

.btn-green .count-area {
    background-color: #00639b;
    border-radius: 50%;
    border: 1px solid #2e8966;
    position: absolute;
    top: -6px;
    font-size: 12px;
    right: 0px;
}

    .btn-green .count-area .count {
        background-color: #00639b;
        border-radius: 50%;
        border: 1px solid #fff;
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.btn-green .fa-shopping-cart,
.btn-sepet-blue .fa-shopping-cart {
    font-size: 20px;
    margin-right: 8px;
}

.btn-blue.btn-sm {
    font-size: 13px;
    padding: 5px 10px;
    background-color: #00639b;
    color: #fff;
}

.box-area .dropdown-menu {
    transform: translate3d(3px, 15px, 0px) !important;
    right: 0px;
    left: auto !important;
    top: auto !important;
    padding: 10px;
    min-width: 300px;
}

.search-area {
    text-align: center;
    padding: 0px;
    width: 100%;
}

    .search-area .searchbar {
        border: 1px solid var(--primary);
        /*box-shadow: 0 0.5rem 1rem rgba(18, 38, 63, 0.15) !important;*/
        margin-right: 10px;
        display: flex;
        align-items: center;
        background: #f6f6f6;
        padding: 0px 0px 0px 10px;
        border-radius: 5px;
    }

        .search-area .searchbar .search_input {
            color: #d5d5d5;
            border: 0;
            outline: 0;
            background: none;
            width: 0;
            width: 100%;
        }

    .search-area .search_icon {
        background-color: var(--primary);
        color: #fff;
        padding: 7px 10px;
        font-size: 15px;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    .search-area .searchbar .search_input::placeholder {
        color: #d5d5d5;
    }

.page-content {
    border: 2px solid #d5d5d5;
    border-radius: 5px;
    padding: 20px 5px;
}

.checkbox label {
    margin-bottom: 0px;
}

    .checkbox label:after {
        content: '';
        display: table;
        clear: both;
    }

    .checkbox label:after {
        content: '';
        display: table;
        clear: both;
    }

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
}

.radio .cr {
    border-radius: 50%;
}

    .checkbox .cr .cr-icon,
    .radio .cr .cr-icon {
        position: absolute;
        font-size: .8em;
        line-height: 0;
    }

    .radio .cr .cr-icon {
        margin-left: 0.04em;
    }

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

    .checkbox label input[type="checkbox"] + .cr > .cr-icon,
    .radio label input[type="radio"] + .cr > .cr-icon {
        transform: scale(3) rotateZ(-20deg);
        opacity: 0;
        transition: all .3s ease-in;
    }

    .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
        font-size: 15px;
        color: #2e8966;
        top: 0px;
        left: 0px;
    }

    .radio label input[type="radio"]:checked + .cr > .cr-icon {
        transform: scale(1) rotateZ(0deg);
        opacity: 1;
        font-size: 10px;
        color: #2e8966;
        top: 4px;
        left: 50%;
        transform: translateX(-5.5px);
    }

    .checkbox label input[type="checkbox"]:disabled + .cr,
    .radio label input[type="radio"]:disabled + .cr {
        opacity: .5;
    }

.radio .text {
    font-size: 13px;
    margin-left: 5px;
}

.checkbox .text {
    font-weight: 700;
    margin-left: 5px;
}

.margin-row {
    margin-left: -15px;
    margin-right: -15px;
}

.sepet-table {
    font-size: 12px;
}

    .sepet-table thead {
        white-space: nowrap;
        background-color: #2e8966;
        color: #fff;
    }

        .sepet-table thead th {
            padding: 6px;
        }

    .sepet-table tbody td {
        padding: 6px;
    }

    .sepet-table .btn-white,
    .sepet-table .btn-white:focus,
    .sepet-table .btn-white:hover {
        padding: 0px;
        color: #fc0b0b;
        cursor: pointer;
        outline: none;
        box-shadow: none;
    }

.numeric-range .input-group {
    align-items: center;
    justify-content: center;
    margin: 0px;
}

.numeric-range .rangeInput {
    font-size: 12px;
    font-weight: 700;
    max-width: 70px;
}

    .numeric-range .rangeInput:focus {
        outline: 0px;
        border: 1px solid #c0c0c0;
        box-shadow: none;
    }

.numeric-range .btn {
    padding: 3px 8px;
    background-color: #c0c0c0;
    border-color: #c0c0c0;
    color: #000;
    min-width: 0px !important;
    border: none;
}

    .numeric-range .btn strong {
        display: none;
    }

.numeric-range .input-group-append .btn:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
}

.numeric-range .input-group-prepend .btn:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
}

.numeric-range .input-group-prepend,
.numeric-range .input-group-append {
    height: 32px;
}

.product-display {
    border: 2px solid #d5d5d5;
    border-radius: 5px;
    padding: 20px 5px;
}

.sepet-modal .gif-area {
    text-align: center;
}

    .sepet-modal .gif-area img {
        width: 200px !important;
    }

.sepet-modal .text-area {
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
}

.siparis-ozet-area {
    padding-left: 15px;
    padding-right: 0px;
}

.main-area {
    padding: 0px;
}

.siparis-ozet-area .product-display {
    padding: 0px;
}

.siparis-ozet-area .back-white {
    background-color: #fff;
    padding: 15px;
    text-align: right;
}

.siparis-ozet-area .back-grey {
    background-color: #f3f3f3;
    padding: 15px;
    text-align: right;
}

.siparis-ozet-area .text-xs {
    font-size: 11px;
    display: block;
}

.siparis-ozet-area .area-head {
    color: #00639b;
    font-weight: 600;
    font-size: 23px;
}

.siparis-ozet-area .count-area {
    font-size: 14px;
}

.siparis-ozet-area .text-lg {
    font-size: 25px;
}

    .siparis-ozet-area .text-lg.green {
        color: #2e8966;
        font-weight: 600;
    }

.siparis-ozet-area .btn-blue {
    background-color: #00639b;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.siparis-ozet-area .text-line {
    text-decoration: line-through;
}

.siparis-wizard-area {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 20px 0px 40px 0px;
}

    .siparis-wizard-area .wizard-box {
        text-align: center;
        margin: 0px 5px 0px 8px;
        opacity: 0.5;
        position: relative;
    }

        .siparis-wizard-area .wizard-box.active {
            opacity: 1;
        }

        .siparis-wizard-area .wizard-box .image-box {
            padding: 5px;
            border: 3px solid #00639b;
            border-radius: 50px;
            display: inline-block;
        }

        .siparis-wizard-area .wizard-box .image-area {
            width: 25px;
            height: 25px;
            text-align: center;
        }

    .siparis-wizard-area .text-area {
        color: #00639b;
        font-size: 13px;
        font-weight: 600;
        position: absolute;
        left: 50%;
        transform: translateX(-68px);
        white-space: nowrap;
        width: 135px;
        margin-top: 10px;
        margin-top: 5px;
    }

    .siparis-wizard-area .wizard-ok.active {
        border: 2px solid #2e8966;
    }

    .siparis-wizard-area .wizard-ok {
        width: 100px;
        height: 2px;
        border: 2px solid #aaaaaa;
        margin-left: 5px;
        position: relative;
    }

        .siparis-wizard-area .wizard-ok:after {
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-right: 5px;
            position: absolute;
            font-size: 25px;
            top: -19px;
            right: -10px;
            color: #aaa;
        }

        .siparis-wizard-area .wizard-ok.active:after {
            color: #2e8966;
        }

.main-area .area-head {
    color: #00639b;
    font-weight: 600;
    font-size: 23px;
}

.fancybox-content {
    border-radius: 5px;
}

    .fancybox-content .form-group {
        margin-bottom: 1rem;
    }

        .fancybox-content .form-group > label {
            font-size: 85%;
        }

.fancybox-slide--html {
    padding: 15px !important;
}

.fancybox-is-open .fancybox-bg {
    opacity: .6 !important;
}

.fc-confirm {
    max-width: 400px !important;
}

/*.fc-container .fancybox-bg {*/
/*background: #eee;*/
/*}

.fancybox-is-open.fc-container .fancybox-bg {
    opacity: .95;
}

.fc-content {
    box-shadow: none;
    max-width: 550px;
}

.fancybox-content {
    background-color: transparent !important;
    box-shadow: none;
}*/
/* Custom animation */
/*.fancybox-fx-material.fancybox-slide--previous,
.fancybox-fx-material.fancybox-slide--next {
    opacity: 0;
    transform: translateY(-60px) scale(1.1);
}

.fancybox-fx-material.fancybox-slide--current {
    opacity: 1;
    transform: translateY(0) scale(1);
}*/
.page-box {
    padding: 0px 15px;
}

.form-group .control-label {
    font-size: 12px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
    height: 20px;
    display: block;
}

.form-group .form-control {
    font-size: 13px;
}

.field-validation-error {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .8125rem;
    color: #e63757;
}

.dataTables_paginate {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
}

    .dataTables_paginate .first {
    }

    .dataTables_paginate > span {
    }

        .dataTables_paginate > span > .paginate_button {
            position: relative;
            display: block;
            padding: 1.25rem 0.75rem;
            margin-left: -1px;
            line-height: 1.25;
            margin-top: -1px;
        }

    .dataTables_paginate .paginate_button:hover {
        cursor: pointer;
    }

    .dataTables_paginate > span > .paginate_button.current {
        border-bottom: 1px solid;
        border-width: 0 0 1px 0 !important;
        background-color: transparent;
        border-color: #2c7be5;
        color: #12263f;
    }

.dataTables_processing {
    padding: 15px 20px;
}

.table .sorting:hover,
.table .sorting_desc:hover,
.table .sorting_asc:hover {
    cursor: pointer;
}

.table .sorting::after {
    content: '\f0dc';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #a2aacc;
    margin-left: .5rem;
    font-size: .8rem;
}

.table .sorting_desc::after {
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #2c7be5;
    margin-left: .5rem;
    font-size: .8rem;
}

.table .sorting_asc::after {
    content: '\f0de';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #2c7be5;
    margin-left: .5rem;
    font-size: .8rem;
}

.dataTables_paginate span.ellipsis {
    position: relative;
    display: block;
    padding: 1.25rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    margin-top: -1px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

    table.dataTable > tbody > tr.child ul.dtr-details > li {
        display: flex;
        justify-content: space-between;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: calc(50% - 10px) !important;
    left: -10px !important;
    background-color: var(--secondary) !important;
}

table.dataTable > tbody > tr.shown + tr {
    background-color: #E9F2F8;
}

table.detail-row-table,
table.primary-table,
table.secondary-table {
    position: relative;
}

    table.detail-row-table > thead > tr > th {
        background-color: var(--secondary);
        color: white;
        font-size: 9px;
    }

    table.primary-table > thead > tr > th {
        background-color: var(--primary);
        color: white;
        font-size: 9px;
    }

    table.secondary-table > thead > tr > th {
        background-color: var(--secondary);
        color: white;
        font-size: 9px;
    }

    table.detail-row-table .sorting::after,
    table.detail-row-table .sorting_asc::after,
    table.detail-row-table .sorting_desc::after {
        color: white;
    }

    table.detail-row-table thead:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0de";
        background-color: #fff;
        display: grid;
        color: #2e8966;
        font-size: 35px;
        padding: 0px;
        height: 0px;
        position: absolute;
        top: -21px;
        left: 10px;
    }

    table.primary-table thead:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0de";
        background-color: #fff;
        display: grid;
        color: var(--primary);
        font-size: 35px;
        padding: 0px;
        height: 0px;
        position: absolute;
        top: -21px;
        left: 10px;
    }

    table.secondary-table thead:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0de";
        background-color: #fff;
        display: grid;
        color: var(--secondary);
        font-size: 35px;
        padding: 0px;
        height: 0px;
        position: absolute;
        top: -21px;
        left: 10px;
    }

.detail-row-table td.over {
    position: relative;
}

    .detail-row-table td.over:before {
        content: "";
        border-radius: 100px;
        width: 5px;
        height: calc(100% - 10px);
        background-color: #ef6666;
        position: absolute;
        top: 5px;
        left: 5px;
        opacity: .7;
    }

.mmax {
    max-width: 100px;
    padding-top: 0 !important;
}

    .mmax .dataTables_wrapper {
        padding-top: 1rem;
        overflow-x: auto;
    }

.webinol-menu {
    max-width: 300px;
    width: 100%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-width: 5px;
}

.webinol-menu .list-group-item.active {
    background-color: var(--secondary);
    border-color: var(--light);
    border: none;
    /*border-left: 5px solid var(--primary);*/
    margin: 0px 0px;
    color: white;
    opacity: .9;
}

    .webinol-menu .list-group-item.active a {
        color: white;
    }

    .webinol-menu .list-group-item.active i {
        color: white !important;
    }

/*.select2-results__option--highlighted,
.select2-results__option[aria-selected='true'] {
    color: white;
    background-color: var(--secondary);
}*/

/*.deneme .select2-results__option {
    color: var(--dark);
    background-color: var(--white);
}
*/

.select2-results__option[aria-selected='true'] {
    position: relative;
}

.hide-text .select2-selection__rendered {
    display: none;
}


.list-group .list-group-item.selected .card {
    border-color: var(--success);
}

    .list-group .list-group-item.selected .card:before {
        content: '\f058';
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        color: var(--success);
        position: absolute;
        right: 7px;
        top: 0;
        font-size: 1.7rem;
        opacity: .8;
    }

.load-gif {
    position: absolute;
    z-index: 999999999;
    backdrop-filter: grayscale(0.5) opacity(0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    height: 100%;

}

    .load-gif img {
        margin: 0px;
        /*transform: translateY(400px);*/
        /*width: 200px;*/
    }

.detay-modal {
    padding: 30px 25px 20px !important;
}


.table tbody th, .table thead th {
    white-space: nowrap;
}

.detay-modal .table thead tr th {
    font-size: 12px;
    padding: 5px;
    white-space: normal;
}

.detay-modal .table tbody tr td {
    font-size: 13px;
    padding: 5px;
    white-space: normal;
}

.cursor-pointer {
    cursor: pointer;
}

.mobil-customer-area {
    display: none;
}

.blue-navbar .customer-name {
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-outline-gray {
    background-color: #fff;
    box-shadow: 1px #c0c0c0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
}

    .btn-outline-gray:hover,
    .btn-outline-gray:focus {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px;
    }

.card-table .detail-box {
    padding: 0px !important;
}

    .card-table .detail-box .detail-box {
        padding: 0px !important;
    }

.back-primary {
    background-color: var(--primary);
}

.product-image-area .card-header .text-area {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    display: block;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 38px;
}

.product-image-area .card,
.product-image-area .card-header {
    /*border-radius: 0px !important;*/
}

.product-image-area .card-body {
    border: 1px solid #bfbfbf;
    
    /*border-top: 0px;*/
}

    .product-image-area .card-body img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.card-table .listing-area tbody td:first-child, .card-table thead th:first-child {
    /*padding-left: 5px !important;*/
}

.listing-area .table-primary thead th {
    background-color: var(--primary);
    color: #fff;
    padding: 0.3rem 0.5rem;
    text-transform: none;
}

.listing-area .table-primary thead {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .listing-area .table-primary thead th:first-child {
        border-top-left-radius: 8px;
    }

    .listing-area .table-primary thead th:last-child {
        border-top-right-radius: 8px;
    }

.listing-area .table-primary,
.listing-area .table-primary:hover,
.listing-area .table-primary:focus {
    background-color: transparent;
}

.listing-area .seller-area .text-small {
    font-size: 10px;
}

.listing-area .seller-area .seller {
    width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.listing-area tbody tr td {
    font-size: 12px;
    font-weight: bold;
}

.listing-area .table-primary tbody tr td {
    padding: 0.8rem 0.5rem;
    border: none;
}

.listing-area .table-primary tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

.listing-area .table-primary tbody tr:nth-child(2n) {
    background-color: #f2f2f2;
}

.listing-area .table-primary tbody {
}

.barem-dropdown .dropdown-toggle:after {
    content: '';
}

.barem-dropdown .dropdown-menu {
    border-radius: 0px;
    border: 1px solid var(--primary);
    padding: 0px;
    top: 9px !important;
    left: 7px !important;
    min-width: 245px;
}

    .barem-dropdown .dropdown-menu:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0de";
        background-color: #fff;
        display: grid;
        color: var(--primary);
        font-size: 31px;
        padding: 0px;
        height: 0px;
        position: absolute;
        top: -20px;
        right: 10px;
    }

    .barem-dropdown .dropdown-menu .header {
        margin-bottom: 0px;
        background-color: var(--primary);
        color: #fff;
        font-size: 12px;
        padding: 3px;
        text-align: center;
    }

.hard-shadow {
    box-shadow: 0 5.40728px 10.8146px rgba(0,0,0,.3) !important;
}

.seller-info-box {
    margin-top: 40px;
}

    .seller-info-box .seller-back {
        background-color: var(--secondary);
        border-radius: 10px;
    }

    .seller-info-box .seller-name-area {
        width: 85%;
        margin: auto;
    }

        .seller-info-box .seller-name-area .seller-character {
            font-size: 80px;
            font-weight: bold;
            color: #fff;
            margin-right: 5px;
            line-height: 1;
        }

        .seller-info-box .seller-name-area .seller-name {
            font-size: 12px;
            color: #fff;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 155px;
            width: 155px;
            margin-top: 20px;
        }

        .seller-info-box .seller-name-area .seller-city {
            font-size: 12px;
            color: #fff;
        }

    .seller-info-box .seller-name-area {
        display: flex;
        align-items: center;
    }

    .seller-info-box .seller-info-area {
        position: relative;
    }

        .seller-info-box .seller-info-area .header-top-area {
            position: absolute;
            top: -40px;
            width: 100%;
        }

            .seller-info-box .seller-info-area .header-top-area .header-top {
                clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
                height: 40px;
                background-color: #000;
                border-radius: 10px 10px 0px 0px;
            }

                .seller-info-box .seller-info-area .header-top-area .header-top .header-top-gray {
                    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0% 100%);
                    height: 40px;
                    background-color: #fff;
                    border-radius: 10px 10px 0px 0px;
                }

    .seller-info-box .seller-info-area {
        width: 85%;
        margin: auto;
        background-color: #fff;
        height: 220px;
        border-radius: 0px 0px 10px 10px;
        position: relative;
        padding: 0px 10px;
    }

        .seller-info-box .seller-info-area .header {
            font-size: 20px;
            color: #0077ab;
            font-weight: 600;
            text-align: center;
        }

.basket-border {
    border: 1px solid #b5b5b5;
    padding: 5px;
}

.seller-info-box .seller-info-area .text-area {
    font-size: 14px;
    font-weight: bold;
}

.seller-info-box .seller-info-area:before,
.seller-info-box .seller-info-area:after {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    right: 20px;
}


.seller-info-box .seller-info-area:before {
    border-top-color: #fff;
    border-width: 25px;
}

.seller-product-area .product-table thead tr th,
.mobile-basket .product-table thead tr th {
    background-color: var(--secondary);
    color: #fff;
    font-style: italic;
    font-size: 12px;
    padding: 3px;
}

    .seller-product-area .product-table thead tr th:first-child,
    .mobile-basket .product-table thead tr th:first-child {
        border-top-left-radius: 10px;
    }

    .seller-product-area .product-table thead tr th:last-child,
    .mobile-basket .product-table thead tr th:last-child {
        border-top-right-radius: 10px;
    }

.seller-product-area .product-table tbody tr:nth-child(2n+1),
.mobile-basket .product-table tbody tr:nth-child(2n+1) {
    background-color: #e5e5e5;
}

.seller-product-area .product-table tbody tr td,
.mobile-basket .product-table tbody tr td {
    font-size: 12px;
    padding: 3px;
    color: #000;
    font-weight: 600;
}

.product-table .btn-basket-delete,
.product-table .btn-basket-delete:hover,
.product-table .btn-basket-delete:focus {
    color: #e66502;
    border-color: #e66502;
    background-color: #fff;
    padding: 5px 7px;
    line-height: 1;
    outline: none;
}

.seller-product-area .not-area label {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.seller-product-area .not-area .form-control {
    font-size: 12px;
}

.seller-product-area .bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.seller-product-area .table-area {
    min-height: 235px;
}

.seller-head {
    background: white;
    height: 2rem;
    width: 100%;
    left: 0px;
    position: absolute;
    top: -2rem;
    transform: skew(0deg, -3deg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.seller-head-over {
    height: 2.5rem;
    width: calc(100% - 0px);
    left: 0px;
    position: absolute;
    top: -0.5rem;
    background: white;
}

.seller-info-area .header {
    position: relative;
    top: -16px
}

.product-star a:after {
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
}

.product-star a.br-selected:after {
    color: #ffc107 !important;
}

.br-theme-css-stars .br-widget a:nth-child(5) {
    margin-right: 0px;
}


.listing-area .table-primary tbody tr td:last-child {
    padding-left: 0px;
    padding-right: 0px !important;
}

.cerceve {
    position: relative;
    background: #fff;
    border: 1px solid #9ed93e;
    padding: 5px;
}

    .cerceve:before,
    .cerceve:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .cerceve:before {
        border-color: rgba(194,225,245,0);
        border-right-color: #9ed93e;
        border-width: 11px;
        margin-top: -11px;
    }

    .cerceve:after {
        border-color: rgba(255,255,255,0);
        border-right-color: #fff;
        border-width: 10px;
        margin-top: -10px;
    }

.text-small {
    font-size: 12px;
}

.tag-label {
    font-size: 13px;
    color: black;
    text-align: right;
    margin-bottom: 0px;
}

.form-group.row {
    align-items: center;
}

.form-group .tag-label:after {
    content: ':';
    margin-left: 5px;
}

.register-card .card-header {
    height: auto;
    background-color: var(--secondary);
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.customer-product-table tbody td:first-child, .customer-product-table thead th:first-child {

    max-width: 230px;
}

.order-status-text {
    text-transform: uppercase;
    color: var(--gray);
}

.order-status-value {
    position: relative;
}

    .order-status-value::before {
        content: "";
        position: absolute;
        top: 0;
        right: -12px;
        height: 8px;
        width: 8px;
        border-radius: 100%;
        background: red;
    }

.success.order-status-value::before {
    background: var(--success);
}

.danger.order-status-value::before {
    background: var(--danger);
}

.primary.order-status-value::before {
    background: var(--primary);
}

.warning.order-status-value::before {
    background: var(--warning);
}

.customer-product-table tbody td {
    font-size: 13px;
}
.contact-section .btn-floating {
    background-color: var(--primary);
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0;
    margin: 10px;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 47px;
    height: 47px;
}
.contact-section .btn-floating i {
    display: inline-block;
    width: inherit;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    line-height: 47px;
}
.customer-product-table tbody td:first-child h4{
    width:125px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}



@media (max-width: 1199px) {
    .blue-navbar .top-right {
            padding-right: calc((100% - 960px) / 2);
        }

        .listing-area .table-primary .btn-primary span {
            display: none;
        }

        .listing-area .table-primary .btn-primary {
            padding: 8px;
        }

        .listing-area .seller-area .seller-info {
            display: none !important;
        }

        .listing-area tbody tr td {
            font-size: 11px;
        }

        .listing-area .seller-area .dropdown-toogle {
            max-width: 120px;
        }

      

          

      

        .customer-product-table .btn-small {
            padding: 5px;
        }

            .customer-product-table .btn-small span {
                display: none;
            }
    }

@media (max-width: 991px) {

    .main-navbar {
        height: auto;
        margin-top: 20px;
    }

        .main-navbar .navbar-nav {
            position: relative;
            background-color: #fff;
        }

        .main-navbar .navbar-brand {
            margin-top: 0px;
        }

    .navbar-alt {
        position: relative;
        bottom: 0px;
        right: 0px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .search-area {
        margin-right: 10px;
    }

    .box-area {
        margin-right: 10px;
    }

    .search-area .searchbar {
        margin: 0px;
    }

        .search-area .searchbar .search_input::placeholder {
            color: #d5d5d5;
            font-size: 12px;
        }

    .navbar-alt .btn-green {
        padding: 3px 5px;
    }

        .navbar-alt .btn-green .fa-shopping-cart {
            font-size: 27px;
            margin-right: 0px;
        }

    .btn-green .count-area {
        right: -9px;
    }

    .btn-green.flex {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .siparis-wizard-area .text-area {
        white-space: normal;
        width: 85px;
        transform: translateX(-45px);
        font-size: 12px;
    }

    .siparis-wizard-area .wizard-ok {
        width: 50px;
    }

    .siparis-wizard-area {
        margin-bottom: 45px;
    }

    .siparis-ozet-area {
        padding-left: 0px;
    }

    .blue-navbar .top-right {
        padding-right: calc((100% - 720px) / 2);
    }

    .blue-navbar .navbar-menu {
        bottom: -11px;
    }

    .blue-navbar .mobil-navbar-brand {
        display: flex;
        align-items: center;
    }

    .blue-navbar .right-area {
        align-items: center;
    }

    .mobil-navbar .navbar-toggler {
        border: 1px solid var(--primary);
        padding: 10px 8px;
        background-color: var(--primary);
    }

    .mobil-navbar .navbar-toggler-icon {
        width: 25px;
        height: 2px;
        background-color: #fff;
        display: block;
        border-radius: 5px;
    }

    .mobil-navbar .navbar-toggler .navbar-toggler-icon:not(:last-child) {
        margin-bottom: 5px;
    }

    .navbar-alt {
        display: flex;
        align-items: center;
    }

    .btn-green .fa-shopping-cart, .btn-sepet-blue .fa-shopping-cart {
        margin-right: 0px;
    }

    .mobil-navbar .navbar-collapse:before {
        border-color: var(--primary);
    }

    .btn-group .btn-sepet-blue {
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }


    .mobile-basket .mobile-basket-header {
        color: white;
        background: var(--primary);
        padding: 3px 5px;
        font-size: 12px;
        font-style: italic;
    }

    .mobile-basket .seller-name {
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 35px;
        display: -webkit-box;
        margin: 0 auto;
    }

    .product-image-area .card-body,
    .product-image-area .card {
        border: 0px !important;
    }

    .product-image-area {
        border: 1px solid #b5b5b5;
        border-radius: 5px;
        padding: 5px;
        background-color: #fff;
    }


    .product-info-area .tag {
        color: black;
        font-weight: 600;
        font-size: 12px;
    }

        .product-info-area .tag:before {
            content: ':';
            margin-right: 5px;
        }

    .listing-area .btn-primary {
        font-size: 11px;
    }

  

      
        .customer-product-table tbody td:first-child .avatar{
            width:2rem;
            height:2rem;
        }

        .customer-product-table tr td {
            padding: 3px !important;
            font-size: 11px;
        }

    .customer-product-table thead th {
        font-size: 8px !important;
        padding: 3px;
    }



    .product-info-area .name {
        width: 100px;
        color: black;
        font-weight: 600;
        font-size: 12px;
    }

    .product-info-area .tag {
        color: black;
        font-weight: 600;
        font-size: 12px;
    }

        .product-info-area .tag:before {
            content: ':';
            margin-right: 5px;
        }

    .listing-area .btn-primary {
        font-size: 11px;
    }
}

@media (max-width: 767px) {
    .blue-navbar .top-right {
        padding-right: calc((100% - 540px) / 2);
    }

    .search-area {
        margin-right: 7px;
    }

    .box-area {
        margin-right: 7px;
    }

    .listing-area .table-primary tbody tr td,
    .listing-area .table-primary thead th {
        padding: 0.2rem;
        font-size: 10px;
    }

    .listing-area .table-primary .btn-primary {
        padding: 5px;
        font-size: 8px;
    }

    .listing-area .form-control {
        font-size: 10px;
        max-width: 35px !important;
    }

    .tag-label {
        text-align: left;
        margin-bottom: 5px;
    }
    
}

@media (max-width: 575px) {
    .blue-navbar .top-right {
        padding-right: 0px;
    }

    .blue-navbar .avatar-lg {
        margin-right: 10px;
    }
}

@media (max-width: 535px) {

    .blue-navbar .mobil-navbar-brand .logo-text img {
        width: 100%;
    }

    .blue-navbar .avatar-lg {
        width: 2.5rem;
        height: 2.5rem;
        font-size: 0.83333rem;
    }

    .blue-navbar .text-mobil-hide {
        display: none;
    }

    .mobil-customer-area {
        display: block;
        padding: 0px 10px 5px;
        border-bottom: 1px solid var(--secondary);
    }

        .mobil-customer-area .customer-name {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
}

@media (max-width: 490px) {

    .blue-navbar .bg-blue {
        display: flex;
        align-items: center;
    }

            .blue-navbar .text-mobil-small {
                font-size: 10px;
            }
            .listing-area .table-primary tbody tr td,
            .listing-area .table-primary thead th {
                padding: 0.2rem 0.2rem;
                font-size: 8px;
            }
            .product-info-area .name {
                width: 73px;
                color: black;
                font-weight: 600;
                font-size: 10px;
            }
            .product-info-area .tag {
                color: black;
                font-weight: 600;
                font-size: 10px;
            }
    .card-table .listing-area tbody td:first-child, .card-table thead th:first-child {
        padding-left: 5px !important;
    }
    .listing-area .table-primary .btn-primary{
        padding:2px;

    }
    .listing-area .table-primary .btn-primary .mr-1{
        margin-right:0px !important;
    }
        .listing-area .table-primary .form-control{
        font-size:8px;
    }
        }

/*****************************/
/*DESTEK MERKEZİ*/

.border-radius-0{
    border-radius:0px;
}
.destek-menu {
    border-top: 1px solid var(--light);
    border-right: 1px solid var(--light);
    border-top-right-radius: 0.5rem;
    margin-top: 46px;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}
.destek-menu ul {
    list-style: none;
    padding-left: 0px;
}

    .destek-menu ul > li {
        position: relative;
        z-index: 2;
    }

        .destek-menu ul > li a {
            text-decoration: none;
            color: #4a4a4a;
            font-size: 14px;
            font-family: 'Cerebri Sans', sans-serif;
            padding: 10px 5px 10px 15px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            transition: 0.2s;
            font-weight:bold;
        }

            .destek-menu ul > li a:hover {
                color: var(--primary);
            }

    .destek-menu ul ul {
        position: absolute;
        left: 0%;
        top: 0;
        width: 100%;
        visibility: hidden;
        opacity: 0;
        transition: transform 0.2s;
        transform: translateX(50px);
        border: 1px solid #d5d5d5;
        z-index: 25;
        background-color: white;
    }

        .destek-menu ul ul > li > a {
            padding: 4px 10px;
        }

            .destek-menu ul ul > li > a:hover {
                text-decoration: underline;
            }

.destek-menu li:hover > ul {
    left: 100%;
    visibility: visible;
    opacity: 1;
    transform: translateX(0px);
}

.destek-menu ul li i.fa-caret-right {
    flex-grow: 1;
    text-align: right;
}



.filtrele .form-control,
.filtrele .dropdown-toggle {
    height: 40px;
    border-radius: 4px;
}

    .filtrele .form-control:focus,
    .filtrele .dropdown-toggle:focus {
        border-color: #85298b;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #85298b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #85298b;
    }

    .filtrele .dropdown-toggle:hover,
    .filtrele .dropdown-toggle:focus,
    .filtrele .open .dropdown-toggle {
        background-color: transparent;
    }

.filtrele .input-group {
    z-index: 1;
}

.filtrele .btn-search {
    line-height: 1.87;
    border-radius: 4px;
    background-color: #acacac;
    color: white;
}

    .bootstrap-select.btn-group .dropdown-menu li a,
    .filtrele .btn-search:focus {
        outline: 0;
    }



.filtrele {
    padding: 20px 15px 30px 15px;
}

.aciklama-metni p {
    font-size: 14px;
    font-weight:bold;
}

.aciklama-metni {
    margin-top: 30px;
}

.pad-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.sol-border {
    border-left: 1px solid #ddd;
}

.soru-listesi ul {
    list-style: none;
    padding-left: 0px;
}

    .soru-listesi ul > li a {
        font-size: 13px;
        text-decoration: none;
        color: inherit;
    }

    .soru-listesi ul > li {
        padding: 3px 2px;
    }

.soru-listesi {
    margin-top: 30px;
}

    .soru-listesi ul > li:before {

        content: '\f0da';
        font-weight:900;
        font-family: "Font Awesome 5 Free";
        padding-right: 5px;
        color: #00639b;
    }

#soru-kategorisi {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #soru-kategorisi p {
        padding-left: 10px;
    }

    #soru-kategorisi ul {
        list-style-type: none;
        margin: 0;
        padding-left: 10px;
    }

        #soru-kategorisi ul li {
            float: left;
        }

            #soru-kategorisi ul li a,
            #soru-kategorisi ul li a:hover,
            #soru-kategorisi ul li a:focus {
                text-decoration: none;
                color: black;
                padding: 10px;
                font-size: 14px;
            }

            #soru-kategorisi ul li .burada,
            #soru-kategorisi ul li .burada:hover,
            #soru-kategorisi ul li .burada:focus {
                color: var(--secondary);
                font-weight: 600;
            }

            #soru-kategorisi ul li:after {
                content: '|';
                color: #4a4a4a;
            }

            #soru-kategorisi ul li:last-child:after {
                content: '';
            }

.title-border {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.soru-cevap-tablosu {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .soru-cevap-tablosu .soru {
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        font-weight: 900;
    }

    .soru-cevap-tablosu .cevap {
        padding: 10px 15px;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        
    }

        .soru-cevap-tablosu .cevap p,
        .soru-cevap-tablosu .cevap span,
        .soru-cevap-tablosu .cevap a {
            font-size: 14px !important;
           
        }




        .soru-cevap-tablosu .cevap a {
            color: #831f8a;
        }

#destek-merkezi-mobil-menu > ul {
    padding-left: 0px;
    list-style-type: none;
}

    #destek-merkezi-mobil-menu > ul > li a {
        text-decoration: none;
        color: #4a4a4a;
        font-size: 14px;
     
        padding: 10px 5px 10px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: 0.2s;
    }

#destek-merkezi-mobil-menu .dropdown.show .dropdown-toggle {
    color: var(--primary);
    font-weight: bold;
}

#destek-merkezi-mobil-menu .open .dropdown-menu {
    border: 1px solid #ddd;
    margin-left: 10px;
}
#destek-merkezi-mobil-menu .dropdown-menu.show {
    position: relative !important;
    border: 1px solid var(--light);
    transform: translate3d(0px, 0px, 0px) !important;
    margin:0px 8px;
}













/*DESTEK MERKEZİ*/