:root{--theme-primary: var(--bs-primary);--theme-primary-hover: var(--bs-primary);--theme-primary-text: var(--bs-white);--theme-primary-text-hover: var(--bs-white)}[data-theme=green]{--theme-primary: green;--theme-primary-hover: green;--theme-primary-text: white;--theme-primary-text-hover: white}[data-theme=pink]{--theme-primary: pink;--theme-primary-hover: pink;--theme-primary-text: #80023b;--theme-primary-text-hover: #5e012b}[data-theme=coffee]{--theme-primary: #f1e4d9;--theme-primary-hover: #dcc5b5;--theme-primary-text: #7a6363;--theme-primary-text-hover: #4f3737}[data-theme=orange]{--theme-primary: #e06b01;--theme-primary-hover: #b45a08;--theme-primary-text: #fff;--theme-primary-text-hover: #fff}[data-theme=purple]{--theme-primary: #8d0b78;--theme-primary-hover: #770b65;--theme-primary-text: #fff;--theme-primary-text-hover: #fff}[data-theme=blue]{--theme-primary: #51dcdc;--theme-primary-hover: #51dcdc;--theme-primary-text: #015069;--theme-primary-text-hover: #015069}[data-theme=metal]{--theme-primary: #2f4141;--theme-primary-hover: #2f4141;--theme-primary-text: #b5dfef;--theme-primary-text-hover: #b5dfef}[data-theme] .my-notification .notification-header{background-color:var(--theme-primary);color:var(--theme-primary-text)}[data-theme] .btn-primary{background:var(--theme-primary);color:var(--theme-primary-text);border-color:var(--theme-primary)}[data-theme] .btn-primary:hover,[data-theme] .btn-primary:focus{border-color:var(--theme-primary-hover);background:var(--theme-primary-hover);color:var(--theme-primary-text-hover)}[data-theme] .btn-outline-primary{color:var(--theme-primary);border-color:var(--theme-primary)}[data-theme] .btn-outline-primary:hover,[data-theme] .btn-outline-primary:focus{border-color:var(--theme-primary-hover);background:var(--theme-primary-hover);color:var(--theme-primary-text-hover)}