body{
	/*background-color:#e2f1ff;*/
/*	background: rgb(0,255,248);
background: linear-gradient(90deg, rgba(0,255,248,0.5) 0%, rgba(3,255,197,0.2) 52%, rgba(35,176,204,0.5) 100%);*/
}
.delivery-progress .wrapper:not(.active) .circle{
    width:80px;
    height:80px;
    border-radius:50px;
    border:3px solid #afbbca;
    display:flex;
    align-items:center;
    background:#fff;
    justify-content:center
}
.delivery-progress .wrapper:not(.active) .circle .icon{
    fill:#afbbca
}
.delivery-progress .wrapper *{
    position:relative;
    z-index:2
}
.delivery-progress{
    width:100%;
    margin-top:20px;
    display:flex;
    justify-content:space-around;
    margin-bottom:20px
}
.wrapper:not(.truck-wrapper):not(:first-child):before{
    content:"";
    position:absolute;
    right:50%;
    top:40px;
    width:100%;
    height:4px;
    background:#afbbca;
    z-index:1
}
.delivery-progress .content{
    margin-top:20px;
    font-size:15px;
    font-weight:bold;
    color:#6e7787;
    /*-webkit-text-stroke: 0.3px #000000;*/
}
.delivery-progress .wrapper .content{
    text-align:center
}
.delivery-progress .wrapper:not(:first-child).active:before{
    background:#2196f3; /* renk */
}
.delivery-progress .wrapper.active .circle{
    position:relative;
    width:80px;
    height:80px;
    border-radius:50px;
    background:#2196f3; /* renk */
    display:flex;
    align-items:center;
    justify-content:center;
    border:3px solid #0062b1; /* renk */
}
.delivery-progress .wrapper.active:last-child .circle{
    background:#0bc15c;
    border:3px solid #008f04;
}
.delivery-progress .wrapper.active.negative:last-child .circle{
	background:#cf0000;
    border:3px solid #7c0808;
}
.delivery-progress .wrapper.active.failure .circle{
    background:#ca2a32;
    border:3px solid #ca2a32
}
.delivery-progress .wrapper.active.pudo .circle{
    background:#ffba33;
    border:3px solid #ffba33
}
.delivery-progress .wrapper.active .circle .icon{
    fill:#fff
}
.delivery-progress .truck-wrapper{
    position:absolute;
    left:150%;
    top:12px;
    z-index:1
}
.delivery-progress .truck-wrapper:before{
    content:"";
    position:absolute;
    right:50%;
    top:25px;
    width:120px;
    height:4px;
    background:#2196f3
}
.delivery-progress .truck-wrapper:after{
    content:"";
    position:absolute;
    right:50%;
    top:23px;
    width:8px;
    height:8px;
    background:#2196f3;
    border-radius:50%
}
@media only screen and (max-width:600px){
    .delivery-progress .truck-wrapper{
        left:0;
        padding-left:150%;
        top:4px
    }
    .wrapper:not(.truck-wrapper):not(:first-child):before{
        content:"";
        position:absolute;
        right:50%;
        top:20px;
        width:100%;
        height:4px;
        background:#afbbca;
        z-index:1
    }
    .delivery-progress .truck-wrapper:after{
        content:"";
        position:absolute;
        right:0;
        top:11px;
        width:8px;
        height:8px;
        background:#2196f3;
        border-radius:50%
    }
    .delivery-progress .truck-wrapper:before{
        content:"";
        position:absolute;
        right:0;
        top:13px;
        width:100%;
        height:4px;
        background:#2196f3
    }
    .delivery-progress .wrapper:not(.active) .circle{
        width:40px;
        height:40px;
        border:2px solid #afbbca
    }
    .delivery-progress .wrapper:not(.active) .circle .icon{
        width:65%;
        height:65%
    }
    .delivery-progress .wrapper.active .circle{
        position:relative;
        width:40px;
        height:40px
    }
    .delivery-progress .wrapper.active .circle .icon{
        width:65%;
        height:65%
    }
    .delivery-progress .wrapper .circle .truck-icon{
        width:13px;
        height:10px
    }
    .delivery-progress .wrapper .content{
        font-size:8px
    }
}
.delivery-info{
    display:flex;
    flex-wrap:wrap;
    padding:30px
}
.delivery-info .item{
    width:25%;
    margin-bottom:2vh
}
.delivery-info .item .title{
    margin-bottom:5px;
    font-weight:400;
    margin-left:10px
}
.delivery-info .content{
    font-weight:bold;
    font-size:15px;
    color:#273142;
    margin-left:10px;
    overflow-wrap:break-word;
    word-wrap:break-word;
    -webkit-hyphens:auto;
    hyphens:auto
}
@media screen and (max-width:600px){
    .delivery-info .item{
        width:100%;
        margin-bottom:2vh
    }
}
.delivery-detail{
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    -webkit-margin-before:0;
    margin-block-start:0;
    -webkit-margin-after:0;
    margin-block-end:0;
    -webkit-margin-start:0;
    margin-inline-start:0;
    -webkit-margin-end:0;
    margin-inline-end:0;
    -webkit-padding-before:0;
    padding-block-start:0;
    -webkit-padding-after:0;
    padding-block-end:0;
    -webkit-padding-start:0;
    padding-inline-start:0;
    -webkit-padding-end:0;
    padding-inline-end:0
}
.delivery-detail-table{
    position:relative;
    width:100%;
    border-radius: 10px;
}
.delivery-detail.head{
    background:#273142;
    color:#fff
}
.delivery-detail.head li{
    justify-content:center;
    -webkit-margin-before:0;
    margin-block-start:0
}
.delivery-detail.head.single-column{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom:1px solid #6e7787
}
.delivery-detail.head.single-column li{
    padding:1.3em;
    font-size:13px
}
.delivery-detail.list{
    background:#fff;
    color:#273142
}
.delivery-detail.list li{
    border-right:1px solid #f4f7fa;
    border-bottom:1px solid #f4f7fa
}
.delivery-detail li:last-child{
    border-right:none
}
.delivery-detail li{
    flex:1 0;
    border-right:1px solid #6e7787;
    align-items:center;
    display:flex;
    padding:1.3em;
    font-size:13px
}
@media only screen and (max-width:600px){
    .delivery-detail.list:nth-child(2n){
        background:#eff0f1
    }
    .delivery-detail.list li:last-child{
        order:1
    }
    .delivery-detail.list li{
        font-size:11px
    }
    .delivery-detail.list li:first-child{
        order:2
    }
    .delivery-detail.list li:nth-child(2){
        order:3
    }
    .delivery-detail.list li:nth-child(3){
        order:4
    }
}
.pudo-delivery-info{
    display:flex;
    padding:10px
}
.pudo-delivery-info .courier-info{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:30px;
    background:#f4f7fa;
    margin-right:30px;
    width:35%;
    border-radius:10px
}
.pudo-delivery-info .courier-info .profile-photo{
    margin-right:15px
}
.pudo-delivery-info .courier-info .full-name{
    font-size:15px;
    font-weight:500;
    margin-bottom:5px
}
.pudo-delivery-info .courier-info .company{
    font-size:13px;
    color:#6e7787
}
.pudo-delivery-info .pudo-info{
    display:flex;
    flex-wrap:wrap;
    background:#f4f7fa;
    padding:30px;
    width:65%;
    border-radius:10px
}
.pudo-delivery-info .pudo-info .content{
    font-weight:500;
    font-size:15px;
    color:#273142
}
.pudo-delivery-info .pudo-info .item{
    width:50%;
    margin-bottom:20px
}
.pudo-delivery-info .pudo-info .item .title{
    font-weight:400;
    margin-bottom:5px;
    margin-left:5px
}
.pudo-delivery-info .pudo-info .item .address-title{
    display:flex;
    align-items:center
}
.pudo-delivery-info .pudo-info .item .address-title>div{
    margin-right:5px
}
.pudo-address-link{
    padding:5px 10px;
    background:#fff;
    border-radius:15px;
    display:flex;
    align-items:center;
    text-decoration:none;
    cursor:pointer
}
.pudo-delivery-info .pudo-address-link .content{
    font-size:11px;
    color:#6e7787;
    display:inline-block;
    margin-left:5px
}
.content{
    margin-left:5px
}
@media only screen and (max-width:600px){
    .pudo-delivery-info{
        display:flex;
        flex-direction:column;
        padding:5px
    }
    .pudo-delivery-info .pudo-info{
        background:#fff;
        width:100%
    }
    .pudo-delivery-info .courier-info{
        background:#fff;
        width:100%;
        padding:0 25px;
        margin-right:0;
        justify-content:left
    }
    .pudo-delivery-info .pudo-info .item .address-title>div{
        margin-right:0
    }
    .pudo-delivery-info .courier-info .profile-photo{
        margin-right:5px
    }
    .pudo-delivery-info .courier-info .full-name{
        font-size:14px;
        margin-right:0
    }
    .pudo-delivery-info .pudo-info .item{
        width:100%
    }
}
.working-hour-icon{
    margin-left:5px
}
.profile-photo img{
    width:80px;
    height:80px;
    border-radius:50%
}
.working-hours{
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    -webkit-margin-before:0;
    margin-block-start:0;
    -webkit-margin-after:0;
    margin-block-end:0;
    -webkit-margin-start:0;
    margin-inline-start:0;
    -webkit-margin-end:0;
    margin-inline-end:0;
    -webkit-padding-before:0;
    padding-block-start:0;
    -webkit-padding-after:0;
    padding-block-end:0;
    -webkit-padding-start:0;
    padding-inline-start:0;
    -webkit-padding-end:0;
    padding-inline-end:0
}
.working-hours-table{
    position:relative;
    width:100%
}
.working-hours.head{
    background:#273142;
    color:#fff
}
.working-hours.head li{
    justify-content:center;
    -webkit-margin-before:0;
    margin-block-start:0
}
.working-hours.head.single-column{
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom:1px solid #6e7787
}
.working-hours.head.single-column li{
    padding:1em;
    font-size:12px
}
.working-hours.list{
    background:#fff;
    color:#273142
}
.working-hours.list li{
    border-right:1px solid #f4f7fa;
    border-bottom:1px solid #f4f7fa
}
.working-hours li:last-child{
    border-right:none
}
.hour{
    width:150px
}
.working-hours li{
    flex:1 0;
    border-right:1px solid #6e7787;
    display:flex;
    padding:1em;
    font-size:12px
}
.status-wrapper{
    width:100%;
    display:flex;
    align-items:center
}
.status-wrapper .icon{
    margin-right:10px
}
@media only screen and (max-width:600px){
    .working-hours.list:nth-child(2n){
        background:#eff0f1
    }
    .working-hours.list li:last-child{
        order:1
    }
    .working-hours.list li:first-child{
        order:2
    }
    .working-hours.list li:nth-child(2){
        order:3
    }
    .working-hours.list li:nth-child(3){
        order:4
    }
}
.delivery-alert{
    width:100%
}
.delivery-alert .wrapper{
    color:#6e7787;
    font-size:14px;
    background:#fff;
    padding:15px;
    display:flex;
    flex-direction:row;
    border-radius:10px
}
.content{
    font-weight:500;
    color:#2196f3
}
.delivery-alert .icon{
    margin-right:20px
}
.wrapper{
    position:relative;
    display:flex;
    flex:1 1;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start
}
.pudo-state-message{
    font-size:20px;
    font-weight:500;
    text-align:center;
    color:#273142;
    margin:auto;
    width:65%;
    justify-content:center;
    align-items:center;
    border-radius:10px
}
.pudo-state-message .colored{
    color:#2196f3
}
.pudo-delivery-info .warning{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px;
    background:#f4f7fa;
    width:100%;
    border-radius:10px
}
@media only screen and (max-width:600px){
    .pudo-state-message{
        font-size:16px;
        width:95%;
        margin-bottom:30px
    }
}
.main *{
    box-sizing:border-box
}
.delivery-main-message{
    margin-top:20px;
    font-size:30px;
    font-weight:300;
    text-align:center
}
.delivery-main-message.orange{
    color:#2196f3;
	    font-weight: bold;
    /*-webkit-text-stroke: 1px #000000;*/
}
.delivery-movements{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column
}
.delivery-movements .title{
    font-size:30px;
    font-weight:300
}
.delivery-movements .card{
    margin-top:20px;
    background:#f4f7fa;
    border-radius:20px;
    padding:20px;
    width:100%
}
.delivery-movements .body,.delivery-movements .card{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.delivery-movements .body{
    background:#fff;
    margin-bottom:30px
}
.delivery-movements .card .body .title{
    font-size:13px;
    color:#6e7787;
    font-weight:400
}
.tracking-number{
    margin:20px 0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center
}
.tracking-number .content{
    margin-top:5px;
    font-weight:500;
    color:#2196f3;
    font-size:30px
}
button{
    border:none;
    background:#2196f3;
    color:#fff;
    border-radius:25px;
    padding:1em 5.2em;
    font-size:15px;
    font-family:Rubik,sans-serif;
    cursor:pointer
}
button:focus{
    outline:none
}
.bg-transparent{
    display:block;
    text-decoration:none;
    border:1px solid #2196f3;
    color:#2196f3;
    text-align:center;
    border-radius:30px;
    padding:15px 50px;
    background:none
}
@media only screen and (max-width:600px){
    button{
        padding:.8em 2em;
        font-size:13px
    }
    .bg-transparent{
        width:100%
    }
}
@media only screen and (max-width:320px){
    button{
        padding:.8em 2em;
        font-size:10px
    }
    .bg-transparent{
        width:100%
    }
}

#root,.ty-body,body,html{
    font-family:Rubik,sans-serif;
    top:0;
    left:0;
    margin:0;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}

