<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                                          supported by Chrome, Edge, Opera and Firefox */
}

.border {
    border: 1px solid #dee2e6 !important;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.modal.in.modal-vertical-centered {
    display: flex !important;
    align-items: center;
}

.tab-v2 {
    border: 0;
}

    .tab-v2.nav-tabs &gt; li {
        margin-bottom: 0;
    }

    .tab-v2 &gt; li &gt; a {
        color: #555;
        cursor: default;
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid transparent;
    }

.border-tab-content {
    border-left: 1px solid #dcf1f2 !important;
    border-right: 1px solid #dcf1f2 !important;
    border-bottom: 1px solid #dcf1f2 !important;
}

.border-color-tab {
    border-color: #a9e1e3 !important;
}


.tab-v2 &gt; li.active &gt; a {
    color: #555;
    background-color: #fff;
    border: 0;
    border-radius: 99px;
    border: 1px solid #DD23A03F;
    background-color: #99186F24;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}


.tab-v2.nav &gt; li:not(.active) &gt; a:hover {
    border: 0;
    cursor: pointer;
    border-radius: 99px;
    border: 1px solid #DD23A03F;
    background-color: #99186F24;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    /*border-bottom: 2px solid rgb(225, 126, 126);*/
}

.tab-v2.nav &gt; li:not(.active) &gt; a {
    border: 0;
    cursor: pointer;
    border-radius: 99px;
    border: 1px solid #DD23A03F;
    background-color: #99186F06;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    /*border-bottom: 2px solid rgb(225, 126, 126);*/
}

.tab-v2.nav &gt; li.active &gt; a {
    border-radius: 99px;
    border: 1px solid #DD23A03F;
    background-color: #99186F24;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
}

@media(min-width: 768px) {
    .tab-v2.nav &gt; li &gt; a {
        min-width: 100px;
    }

    .popover-w {
        min-width: 380px;
    }
}

.tab-v2-base {
    display: flex;
    justify-content: center;
    /*        box-shadow: 0 4px 2px -2px #f4d3d3;*/
}

.tabheaders {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    .tabheaders button.active {
        background-color: #ccc;
    }

    .tabheaders button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px 14px;
        transition: 0.3s;
        font-size: 15px;
    }

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-top: none;
    overflow: auto;
}

