:root {
    /* Header brand logo image  */
    --brand-logo:url('../app/resources/spectrumLogo.png');
    /* Header brand logo background color */
    --brand-logo-background: transparent;
    /* Application background color */
    --app-bg-primary-color: #FFFFFF;

    /* Background color for Services,Branches,delay time, appointment arrival, ticket layout in waiting page, etc */
    --primary-bg-color: #0099D8;
    /* Text colour for Services,Branches,delay time, appointment arrival, ticket layout in waiting page, etc */
    --primary-text-color: #000000;
    /* Background color for Services,Branches,delay time when selected and ticket layout in calling page, etc */
    --secondary-bg-color: #00305C;
    /* Text color for Services,Branches,delay time when selected and ticket layout in calling page, etc */
    --secondary-text-color: #FFFFFF;
    /* Service Groups text color */
    --service-group-text-color: #175A83;
    /* Service group seperator line color */
    --service-group-line-color: rgba(0, 0, 0, 0.2);


    /* Text color used throughout the application in common areas which are not specific to any UI component.  */
    --general-text-color: #000000;

    /* Footer logo */
    --footer-logo: url('../app/resources/brand_logo.png');
    /* Footer text */
    --footer-text-color: #000000;

    /* Privacy & Cookie concent button text color*/
    --pop-up-button-text-color: #0079C2;

    /* Bottom button/get in line button background color */
    --get-in-line-btn-bg-color: #00305C;
    /* Bottom button/get in line text color*/
    --get-in-line-btn-text-color: #FFFFFF;
    /* Bottom button leave the line color*/
    --leave-button-text-color: #A71D3D;
    /* Secondary button text color which is blue by default */
    --secondary-btn-text-color: #0079C2;
}

/* Hide the ticket number */
app-ticket-info-container app-ticket .ticket_nmbr {
display: none;
}

/* Hide skip this button */
app-customer-data footer .bottom_button.secondary-btn {
display: none;
}

/* Hide the bullets beneath "By adding phone number you get" if no text is present */
#customer-data-container .customer-phone .custom-phone-card ul.phone-description li{
display: none;
}

/* Hide the Estimated Waiting Time */
.qm-waiting-time {
    display: none !important;
}

/* .queue-container { display: none !important; } */ */

/* Completely hide the phone description including the title */
/*
#customer-data-container .customer-phone .custom-phone-card .phone-heading-one{
display: none;
}
*/
