:root {
    --yesil: #68d1a9;
    --pembe: #ec6954;
    --mavi: #6879e1;
    --acikMavi: #3197ff;
    --fusya: #f03667;
    --sari: #fec52d;
    --acikSari: #ffe14c;
    --mor: #8965df;
    --kahve: #8A8583;
    --turuncu: #f99e1b;
}

.renkler {}

.poboldepo {
    background-color: #f8f9fb;
}
.poboldepo .m-content {
    max-width: 100%;
    margin: auto;
}
.poboldepo_logo {
    height: 30px;
    position: absolute;
    left: 20px;
    top: calc(50% - 15px);
}
.poboldepo_logo img{
    height: 100%;
    object-fit: contain;
}
.butonlar ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.butonlar ul a {
    width: calc(50% - 10px);
}

.butonlar ul li {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 18px;
    height: 150px;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 3px 3px 10px 3px #dddddd;
    -moz-box-shadow: 3px 3px 10px 3px #dddddd;
    box-shadow: 3px 3px 10px 3px #dddddd;

}

.butonlar ul li:active {
    -webkit-box-shadow: 0px 0px 0px 0px #dddddd;
    -moz-box-shadow: 0px 0px 0px 0px #dddddd;
    box-shadow: 0px 0px 0px 0px #dddddd;
}

.coklu {
    background-color: var(--yesil);
}

.tekli {
    background-color: var(--mor);
}

