﻿@font-face {
    font-family: 'Lato';
    src: url("../fonts/Lato-Regular.ttf");
}  


body, input, select, textarea, a, span, h3 {
    /*font-family: 'Roboto', sans-serif !important;*/
    font-family: 'Lato' !important; /*,Helvetica,Arial,Lucida,sans-serif;*/
    color: #eaeaea;
}
    a {
    color: white !important;
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
    color:#f9f9f9; 
}



/* start 'enter' transition on main view */
.ng-enter {
    /* transition on enter for .5s */
    transition: .5s;
    /* start with opacity 0 (invisible) */
    opacity: 0;
}

/* end 'enter' transition on main view */
.ng-enter-active {
    /* end with opacity 1 (fade in) */
    opacity: 1;
}

/*.ng-hide {
    transition: .5s;
    opacity: 0;
}*/

.fadein,
.fadeout {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;
}

    .fadein.ng-hide-remove,
    .fadeout.ng-hide-add.ng-hide-add-active {
        opacity: 0;
    }

        .fadeout.ng-hide-add,
        .fadein.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
        }




input[type=text], h2 {
    /*font-family: 'Roboto', sans-serif !important;*/
    font-size: 11pt;
}

button {
    /*font-family: 'Roboto', sans-serif !important;*/
    font-size: 12pt;
    text-transform: uppercase;
}

.app-text-2 input:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.app-text-3 input:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.app-login-footer {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

.app-body {
    background-color: #4f4f53;   /*#5b5a5d;*/
    /*background-image: url('../images/Background/icons_1.jpg');*/
}

    .app-body h1 {
        color: white;
        font-size: 40pt;
        text-align: center;
        font-weight: 100;
        font-style: normal;
    }


    .app-body h3 {
        color: white;
        font-size: 15pt;
        text-align: center;
        font-weight: normal;
        font-style: normal;
    }


.app-text {
    padding: 7px;
    height: 45px;
    width: 100%;
}

    .app-text i {
        color: white;
        position: relative;
        top: 2px;
        font-size: 17pt;
        left: 40px;
    }

    .app-text input {
        width: 90%;
        height: 100%;
        border-radius: 20px;
        text-indent: 50px;
        border: none;
        color: white !important;
        /*background-color: #dcdcdc;*/
        background-color: rgba(212,212,212,.2);
    }

        .app-text input:focus {
            opacity: 1 !important;
        }


.app-user-info {
}

    .app-user-info i {
        color: white;
        font-size: 25pt;
    }


.app-news-item {
    background-color: white;
    margin-bottom: 5px;
    height: 100%;
}

    .app-news-item h4 {
        font-size: 14pt;
        margin-bottom: 5px;
        margin-top: 5px;
        font-style: normal;
        text-indent: 5px;
    }

    .app-news-item p {
        font-size: 9pt;
        line-height: initial;
        height: 45px;
        margin: 0px;
        padding-left: 5px;
    }

    .app-news-item div:first-child {
        width: 30%;
        height: 100%;
        float: left;
    }
    .app-news-item div {
        width: 69%;
        overflow-y: hidden;
    }
    .app-news-item span {
        float:right;
        color: #333333;
        width:100%;
        font-size:9pt;
    }

    .app-news-item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-position: 0%;
    }



.app-news-item-2 {
    padding: 5px;
    margin-bottom: 20px;
    border-bottom: 5px solid #ec008c;
    padding-bottom: 20px;
}

    .app-news-item-2 h4 {
        font-size: 18pt;
        word-wrap: break-word;
        margin-bottom: 5px;
    }

    .app-news-item-2 p {
        height: 80px;
        margin-bottom: 0px;
    }
.app-news-item-2 div {
    background-color: white;
    padding: 10px;
}



.app-btn-login {
    width: 100%;
    color: white;
    padding: 5px;
    border: none;
    min-height: 40px;
    position: relative;
    background-color: #00aeef;
    /*box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.2), 0px 0px 8px 0px rgba(0, 0, 0, 0.19);*/
}

    .app-btn-login:disabled {
        pointer-events: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
        /*background-color: rgba(202, 55, 136, 0.5);*/
    }


