.page[name='courierOrder'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 64px;
}
.page[name='courierOrder'] > .header > .side:first-child > .button {
    padding: 20px;
}
.page[name='courierOrder'] > .header > .side:first-child > .button > img {
    display: block;
    height: 24px;
}
.page[name='courierOrder'] > .header > .center {
    display: table;
    width: calc(100% - 135px);
    height: 100%;
    text-align: center;
}
.page[name='courierOrder'] > .header > .center > div {
    display: table-cell;
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
.page[name='courierOrder'] > .header > .side:last-child > .button {
    padding: 9px;
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: opacity 0.7s ease-in-out;
}
.page[name='courierOrder'] > .header > .side:last-child > .button > img {
    display: block;
    width: 26px;
}
.page[name='courierOrder'] > .header > .side:last-child > .spin > img {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
}
.page[name='courierOrder'] > .content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 24px;
    overflow-y: auto;
    z-index: 1;
}
.page[name='courierOrder'] > .content > .map {
    z-index: 439;
}
.page[name='courierOrder'] > .button {
    position: absolute;
    width: 44px;
    height: 44px;
    right: 10px;
    padding: 11px;
    border-radius: 50%;
    z-index: 460;
}
.page[name='courierOrder'] > .button[key='share'] {
    top: 64px;
}
.page[name='courierOrder'] > .button[key='phone'] {
    top: 118px;
}
.page[name='courierOrder'] > .button > img {
    display: block;
    width: 22px;
}
.page[name='courierOrder'] > .bottomSheet[key='notDelivered'] > .content > .title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 25px;
}
.page[name='courierOrder'] > .bottomSheet[key='notDelivered'] > .content > .formWrapper > .fForm > .fields > .field {
    margin-bottom: 16px;
}
.page[name='courierOrder'] > .bottomSheet[key='notDelivered'] > .content > .formWrapper > .fForm > .fields > .field > label {
    display: none;
}
.page[name='courierOrder'] > .bottomSheet[key='notDelivered'] > .content > .formWrapper > .fForm > .fields > .field > input {
    width: 100%;
    border-radius: 36px;
    padding: 16px;
}
.page[name='courierOrder'] > .bottomSheet[key='notDelivered'] > .content > .button {
    border-radius: 36px;
    font-weight: 600;
    padding: 16px;
    text-align: center;
}
.page[name='courierOrder'] > .verifyGeolocation {
    position: absolute;
    top: 64px;
    right: 64px;
    left: 20px;
    padding: 10px;
    border-radius: 22px;
    z-index: 460;
    font-size: 11px;
    display: none;
}
.page[name='courierOrder'] > .verifyGeolocation[type='first'] > .text > span:last-child,
.page[name='courierOrder'] > .verifyGeolocation[type='again'] > .text > span:first-child {
    display: none;
}
.page[name='courierOrder'] > .verifyGeolocation > .button {
    border-radius: 16px;
    font-weight: 600;
    font-size: 12px;
    padding: 8px;
    text-align: center;
    margin-top: 8px;
}

#options[ids='order'] > .text > .wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#options[ids='order'] > .text > .wrapper > div {
    font-size: 12px;
    width: 49%;
    padding: 2px 16px 10px;
    text-align: center;
    border-radius: 0;
}
#options[ids='order'] > .text > .wrapper > div > .value {
    font-weight: 600;
}