﻿.card-title {
    color:unset;
    font-size:large;
    font-weight:bold;
}
.card-subtitle {
    font-style:italic;
}

/* 
    Default 
*/

:is(.theme-default.theme-primary.theme-dark, .theme-default .theme-primary .theme-dark, .theme-default.theme-primary .theme-dark, .theme-default .theme-primary.theme-dark) {
    background-color: #343a40;
    color: #ffffff;
}
:is(.theme-default.theme-secondary.theme-dark, .theme-default .theme-secondary .theme-dark, .theme-default.theme-secondary .theme-dark, .theme-default .theme-secondary.theme-dark) {
    background-color: #343a40;
    color: #f8f8f9;
}
:is(.theme-default.theme-teriary.theme-dark, .theme-default .theme-teriary .theme-dark, .theme-default.theme-teriary .theme-dark, .theme-default .theme-teriary.theme-dark) {
    background-color: #343a40;
    color: #f3f7fa;
}
:is(.theme-default.theme-primary.theme-light, .theme-default .theme-primary .theme-light, .theme-default.theme-primary .theme-light, .theme-default .theme-primary.theme-light) {
    color: #0b0c0c;
    background-color: #ffffff;
}
:is(.theme-default.theme-secondary.theme-light, .theme-default .theme-secondary .theme-light, .theme-default.theme-secondary .theme-light, .theme-default .theme-secondary.theme-light) {
    color: #505a5f;
    background-color: #e8e9ea;
}
:is(.theme-default.theme-teriary.theme-light, .theme-default .theme-teriary .theme-light, .theme-default.theme-teriary .theme-light, .theme-default .theme-teriary.theme-light) {
    color: #0b0c0c;
    background-color: #2c5a77;
}


/* 
    Venice 
*/

:is(.theme-venice.theme-primary.theme-dark, .theme-venice .theme-primary .theme-dark, .theme-venice.theme-primary .theme-dark, .theme-venice .theme-primary.theme-dark) {
    background-color: #2c5177;
    color: #ffffff;
}
:is(.theme-venice.theme-secondary.theme-dark, .theme-venice .theme-secondary .theme-dark, .theme-venice.theme-secondary .theme-dark, .theme-venice .theme-secondary.theme-dark) {
    background-color: #2c5177;
    color: #f8f8f9;
}
:is(.theme-venice.theme-teriary.theme-dark, .theme-venice .theme-teriary .theme-dark, .theme-venice.theme-teriary .theme-dark, .theme-venice .theme-teriary.theme-dark) {
    background-color: #2c5177;
    color: #f3f7fa;
}
:is(.theme-venice.theme-primary.theme-light, .theme-venice .theme-primary .theme-light, .theme-venice.theme-primary .theme-light, .theme-venice .theme-primary.theme-light) {
    color: #2c5177;
    background-color: #ffffff;
}
:is(.theme-venice.theme-secondary.theme-light, .theme-venice .theme-secondary .theme-light, .theme-venice.theme-secondary .theme-light, .theme-venice .theme-secondary.theme-light) {
    color: #2c5177;
    background-color: #f8f8f9;
}
:is(.theme-venice.theme-teriary.theme-light, .theme-venice .theme-teriary .theme-light, .theme-venice.theme-teriary .theme-light, .theme-venice .theme-teriary.theme-light) {
    color: #2c5177;
    background-color: #f3f7fa;
}

/* 
    Metallic Seaweed 
*/

