﻿@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');

.toast-title {
    font-weight: 700
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    line-height: 30px;
}

    .toast-message a, .toast-message label {
        color: #fff
    }

        .toast-message a:hover {
            color: #ccc;
            text-decoration: none
        }

.toast-close-button {
    position: relative;
    right: -.3em;
    top: 0em;
    float: right;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    opacity: 1
}

    .toast-close-button:focus, .toast-close-button:hover {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

    #toast-container * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    #toast-container > div {
        position: relative;
        pointer-events: auto;
        overflow: hidden;
        margin: 0 0 6px;
        padding: 15px 15px 15px 50px;
        width: 300px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-position: 15px center;
        background-repeat: no-repeat;
        color: #fff;
        opacity: 1
    }

    #toast-container > .toast-info {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-error {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
    }

    #toast-container > .toast-success {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
    }

    #toast-container > .toast-warning {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
    }

    #toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    #toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
        width: 96%;
        margin-left: auto;
        margin-right: auto
    }

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51a351 !important;
}

.toast-error {
    background-color: #bd362f !important;
}

.toast-info {
    background-color: #2f96b4 !important;
}

.toast-warning {
    background-color: #f89406 !important;
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4
}

@media all and (max-width:240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:241px) and (max-width:480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }
}

@media all and (min-width:481px) and (max-width:768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }
}

body {
    font-family: Rubik,sans-serif;
    font-size: 1.4rem !important;
    color: #6e7a8c !important;
    background: #f1f6f9 !important;
    min-height: 100vh;
    display: block;
    position: relative;
}

.headerlogo {
    padding: 100px 0 50px 0;
}

    .headerlogo img {
        height: 65px;
    }

.sidebarlogo {
    margin-bottom: 20px;
}

    .sidebarlogo img {
        height: 55px;
    }


.auth-form {
    width: 400px;
    margin: 0 auto;
}

h1 {
    font-size: 1.4rem !important;
    color: #067de2;
    margin-bottom: 2rem !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    font-family: Rubik,sans-serif;
}

.form-control2 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    border: 1px solid #dbe2eb !important;
    border-radius: .3rem !important;
    height: 3.5rem !important;
}

    .form-control2:focus {
        border-color: #067de2 !important;
        box-shadow: 0 2px 5px 1px rgb(9 119 198 / 0.14) !important;
    }

.form-control3 {
    font-size: 1rem !important;
    border: 1px solid #dbe2eb !important;
    border-radius: .3rem !important;
}

    .form-control3:focus {
        border-color: #067de2 !important;
        box-shadow: 0 2px 5px 1px rgb(9 119 198 / 0.14) !important;
    }

.btn-primary2 {
    transition: all .1s !important;
    background: #067de2 !important;
    border: 1px solid #067de2 !important;
    line-height: 2.5rem !important;
    border-radius: .2rem !important;
    font-size: 1rem !important;
    color: #fff !important;
    font-weight: 400 !important;
}

    .btn-primary2:hover,
    .btn-primary2:focus {
        box-shadow: 0 0 10px 2px #067de24e !important;
    }

.btn:disabled {
    cursor: not-allowed !important;
}


.sidebar {
    padding: 20px;
    width: 100%;
}

.sidebarmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebarmenu ul li a {
        display: flex;
        align-items: start;
        padding: 5px;
        border: 1px solid transparent;
        border-radius: 5px;
        color: #6e7a8c !important;
    }

    .sidebarmenu ul li a {
        color: #5e6c84;
        font-size: 17px;
        text-decoration: none;
    }

        .sidebarmenu ul li a i {
            font-size: 25px;
            margin-right: 10px;
        }

        .sidebarmenu ul li a:hover {
            border: 1px solid rgb(3, 135, 223);
            background-color: rgb(3, 135, 223, 0.04);
            color: rgb(3, 135, 223) !important;
        }

.w-15 {
    width: 15% !important;
}

.w-85 {
    width: 85% !important;
}

