:root {
 --chatToolBar-color: inherit;
 --messages-replybox-color: inherit;
 --messages-left-box-background: inherit;
 --messages-left-box-text: inherit;
 --messages-right-box-background: inherit;
 --messages-right-box-text: inherit;
 --messages-reply-text-color: inherit;
 --messages-client-reply-background: inherit;
 --messages-client-reply-color: inherit;
 --messages-medic-reply-background: inherit;
 --messages-medic-reply-color: inherit;
 --chatBg-color: inherit;
 --login-main-color: #0e524d;
 --login-bg-color: #ffffff;
 --loginTermsAndPrivacyLinks-color: ;
 --loggedOutButton-color: ;
 --loggedOutButton-text-color: ;
 --login-block-color: ;
 --login-top-color: ;
 --login-bottom-color: inherit;
 --login-disclaimer-color: inherit;
 --login-input-color: inherit;
 --login-input_text_color: inherit;
 --login-cancel-text-color: inherit;
 --main-bg-color: #0e524d;
 --secondary-bg-color: #0e524d;
 --accent-color: #e77352;
 --header-color: #0e524d;
 --sidebar-color: #0e524d;
 --mainTermsAndPrivacyLinks-color: white;
 --leftLinkBarBurger-color: white;
 --frontpage-card-background: #e77352;
 --frontpage-text-color: #163b46;
 --save-button-color: #d89426;
 --save-button-text-color: #163b46;
 --incoming-chat-blink-bg: inherit;
 --care-path-list-bg: inherit;
 --care-path-list-header-bg: inherit;
 --top-clock-color: #d2e4e6;
 --general-text-color: white;
 --powered-by-text-color: #b2b2b2;
 --identification-aborted-text: #0e524d;
 --return-to-front-page-text: white;
 --login-registration-bg-color: #0e524d;
 --login-registration-button-color: #e77352;
 --login-registration-text-color: white;
 --login-registration_button_text_color: #0e524d;
}

@media (min-width: 1px) {
 [data-sa-theme="1"] {
 background-image: none;
 background-color: var(--main-bg-color);
 }
}

.header {
 background-color: var(--header-color);
}

.messages__header {
 background-color: var(--accent-color);
}

.content__inner {
 background-color: var(--secondary-bg-color);
}

.sidebar {
 background-color: var(--sidebar-color);
}

.messages__item:not(.messages__item--right) > .messages__details > p {
 background-color: var(--messages-left-box-background);
 color: var(--messages-left-box-text);
}


.messages__item--right .messages__details p {
 background-color: var(--messages-right-box-background);
 color: var(--messages-right-box-text);
}

.messages__reply__text {
 background-color: var(--messages-replybox-color);
}

.messages__reply input {
 color: var(--messages-reply-text-color);
}
@media (min-width: 1px) {
 [data-sa-theme="1"] {
 background-image: none;
 background-color: var(--login-bg-color);
 }
}