:is(.theme-metallic-seaweed.theme-primary.theme-dark, .theme-metallic-seaweed .theme-primary .theme-dark, .theme-metallic-seaweed.theme-primary .theme-dark, .theme-metallic-seaweed .theme-primary.theme-dark) {
    background-color: #0d7d88;
    color: #ffffff;
}
:is(.theme-metallic-seaweed.theme-secondary.theme-dark, .theme-metallic-seaweed .theme-secondary .theme-dark, .theme-metallic-seaweed.theme-secondary .theme-dark, .theme-metallic-seaweed .theme-secondary.theme-dark) {
    background-color: #0d7d88;
    color: #f8f8f9;
}
:is(.theme-metallic-seaweed.theme-teriary.theme-dark, .theme-metallic-seaweed .theme-teriary .theme-dark, .theme-metallic-seaweed.theme-teriary .theme-dark, .theme-metallic-seaweed .theme-teriary.theme-dark) {
    background-color: #0d7d88;
    color: #f3f7fa;
}
:is(.theme-metallic-seaweed.theme-primary.theme-light, .theme-metallic-seaweed .theme-primary .theme-light, .theme-metallic-seaweed.theme-primary .theme-light, .theme-metallic-seaweed .theme-primary.theme-light) {
    color: #0d7d88;
    background-color: #ffffff;
}
:is(.theme-metallic-seaweed.theme-secondary.theme-light, .theme-metallic-seaweed .theme-secondary .theme-light, .theme-metallic-seaweed.theme-secondary .theme-light, .theme-metallic-seaweed .theme-secondary.theme-light) {
    color: #0d7d88;
    background-color: #f8f8f9;
}
:is(.theme-metallic-seaweed.theme-teriary.theme-light, .theme-metallic-seaweed .theme-teriary .theme-light, .theme-metallic-seaweed.theme-teriary .theme-light, .theme-metallic-seaweed .theme-teriary.theme-light) {
    color: #0d7d88;
    background-color: #f3f7fa;
}

/*
    Deep Dairei
*/

:is(.theme-deep-dairei.theme-primary.theme-dark, .theme-deep-dairei .theme-primary .theme-dark, .theme-deep-dairei.theme-primary .theme-dark, .theme-deep-dairei .theme-primary.theme-dark) {
    background-color: #802427;
    color: #ffffff;
}
:is(.theme-deep-dairei.theme-secondary.theme-dark, .theme-deep-dairei .theme-secondary .theme-dark, .theme-deep-dairei.theme-secondary .theme-dark, .theme-deep-dairei .theme-secondary.theme-dark) {
    background-color: #802427;
    color: #f8f8f9;
}
:is(.theme-deep-dairei.theme-teriary.theme-dark, .theme-deep-dairei .theme-teriary .theme-dark, .theme-deep-dairei.theme-teriary .theme-dark, .theme-deep-dairei .theme-teriary.theme-dark) {
    background-color: #802427;
    color: #f3f7fa;
}
:is(.theme-deep-dairei.theme-primary.theme-light, .theme-deep-dairei .theme-primary .theme-light, .theme-deep-dairei.theme-primary .theme-light, .theme-deep-dairei .theme-primary.theme-light) {
    color: #802427;
    background-color: #ffffff;
}
:is(.theme-deep-dairei.theme-secondary.theme-light, .theme-deep-dairei .theme-secondary .theme-light, .theme-deep-dairei.theme-secondary .theme-light, .theme-deep-dairei .theme-secondary.theme-light) {
    color: #802427;
    background-color: #f8f8f9;
}
:is(.theme-deep-dairei.theme-teriary.theme-light, .theme-deep-dairei .theme-teriary .theme-light, .theme-deep-dairei.theme-teriary .theme-light, .theme-deep-dairei .theme-teriary.theme-light) {
    color: #802427;
    background-color: #f3f7fa;
}

/*
    Cactus Flower
*/

:is(.theme-cactus-flower.theme-primary.theme-dark, .theme-cactus-flower .theme-primary .theme-dark, .theme-cactus-flower.theme-primary .theme-dark, .theme-cactus-flower .theme-primary.theme-dark) {
    background-color: #193d6a;
    color: #ffffff;
}
:is(.theme-cactus-flower.theme-secondary.theme-dark, .theme-cactus-flower .theme-secondary .theme-dark, .theme-cactus-flower.theme-secondary .theme-dark, .theme-cactus-flower .theme-secondary.theme-dark) {
    background-color: #193d6a;
    color: #f8f8f9;
}
:is(.theme-cactus-flower.theme-teriary.theme-dark, .theme-cactus-flower .theme-teriary .theme-dark, .theme-cactus-flower.theme-teriary .theme-dark, .theme-cactus-flower .theme-teriary.theme-dark) {
    background-color: #193d6a;
    color: #f3f7fa;
}
:is(.theme-cactus-flower.theme-primary.theme-light, .theme-cactus-flower .theme-primary .theme-light, .theme-cactus-flower.theme-primary .theme-light, .theme-cactus-flower .theme-primary.theme-light) {
    color: #193d6a;
    background-color: #ffffff;
}
:is(.theme-cactus-flower.theme-secondary.theme-light, .theme-cactus-flower .theme-secondary .theme-light, .theme-cactus-flower.theme-secondary .theme-light, .theme-cactus-flower .theme-secondary.theme-light) {
    color: #193d6a;
    background-color: #f8f8f9;
}
:is(.theme-cactus-flower.theme-teriary.theme-light, .theme-cactus-flower .theme-teriary .theme-light, .theme-cactus-flower.theme-teriary .theme-light, .theme-cactus-flower .theme-teriary.theme-light) {
    color: #193d6a;
    background-color: #f3f7fa;
}