.datatablestyle {
    width: 100%;
    order: 1;
    background-color: #fff;
    padding: 1rem;
    position: relative;
    transition: all .2s ease-in-out;
    border: 1px solid rgb(3, 135, 223, 0.4);
    border-radius: 5px;
    font-size: 14px !important;
}

    .datatablestyle:hover {
        box-shadow: 0 0 15px 0 rgb(3 135 223 / 30%);
    }

.card-text > span {
    margin-right: 5px !important;
}

.boxikon {
    width: 50px;
    background-color: #067de2;
    height: 50px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 50px;
    margin-right: 15px;
}

.boxhtitle {
    font-size: 20px;
}

    .boxhtitle p {
        margin-bottom: 0 !important;
        font-weight: 500;
    }

    .boxhtitle span {
        font-style: italic;
        font-weight: 200;
        font-size: 15px;
    }

.fontstil {
    font-size: 12px;
}

.firmainfo ul {
    margin: 0;
    padding: 0;
}

.firmainfo li {
    list-style: none;
}

.firmalogo {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    position: relative;
    background-color: #fff;
    border: 1px solid #0000002b;
}

.firmainfo li img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
    width:auto!important;
}

.firmainfo li span {
    margin-left: 10px;
    font-size: 15px;
}

.firmainfo li a {
    color: #666;
    display: block;
    padding: 10px;
    text-decoration: none;
}

    .firmainfo li a:hover {
        background-color: #0000001d;
        border-radius: 5px;
    }

.tabs {
    position: relative;
    background: white;
    padding: 50px;
    border-radius: 5px;
}

    .tabs input[name=tab-control] {
        display: none;
    }

    .tabs .content section h2,
    .tabs > ul li label {
        font-weight: bold;
        font-size: 18px;
        color: #428BFF;
    }

    .tabs > ul {
        list-style-type: none;
        padding-left: 0;
        display: flex;
        flex-direction: row;
        margin-bottom: 10px;
        justify-content: space-between;
        align-items: flex-end;
        flex-wrap: wrap;
    }

        .tabs > ul li {
            box-sizing: border-box;
            flex: 1;
            width: 25%;
            padding: 0 10px;
            text-align: center;
        }

.tabs2 > ul li {
    width: 50% !important;
}

.tabs2 .slider {
    width: 50% !important;
}

.tabs > ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs ul li label br {
    display: none;
}

.tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}

    .tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
        fill: #bec5cf;
    }

.tabs .slider {
    position: relative;
    width: 33.3%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

    .tabs .slider .indicator {
        position: relative;
        width: 50px;
        max-width: 100%;
        margin: 0 auto;
        height: 4px;
        background: #428BFF;
        border-radius: 1px;
    }

.tabs .content {
    margin-top: 30px;
}

    .tabs .content section {
        display: none;
        -webkit-animation-name: content;
        animation-name: content;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        line-height: 1.4;
    }

        .tabs .content section h2 {
            color: #428BFF;
            display: none;
        }

            .tabs .content section h2::after {
                content: "";
                position: relative;
                display: block;
                width: 30px;
                height: 3px;
                background: #428BFF;
                margin-top: 5px;
                left: 1px;
            }

.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #428BFF;
}

    .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
        fill: #428BFF;
    }

@media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
}

.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
}

.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #428BFF;
}

    .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
        fill: #428BFF;
    }

@media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
    transform: translateX(100%);
}

.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
}

.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #428BFF;
}

    .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
        fill: #428BFF;
    }

@media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
    transform: translateX(200%);
}

.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
}

.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #428BFF;
}

    .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
        fill: #428BFF;
    }

@media (max-width: 600px) {
    .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
    transform: translateX(300%);
}

.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }

        .tabs ul li label br {
            display: initial;
        }

        .tabs ul li label svg {
            height: 1.5em;
        }
}

@media (max-width: 600px) {
    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

        .tabs ul li label span {
            display: none;
        }

    .tabs .slider {
        display: none;
    }

    .tabs .content {
        margin-top: 20px;
    }

        .tabs .content section h2 {
            display: block;
        }
}

