html{
    font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
html,
body{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

*{ box-sizing: border-box; }

.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, Opera and Firefox */
}

body{
    height: 100%;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.header-top{
    color: #fff;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
}
.header-top .header-content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
}
.header-top .header-content .header-left,
.header-top .header-content .header-right{
    flex: 0 1 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-top .header-content .header-center{
    display: flex;
    flex: 1 1 100%;
    height: 100%;
    align-items: center;
}
.header-top .header-content .header-right{
    padding-right: 10px;
    padding-left: 10px;
}
.header-top .branding{
    margin-right: 0.75em;
    transition: 0.2s;
    cursor: pointer;
}
.header-top .branding figure{
    margin: 0;
}

.header-center .page-title{
    font-size: 14px;
    display: inline-block;
    margin: 0px;
}

.header-center .turn-to-back{
    font-size: 30px;
    padding: 5px 10px;
    margin-right: 5px;
}

.header-top .main-nav-toggler{
    font-size: 30px;
}
.header-top a{
    color: #fff;
    transition: 0.4s;
}
.header-top a:hover{
    color: #46EBE0;
}
.main-wrapper{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}
.header-top,
.main-section{
    background-color: #6E6C82;
}

.main-section,
.map-section{
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
}

.branding .logo{
    height: 60px;
}

.app-main{
    width: 100%;
    height: auto;
    flex: 1 1 auto;
    overflow-y: auto;
    position: relative;
}

.app-main:before,
.app-main:after{
    position: absolute;
    left: 40px;
    right: 40px;
    height: 60px;
    content: '';
    z-index: 99;
}

.app-main .summary-content{
    overflow-y: auto;
    margin: 0px 25px 0px 10px;
    height: 100%;
    padding: 100px 0px;
}

.summary-line{
    padding: 15px 30px;
    position: relative;
    color: #fff;
}
.summary-line:not(:last-child){
    border-bottom: 1px solid #8A88A1;
}
.summary-line .summary-line-title{
    color: #46EBE0;
    font-size: 14px;
}

.summary-line p:last-child{
    margin-bottom: 0px;
}

.summary-line .tracking-code{
    font-size: 2em;
    font-weight: bold;
    line-height: 0.8em;
}

.summary-line .order-status{
    font-size: 1.1em;
    font-weight: bold;
}

.detail-list .detail-label{
    color: #46EBE0;
}

.status-leveller{
    height: 32px;
    display: flex;
    flex-wrap: nowrap;
}

.status-leveller  *{
    transition: 0.4s;
}

.leveller-circle{
    display: flex;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #A4A2B8;
    background-color: #fff;
    margin-right: 1em;
    position: relative;
    border: 2px solid transparent;
}

.leveller-circle:not(:first-child):before{
    content: '';
    position: absolute;
    left: -1.1em;
    width: 1em;
    height: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: 3px dotted #D0CFDB;
}

.status-leveller.level-1 .leveller-1,
.status-leveller.level-2 .leveller-1,
.status-leveller.level-2 .leveller-2,
.status-leveller.level-3 .leveller-1,
.status-leveller.level-3 .leveller-2,
.status-leveller.level-3 .leveller-3,
.status-leveller.level-4 .leveller-1,
.status-leveller.level-4 .leveller-2,
.status-leveller.level-4 .leveller-3,
.status-leveller.level-4 .leveller-4{
    background-color: #46EBE0;
    color: #3E807B;
}

.status-leveller.level-1 .leveller-1,
.status-leveller.level-2 .leveller-2,
.status-leveller.level-3 .leveller-3,
.status-leveller.level-4 .leveller-4{
    border-color: #fff;
}

.status-leveller.level-1 .leveller-1:before,
.status-leveller.level-2 .leveller-1:before,
.status-leveller.level-2 .leveller-2:before,
.status-leveller.level-3 .leveller-1:before,
.status-leveller.level-3 .leveller-2:before,
.status-leveller.level-3 .leveller-3:before,
.status-leveller.level-4 .leveller-1:before,
.status-leveller.level-4 .leveller-2:before,
.status-leveller.level-4 .leveller-3:before,
.status-leveller.level-4 .leveller-4:before{
    border-color: #46EBE0;
    border-style: solid;
}

.map{
    height: 100%;
    /*background-color: #46EBE0;*/
}

.m-scroll::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5; */
}

.m-scroll::-webkit-scrollbar
{
	width: 6px;
    background-color: #56585E;
    background: linear-gradient(90deg, rgba(86,88,94,0) 37%, rgba(86,88,94,1) 37%, rgba(86,88,94,1) 63%, rgba(86,88,94,0) 63%);
}

.m-scroll::-webkit-scrollbar-thumb
{
    background-color: #46EBE0;
    border-radius: 6px;
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .app-main .summary-content{
        margin-left: 5px;
        margin-right: 15px;
    }
    .summary-content .summary-line{
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media (min-width: 992px){
    .app-main:before{
        top: 0px;
        background: linear-gradient(0deg, rgba(110,108,130,0) 0%, rgba(110,108,130,0.40) 25%, rgba(110,108,130,0.8) 55%, rgba(110,108,130,1) 85%);
    }
    .app-main:after{
        bottom: 0px;
        background: linear-gradient(180deg, rgba(110,108,130,0) 0%, rgba(110,108,130,0.40) 25%, rgba(110,108,130,0.8) 55%, rgba(110,108,130,1) 85%);
    }
}

@media (max-width: 991.98px){
    .main-wrapper{
        overflow-y: auto;
    }
    .main-section
    {
        height: auto;   
    }
    .app-main{
        overflow: hidden;
    }
    .app-main .summary-content{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .map-section{
        height: 360px;
    }
    .main-section,
    .map-section{
        -ms-flex-preferred-size: initial;
        flex-basis: auto;
    }
    .header-top{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }
    .main-wrapper{
        margin-top: 76px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) { 
    .app-main .summary-content{
        margin-left: 15px;
        margin-right: 15px;
    }
    .summary-content .summary-line{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575px) { 
    .app-main .summary-content{
        margin-left: 0px;
        margin-right: 0px;
    }
    .summary-content .summary-line{
        padding-left: 10px;
        padding-right: 10px;
    }
}
