body {
    background: #e8f1fa;
    color: #052040;
}

.modal-content {
    background: #e8f1fa;
    color: #052040;
}

.btn-selfwash, .btn-selfwash:hover, .btn-selfwash:active {
    background: #0086F2;
    background: linear-gradient(180deg, rgba(0, 134, 242, 1) 0%, rgba(0, 102, 195, 1) 100%);
    color: #FFFFFF;
}

.btn-washcode, .btn-washcode:hover, .btn-washcode:active {
    background: #093058;
    background: linear-gradient(180deg, rgba(9, 48, 88, 1) 0%, rgba(5, 35, 68, 1) 100%);
    color: #FFFFFF;
}

.btn-vipps, .btn-vipps:hover, .btn-vipps:active {
    background: #fe6621;
    color: #FFFFFF;
}

.program-card {
    background: #fafcfe;
}

.program-orb {
    background: #E2EFFC;
    background: linear-gradient(180deg,rgba(226, 239, 252, 1) 0%, rgba(236, 245, 253, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #449beb;
}

.program-description {
    color: #495b78;
}

.price, .price-text {
    background: -webkit-linear-gradient(#2887e1, #1374ce);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.program-title-large, .program-description-large {
    color: #253960;
}

.text-bg-primary {
    background: #e3effc!important;
    color: #0d75eb!important;
}

.custom-switch .form-check-input:checked {
    background-color: #1e7ce7;
    border-color: #1e7ce7;
}

.status-label {
    color: #293c64;
}

.status-available {
    color: #079e71;
}

.status-busy {
    color: #e73763;
}