.btn-sx {
    padding: 3px 6px !important;
    font-size: 12px !important;
}

.table th, .table td {
    min-width: 70px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.success {
    background-color: #067de2;
    display: block;
    border-radius: 4px;
    padding: 2px 4px;
    text-align: center;
    color: #fff;
}

    .success a {
        color: #fff !important;
        text-decoration: none !important;
    }

.warning {
    background-color: #ffc966;
    display: block;
    border-radius: 4px;
    text-align: center;
    padding: 2px 4px;
    color: #333;
}
.danger {
    background-color: #bd362f;
    display: block;
    border-radius: 4px;
    text-align: center;
    padding: 2px 4px;
    color: #fff;
}

.kargologo {
    text-align: left;
}

    .kargologo img {
        width: 25px;
        height: 25px; 
        display:block;
    }

.musterliste label {
    display: flex !important;
    padding: 10px;
    cursor: pointer;
    margin: 0 !important;
}

    .musterliste label:hover {
        background-color: #eee;
    }

.musterliste input {
    margin-right: 10px;
}

.musterliste {
    max-height: 400px;
    overflow: auto;
}

.tumu {
    background-color: #fff;
    border: none !important;
    font-size: 12px !important;
    float: right;
}

.custom-select-sm:focus,
.dataTables_filter input:focus {
    border-color: #067de2 !important;
}

.list-group h5 {
    font-size: 16px !important;
}

.list-group p {
    font-size: 13px !important;
    margin-bottom: 0 !important;
}

.list-group small {
    font-size: 60%;
}

.takipbtn {
    font-size: 13px;
    width: 100%;
    padding: 10px 0;
    border: none;
    background-color: #428BFF;
    border-radius: 5px;
    color: #fff;
}

    .takipbtn:hover {
        background-color: #067de2;
    }

.sr-only {
    position: relative !important;
    margin-right: 10px !important;
}

.takipbtn:disabled {
    cursor: not-allowed !important;
    background-color: #428BFF !important;
}


.table-bordered thead th {
    border-bottom: none !important;
    padding: 10px !important;
}

.dataTables_filter {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: 25%;
}

    .dataTables_filter label {
        margin: 0 !important;
        margin-right: 10px !important;
    }

.pagination {
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100%;
}

    .pagination li {
        list-style: none;
        display: inline-flex;
    }

        .pagination li a {
            display: block;
            padding: 5px 20px;
            text-decoration: none !important;
            font-weight: bold;
            color: #444;
            border-radius: 10% !important;
        }

            .pagination li a:hover {
                background-color: #f6f6f6;
            }

        .pagination li.active a {
            background-color: #067de2;
        }

        .pagination li.active a {
            color: #fff !important;
        }

table > tfoot > tr > td {
    padding: 5px !important;
}

.list a {
    text-decoration: none !important;
    color: #000;
    font-weight: bold;
}

.urunadi {
    max-width: 250px;
    word-break: break-all;
}

.alert {
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size: 15px;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.animated {
    background-color: #fff;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.3);
    font-size: 12px;
    font-weight: bold;
    padding-top: 23px;
}

.spinner-border {
    margin-bottom: 5px;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    visibility: visible !important;
    -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
    box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    background: #f8f8f8;
    border-bottom: 1px solid #d0d0d0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -12px;
    font-size: 20px !important;
    line-height: 20px;
    color: #303030;
    opacity: 0.4;
}

    .selectize-dropdown-header-close:hover {
        color: #000000;
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    float: left;
    border-top: 0 none;
    border-right: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
        border-right: 0 none;
    }

    .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
        display: none;
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

    .selectize-control.plugin-remove_button [data-value] .remove {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
        width: 17px;
        padding: 2px 0 0 0;
        font-size: 12px;
        font-weight: bold;
        color: inherit;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        border-left: 1px solid #0073bb;
    }

        .selectize-control.plugin-remove_button [data-value] .remove:hover {
            background: rgba(0, 0, 0, 0.05);
        }

    .selectize-control.plugin-remove_button [data-value].active .remove {
        border-left-color: #00578d;
    }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #aaaaaa;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    font-family: inherit;
    font-size: 13px;
    -webkit-font-smoothing: inherit;
    line-height: 18px;
    color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    display: inline-block;
    cursor: text;
    background: #ffffff;
}


.selectize-input {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: 8px 8px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    border-radius: 4px !important;
}

    .selectize-input.focus {
        border: 1px solid #0094ff !important;
    }

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 8px 2px;
}

