.my-orders {
    margin:30px 0;
}

ul.left-menu-bar {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul.left-menu-bar li {
    padding: 10px;
    border-bottom: 1px solid #d6d6d6;
    position: relative;
    cursor: pointer;
}

ul.left-menu-bar li:last-child {
    border-bottom: none;
}

ul.left-menu-bar li i {
    width: 25px;
}

ul.left-menu-bar li:after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 22px;
}

ul.left-menu-bar li.active {
    color: #4885be;
    background: #f9f8f6;
}

ul.left-menu-bar li:hover {
    color: #49749c;
}

.purchase-card-block {
    border-radius: 4px;
    box-shadow: 0px 5px 5px 0px rgba(85,85,85,.06);
    background: #fff;
    border: 1px solid #efece9;
    margin-top: 10px;
}

.purchase-card-block .card-purchase-inner {
    padding: 10px;
    height: 90px;
    position: relative;
    cursor: pointer;
}

.purchase-card-block .card-purchase-inner img {
    height: 70px;
    width: 70px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    position: absolute;
    left: 10px;
    top: 10px;
    object-fit: cover;
}

.purchase-card-block .card-purchase-inner span.siparisNo {
    position: absolute;
    top: 25px;
    left: 100px;
}

.purchase-card-block .card-purchase-inner span.siparisTarihi {
    position: absolute;
    bottom: 25px;
    left: 100px;
}

.purchase-card-block .card-purchase-inner span.siparisDurumu {
    position: absolute;
    top: 10px;
    left: 390px;
    line-height: 70px;
}

.purchase-card-block .card-purchase-inner button.collapseButton {
    position: absolute;
    right: 25px;
    top: 25px;
    height: 40px;
    border: none;
    width: 40px;
    border-radius: 60px;
}

.purchase-card-block .card-purchase-inner span.siparisUcreti {
    position: absolute;
    right: 90px;
    font-size: 20px;
    font-weight: 500;
    color: #42a51a;
    top: 25px;
    text-align: right;
}

.purchase-card-block .card-purchase-inner span.siparisUcretiText {
    position: absolute;
    bottom: 25px;
    right: 90px;
    text-align: right;
}

.purchase-card-block .card-purchase-inner span.circular.label {
    padding: 4px !important;
    margin-right: 3px;
}

.collapseBody {
    padding: 10px;
    border-top: 1px solid #efece9;
}

.page-timeline {
    margin: 30px auto 0 auto;
    position: relative;
    max-width: 100%;
    margin-bottom: 50px;
    border-left: 1px solid #efece9;
}

.page-timeline:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 83px;
    right: auto;
    height: 100%;
    width: 3px;
    background: #e2e2e2;
    z-index: 0;
}

