﻿.cursor-pointer {
    cursor: pointer;
    /*color: #42A5F5;*/
}

.card-block-box {
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px !important;
    /*background-color: #FAFAFA;*/
    margin-bottom: 6px
}

.card-body-box.show {
    display: block
}

.card-box {
    padding-bottom: 20px;
    box-shadow: 2px 2px 6px 0px rgb(200, 167, 216)
}

.radio {
    display: inline-block;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    /*color: #000;*/
    font-weight: 500;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .radio:hover {
        /*box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1)*/
        border-color: gray;
    }

    .radio.selected {
        box-shadow: 0px 8px 16px 0px var(--bs-body-bg-rgb);
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        filter: grayscale(0%)
    }

.selected {
    background-color: #7151a3;
    font-weight: bold;
    color: black;
}


.radio-group-box-plans .plan-minimum-price {
    /*color: #525666;*/
}

    .radio-group-box-plans .plan-minimum-price .price-decimals {
        font-size: 60px;
        text-align: right;
        line-height: 1;
        font-weight: 800;
        padding-right: 5px;
    }

.product-promotion {
    font-size: 14px;
    font-weight: 600;
    /*color: #ec971f;*/
    padding: 2px 4px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1.5 !important;
}


.pricing-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*color: white;*/
    text-align: center;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-100 {
    opacity: 1;
}

#totalRealPrice {
    text-decoration: line-through dashed crimson;
    font-weight: 400;
}

ul li{
    text-align:start;
}