.selectize-input.full {
    background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}


.selectize-input.dropdown-active {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.selectize-input > * {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: baseline;
    zoom: 1;
}

.selectize-control.multi .selectize-input > div {
    padding: 2px 6px;
    margin: 0 3px 3px 0;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    border-radius: 4px;
    background: #067de2;
}

    .selectize-control.multi .selectize-input > div.active {
        color: #ffffff;
        background: #0094ff;
    }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #ffffff;
    background: #d2d2d2;
    border: 1px solid #aaaaaa;
}

.selectize-input > input {
    max-width: 100% !important;
    max-height: none !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 1px !important;
    line-height: inherit !important;
    text-indent: 0 !important;
    background: none !important;
    border: 0 none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-user-select: auto !important;
}

    .selectize-input > input:focus {
        outline: none !important;
    }

.selectize-input::after {
    display: block;
    clear: left;
    content: ' ';
}

.selectize-input.dropdown-active::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #f0f0f0;
    content: ' ';
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    margin: -4px 0 0 0;
    background: #ffffff;
    border: 1px solid #178ee9;
    border-radius: 0 0 4px 4px !important;
    border-top: 0 none;
    padding-bottom: 5px;
}

    .selectize-dropdown [data-selectable] {
        overflow: hidden;
        cursor: pointer;
    }


    .selectize-dropdown [data-selectable],
    .selectize-dropdown .optgroup-header {
        padding: 5px 8px;
    }


    .selectize-dropdown .active {
        color: #495c68;
        background-color: #FFFFFF;
    }

        .selectize-dropdown .active.create {
            color: #495c68;
        }

    .selectize-dropdown .create {
        color: rgba(48, 48, 48, 0.5);
    }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}

    .selectize-control.single .selectize-input.input-active,
    .selectize-control.single .selectize-input.input-active input {
        cursor: text;
    }

.urunadi {
    cursor: pointer !important;
}

.popover {
    border-width: 3px !important;
    border-color: #000 !important;
}

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
    bottom: 4px !important;
}

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
    border-top-color: rgba(0,0,0,1) !important;
}
.navbar-toggler {
    display:none;
}
@media (max-width:1200px) {
    .navbar-toggler {
        display: block;
    }
     .w-15, .w-85, .dataTables_filter, .w-25, .ticket {
        width: 100% !important;
    }
    .mr-3{
        margin-right:0!important;
    }
    .mobilmenu{
        display:none;
    }
    .container-fluid > .d-flex,
    section > .d-flex{
        display: block !important;
    }
     

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    }

    .navbar-toggler {
        position: absolute;
        top: 27px;
        right: 20px;
    }
    .datatablestyle{
        margin-bottom:15px;
    } .sidebarlogo {
        margin-bottom: 0 !important;
    }

    .firmainfo, .sidebarmenu, .takipbtn, hr {
        display: none;
    }
    .mobilmenu {
        position: absolute;
        left: 10px;
        top: 80px;
        width: 95%;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 39px -18px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 39px -18px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 39px -18px rgba(0,0,0,0.75); 
        z-index:10;
    }
    .takipbtn{
        width:95%;
        margin-left:10px;
    }
    .pt-5{
        padding-top:1rem!important;
    }
}
.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
    .btn-check:checked + .btn {
        color: #fff !important;
        background-color: #6c757d !important;
        border-color: #6c757d !important;
    }