.page-timeline:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 40px;
    background: #e2e2e2;
    background: -webkit-linear-gradient(top, #e2e2e2, rgba(52, 152, 219, 0));
    background: linear-gradient(to bottom, #e2e2e2, rgba(52, 152, 219, 0));
    top: 100%;
    left: 83px;
}

.vtimeline-content {
    margin-left: 120px;
    padding: 5px 20px 35px;
    text-align: left;
}

.vtimeline-content h3 {
    font-size: 1.5em;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}

.vtimeline-content p {
    font-size: 0.9em;
    margin: 0;
}

.vtimeline-point {
    position: relative;
    display: block;
    vertical-align: top;
    margin-bottom: 30px;
}

.vtimeline-icon {
    position: relative;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #e2e2e2;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 50px;
    z-index: 99;
    margin-left: 60px;
}

.vtimeline-icon i {
    display: block;
    font-size: 1.5em;
    line-height: 50px;

}

.vtimeline-date {
    width: 190px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 10px;
    font-weight: 400;
    color: #374054;
}

.mb20 {
    margin-bottom: 20px !important;
}

.collapseBody .col-md-3 {
    padding: 15px;
}

span.timelineTarih {
    display: block;
    font-size: 12px;
    color: #b1b1b1;
}

.satici-panel-mini {
    height: 60px;
}

.satici-panel-mini img {
    height: 40px;
    top: 10px;
    left: 15px;
}

.satici-panel-mini span.satici-adi {
    position: absolute;
    top: 13px;
    left: 75px;
    color: #525252;
    font-weight: 600;
}

span.satici-oran-resim {
    width: 100px;
    height: 6px;
    background: #dedede;
    display: block;
    position: absolute;
    left: 75px;
    border-radius: 2px;
    top: 36px;
}

.satici-panel-mini span.satici-oran {
    position: absolute;
    top: 29px;
    left: 185px;
    font-size: 11px;
}

@media only screen and (max-width: 768px) {

    .purchase-card-block .card-purchase-inner {
        height: 120px;
    }
    .purchase-card-block .card-purchase-inner span.siparisNo {
        top: 20px;
        left: 90px;
    }
    .purchase-card-block .card-purchase-inner span.siparisTarihi {
        top: 45px;
        left: 90px;
    }
    .purchase-card-block .card-purchase-inner span.siparisDurumu {
        top: 39px;
        left: 90px;
        width: calc(100% - 110px);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .purchase-card-block .card-purchase-inner span.siparisUcreti {
        font-size: 17px;
        top: 84px;
        left: unset;
        right: 20px;
    }
    .purchase-card-block .card-purchase-inner span.siparisUcretiText {
        top: 85px;
        left: 90px;
        right: auto;
    }
    .purchase-card-block .card-purchase-inner button.collapseButton {
        right: 20px;
        top: 15px;
        height: 30px;
        width: 30px;
    }
    .purchase-card-block .card-purchase-inner img {
        top: 25px;
    }

    .collapseBody {
        padding: 0;
    }

    .vtimeline-icon {
        margin-left: 10px;
    }

    .vtimeline-content {
        margin-left: 60px;
        padding: 5px 0 35px 20px;
    }

    .page-timeline:before {
        left: 33px;
    }

    .page-timeline:after {
        left: 33px;
    }

    .page-timeline {
        margin: 0 auto 50px;
    }

}

.teslimEdilenKod span.kodSpan {
    padding: 15px;
    margin-top: 5px;
    background: #ececec;
    position: relative;
    top: 20px;
    border-radius: 5px;
}

.teslimEdilenKod {
    margin-top: 25px;
}

span.satici-level {
    position: absolute;
    left: 75px;
    font-size: 11px;
    top: 30px;
}

textarea.autoDeliveryText {
    width: 100%;
    min-height: 100px;
    border: none;
}

ul.left-menu-bar li a {
    color: inherit;
}

.dark-theme .purchase-card-block {
    background: #3f4257;
    border-color: #3f4257;
    transition: 0.1s linear;
}

.dark-theme .purchase-card-block:hover {
    background: #4b4f6a;
    border-color: #555b81;
}

.dark-theme .collapseBody {
    border-top: 1px solid #3f4257;
    background: #383b50;
}

.dark-theme .satici-panel-mini {
    background: #323448;
}

.dark-theme .satici-panel-mini span.satici-adi {
    color: #d7d8e6 !important;
}

.dark-theme .page-timeline {
    border-left: 1px solid #3f4257;
}

.dark-theme .purchase-card-block .card-purchase-inner button.collapseButton {
    background: #5d6494;
    color: white;
}

.dark-theme .purchase-card-block .card-purchase-inner span.siparisUcreti {
    color: #fab166;
}

.dark-theme .purchase-card-block .card-purchase-inner img {
    border-color: #323448;
}

.dark-theme ul.left-menu-bar li {
    border-bottom: 1px solid #505367;
    color: #9b9cb3;
}

.dark-theme ul.left-menu-bar li.active {
    background: #2f3144;
    color: white;
}

.filtreBtn {
    float: right;
    position: absolute;
    right: 30px;
    top: 15px;
}

.panel-body h3 {
    margin: 0;
    padding-bottom: 5px;
    line-height: 34px;
}

.dark-theme .panel-body h3 {
    color: #d7d8e6;
}

#collapseFilter .well {
    margin: 0;
    margin-top: 10px;
}

.btn.btn-notification {
    background: linear-gradient(45deg, #667afa, #8c66fa);
    border: none;
    height: 40px;
    line-height: 40px;
    padding-block: 0;
}

.btn.btn-notification:hover {
    background: linear-gradient(45deg, #4059f7, #6c3bfb);
}

.btn.btn-notification i {
    margin-right: 5px;
}

a.btn.btn-block.btn-notification-action {
    height: 40px;
    line-height: 40px;
    padding-block: 0;
    color: white !important;
    text-shadow: 1px 1px 0px rgb(0 0 0 / 50%);
}

a.btn.btn-block.btn-notification-action:hover {
    filter: brightness(1.1);
}

a.btn.btn-block.btn-notification-action i {
    width: 25px;
    text-align: left;
}

.btn-primary.btn-notification-action {
    background: linear-gradient(45deg, #667afa, #66b4fa);
    border: none;
}

.btn-danger.btn-notification-action {
    background: linear-gradient(45deg, #fa6666, #592323);
    border: none;
}

.btn-warning.btn-notification-action {
    background: linear-gradient(45deg, #fab866, #594b23);
    border: none;
}

.btn-success.btn-notification-action {
    background: linear-gradient(45deg, #84fa66, #355923);
    border: none;
}

.collapse-notification-action-title {
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #d8ddff;
}

.filtreBtn .d-flex {
    gap: 10px;
}

.otomatikTeslimAlmadimNew .swal2-popup {
    width: 900px !important;
    max-width: 100% !important;
    padding: 35px 35px;
}

.otomatikTeslimAlmadimNew h2#swal2-title {
    font-size: 21px;
}

.dark-theme .otomatikTeslimAlmadimNew .btn-success {
    background: #9866fa;
    color: #eceeff;
    border-color: #9866fa;
}

.otomatikTeslimatNew {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.otomatikTeslimatNew .otomatikTeslimatNewCard {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background: #36394e;
    padding: 15px;
}

.otomatikTeslimatNewCard:nth-child(odd) {
    height: 160px;
    width: 400px
}

.otomatikTeslimatNewCard:nth-child(even) {
    height: 230px;
    width: 400px
}

@media (max-width: 468px) {
    .otomatikTeslimatNew {
        flex-direction: column;
        align-items: center;
    }

    .otomatikTeslimatNewCard:nth-child(odd) {
        height: 160px;
        width: 300px
    }

    .otomatikTeslimatNewCard:nth-child(even) {
        height: 230px;
        width: 300px
    }
}

.otomatikTeslimatNewCard > h2 {
    font-size: 16px;
    color: white;
    text-align: left;
}

.liveChatTitle {
    font-size: 16px;
    color: white;
    text-align: left;
    padding: 0;
    margin: 0;
}
.liveChatSubTitle {
    font-size: 13px;
    color: #c3c5d9;
    margin: 0;
    padding: 0;
    text-align: left;
}
.liveChatContent {
    font-size: 11px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.BosKanitBildiri {
    margin: 10px 0;
    padding: 10px 20px;
    background: #bb4e4e;
    color: white;
    font-size: 13px;
    text-align: left;
    border-radius: 3px;
    text-shadow: 1px 1px 0 #884747;
}