.app-btn {
    width: 100%;
    color: white;
    padding: 5px;
    border: none;
    min-height: 40px;
    position: relative;
    background-color: #ec008c;
    box-shadow: none;
}

.btn-small {
    font-size: 10pt;
    padding: 3px;
    min-height: 30px;
}


.app-tile {
    color: white;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    height: 120px;
    margin-top: 10px;
    position: relative;
}

    .app-tile div {
        position: absolute;
        margin: auto;
        top: 50%;
        transform: translate(0%, -50%);
        width: 95%;
    }


    .app-tile i {
        display: block;
        font-size: 35pt;
        color: white;
    }

    .app-tile span {
        color:white;
        display: block;
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 12pt
    }

.tile-red {
    background-color: rgba(219, 69, 82, 1);
}

.tile-yellow {
    background-color: rgba(219, 203, 53, 1);
}

.tile-green {
    background-color: #20d466 !important;
}

.tile-pink {
    background-color: #ec008c !important; /*#ca3788 !important;*/
}

.tile-purple {
    background-color: #b553ad !important;
}


.tile-blue {
    background-color: #3598db !important;
}


.app-issue-point {
    background-color: rgba(212,212,212,.5);
    border-bottom: 2px solid grey;
    background-color: white;
    display: block;
    width: 100%;
    height: 80px;
}

    .app-issue-point h4 {
        font-size: 11pt;
        margin: 0px;
        font-style: normal;
    }

    .app-issue-point p {
        font-size: 12pt;
        margin-top: 2px;
    }


    .app-issue-point.active {
        color: white !important;
        background-color: #db9935;
        /*background-color: #db7835;  #35db78 !important;*/
    }




.app-btn-alt {
    width: 80%;
    border-radius: 20px;
    color: white;
    padding: 5px;
    border: none;
    min-height: 40px;
    position: relative;
    left: 8%;
    background-color: #37ca79;
    box-shadow: none;
}


/*.app-btn-circle {
    width: 55px;
    border-radius: 30px;
    color: white;
    padding: 5px;
    border: none;
    position: relative;
    text-align:center;
    background-color: #37ca79;
    box-shadow: none;
    font-size:26pt !important;
}*/

.app-btn-circle {
    display: block;
    border-radius: 50%;
    background-color: #37ca79;
    color: white;
    border: none;
    font-size: 26pt;
    padding: 5px;
    width: 60px;
    height: 60px;
}


.app-postcode-text {
    position: relative;
    border-radius: 20px 0px;
    border: none;
    color: white !important;
    background-color: rgba(212,212,212,.2);
    text-align: center;
    height: 40px;
    padding: 5px;
    margin: 5px;
    /*background-color: #dcdcdc;*/
}

    .app-postcode-text input {
        width: 80%;
        height: 35px;
        background-color: rgba(212,212,212,.0);
        border: none;
        margin-left: 35px;
    }



    .app-postcode-text::before {
        content: "\f124";
        font-family: 'FontAwesome';
        /* Put here the height of the image */
        font-size: 21pt;
        position: absolute;
        left: 10px;
        top: 10px;
    }

/*input:before {
        position: absolute;
        font-family: 'FontAwesome' !important;
        top: 0;
        left: 10px;
        content: "\f124";
        color:black !important;
    }*/


.app-text-2 {
    height: 35px;
    text-align: left;
    opacity: 1;
    border-bottom: 1px solid #b3b3b3;
}

    .app-text-2 i {
        color: #313131;
        font-size: 17pt;
    }

    .app-text-2 input {
        width: 80%;
        height: 100%;
        background: transparent;
        border: none;
        text-indent: 10px;
        color: #313131 !important;
    }

        .app-text-2 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #313131;
            opacity: 1; /* Firefox */
        }
    
    
    
    .app-text-3 {
        height: 40px;
        text-align: left;
        opacity: 1;
        border-bottom: 1px solid white;
    }

    .app-text-3 div {
        display: inline-block;
        width: 20%;
    }

        .app-text-3 input {
            width: 74%;
            height: 100%;
            background: transparent;
            border: none;
            text-indent: 10px;
            color: white !important;
        }

.app-text input:focus {
    opacity: 1 !important;
}


.app-text-action {
    color: white;
    font-size: 11pt;
}