table {
    border-collapse: collapse;
  border-spacing: 0;
  }
  table tr, table td,table th {
    padding-top: 10px;
    font-size: 13px;
    padding-right: 10px;
  }
  table th {
      border-right: 1px solid #6e7787;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-right:5px;
  }
  table td
  {
     border-right: 1px solid #f4f7fa;
    border-bottom: 1px solid #f4f7fa;
    padding:10px;
  }
 


.main{
    list-style-type:none;
    text-decoration:none;
    flex-direction:column;
    margin:0 auto;
    max-width:1080px;
    height:auto;
    display:flex;
    align-items:center;
}

@media only screen and (max-width:600px){
    .main{
        max-width:100%;
    }
}

.ty-logo{
    height:50px;
    margin-top:30px;
}
.ty-body{
    left:0;
    top:0;
    width:100%;
    overflow:hidden
}
.ty-content{
    align-items:center;
    justify-content:center
}
.ty-card,.ty-content{
    display:flex;
    flex-direction:column
}
.ty-card{
    width:600px;
    border-radius:4px;
    background-color:#fff;
    box-shadow:0 2px 3px 0 rgba(0,0,0,.17);
    padding:20px;
    margin-bottom:2px;
    margin-top:2px
}
.ty-card-title{
    align-self:center;
    color:#e36f3a;
    font-size:30px;
    font-weight:500;
    text-align:center
}
.ty-card-separator{
    align-self:center;
    width:300px;
    height:1px;
    border:1px solid #e36f3a;
    background:#e36f3a
}
.ty-card-body{
    padding-top:15px
}
.ty-card-body-aligned{
    padding-top:15px;
    align-self:center
}
.small-icon{
    fill:#2196f3;
    stroke:#2196f3;
    font-weight:700;
    stroke-width:2px
}
.tac{
    text-align:center
}
.sk-cube-grid{
    width:40px;
    height:40px;
    margin:100px auto
}
.sk-cube-grid .sk-cube{
    width:33%;
    height:33%;
    background-color:#ff8b39;
    float:left;
    -webkit-animation:sk-cubeGridScaleDelay 1.3s ease-in-out
}
.sk-cube-grid .sk-cube1{
    -webkit-animation-delay:.2s;
    animation-delay:.2s
}
.sk-cube-grid .sk-cube2{
    -webkit-animation-delay:.3s;
    animation-delay:.3s
}
.sk-cube-grid .sk-cube3{
    -webkit-animation-delay:.4s;
    animation-delay:.4s
}
.sk-cube-grid .sk-cube4{
    -webkit-animation-delay:.1s;
    animation-delay:.1s
}
.sk-cube-grid .sk-cube5{
    -webkit-animation-delay:.2s;
    animation-delay:.2s
}
.sk-cube-grid .sk-cube6{
    -webkit-animation-delay:.3s;
    animation-delay:.3s
}
.sk-cube-grid .sk-cube7{
    -webkit-animation-delay:0s;
    animation-delay:0s
}
.sk-cube-grid .sk-cube8{
    -webkit-animation-delay:.1s;
    animation-delay:.1s
}
.sk-cube-grid .sk-cube9{
    -webkit-animation-delay:.2s;
    animation-delay:.2s
}
@-webkit-keyframes sk-cubeGridScaleDelay{
    0%,70%,to{
        -webkit-transform:scaleX(1);
        transform:scaleX(1)
    }
    35%{
        -webkit-transform:scale3D(0,0,1);
        transform:scale3D(0,0,1)
    }
}
@keyframes sk-cubeGridScaleDelay{
    0%,70%,to{
        -webkit-transform:scaleX(1);
        transform:scaleX(1)
    }
    35%{
        -webkit-transform:scale3D(0,0,1);
        transform:scale3D(0,0,1)
    }
}