.altin {
     background: radial-gradient(ellipse farthest-corner at right bottom, #D1B464 0%, #D1B464 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #D1B464 0%, #D1B464 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}
.btn-altin{
     background: radial-gradient(ellipse farthest-corner at right bottom, #D1B464 0%, #D1B464 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #D1B464 0%, #D1B464 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
                border: none;
}
.btn-altin:hover{
     background:radial-gradient(ellipse farthest-corner at left top, #9f7928 0%, #9f7928 8%, #9f7928 25%, #9f7928 62.5%, #5d4a1f 100%);
    color: #fff !important;
                
}
.btn-altin a:hover{
    
}

.mal {
    background-color: var(--fusya);
}
.iptal-iade {
    background-color: var(--turuncu);
}

.kargo {
    background-color: var(--mavi);
}
.kargo_teslimat {
    background-color: var(--kahve);
}
.raf-yerlestirme {
    background-color: var(--acikSari);
}
.toplanan-siparis {
    background-color: var(--acikMavi);
}
.t_coklu {
    color: var(--yesil);
}

.t_tekli {
    color: var(--mor);
}

.t_raf {
    color: var(--sari);
}

.t_mal {
    color: var(--fusya);
}

.t_kargo {
    color: var(--mavi);
}

.butonlar ul li .icon {
    width: 250px;
    text-align: center;
    flex: 1 0;
    position: absolute;
    right: -70px;
    top: 15px;
    transform: rotate(-10deg);
}

.butonlar ul li .icon img {
    height: 128px;
    width: auto;
    opacity: 0.3;
}

.butonlar ul li .buton_adi {
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    max-width: 100px;
    line-height: 1.3;
    height: 100%;
    display: flex;
    align-items: center;
}

.bekleyen_adet {
    width: 50px;
    height: 50px;
    border: solid 3px #e7e7e7;
    border-radius: 100%;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 16px;
    justify-content: center;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-weight: 500;
    line-height: normal;
    background-color: #fff;
}

.pulse {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
}

#fancybox-outer {
    border-radius: 18px;
    padding: 15px;
}

#fancybox-content {
    max-width: 100%;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.bekleyen_adet.pulse {
    background-color: #f00;
    color: #fff;
}

.bekleyen_adet.bitti {
    background-color: #0fc70c;
    color: #fff;
}

.islem_sayfalari header,
.islem_sayfalari footer {
    display: none;
}

.ic_sayfa_baslik {
    width: 100%;
}

.arka_plan {
    position: absolute;
    width: 900px;
    height: 900px;
    border-radius: 100%;
    top: -610px;
    left: calc(50% - 450px);
    z-index: -1;
    overflow: hidden;
}

.arka_plan:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url(/poboleti2.com/public/admin/depo/img/daireler.png);
    background-repeat: repeat;
}

.poboldepo.islem_sayfalari .m-content {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    padding-bottom: 110px;
}

.poboldepo.islem_sayfalari .asamalar {
    max-width: 400px;
    margin: auto;

}

.asamalar .input-group {
    height: 60px;
}

.ic_sayfa_baslik .baslik_ic {
    margin: auto;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0px 30px 0px;
}

.ic_sayfa_baslik .baslik {
    position: relative;
    padding: 0px;
    text-align: left;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    width: 100%;
    line-height: 30px;
    text-align: center;
    margin-top: 10px;
}
.ic_sayfa_baslik .baslik ul {
    padding: 0px;
    margin: 0px;
}
.ic_sayfa_baslik .baslik ul li{
    list-style-type: none;
    font-size: 12px;
    padding: 5px 0px 0px 0px;
    line-height: 12px; 
}

.ic_sayfa_baslik .icon {
    width: 200px;
}

.baslik_icon {
    width: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ic_sayfa_baslik .icon img {
    width: 100%;
}

.baslik_ic .bekleyen_adet {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
}

.barkod_kutusu {
    padding: 20px;
    border-radius: 18px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 10px 0px #dddddd;
    -moz-box-shadow: 0px 10px 10px 0px #dddddd;
    box-shadow: 0px 10px 10px 0px #dddddd;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
}

.barkod_kutusu .form-group label {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.barkod_kutusu .form-group {
    margin-bottom: 30px;
}

.adet_input input {
    text-align: center;
    font-size: 70px !important;
    font-weight: bold;
    border: none;
    background-color: transparent !important;

}

.adet_input .btn {
    border-radius: 100% !important;
    color: #fff !important;
    width: 60px;
    height: 60px;
}

.form-control.focus,
.form-control:focus {
    border-color: #bfbfbf;
}

.asamalar .butonlar {
    border-radius: 18px;
    position: relative;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    padding: 0px 15px;
}

.asamalar .butonlar i {
    position: absolute;
    right: 15px;
    width: 34px;
    height: 34px;
    top: calc(50% - 17px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.asamalar .butonlar i.orta {
    right: calc(50% - 17px);
}

.asamalar .ilerleme {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 8px;
}

.asamalar .emir {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.asamalar .emir .alert {
    margin-top: 20px;
    border-radius: 18px;
}

.baslik_ic.flex-yok {
    display: block;
}

.istatistik {
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 1;
    left: 0px;
    padding: 15px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 5px;
    background-color: #fff;
    border-top: solid thin #efefef;
}

.asamalar .asama_bilgi {
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    border: solid thin #efefef;
    color: #bfbfbf;
    flex: 1 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.asamalar .asama_bilgi .baslik {
    font-size: 10px;
    font-weight: bold;
}

.asamalar .asama_bilgi .deger {
    font-size: 20px;
    font-weight: bold;
    color: #7e7e7e;
    cursor: pointer;
}

.asamalar .asama_bilgi .deger span {
    font-size: 14px;
}

.asamalar .alinacak_urun {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 15px;
    flex-wrap: wrap;
}
.asamalar .alinacak_urun select{
	
    height: 60px;
    width: 100px;
    border-radius: 8px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    border-color: #efefef;
}

.asamalar .alinacak_urun .urun_resmi {
    height: 60px;
    width: 60px;
}
.asamalar .alinacak_urun .urun_bilgileri .fiyat_desi{
    font-size: 12px;
    font-weight: normal;

}
.asamalar .alinacak_urun .urun_bilgileri .fiyat_desi span{
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}

.asamalar .alinacak_urun .urun_resmi img {
    max-height: 60px;
    width: 60px;
    object-fit: contain;
}

.asamalar .alinacak_urun .urun_bilgileri {
    width: calc(100% - 120px);
    font-weight: bold;
    font-size: 14px;
    flex: 3 1;

}

.asamalar .alinacak_urun .urun_bilgileri .urun_adi {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 38px;
    font-size: 13px;
}
.asamalar .alinacak_urun input , .asamalar .alinacak_urun .input-group .input-group-text{
    height: 50px;
}
.asamalar .alinacak_urun .input-group{
    height: 50px;
}

.asamalar .alinacak_urun .urun_bilgileri span {
    font-weight: normal;
    font-size: 12px;
    display: block;
}

.asamalar .alinacak_urun .alinacak_adet {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 35px;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    flex-direction: column;
}

.asamalar .alinacak_urun .alinacak_adet .deger {
    line-height: 30px;
}
.asamalar .alinacak_urun .alinacak_adet .deger i{
    font-size: 30px;
    cursor: pointer;
}

.asamalar .alinacak_urun .alinacak_adet span {
    font-size: 14px;
    line-height: 14px;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.barkod_kutusu .istatistik {
    position: relative;
    padding: 15px 0px 0px 0px;
}
.barkod_kutusu .istatistik .asama_bilgi , .barkod_kutusu .istatistik .asama_bilgi .deger {
    color: #fff !important;
}

.basarili {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    font-weight: bold;
    margin-bottom: 20px;
}

.barkod_kutusu .basarili i {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 60px;
    height: 60px;
    border: 2px solid #0eab98;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    font-size: 30px;
    margin-bottom: 30px;
    background-color: #0eab98;
}
.ticari-basarisiz
{
	color:#dd0000;
}
.barkod_kutusu .bekleyen_adet {
    right: 6px;
    bottom: 4px;
}
.asamalar .raf_durumu {
    border-radius: 18px;
    overflow: hidden;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;

}
.raf_durumu .raf_adi{
    padding: 15px 0px;
    font-weight: bold;
    text-align: center;
    width: 50%;
    font-size: 20px;
    height: 50px;
    background-color: rgb(220, 20, 60);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rafa_eklenen {
    padding: 15px 15px;
    font-weight: bold;
    text-align: left;
    width: 50%;
    font-size: 20px;
    height: 50px;
    position: relative;
    background-color: #ebedf2;    
}
.rafa_eklenen .adet{
    position: absolute ;
    height: 50px;
    width: 50px;
    right: 20px;
    top: calc(50% - 25px);
    border-radius: 100%;
    /*border: solid 2px rgb(220, 20, 60);*/ 
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.barkod_kutusu.eklenen_urunler{
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    
}
.barkod_kutusu.eklenen_urunler .alinacak_urun{
    border-bottom: solid thin #efefef;
    padding-bottom: 20px;
    
}
.barkod_kutusu.eklenen_urunler .alinacak_urun .alinacak_adet span {
    font-size: 10px;
    line-height: 11px;
    background-color: red;
    padding: 5px;
    border-radius: 4px;
    margin-top: 2px;
    cursor: pointer;
}
.barkod_kutusu.eklenen_urunler .alinacak_urun .alinacak_adet span i{
    font-size: 10px;
}
.barkod_kutusu.eklenen_urunler .alinacak_urun:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    
}
.sabit{
    position: sticky;
    top: 100px;
}
.asamalar .siparis_no {
    border-radius: 18px 18px 0px 0px;
    padding: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #2e2e2e;
    width: 200px;
    margin: auto;
    margin-top: 15px;
    font-weight: bold;
}
.istatistik_sayi{
    width: 100%;
    font-size: 40px;
    font-weight: bold;
}
/**** DASHBOARD******/
.m-portlet {
    border-radius: 18px;
}
.poboldepo.dashboard .m-content {
    max-width: unset;
}
.poboldepo.dashboard .butonlar ul a {
    width: calc(25% - 15px);
}
.poboldepo.dashboard .bekleyen_adet.buyuk {
    width: 80px;
    height: 80px;
}
ul.arama_sonuc {
    padding: 0px 20px;
    width: 100%;
    border: solid thin #efefef;
    position: absolute;
    border-radius: 15px;
    /* border-top: none; */
    z-index: 1;
    background-color: #fff;
    top: 62px;
    max-height: 200px;
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-box-shadow: 0px 10px 10px 0px #dddddd;
    -moz-box-shadow: 0px 10px 10px 0px #dddddd;
    box-shadow: 0px 10px 10px 0px #dddddd;
}
ul.arama_sonuc li{
    border-bottom: solid thin #efefef;
    width: 100%;
    list-style-type: none;
    font-size: 14px;
    padding: 15px 0px;
    cursor: pointer;

}
ul.arama_sonuc li:hover{
    font-weight: bold;
}
ul.arama_sonuc li:last-child{border:none}
.modal .modal-content .modal-body {
    padding: 15px;
    background-color: #efefef;
}
.modal .modal-content .modal-footer {
    padding: 15px;
}
@keyframes blink{
  0%{color: #bcbdc7;font-weight:600;background-color:#ffffff;}
  100%{color: #bcbdc7;font-weight:100;background-color: #ffffff;}
}
.invoice-error-text{
	animation: blink 2s ease infinite;
}
.poboldepo .dasboard-left-box {
    max-height: 440px;
}
/******MOBİL******/
@media (max-width: 1200px) {
    .poboldepo.islem_sayfalari .m-body {
        padding-top: 0px !important;
    }
    .m-header--fixed-mobile .m-topbar{top: -50px;}
    body.poboldepo.m-header--fixed-mobile .m-topbar{top:0px;}
    .m-page--wide .m-header, .m-page--fluid .m-header{
        background-color: transparent;
    }
    .m-footer{
        min-height: auto;
    }
    .poboldepo.dashboard .butonlar ul a {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 400px), 
       screen and (max-height: 800px){
    html, body {
        font-size: 12px;
    }
    .ic_sayfa_baslik .baslik {
        font-size: 18px;
        line-height: 26px;
    }
    .ic_sayfa_baslik .icon {
        width: 200px;
    }
    .barkod_kutusu .form-group label {
        font-size: 14px;
    }
    .poboldepo .mb-5, .poboldepo .my-5 {
        margin-bottom: 10px !important;
    }
    .poboldepo .mb-4, .poboldepo .my-4 {
        margin-bottom: 5px !important;
    }
    .poboldepo .mt-5{
        margin-top: 20px !important;
    }
    .poboldepo .form-control.m-input, .poboldepo .input-group-append, .poboldepo .input-group-text{
        height: 50px !important;
    }
    .raf_durumu .raf_adi {
    padding: 5px 0px;
    }
    .bekleyen_adet {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .rafa_eklenen {
        padding: 5px 15px;
    }
    .asamalar .alinacak_urun .urun_bilgileri .fiyat_desi {
        font-size: 9px;
        font-weight: normal;
    }
    .barkod_kutusu.eklenen_urunler .alinacak_urun .alinacak_adet span i {
        font-size: 8px;
    }
    .barkod_kutusu.eklenen_urunler .alinacak_urun .alinacak_adet span {
        font-size: 8px;
        line-height: 8px;
    }
    .rafa_eklenen .adet {
        height: 30px;
        width: 30px;
        top: calc(50% - 15px);
    }
    .adet_input input {
        font-size: 52px !important;
    }
    .adet_input .btn {
        border-radius: 100% !important;
        color: #fff !important;
        width: 50px;
        height: 50px !important;
        line-height: 45px !important;
        padding: 0px !important;
    }
    .barkod_kutusu .form-group {
        margin-bottom: 10px;
    }
    .asamalar .butonlar {
        height: 50px;
        line-height: 50px;
        padding: 0px 15px;
    }
    .asamalar .alinacak_urun .urun_resmi {
        height: 40px;
        width: 40px;
    }
    .asamalar .alinacak_urun .urun_resmi img {
        max-height: 40px;
        width: 40px;
        object-fit: contain;
    }
    .asamalar .alinacak_urun .urun_bilgileri .urun_adi {
        height: 32px;
        font-size: 11px;
    }
    .asamalar .alinacak_urun .urun_bilgileri span {
        font-weight: normal;
        font-size: 8px;
        display: block;
    }
    .asamalar .alinacak_urun .alinacak_adet {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .asamalar .alinacak_urun .alinacak_adet .deger {
        line-height: 20px;
    }
    .asamalar .alinacak_urun .alinacak_adet span {
        font-size: 11px;
        line-height: 10px;
    }
    .asamalar .raf_durumu {
        margin-top: 10px;
    }
    .ic_sayfa_baslik .baslik_ic {
        padding: 5px 0px 10px 0px;
    }
    .poboldepo .pb-4, .poboldepo .py-4 {
        padding-bottom: 5px !important;
    }
    .asamalar .asama_bilgi .deger {
        font-size: 15px;
    }
    .istatistik {
        padding: 10px;
    }
    
}
.pbl-picking-controller {
    padding: 0 10px;
}
.pbl-picking-controller > [class*="col-"] {
    padding: 0 5px;
}
.pbl-picking-controller > [class*="col-"] a {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    column-gap: 5px;
    line-height: 1;
}
.pbl-picking-controller > [class*="col-"] i {
    height: 14px;
    line-height: 1;
}
.basket-barcode-div .input-group .bootstrap-switch{margin:auto;}

.btn.w-check{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    line-height: 0px;
}
.btn.w-check label {
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
}
.btn.w-check > span {width: 100%;}
.depo_sayim_modu .asamalar .alinacak_urun .alinacak_adet {
    width: 120px;
    height: auto;
    font-size: 20px;
}
.camera-interface{
        justify-content: flex-start !important;
    height: auto !important;
    overflow: hidden;
}
.camera-container, .image-preview{
    height: auto;
    padding: 0px !important;
}
.camera-video{
    height: auto;
    width: 100%;
    border-radius: 8px;
}
.captured-image-container{
    height: auto;
    border-radius: 8px;
    position: relative;
        width: 100%;
}
.captured-image-container img {
    border-radius: 8px;
    min-height: 100%;
    object-fit: contain;
    max-width: 100%;
    width: 100%;
    
}
.camera-controls, .preview-actions{
    margin-top: 20px;
}
@media screen and (max-width: 400px), screen and (max-height: 800px) {
    
}