.app-contact-card {
    height: 120px;
    background-color: rgba(255,255,255,1);
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

    .app-contact-card div {
        display: inline-block;
        float: right;
        height: 100%;
        width: 73%;
    }


        .app-contact-card div:first-child {
            width: 25% !important;
            text-align: center;
            float: left;
            background-color: #ff8a80;
            position: relative;
        }

    .app-contact-card i {
        font-size: 60pt;
        color: white;
        position: absolute;
        margin: auto;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .app-contact-card span {
        color: #3e3e3e;
        display: block;
        margin-bottom: 1px;
        margin-top: 1px;
        border-bottom: 1px solid #ababab;
        padding: 4px;
        font-size: 10pt;
    }

        .app-contact-card span:last-child {
            border-bottom: none;
        }


.app-tile-scan {
    background-color: red;
    color: white;
    text-align: center;
    padding: 5px;
    height: 95px;
    margin-top: 10px;
    position: relative;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0px 0px 10px 0px rgba(0, 0, 0, 0.19);*/
}

    .app-tile-scan div {
        position: absolute;
        margin: auto;
        top: 50%;
        transform: translate(0%, -50%);
        width: 100%;
    }


    .app-tile-scan i {
        display: block;
        font-size: 37pt;
    }

    .app-tile-scan span {
        display: block;
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 11pt;
        color:white;
    }


.app-tile-issue-point {
    background-color: red;
    color: white;
    text-align: center;
    padding: 5px;
    height: 110px;
    position: relative;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

    .app-tile-issue-point div {
        position: absolute;
        margin: auto;
        top: 50%;
        transform: translate(0%, -50%);
        width: 100%;
    }


    .app-tile-issue-point i {
        display: block;
        font-size: 38pt;
    }

    .app-tile-issue-point span {
        display: block;
        margin-top: 10px;
        text-transform: uppercase;
        font-size: 12pt;
           color:white;
    }



.app-label {
    color: white;
    padding: 7px;
    height: 45px;
}

    .app-label label {
        display: inline-block;
    }


    .app-label i {
        font-size: 17pt;
    }


.app-date {
    /*background: rgba(1, 1, 1, 0);
    outline: none;
    border: none;
    color: white;*/
}


.app-info-pnl {
    color: white;
    font-size: 11pt;
    font-weight: 300;
    padding: 5px;
    position: relative;
    min-height: 70px;
    border-radius: 3px;
    margin-bottom: 15px;
    /*box-shadow: 2px 4px 11px 0 rgba(0, 0, 0, 0.2), 2px 4px 20px 0px rgba(0, 0, 0, 0.19);*/
}

    .app-info-pnl div:first-child {
        width: 15%;
        text-align: center;
  
        margin: auto;
        top: 50%;
        transform: translate(0%, -50%);
        position: absolute;
        float: left;
    }

    .app-info-pnl .info-panel-description {
        width: 82%;
        display: inline-block;
        line-height: initial;
        float: right;
    }

    .app-info-pnl span {
        font-size: 8pt;
        color:white;
    }

    .app-info-pnl h4 {
        margin: 0px;
        font-size: 14pt;
        font-weight: 500;
    }

.info-icon {
    font-size: 30pt;
}


.pnl-error {
    background-color: rgba(219, 69, 82, 1);
}

    .pnl-error .info-icon:before {
        font-family: 'Font Awesome\ 5 Pro';
        content: '\f057';
    }



.pnl-info {
    background-color: rgb(0, 199, 255);
}


    .pnl-info .info-icon:before {
        font-family: 'Font Awesome\ 5 Pro';
        content: '\f05a';
    }


.pnl-warning {
    background-color: rgb(230, 165, 31);
}

    .pnl-warning .info-icon:before {
        font-family: 'Font Awesome\ 5 Pro';
        content: '\f06a';
    }


.pnl-success {
    background-color: #20d466;
}


    .pnl-success .info-icon:before {
        font-family: 'Font Awesome\ 5 Pro';
        content: '\f058';
    }

    .pnl-success span h4 {
        text-shadow: 1px 1px #4eaf53;
    }







.app-ip-mile-icon {
    display: block !important;
    text-align: center;
    font-size: 20pt;
}


.home {
    height: 130px !important;
}

.app-ip-details {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 160px;
    font-size: 0;
}

    .app-ip-details p {
        margin-bottom: 5px;
        font-size: 10pt;
    }

    .app-ip-details i {
        margin-right: 10px;
        font-size: 12pt;
    }

    .app-ip-details h4 {
        font-size: 14px;
        font-weight: bold;
    }

.ip-details-text {
    padding-left: 8px;
    width: 78%;
    display: inline-block;
    vertical-align: top;
}

.ip-details-actions {
    width: 22%;
    display: inline-block;
    height:160px;
}

.app-ip-action {
    width: 100% !important;
    font-size: 9pt;
    text-align: center;
    padding: 3px;
    text-transform: uppercase;
    height:50%;
}

.app-ip-action div {
    position:relative;
    top:50%;
    transform:translate(-50%, -50%);
    left:50%;
}


    .app-ip-action span {
        color:white;
    }



    .app-ip-action i {
        display: block;
        font-size: 19pt;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .app-ip-action.call {
        color: white;
        background-color: #20d466;
    }

    .app-ip-action.map {
        color: white;
        background-color: #e73751;
    }

.app-ip-details-bk {
    float: left;
    margin-bottom: 5px;
    width: 25%;
    position: relative;
    color: white;
    outline: none;
    border: none;
    background-color: #3788ca;
    height: 35px;
    border-radius: 2px;
}

    .app-ip-details-bk span {
        font-size: 11pt;
        position: absolute;
        margin: auto;
        top: 50%;
        transform: translate(0%, -50%);
        left: 50%;
    }

    .app-ip-details-bk i {
        font-size: 20pt;
        position: absolute;
        margin: auto;
        top: 50%;
        transform: translate(0%, -50%);
        left: 10%;
    }

.app-map-search-btn {
    float: right;
    width: 50px;
    height: 34px;
    text-align: center;
    background-color: #ca3788;
    border-radius: 3px;
    margin-left:5px;
    /*box-shadow: 1px 4px 11px 0px rgba(0, 0, 0, 0.2), 2px 3px 2px 0px rgba(0, 0, 0, 0.19);*/
}


    .app-map-search-btn i {
        font-size: 14pt;
        position: relative;
        margin: auto;
        top: 50%;
        transform: translate(0%, -50%);
        color: white;
    }


.app-header-bar {
    background-color: #00aeef; /*#db7835;*/
    height: 5vh;
    line-height: initial;
    position: relative;
    top: 0%;
    color: white;
    /*box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.app-header-back-btn {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    width: 25%;
    font-size: 11pt;
    z-index: 1;
    outline: none;
    border: none;
    background-color: transparent;
    height: 100%;
}

    .app-header-back-btn span {
        margin-left: 5px;
        color:white;
    }

.app-header-title {
    width: 100%;
    position: absolute;
    top: 0%;
    height: 100%;
}

    .app-header-title h3 {
        margin-top: 0px;
        font-size: 15pt;
        top: 50%;
        transform: translate(0%, -50%);
        text-align: center;
        margin-bottom: 0px;
        position: relative;
    }

.app-header-settings-btn {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 18pt;
    right: 3%;
    z-index: 1;
    outline:none;
    border:none;
    background-color:transparent;
}

.app-btn-edit {
    background-color: #ec008c;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 90px;
    text-align: center;
    border-radius: 2px;
    /*box-shadow: -1px 2px 3px 1px rgba(0, 0, 0, 0.2), 1px 4px 6px 0 rgba(0, 0, 0, 0.19);*/
    position: relative;
    left: 72%;
    top: 8%;
    font-size: 12pt;
}

    .app-btn-edit p {
        display: inline;
    }

.app-settings-details {
    padding: 8px;
    border-radius: 2px;
}

.app-address-back-btn {
    color: white;
    padding: 5px;
    background-color: #ec008c;
    border: 1px solid #a7266c;
    width: 20%;
}

.app-login-container {
    position: relative;
    padding: 30px;
    height: 60vh;

    /*box-shadow: -1px 6px 18px 0px rgba(0, 0, 0, 0.2), 4px 3px 20px 0px rgba(0, 0, 0, 0.19)*/
}

    .app-login-container img {
        position: relative;
        left: 8%;
    }


.app-postal-order-summary {
    color: #313131;
    background-color: white;
    height: 45vh;
    padding: 10px;
}

.app-order-item span {
    line-height: 50px;
}

.app-allergy-warning {
    font-size: 13pt;
    color: #db7835;
}

.app-order-item {
    height: 50px;
}
        .app-order-item div:first-child {
            width: 80%;
            display: inline-block;
            text-align: left;
            text-indent: 5px;
        }

    .app-order-item div {
        width: 5%;
        display: inline-block;
        text-align: center;
    }

.remove-order {
    width: 10% !important;
    text-align: right !important;
    color: rgba(219, 69, 82, 1);
    vertical-align: middle;
    font-size:18pt;
}

.app-order-info-pnl {
    color: white;
    font-weight: 300;
    padding: 5px;
    position: relative;
    min-height: 30px;
    max-height: 50px;
    border-radius: 3px;
    margin-bottom: 15px;
}

    .app-order-info-pnl div:first-child {
        width: 15%;
        text-align: center;
        font-size: 2pt !important;
        margin: auto;
        top: 50%;
        transform: translate(0%, -50%);
        right: unset;

    }

    .app-order-info-pnl div {
        width: 78%;
        display: inline-block;
        position: absolute;
        right: 0px;
    }

    .app-order-info-pnl span {
        font-size: 10pt;
    }


.pnl-order-warning {
    background-color: rgb(0, 199, 255);
}

    .pnl-order-warning .icon:before {
        font-family: 'Font Awesome\ 5 Pro';
        content: '\f05a';
        font-size: 18pt;
    }


.app-address-confirm-pnl {
    color: white;
    font-weight: 300;
    padding: 5px;
    position: relative;
    min-height: 50px;
    max-height: 50px;
    border-radius: 3px;
    margin-bottom: 15px;
    /*background-color: #20d466 !important;*/
    background-color: rgb(0, 199, 255);
}

    .app-address-confirm-pnl i {
        font-size: 25pt !important;
    }



    .app-address-confirm-pnl div:first-child {
        width: 12%;
        text-align: center;
        margin: auto;
        top: 50%;
        transform: translate(0%, -50%);
        right: unset;
    }

    .app-address-confirm-pnl div {
        width: 84%;
        display: inline-block;
        position: absolute;
        right: 0px;
        line-height: initial;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .app-address-confirm-pnl span {
        font-size: 9pt;
        color:white;

    }


.app-order-success-container {
    height: 80vh;
    top: 10%;
    color:white;
    padding:20px;
}


.app-order-success-container h4 {
    text-align: center;
    font-size: 30pt;
}



.app-order-success-icon {
    position: relative;
    height: 65%;
}

    .app-order-success-icon i {
        position: relative;
        margin: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 95%;
        font-size: 150pt;
        color: #20d466;
        left: 50%;
        text-align: center;
    }


    .app-order-success-description p {
        text-align:center;
    }


.app-product-item-confirm {
    top: 50%;
    transform: translate(0%, -50%);
}

    .app-product-item-confirm p {
        color: white;
        font-size: 11pt;
        text-align: center
    }



    .app-product-item p {
        color: white;
        font-size: 11pt;
        text-align: center;
    }


.col-xs-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
        
        
        
        .app-product-circle {
            border-radius: 50%;
            display: inline-block;
            background-color: white;
            width: 80px;
            height: 80px;
            position: relative;
            margin: auto;
            top: 50%;
            transform: translate(-50%, 0%);
            left: 50%;
            margin-bottom: 4px;
            border: 6px solid #9e9b9c; /*#b553ad;*/
        }

.app-product-circle-icon {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    font-size: 26pt;
}

.app-product-circle.active, .my-order {
    border: 6px solid #20d466;
}

    /*.app-product-circle.my-order {
        border: 6px solid #20d466;
    }*/

    .app-product-circle.warning {
        border: 6px solid rgba(219, 69, 82, 1);
    }



.app-tile-header {
    padding: 6px;
    background-color: #00aeef;
    color: white;
    text-align: center;
}

.app-tile-header span {
    color:white;
}

    .app-tile-header i {
        font-size: 15pt;
        position: absolute;
        right: 5%;
    }


/*.app-product-circle .app-product-circle-icon:before {
    font-family: 'Font Awesome\ 5 Pro';
    content: '\f05a';
    font-size: 26pt;
}*/
.app-product-circle.active .app-product-circle-icon:before {
    font-family: 'Font Awesome\ 5 Pro';
    content: '\f00c';
    font-weight:normal;
}

.app-contact-card-new span:first-child {

    font-size: 16pt !important;
}

.app-contact-card-new span {
    display: block;
    color: white;
    font-size: 9pt;
}

    .app-contact-card-new div {
        float: left;
    }

    .app-contact-card-new div:first-child {
        margin-right: 10px;
    }

        .app-contact-card-new div:first-child i {
            color: white;
            font-size: 55pt;
            margin-top: 5px;
        }

.app-home-logo {
    float: right;
    position: relative;
    right: 1%;
}

.app-help-container {
    height: 80%;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin-top: 10px;
    -webkit-transition-property: top, bottom;
    transition-property: top, bottom;
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-timing-function: linear, linear;
    transition-timing-function: linear, linear;
}

.app-feedback-question {
    color: white;
    padding: 10px;
    text-align: center;
    min-height: 145px !important;
}

    .app-feedback-question .app-feedback-rating {
        display: block;
        text-align: center;
        font-size: 11pt;
    }

    .app-feedback-question p {
        font-size: 13pt;
        /*text-align: left;*/
    
    }


.app-feedback-star span:before {
    font-family: 'Font Awesome\ 5 Pro';
    content: '\f005';
}


.app-feedback-star span {
    font-size: 32pt;
    margin: 3px;
    color: #ffd700;
}

.app-feedback-star span.active {
    font-weight: 600;
}

.app-feedback-star {
    display:inline;
}

.app-feedback-text {
    width: 100%;
    outline: none;
    color: #313131;
    padding: 10px;
}

.app-page-error {
    color: white;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    /* height: 80%; */
    position: absolute;
    left: 50%;
}
.app-page-error h3 {
    font-size:100pt;
}
    .app-page-error button {
        margin-top:20%;
    }

    .app-page-error h5 {
        font-size: 28px;
    }
    .app-page-error i.fa-frown {
        font-size: 100pt;
        color: rgba(255, 255, 255, 0.3);
        margin-top: 20px;
    }

.app-issuePoint-list {
    overflow-y: scroll;
    height: 255px;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-property: top, bottom;
    transition-property: top, bottom;
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-timing-function: linear, linear;
    transition-timing-function: linear, linear;
}

.app-feedback-scroll {
    overflow-y: scroll;
    max-height: 65vh;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-property: top, bottom;
    transition-property: top, bottom;
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-timing-function: linear, linear;
    transition-timing-function: linear, linear;
}

.app-map-filters {
    position: absolute;
    top: 6%;
    z-index: 1;
    background-color: white;
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: translate(-50%, 0%);
    left: 50%;
    width: 335px;
}

    .app-map-filters select {
        width: 100px;
        float: right;
    }

    .app-map-filters input {
        width: 110px;
        float: right;
        margin-right: 5px;
    }


.app-map {
    height: 100%;
    width: 100%;
    top: 0%;
}

.app-map-view {
    border-radius: 2px;
    position: absolute;
    bottom: 3%;
    margin: 8px;
    width: 96%;
}

.app-map-info {
    bottom: 19%;
    width: 95%;
    left: 2.5%;
}

.app-order-confirm {
    height: 60%;
    margin: 20px;
    top: 30%;
    transform: translate(0%, -50%);
    position: relative;
}


    .app-order-confirm h1 {
        font-size: 55pt;
    }

.order-confirm-description {
    color: white;
    text-align: center;
    text-shadow: 2px 2px #676767;
}

.app-order-confirm-info {
    position: absolute;
    width: 95%;
    top: 6%;
    min-height: 50px;
}

.app-feedback {
    height: 78vh;
}

    .app-feedback h2 {
        text-align: center;
        margin-top: 0px;
        color: white;
    }

    .app-feedback h5 {
        color: white;
        text-align: center;
        font-size: 10pt;
    }

.app-feedback-submit {
    position: relative;
    bottom: -2%;
}
.app-feedback-skip {
    text-align: center;
    padding-top: 10px;
}

.app-feedback-continue {
    position: relative;
    top: 10%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}
