﻿.heureca {
    --presentation-primary-color: 49, 180, 162;
    --presentation-red-color: 231, 76, 60;
    --presentation-black-color: 68, 68, 68;
    --presentation-primary: rgb(var(--presentation-primary-color));
    --presentation-primary-dark: #06a098;
    --presentation-white: #ffffff;
    --presentation-black: rgb(var(--presentation-black-color));
    --presentation-gray-light: rgba(var(--presentation-black-color), 0.09);
    --presentation-gray: rgba(var(--presentation-black-color), 0.2);
    --presentation-gray-dark: #636e72;
    --presentation-red: rgb(var(--presentation-red-color));
    --presentation-link: #3273dc;
    --presentation-warning: #ffdd57;
    --presentation-icon-warning: #f1c40f;
    --presentation-background-color: #F8F8F8;
    --presentation-green: #2ecc71;
}

.dark-blue {
    --presentation-primary-color: 116, 185, 255;
    --presentation-red-color: 231, 76, 60;
    --presentation-black-color: 228, 230, 235;
    --presentation-primary: rgb(var(--presentation-primary-color));
    --presentation-primary-dark: #0984e3;
    --presentation-white: rgb(35, 38, 38);
    --presentation-black: rgb(var(--presentation-black-color));
    --presentation-gray-light: rgba(var(--presentation-black-color), 0.09);
    --presentation-gray: rgba(var(--presentation-black-color), 0.2);
    --presentation-gray-dark: #cecece;
    --presentation-red: rgb(var(--presentation-red-color));
    --presentation-link: #2D88FF;
    --presentation-warning: #ffdd57;
    --presentation-icon-warning: #f1c40f;
    --presentation-background-color: #414646;
    --presentation-green: #2ecc71;
}

.dark {
    --presentation-primary-color: 49, 180, 162;
    --presentation-red-color: 231, 76, 60;
    --presentation-black-color: 228, 230, 235;
    --presentation-primary: rgb(var(--presentation-primary-color));
    --presentation-primary-dark: #06a098;
    --presentation-white: rgb(35, 38, 38);
    --presentation-black: rgb(var(--presentation-black-color));
    --presentation-gray-light: rgba(var(--presentation-black-color), 0.09);
    --presentation-gray: rgba(var(--presentation-black-color), 0.2);
    --presentation-gray-dark: #cecece;
    --presentation-red: rgb(var(--presentation-red-color));
    --presentation-link: #2D88FF;
    --presentation-warning: #ffdd57;
    --presentation-icon-warning: #f1c40f;
    --presentation-background-color: #414646;
    --presentation-green: #2ecc71;
}

.pink {
    --presentation-primary-color: 250, 177, 160;
    --presentation-red-color: 231, 76, 60;
    --presentation-black-color: 68, 68, 68;
    --presentation-primary: rgb(var(--presentation-primary-color));
    --presentation-primary-dark: #ff7675;
    --presentation-white: #ffffff;
    --presentation-black: rgb(var(--presentation-black-color));
    --presentation-gray-light: rgba(var(--presentation-black-color), 0.09);
    --presentation-gray: rgba(var(--presentation-black-color), 0.2);
    --presentation-gray-dark: #636e72;
    --presentation-red: rgb(var(--presentation-red-color));
    --presentation-link: #3273dc;
    --presentation-warning: #ffdd57;
    --presentation-icon-warning: #f1c40f;
    --presentation-background-color: #F8F8F8;
    --presentation-green: #2ecc71;
}

.dark-yellow {
    --presentation-primary-color: 246, 185, 59;
    --presentation-red-color: 231, 76, 60;
    --presentation-black-color: 228, 230, 235;
    --presentation-primary: rgb(var(--presentation-primary-color));
    --presentation-primary-dark: #fdcb6e;
    --presentation-white: rgb(35, 38, 38);
    --presentation-black: rgb(var(--presentation-black-color));
    --presentation-gray-light: rgba(var(--presentation-black-color), 0.09);
    --presentation-gray: rgba(var(--presentation-black-color), 0.2);
    --presentation-gray-dark: #cecece;
    --presentation-red: rgb(var(--presentation-red-color));
    --presentation-link: #3273dc;
    --presentation-warning: #ffdd57;
    --presentation-icon-warning: #d35400;
    --presentation-background-color: #414646;
    --presentation-green: #2ecc71;
}

.yellow {
    --presentation-primary-color: 246, 185, 59;
    --presentation-red-color: 231, 76, 60;
    --presentation-black-color: 68, 68, 68;
    --presentation-primary: rgb(var(--presentation-primary-color));
    --presentation-primary-dark: #fdcb6e;
    --presentation-white: #ffffff;
    --presentation-black: rgb(var(--presentation-black-color));
    --presentation-gray-light: rgba(var(--presentation-black-color), 0.09);
    --presentation-gray: rgba(var(--presentation-black-color), 0.2);
    --presentation-gray-dark: #636e72;
    --presentation-red: rgb(var(--presentation-red-color));
    --presentation-link: #3273dc;
    --presentation-warning: #ffdd57;
    --presentation-icon-warning: #d35400;
    --presentation-background-color: #F8F8F8;
    --presentation-green: #2ecc71;
}

.heureca-blue {
    --presentation-primary-color: 116, 185, 255;
    --presentation-red-color: 231, 76, 60;
    --presentation-black-color: 68, 68, 68;
    --presentation-primary: rgb(var(--presentation-primary-color));
    --presentation-primary-dark: #0984e3;
    --presentation-white: #ffffff;
    --presentation-black: rgb(var(--bpresentation-lack-color));
    --presentation-gray-light: rgba(var(--presentation-black-color), 0.09);
    --presentation-gray: rgba(var(--presentation-black-color), 0.2);
    --presentation-gray-dark: #636e72;
    --presentation-red: rgb(var(--presentation-red-color));
    --presentation-link: #3273dc;
    --presentation-warning: #ffdd57;
    --presentation-icon-warning: #f1c40f;
    --presentation-background-color: #F8F8F8;
    --presentation-green: #2ecc71;
}


.presentation-html-editor-dark .rz-html-editor-content {
    background-color: #414646;
}

.presentation-html-editor-light .rz-html-editor-content {
    background-color: #F8F8F8;
}