.range-picker-sm {
    height: unset;
    font-size: unset;
    padding: 2px;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.btn-default.btn-outline {
    color: #797777;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #2bb8c4;
}

.btn-green.btn-outline {
    border-color: #4cae4c;
	color: #43b543;
}
.btn-info.btn-outline {
    color: #508edb;
}

.btn-warning.btn-outline {
    color: #dab10d;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-success.btn-outline:hover {
    background-color: #27a4b060;
}

.btn-danger.btn-outline:hover {
    background-color: #e31d2d60;
}

.btn-primary.btn-outline:hover {
    background-color: #28609060;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.btn-primary.btn-outline:focus,
.btn-success.btn-outline:focus,
.btn-info.btn-outline:focus,
.btn-warning.btn-outline:focus,
.btn-danger.btn-outline:focus {
    color: #fff;
}

.danger-text {
    font-size: 20px;
    color: #fb2a2a;
    border: 1px solid #f7aeaea3;
    border-top: 3px solid #ff6161;
    border-bottom: 3px solid #ff6161;
    width: 60px;
    text-align: center;
    font-weight: bold;
    background-color: #ff00000f;
}

.stamp {
    color: #555;
    font-size: 3rem;
    font-weight: 700;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    font-family: 'Courier';
    mix-blend-mode: multiply;
}

.stamp-danger {
    color: #fb2a2a;
    border: 0.5rem double #ff000070;
    font-size: 2rem;
}

.stamp-success {
    color: #0A9928;
    border: 0.5rem solid #0A9928;
    border-radius: 0;
}


.p-1 {
    padding: 0.25em !important;
}

.p-2 {
    padding: 0.5em !important;
}

.p-3 {
    padding: 1em;
}

.p-4 {
    padding: 1.5em;
}

.p-5 {
    padding: 3em;
}

.panel-tools {
    margin: 0 !important;
    padding: 0 !important;
}

    .panel-tools &gt; .panel-heading {
        margin: 0;
        font-size: x-small;
        padding: 5px;
    }

    .panel-tools &gt; .panel-body {
        margin: 0;
        padding: 3px;
    }

    .panel-tools &gt; .panel-footer {
        margin: 0;
        padding: 3px;
    }

.ml-1 {
    margin-left: 0.25em !important;
}

.ml-2 {
    margin-left: 0.5em !important;
}

.ml-3 {
    margin-left: 1.0em !important;
}

.ml-4 {
    margin-left: 1.5em !important;
}

.ml-5 {
    margin-left: 3em !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.panel-secondary {
    border-color: #e9e9e9 !important;
}

    .panel-secondary &gt; .panel-heading {
        color: #98999a;
        background-color: #fafafa;
        border-color: #e9e9e9;
    }

md-checkbox &gt; .md-container {
    box-shadow: 0px 3px 3px 0px rgba(251, 29, 29, 0.23), 0 6px 20px 0 rgba(255, 17, 62, 0.43);
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #e9e9e9 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.bg-success-gradient {
    background: linear-gradient(90deg, rgb(212, 255, 206) 0%, #c4ffac 35%, rgb(229, 255, 238) 100%);
}

.tree {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

    .tree li:not(.ignore li,li.ignore) {
        list-style-type: none;
        margin: 0;
        padding: 10px 0 0 5px;
        position: relative
    }

        .tree li:not(.ignore li,li.ignore)::before,
        .tree li:not(.ignore li,li.ignore)::after {
            content: '';
            left: -20px;
            position: absolute;
            right: auto
        }

        .tree li:not(.ignore li,li.ignore)::before {
            border-left: 1px solid #999;
            bottom: 50px;
            height: 100%;
            top: 0;
            width: 1px
        }

        .tree li:not(.ignore li,li.ignore)::after {
            border-top: 1px solid #999;
            height: 20px;
            top: 25px;
            width: 25px
        }

    .tree li span:not(.ignore span,span.ignore) {
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #999;
        border-radius: 5px;
        display: inline-block;
        padding: 3px 8px;
        text-decoration: none
    }

    .tree li.parent_li &gt; span {
        cursor: pointer
    }

    .tree &gt; ul &gt; li:not(.ignore li,li.ignore)::before,
    .tree &gt; ul &gt; li:not(.ignore li,li.ignore)::after {
        border: 0
    }

    .tree li:not(.ignore li,li.ignore):last-child::before {
        height: 30px
    }

    .tree li.parent_li &gt; span:hover,
    .tree li.parent_li &gt; span:hover + ul li span:not(.select2 span) {
        background: #eee;
        border: 1px solid #94a0b4;
        color: #000
    }

.glow {
    animation: glow 1s ease-in-out infinite alternate;
}

.glow-green {
    animation: glow-green 1s ease-in-out infinite alternate;
}

.glow-blue {
    animation: glow-blue 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 5px #ed6b75, 0 0 10px #ed6b75, 0 0 15px #ed6b75, 0 0 20px #ed6b75, 0 0 25px #ed6b75, 0 0 30px #ed6b75, 0 0 35px #ed6b75;
    }

    to {
        text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff;
    }
}


@-webkit-keyframes glow-green {
    from {
        text-shadow: 0 0 5px #26b926, 0 0 10px #26b926, 0 0 15px #26b926, 0 0 20px #26b926, 0 0 25px #26b926, 0 0 30px #26b926, 0 0 35px #26b926;
    }

    to {
        text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff;
    }
}

@-webkit-keyframes glow-blue {
    from {
        text-shadow: 0 0 5px #39a1b9, 0 0 10px #39a1b9, 0 0 15px #39a1b9, 0 0 20px #39a1b9, 0 0 25px #39a1b9, 0 0 30px #39a1b9, 0 0 35px #39a1b9;
    }

    to {
        text-shadow: 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff, 0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff;
    }
}


.kayitbilgisi5.siparisdetay_var {
    background: linear-gradient(90deg, rgb(233, 255, 206) 0%, #c0f266 35%, rgb(227, 255, 208) 100%);
}
.kayitbilgisi5.siparisdetay_yok {
	background: linear-gradient(90deg, rgba(246, 255, 235, 0.24) 0%, #f6ffb954 35%, rgba(245, 255, 239, 0.57) 100%);
}

    .kayitbilgisi5.siparisdetay_var:hover {
        background: linear-gradient(90deg, rgb(212, 255, 206) 0%, #c4ffac 35%, rgb(229, 255, 238) 100%) !important;
    }
	
	.kayitbilgisi5.siparisdetay_yok:hover {
        background: linear-gradient(90deg, rgb(246, 255, 245) 0%, #fffeb9 35%, rgb(246, 255, 249) 100%)
    }

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #d3d3d3c4 !important;
    color: #333 !important;
}

.progress-bar-green {
    background-color: #4fc64f;
}

.progress-bar-gray {
    background-color: #eaeaea;
    color: #8a8a8a;
}

.label-green {
    background-color: #31b55e;
}

.label-black {
    background-color: #6b7071;
}

.note.note-green {
    background-color: #e0ffe282;
    border-color: #8fe695;
    color: #000;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.table &gt; tfoot &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th {
    padding: 5px;
}


.progress-bar {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.progress {
    box-shadow: rgba(0, 0, 0, 0.03) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
    border-radius: 0;
}

.uib-weeks {
    height: auto;
}

    .uib-weeks &gt; td {
        height: auto;
    }

.css-progress-label {
    display: inline-block;
}

.tabbable-line &gt; .nav-tabs &gt; li.noborderbottom:hover {
    border-bottom-width: 0;
}

.blacklisted {
    background-color: #e8e8e8;
}

.ng-hide-remove {
    display: none;
}


.note.note-yellow {
    background-color: #fdf1c13d;
    border-color: #f3cc3160;
    color: #000;
}

.note-sm {
    padding: 10px 10px 10px 10px;
    margin: 0 0 10px;
}

.note-xs {
    padding: 5px 5px 5px 5px;
    margin: 0 0 5px;
}

.shadow-1 {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.shadow-2 {
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.shadow-3 {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px
}
.shadow-4 {
	box-shadow: rgb(176, 199, 219) 3px 3px 6px 0px inset, rgba(171, 183, 198, 0.5) -3px -3px 6px 1px inset;
}
.shadow-orange-i{
	box-shadow: 0px 1px 2px rgba(255, 148, 112, 0.7), 0px 2px 4px rgba(255, 148, 112,0.7), 0px 4px 8px rgba(255, 148, 112,0.7), 0px 8px 16px rgba(255, 148, 112,0.7) !important;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #ccc;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.upload-area.dragover {
    background-color: #e0e0e0;
}

.upload-area {
    cursor: pointer;
}

.upload-thumbs {
    width: 150px;
}

.upload-span {
    min-width: 140px;
}

.upload-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em;
    box-sizing: border-box;
}

    .upload-group .upload-group-item {
        margin: 0;
    }
.w-unset {
	width: unset !important;
}
.z-index-1i{
	z-index: 1 !important;
}
.multiselect-top {
	position: relative;
}
.multiselect-top .btn-group {
	position: static;
}
@media(max-width: 767px) {
    .upload-group .upload-group-item {
        flex: 1 100%;
    }
}

@media(min-width: 768px) {
    .upload-group .upload-group-item {
        flex: 1 calc(50% - 0.125em);
    }
}

.opacity-50 {
    opacity: 0.5
}

.opacity-60 {
    opacity: 0.6
}

.opacity-75 {
    opacity: 0.75
}

.opacity-100 {
    opacity: 1
}


.float-group {
    --pad: .75rem;
    position: relative;
}

.float-control {
    padding: var(--pad);
    padding-top: 15px;
    outline: none;
}

.float-label {
    position: absolute;
    left: var(--pad);
    top: var(--pad);
    background: var(--bg);
    padding-inline: .3em;
    transition: transform 200ms;
    pointer-events: none;
    transform-origin: left;
}

.float-control::placeholder {
    opacity: 0;
}

.float-control:focus + .float-label,
.float-control:not(:placeholder-shown) + .float-label {
    transform: translateY(calc(-5% - var(--pad))) scale(.8);
}

.text-white {
    color: white;
}

.text-white-50 {
    color: rgba(255,255,255,.5);
}

.mt-1 {
    margin-top: 0.25em !important
}

.shadow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.fontSize11 {
    font-size: 11px;
}

.spnUGSonIslem {
    opacity: 0.5;
    font-size: 12px;
}

.spnUGDanisman {
    font-size: 11px;
    padding: 2px;
    color: white;
    background-color: #000000;
    border-radius: 5px;
}

.spnUGGorusmeTuru {
    font-size: 11px;
    padding: 2px;
    color: white;
    background-color: #ea5123;
    border-radius: 5px;
}

.spnUGDersYok {
    color: #ea5123;
}

.spnUGDTS0, .spnUGDTS1, .spnUGDTS2, .spnUGDTS3, .spnUGDTS4,
.spnUGDTS21, .spnUGDTS22, .spnUGDTS23, .spnUGDTS24 {
    font-size: 11px;
    padding: 2px;
    color: white;
    background-color: #92c070;
    border-radius: 5px;
}

.spnUGDTS11, .spnUGDTS12, .spnUGDTS13, .spnUGDTS14 {
    font-size: 11px;
    padding: 2px;
    color: white;
    background-color: #957ece;
    border-radius: 5px;
}

.spnUGDTS31, .spnUGDTS32, .spnUGDTS33, .spnUGDTS34 {
    font-size: 11px;
    padding: 2px;
    color: white;
    background-color: #de0033;
    border-radius: 5px;
}

.spnUGDTS41, .spnUGDTS42, .spnUGDTS43, .spnUGDTS44 {
    font-size: 11px;
    padding: 2px;
    color: white;
    background-color: #000000;
    border-radius: 5px;
}

.spnUGDTSplanicon {
    background-color: #ffffff;
    color: #000;
    border-radius: 10px;
    padding: 5px;
}

.spnUGDTS {
    font-size: 11px;
    padding: 2px;
    border-radius: 5px;
}

.spnUGDTS8 {
    color: white;
    background-color: #ff00dc;
}

.spnUGDTS8_1 {
    color: white;
    background-color: #ca32d7;
}

.spnUGDTS8_2 {
    color: white;
    background-color: #ca32d7;
}

.spnUGDTS8_3 {
    color: white;
    background-color: #685bff;
}

.spnUGDTS8_4 {
    color: white;
    background-color: #128C7E;
}

.spnUGDTSplanicon11, .spnUGDTSplanicon12, .spnUGDTSplanicon13, .spnUGDTSplanicon14,
.spnUGDTSplanicon21, .spnUGDTSplanicon22, .spnUGDTSplanicon23, .spnUGDTSplanicon24,
.spnUGDTSplanicon31, .spnUGDTSplanicon32, .spnUGDTSplanicon33, .spnUGDTSplanicon34,
.spnUGDTSplanicon41, .spnUGDTSplanicon42, .spnUGDTSplanicon43, .spnUGDTSplanicon44 {
}

.shadow-3 {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -12px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
</pre></body></html>