/*
    Mystic Tulip
*/

:is(.theme-mystic-tulip.theme-primary.theme-dark, .theme-mystic-tulip .theme-primary .theme-dark, .theme-mystic-tulip.theme-primary .theme-dark, .theme-mystic-tulip .theme-primary.theme-dark) {
    background-color: #a9003d;
    color: #ffffff;
}
:is(.theme-mystic-tulip.theme-secondary.theme-dark, .theme-mystic-tulip .theme-secondary .theme-dark, .theme-mystic-tulip.theme-secondary .theme-dark, .theme-mystic-tulip .theme-secondary.theme-dark) {
    background-color: #a9003d;
    color: #f8f8f9;
}
:is(.theme-mystic-tulip.theme-teriary.theme-dark, .theme-mystic-tulip .theme-teriary .theme-dark, .theme-mystic-tulip.theme-teriary .theme-dark, .theme-mystic-tulip .theme-teriary.theme-dark) {
    background-color: #a9003d;
    color: #a9003d;
}
:is(.theme-mystic-tulip.theme-primary.theme-light, .theme-mystic-tulip .theme-primary .theme-light, .theme-mystic-tulip.theme-primary .theme-light, .theme-mystic-tulip .theme-primary.theme-light) {
    color: #a9003d;
    background-color: #ffffff;
}
:is(.theme-mystic-tulip.theme-secondary.theme-light, .theme-mystic-tulip .theme-secondary .theme-light, .theme-mystic-tulip.theme-secondary .theme-light, .theme-mystic-tulip .theme-secondary.theme-light) {
    color: #a9003d;
    background-color: #f8f8f9;
}
:is(.theme-mystic-tulip.theme-teriary.theme-light, .theme-mystic-tulip .theme-teriary .theme-light, .theme-mystic-tulip.theme-teriary .theme-light, .theme-mystic-tulip .theme-teriary.theme-light) {
    color: #a9003d;
    background-color: #a9003d;
}

/*
    Poinciana
*/
:is(.theme-poinciana.theme-primary.theme-dark, .theme-poinciana .theme-primary .theme-dark, .theme-poinciana.theme-primary .theme-dark, .theme-poinciana .theme-primary.theme-dark) {
    background-color: #a9003d;
    color: #ffffff;
}
:is(.theme-poinciana.theme-secondary.theme-dark, .theme-poinciana .theme-secondary .theme-dark, .theme-poinciana.theme-secondary .theme-dark, .theme-poinciana .theme-secondary.theme-dark) {
    background-color: #a9003d;
    color: #f8f8f9;
}
:is(.theme-poinciana.theme-teriary.theme-dark, .theme-poinciana .theme-teriary .theme-dark, .theme-poinciana.theme-teriary .theme-dark, .theme-poinciana .theme-teriary.theme-dark) {
    background-color: #a9003d;
    color: #fbf2f1;
}
:is(.theme-poinciana.theme-primary.theme-light, .theme-poinciana .theme-primary .theme-light, .theme-poinciana.theme-primary .theme-light, .theme-poinciana .theme-primary.theme-light) {
    color: #a9003d;
    background-color: #ffffff;
}
:is(.theme-poinciana.theme-secondary.theme-light, .theme-poinciana .theme-secondary .theme-light, .theme-poinciana.theme-secondary .theme-light, .theme-poinciana .theme-secondary.theme-light) {
    color: #a9003d;
    background-color: #f8f8f9;
}
:is(.theme-poinciana.theme-teriary.theme-light, .theme-poinciana .theme-teriary .theme-light, .theme-poinciana.theme-teriary .theme-light, .theme-poinciana .theme-teriary.theme-light) {
    color: #a9003d;
    background-color: #fbf2f1;
}

